technique
Message Passing Language Models
techniqueactiveprovisional
message-passing-language-models-2c0a3f2f·1 events·first seen 32h agoAliases: Message Passing Language Models
Co-occurring entities
More like this (12)
Diffusion Language ModelsLanguageModel protocolMessage Passing Enables Efficient ReasoningmRNA Language ModelTransformer Language ModelsRandom Language ModelFlow Map Language ModelsAnyLanguageModelReasoning Language ModelsCharacter-level Language ModelSelf-Compacting Language Model Agentscontinuous diffusion language model
Recent events (1)
Message Passing Language Models (MPLMs) enable efficient parallel reasoning via inter-thread communication
Researchers introduce Message Passing Language Models (MPLMs), a framework that extends parallel inference-time scaling by allowing LLM reasoning threads to communicate directly via send/receive primitives rather than operating in isolation as in fork-join approaches. MPLMs reduce computational costs through avoiding redundant context sharing and enabling early termination of unpromising branches (preemption). The framework is demonstrated on Sudoku puzzles (achieving asymptotically smaller context than CoT or fork-join), 3-SAT problems, and long-context QA, with a fine-tuned model solving 25×25 Sudoku puzzles that challenge frontier reasoning models.