paper-with-me

Papers

Exploring System 1 and 2 communication for latent reasoning in LLMs

2025-10-01 · Julian Coda-Forno, Zhuokai Zhao, Qiang Zhang, Dipesh Tamboli, Weiwei Li, Xiangjun Fan, Lizhu Zhang, Eric Schulz, Hsiao-Ping Tseng arxiv

Should LLM reasoning live in a separate module, or within a single model's forward pass and representational space? We study dual-architecture latent reasoning, where a fluent Base exchanges latent messages with a Coprocessor, and test two hypotheses aimed at improving latent communication over Liu et al. (2024): (H1) increase channel capacity; (H2) learn communication via joint finetuning. Under matched latent-token budgets on GPT-2 and Qwen-3, H2 is consistently strongest while H1 yields modest gains. A unified soft-embedding baseline, a single model with the same forward pass and shared representations, using the same latent-token budget, nearly matches H2 and surpasses H1, suggesting current dual designs mostly add compute rather than qualitatively improving reasoning. Across GSM8K, ProsQA, and a Countdown stress test with increasing branching factor, scaling the latent-token budget beyond small values fails to improve robustness. Latent analyses show overlapping subspaces with limited specialization, consistent with weak reasoning gains. We conclude dual-model latent reasoning remains promising in principle, but likely requires objectives and training schedules that explicitly shape latent spaces for algorithmic planning.

📄 PDF Abstract BibTeX arXiv:2510.00494

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Natural Language: LLMs Leveraging Alternative Formats for Enhanced Reasoning and Communication

2024-02-28 · Weize Chen, Chenfei Yuan, Jiarui Yuan, Yusheng Su 외

Natural language (NL) has long been the predominant format for human cognition and communication, and by extension, has been similarly pivotal in the development and application of Large Language Models (LLMs). Yet, besi…

Beyond tokens: a unified framework for latent communication in LLM-based multi-agent systems

2026-06-04 · Yingzhuo Liu arxiv

Multi-agent systems built on large language models (LLMs) have become a prevailing paradigm for tackling complex reasoning, planning, and tool-use tasks. The dominant communication protocol in such systems is natural lan…

Text Generation

Learning to Communicate: Toward End-to-End Optimization of Multi-Agent Language Systems

2026-04-23 · Ye Yu, Heming Liu, Haibo Jin, Xiaopeng Yuan 외 arxiv

Multi-agent systems built on large language models have shown strong performance on complex reasoning tasks, yet most work focuses on agent roles and orchestration while treating inter-agent communication as a fixed inte…

Mathematical ReasoningCode Generation

Planner and Executor: Collaboration between Discrete Diffusion And Autoregressive Models in Reasoning

2025-10-17 · Lina Berrayana, Ahmed Heakl, Muhammad Abdullah Sohail, Thomas Hofmann 외 arxiv

Current autoregressive language models (ARMs) achieve high accuracy but require long token sequences, making them costly. Discrete diffusion language models (DDLMs) enable parallel and flexible generation within a fixed …

Attention Heads of Large Language Models: A Survey

2024-09-05 · Zifan Zheng, Yezhaohui Wang, Yuxin Huang, Shichao Song 외

Since the advent of ChatGPT, Large Language Models (LLMs) have excelled in various tasks but remain as black-box systems. Understanding the reasoning bottlenecks of LLMs has become a critical challenge, as these limitati…

Survey