pith. sign in

arxiv: 2606.02359 · v1 · pith:SXYGTCAUnew · submitted 2026-06-01 · 💻 cs.AI

MOC: Multi-Order Communication in LLM-based Multi-Agent Systems

Pith reviewed 2026-06-28 14:28 UTC · model grok-4.3

classification 💻 cs.AI
keywords multi-agent systemsLLM communicationmulti-hop dependenciesmessage mergingevidence streamtask performancecommunication efficiencysemantic-topological merging
0
0 comments X

The pith

Multi-order communication in LLM multi-agent systems captures multi-hop dependencies to raise task performance while lowering costs.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Current schemes concatenate only first-order neighbor replies, which limits what distant agents can see and weakens important signals as messages travel further. The paper proposes Multi-Order Communication that builds an explicit stream of evidence from multiple hop distances and merges it with a Semantic-Topological Merging algorithm to stay inside token budgets. If the reconstruction works, agents obtain a wider receptive field without proportional growth in message volume. Experiments on six datasets with LLMs of different sizes show both higher accuracy and lower communication overhead. This matters because message quality directly affects whether topology choices actually produce better collective decisions.

Core claim

The paper claims that formalizing a structured multi-order evidence stream and pairing it with a Semantic-Topological Merging algorithm overcomes the restricted receptive field and insight dilution of direct first-order concatenation, producing consistent gains in task performance together with lower communication costs across six datasets and multiple LLM scales.

What carries the argument

The Multi-Order Communication (MOC) scheme that constructs a structured multi-order evidence stream and applies Semantic-Topological Merging to preserve semantic fidelity inside token limits.

If this is right

  • Task success rates rise when agents can draw on evidence from second- and higher-order neighbors.
  • Total tokens exchanged fall because the merging algorithm consolidates messages while keeping key content.
  • The same gains appear across LLMs that differ in parameter count.
  • Coordination topology design can be paired with improved message transmission for additive benefits.
  • The evidence receptive field expands without a matching increase in communication volume.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same multi-order construction could be tested in non-LLM agent systems such as symbolic planners or reinforcement-learning teams.
  • If dilution proves widespread, analogous merging steps might reduce information loss in sensor networks or distributed databases.
  • Dynamic topologies or tasks with real-time constraints would be natural next settings to measure whether the token savings persist.
  • Interaction between MOC and existing prompt-compression techniques remains untested and could compound the reported efficiency gains.

Load-bearing premise

Dilution of insights across multi-hop paths is the dominant bottleneck of concatenation schemes, and the multi-order stream plus merging step will recover those dependencies without creating offsetting losses in meaning or efficiency.

What would settle it

Re-running the six-dataset experiments and finding that MOC produces no accuracy gain or higher token counts than standard concatenation on any dataset would falsify the central claim.

Figures

Figures reproduced from arXiv: 2606.02359 by Lin Wang, Qiang Duan, Wenzhu Yan, Yao Guan, Zhihu Lu, Ziyi Wang.

Figure 1
Figure 1. Figure 1: The paradigm comparison between existing communica￾tion scheme and ours. objectives into manageable sub-goals, assign specialized roles to distinct agents, and facilitate parallel exploration of the solution space (Li et al., 2023; Hong et al., 2024; Wu et al., 2024; Tran et al., 2025). Such emergent collective intelligence is fundamentally governed by the optimization of multi-agent topology and communica… view at source ↗
Figure 2
Figure 2. Figure 2: The overview of our proposed multi-order communication scheme. 4.1. Proposed Communication Scheme Theoretical Inspiration. In the naive LLM-based MAS communication scheme, the target agent acquires context solely from its direct upstream neighbors. Consequently, intermediate agents serve as the exclusive conduits for dis￾tant information, where their paraphrasing, summarization, and reinterpretation of ups… view at source ↗
Figure 3
Figure 3. Figure 3: Analysis of MOC on HumanEval with Qwen2.5-32B￾Instruct based agents. (a) Performance across different orders K under varying edge densities ρ. (b) Input token cost of MOC and variants under varying agent numbers. 5.3. Framework Analysis Effectiveness Analysis of Different Orders K [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Generalization study of MOC on task-adaptive G￾Designer topologies using the Gemma-2-27B-Instruct based agents. (a) Task performance across MMLU, SVAMP, and HumanEval benchmarks. (b) Total MAS input token consumption. Generalization to Larger LLMs. To evaluate model￾agnosticism, we test MOC using DeepSeek-V3.2-685B￾Chat based agents, where [PITH_FULL_IMAGE:figures/full_fig_p008_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Examples of communication graph structures generated on the MMLU dataset under different edge density ρ. D. Case Study Original #1: Role: Critic Message: Agent vpjG, role is Critic, output is: Let’s analyze each statement: Statement 1: An abelian group of order 45 can be decom￾posed into its prime factors: 3 2×5. By Lagrange’s Theorem, the order of a subgroup must divide the order of the group. Therefore, … view at source ↗
Figure 6
Figure 6. Figure 6: An example on the MMLU dataset of merging two agent messages with high semantic similarity, where the left side shows the original messages and the right side shows the merged message. 16 [PITH_FULL_IMAGE:figures/full_fig_p016_6.png] view at source ↗
read the original abstract

Despite the remarkable progress of Large Language Model (LLM) based Multi-Agent Systems, most research focuses on optimizing coordination topology while largely underexploring the equally critical problem: how to transmit and optimize messages among agents effectively? Current communication schemes typically rely on the direct concatenation of first-order neighbor responses, which induces a restricted evidence receptive field and leads to the dilution of crucial insights over multi-hop paths. To address these limitations, we propose the Multi-Order Communication (MOC) scheme, which reconstructs the inter-agent communication to capture multi-hop dependencies and incorporates a structural message consolidation strategy to ensure efficiency. Specifically, we formalize the communication mechanism to construct a structured multi-order evidence stream, and subsequently design a Semantic-Topological Merging algorithm to optimize semantic fidelity within token constraints. Extensive experiments across six diverse datasets and LLM backbones of varying parameter scales demonstrate that MOC consistently improves task performance and reduces communication costs. The code is available at https://github.com/yao-guan/MOC.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

0 major / 2 minor

Summary. The manuscript proposes Multi-Order Communication (MOC) for LLM-based multi-agent systems. It identifies limitations in existing concatenation-based schemes, which restrict the evidence receptive field and dilute insights across multi-hop paths. MOC reconstructs communication via structured multi-order evidence streams and introduces a Semantic-Topological Merging algorithm to consolidate messages while respecting token limits. Experiments on six datasets with LLMs of varying scales report consistent gains in task performance alongside reduced communication costs. Code is released at the provided GitHub repository.

Significance. If the empirical gains prove robust under full scrutiny of the experimental protocol, the contribution is meaningful because it shifts attention from topology optimization to the mechanics of inter-agent message transmission—an area the abstract correctly notes has received less attention. The explicit code release is a positive factor for reproducibility in an empirical domain.

minor comments (2)
  1. [Abstract] The abstract states results across 'six diverse datasets' without naming them or indicating their characteristics (e.g., task type, size). Adding the dataset names and a one-sentence justification for diversity would strengthen the claim of generality.
  2. [Method] The description of the Semantic-Topological Merging algorithm would benefit from an explicit statement of its computational complexity or token-budget allocation rule, even if only in prose, to allow readers to assess scalability before reaching the experiments.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive review, the recognition of our focus on inter-agent message transmission, and the recommendation for minor revision. The explicit acknowledgment of the code release for reproducibility is appreciated.

Circularity Check

0 steps flagged

No significant circularity; empirical proposal with external validation

full rationale

The paper proposes the MOC scheme via formalization of multi-order evidence streams and a Semantic-Topological Merging algorithm, then reports empirical gains on six datasets across LLM scales. No derivation chain, equations, fitted parameters presented as predictions, or self-citation load-bearing steps appear in the abstract or description. The central claim is an empirical result on external benchmarks rather than a self-referential reduction; the method is described as a reconstruction of communication, not derived from its own outputs by construction.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Only the abstract is available; no free parameters, axioms, or invented entities are described in sufficient detail to populate the ledger.

pith-pipeline@v0.9.1-grok · 5711 in / 1033 out tokens · 21744 ms · 2026-06-28T14:28:29.574936+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

102 extracted references · 1 canonical work pages

  1. [2]

    ACM Transactions on Intelligent Systems and Technology , volume=

    A survey on evaluation of large language models , author=. ACM Transactions on Intelligent Systems and Technology , volume=. 2024 , publisher=

  2. [3]

    ACM Transactions on Intelligent Systems and Technology , volume=

    A comprehensive overview of large language models , author=. ACM Transactions on Intelligent Systems and Technology , volume=. 2025 , publisher=

  3. [4]

    Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence , pages=

    Large language model based multi-agents: a survey of progress and challenges , author=. Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence , pages=

  4. [5]

    ACM Transactions on Software Engineering and Methodology , volume=

    LLM-Based Multi-Agent Systems for Software Engineering: Literature Review, Vision, and the Road Ahead , author=. ACM Transactions on Software Engineering and Methodology , volume=. 2025 , publisher=

  5. [7]

    Advances in Neural Information Processing Systems , volume=

    Camel: Communicative agents for" mind" exploration of large language model society , author=. Advances in Neural Information Processing Systems , volume=

  6. [8]

    AutoGen: Enabling Next-Gen

    Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Beibin Li and Erkang Zhu and Li Jiang and Xiaoyun Zhang and Shaokun Zhang and Jiale Liu and Ahmed Hassan Awadallah and Ryen W White and Doug Burger and Chi Wang , booktitle=. AutoGen: Enabling Next-Gen

  7. [9]

    Sirui Hong and Mingchen Zhuge and Jonathan Chen and Xiawu Zheng and Yuheng Cheng and Jinlin Wang and Ceyao Zhang and Zili Wang and Steven Ka Shing Yau and Zijuan Lin and Liyang Zhou and Chenyu Ran and Lingfeng Xiao and Chenglin Wu and J. Meta. The Twelfth International Conference on Learning Representations , year=

  8. [10]

    Forty-first International Conference on Machine Learning , year=

    Gptswarm: Language agents as optimizable graphs , author=. Forty-first International Conference on Machine Learning , year=

  9. [11]

    A Dynamic

    Zijun Liu and Yanzhe Zhang and Peng Li and Yang Liu and Diyi Yang , booktitle=. A Dynamic

  10. [12]

    Forty-second International Conference on Machine Learning , year=

    G-Designer: Architecting Multi-agent Communication Topologies via Graph Neural Networks , author=. Forty-second International Conference on Machine Learning , year=

  11. [13]

    The Thirteenth International Conference on Learning Representations , year=

    Scaling Large Language Model-based Multi-Agent Collaboration , author=. The Thirteenth International Conference on Learning Representations , year=

  12. [15]

    Science China Information Sciences , volume=

    The rise and potential of large language model based agents: A survey , author=. Science China Information Sciences , volume=. 2025 , publisher=

  13. [16]

    Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Agentic reasoning: A streamlined framework for enhancing llm reasoning with agentic tools , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  14. [17]

    The Twelfth International Conference on Learning Representations , year=

    AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors , author=. The Twelfth International Conference on Learning Representations , year=

  15. [18]

    Forty-first International Conference on Machine Learning , year=

    Improving factuality and reasoning in language models through multiagent debate , author=. Forty-first International Conference on Machine Learning , year=

  16. [19]

    Forty-first International Conference on Machine Learning , year=

    Agent Instructs Large Language Models to be General Zero-Shot Reasoners , author=. Forty-first International Conference on Machine Learning , year=

  17. [20]

    The Eleventh International Conference on Learning Representations , year=

    ReAct: Synergizing Reasoning and Acting in Language Models , author=. The Eleventh International Conference on Learning Representations , year=

  18. [21]

    Vicinagearth , volume=

    A survey on LLM-based multi-agent systems: workflow, infrastructure, and challenges , author=. Vicinagearth , volume=. 2024 , publisher=

  19. [22]

    Proceedings of the 20th International Conference on Autonomous Agents and MultiAgent Systems , pages=

    Multi-Agent Graph-Attention Communication and Teaming , author=. Proceedings of the 20th International Conference on Autonomous Agents and MultiAgent Systems , pages=

  20. [23]

    The Twelfth International Conference on Learning Representations , year=

    Learning Multi-Agent Communication from Graph Modeling Perspective , author=. The Twelfth International Conference on Learning Representations , year=

  21. [25]

    Proceedings of the 36th annual acm symposium on user interface software and technology , pages=

    Generative agents: Interactive simulacra of human behavior , author=. Proceedings of the 36th annual acm symposium on user interface software and technology , pages=

  22. [26]

    The Thirteenth International Conference on Learning Representations , year=

    Cut the Crap: An Economical Communication Pipeline for LLM-based Multi-Agent Systems , author=. The Thirteenth International Conference on Learning Representations , year=

  23. [27]

    Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Agentdropout: Dynamic agent elimination for token-efficient and high-performance llm-based multi-agent collaboration , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  24. [28]

    Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    G-safeguard: A topology-guided security lens and treatment on llm-based multi-agent systems , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  25. [29]

    International Conference on Machine Learning , pages=

    Simplifying graph convolutional networks , author=. International Conference on Machine Learning , pages=. 2019 , organization=

  26. [30]

    International Conference on Learning Representations , year=

    Semi-Supervised Classification with Graph Convolutional Networks , author=. International Conference on Learning Representations , year=

  27. [31]

    International Conference on Learning Representations , year=

    Graph Attention Networks , author=. International Conference on Learning Representations , year=

  28. [32]

    Advances in Neural Information Processing Systems , volume=

    Inductive representation learning on large graphs , author=. Advances in Neural Information Processing Systems , volume=

  29. [33]

    Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks , author=. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP) , pages=

  30. [34]

    Advances in Neural Information Processing Systems , volume=

    Minilm: Deep self-attention distillation for task-agnostic compression of pre-trained transformers , author=. Advances in Neural Information Processing Systems , volume=

  31. [36]

    2024 , eprint=

    Phi-3 Technical Report: A Highly Capable Language Model Locally on Your Phone , author=. 2024 , eprint=

  32. [38]

    2025 , eprint=

    Qwen2.5 Technical Report , author=. 2025 , eprint=

  33. [39]

    2025 , eprint=

    DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models , author=. 2025 , eprint=

  34. [40]

    International Conference on Learning Representations , year=

    Measuring Massive Multitask Language Understanding , author=. International Conference on Learning Representations , year=

  35. [41]

    Advances in Neural Information Processing Systems , volume=

    MMLU-Pro: A More Robust and Challenging Multi-Task Language Understanding Benchmark , author=. Advances in Neural Information Processing Systems , volume=

  36. [42]

    Advances in Neural Information Processing Systems , volume=

    Are emergent abilities of large language models a mirage? , author=. Advances in Neural Information Processing Systems , volume=

  37. [43]

    Proceedings of the AAAI conference on artificial intelligence , volume=

    Deeper insights into graph convolutional networks for semi-supervised learning , author=. Proceedings of the AAAI conference on artificial intelligence , volume=

  38. [45]

    Proceedings of the 2021 conference of the North American chapter of the association for computational linguistics: human language technologies , pages=

    Are NLP models really able to solve simple math word problems? , author=. Proceedings of the 2021 conference of the North American chapter of the association for computational linguistics: human language technologies , pages=

  39. [46]

    Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (volume 1: Long papers) , pages=

    Program induction by rationale generation: Learning to solve and explain algebraic word problems , author=. Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (volume 1: Long papers) , pages=

  40. [47]

    2021 , eprint=

    Evaluating Large Language Models Trained on Code , author=. 2021 , eprint=

  41. [48]

    International Conference on Machine Learning , pages=

    Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing , author=. International Conference on Machine Learning , pages=. 2019 , organization=

  42. [49]

    Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Longllmlingua: Accelerating and enhancing llms in long context scenarios via prompt compression , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  43. [50]

    International Conference on Learning Representations , year=

    Representation Degeneration Problem in Training Natural Language Generation Models , author=. International Conference on Learning Representations , year=

  44. [51]

    Advances in Neural Information Processing Systems , volume=

    Language models are few-shot learners , author=. Advances in Neural Information Processing Systems , volume=

  45. [52]

    Advances in Neural Information Processing Systems , volume=

    Chain-of-thought prompting elicits reasoning in large language models , author=. Advances in Neural Information Processing Systems , volume=

  46. [53]

    Transactions of the Association for Computational Linguistics , volume=

    Lost in the middle: How language models use long contexts , author=. Transactions of the Association for Computational Linguistics , volume=

  47. [54]

    International Conference on Machine Learning , pages=

    Large language models can be easily distracted by irrelevant context , author=. International Conference on Machine Learning , pages=. 2023 , organization=

  48. [55]

    Proceedings of the 41st International Conference on Machine Learning , pages=

    How language model hallucinations can snowball , author=. Proceedings of the 41st International Conference on Machine Learning , pages=

  49. [56]

    Advances in Neural Information Processing Systems , volume=

    Can language models perform robust reasoning in chain-of-thought prompting with noisy rationales? , author=. Advances in Neural Information Processing Systems , volume=

  50. [57]

    Abdin, M., Aneja, J., Awadalla, H., Awadallah, A., Awan, A. A., Bach, N., Bahree, A., Bakhtiari, A., Bao, J., Behl, H., Benhaim, A., Bilenko, M., Bjorck, J., Bubeck, S., Cai, M., Cai, Q., Chaudhary, V., Chen, D., Chen, D., Chen, W., Chen, Y.-C., Chen, Y.-L., Cheng, H., Chopra, P., Dai, X., Dixon, M., Eldan, R., Fragoso, V., Gao, J., Gao, M., Gao, M., Garg...

  51. [58]

    Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing

    Abu-El-Haija, S., Perozzi, B., Kapoor, A., Alipourfard, N., Lerman, K., Harutyunyan, H., Ver Steeg, G., and Galstyan, A. Mixhop: Higher-order graph convolutional architectures via sparsified neighborhood mixing. In International Conference on Machine Learning, pp.\ 21--29. PMLR, 2019

  52. [59]

    Graphs meet ai agents: Taxonomy, progress, and future opportunities

    Bei, Y., Zhang, W., Wang, S., Chen, W., Zhou, S., Chen, H., Li, Y., Bu, J., Pan, S., Yu, Y., et al. Graphs meet ai agents: Taxonomy, progress, and future opportunities. arXiv preprint arXiv:2506.18019, 2025

  53. [60]

    S., Yang, Q., and Xie, X

    Chang, Y., Wang, X., Wang, J., Wu, Y., Yang, L., Zhu, K., Chen, H., Yi, X., Wang, C., Wang, Y., Ye, W., Zhang, Y., Chang, Y., Yu, P. S., Yang, Q., and Xie, X. A survey on evaluation of large language models. ACM Transactions on Intelligent Systems and Technology, 15 0 (3): 0 1--45, 2024

  54. [61]

    Chen, M., Tworek, J., Jun, H., Yuan, Q., de Oliveira Pinto, H. P., Kaplan, J., Edwards, H., Burda, Y., Joseph, N., Brockman, G., Ray, A., Puri, R., Krueger, G., Petrov, M., Khlaaf, H., Sastry, G., Mishkin, P., Chan, B., Gray, S., Ryder, N., Pavlov, M., Power, A., Kaiser, L., Bavarian, M., Winter, C., Tillet, P., Such, F. P., Cummings, D., Plappert, M., Ch...

  55. [62]

    A survey on llm-based multi-agent system: Recent advances and new frontiers in application

    Chen, S., Liu, Y., Han, W., Zhang, W., and Liu, T. A survey on llm-based multi-agent system: Recent advances and new frontiers in application. arXiv preprint arXiv:2412.17481, 2024 a

  56. [63]

    Agentverse: Facilitating multi-agent collaboration and exploring emergent behaviors

    Chen, W., Su, Y., Zuo, J., Yang, C., Yuan, C., Chan, C.-M., Yu, H., Lu, Y., Hung, Y.-H., Qian, C., Qin, Y., Cong, X., Xie, R., Liu, Z., Sun, M., and Zhou, J. Agentverse: Facilitating multi-agent collaboration and exploring emergent behaviors. In The Twelfth International Conference on Learning Representations, 2024 b

  57. [64]

    Training verifiers to solve math word problems

    Cobbe, K., Kosaraju, V., Bavarian, M., Chen, M., Jun, H., Kaiser, L., Plappert, M., Tworek, J., Hilton, J., Nakano, R., Hesse, C., and Schulman, J. Training verifiers to solve math word problems. arXiv preprint arXiv:2110.14168, 2021

  58. [65]

    Agent instructs large language models to be general zero-shot reasoners

    Crispino, N., Montgomery, K., Zeng, F., Song, D., and Wang, C. Agent instructs large language models to be general zero-shot reasoners. In Forty-first International Conference on Machine Learning, 2024

  59. [66]

    S., Xu, M

    DeepSeek-AI, Liu, A., Mei, A., Lin, B., Xue, B., Wang, B., Xu, B., Wu, B., Zhang, B., Lin, C., Dong, C., Lu, C., Zhao, C., Deng, C., Xu, C., Ruan, C., Dai, D., Guo, D., Yang, D., Chen, D., Li, E., Zhou, F., Lin, F., Dai, F., Hao, G., Chen, G., Li, G., Zhang, H., Xu, H., Li, H., Liang, H., Wei, H., Zhang, H., Luo, H., Ji, H., Ding, H., Tang, H., Cao, H., G...

  60. [67]

    B., and Mordatch, I

    Du, Y., Li, S., Torralba, A., Tenenbaum, J. B., and Mordatch, I. Improving factuality and reasoning in language models through multiagent debate. In Forty-first International Conference on Machine Learning, 2024

  61. [68]

    V., Wiest, O., and Zhang, X

    Guo, T., Chen, X., Wang, Y., Chang, R., Pei, S., Chawla, N. V., Wiest, O., and Zhang, X. Large language model based multi-agents: a survey of progress and challenges. In Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence, pp.\ 8048--8057, 2024

  62. [69]

    Inductive representation learning on large graphs

    Hamilton, W., Ying, Z., and Leskovec, J. Inductive representation learning on large graphs. Advances in Neural Information Processing Systems, 30, 2017

  63. [70]

    Llm-based multi-agent systems for software engineering: Literature review, vision, and the road ahead

    He, J., Treude, C., and Lo, D. Llm-based multi-agent systems for software engineering: Literature review, vision, and the road ahead. ACM Transactions on Software Engineering and Methodology, 34 0 (5): 0 1--30, 2025

  64. [71]

    Measuring massive multitask language understanding

    Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding. In International Conference on Learning Representations, 2021

  65. [72]

    Hong, S., Zhuge, M., Chen, J., Zheng, X., Cheng, Y., Wang, J., Zhang, C., Wang, Z., Yau, S. K. S., Lin, Z., Zhou, L., Ran, C., Xiao, L., Wu, C., and Schmidhuber, J. Meta GPT : Meta programming for a multi-agent collaborative framework. In The Twelfth International Conference on Learning Representations, 2024

  66. [73]

    Learning multi-agent communication from graph modeling perspective

    Hu, S., Shen, L., Zhang, Y., and Tao, D. Learning multi-agent communication from graph modeling perspective. In The Twelfth International Conference on Learning Representations, 2024

  67. [74]

    Longllmlingua: Accelerating and enhancing llms in long context scenarios via prompt compression

    Jiang, H., Wu, Q., Luo, X., Li, D., Lin, C.-Y., Yang, Y., and Qiu, L. Longllmlingua: Accelerating and enhancing llms in long context scenarios via prompt compression. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 1658--1677, 2024

  68. [75]

    Kipf, T. N. and Welling, M. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Representations, 2017

  69. [76]

    Camel: Communicative agents for" mind" exploration of large language model society

    Li, G., Hammoud, H., Itani, H., Khizbullin, D., and Ghanem, B. Camel: Communicative agents for" mind" exploration of large language model society. In Advances in Neural Information Processing Systems, volume 36, pp.\ 51991--52008, 2023

  70. [77]

    Deeper insights into graph convolutional networks for semi-supervised learning

    Li, Q., Han, Z., and Wu, X.-M. Deeper insights into graph convolutional networks for semi-supervised learning. In Proceedings of the AAAI conference on artificial intelligence, volume 32, 2018

  71. [78]

    A survey on llm-based multi-agent systems: workflow, infrastructure, and challenges

    Li, X., Wang, S., Zeng, S., Wu, Y., and Yang, Y. A survey on llm-based multi-agent systems: workflow, infrastructure, and challenges. Vicinagearth, 1 0 (1): 0 9, 2024

  72. [79]

    Program induction by rationale generation: Learning to solve and explain algebraic word problems

    Ling, W., Yogatama, D., Dyer, C., and Blunsom, P. Program induction by rationale generation: Learning to solve and explain algebraic word problems. In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (volume 1: Long papers), pp.\ 158--167, 2017

  73. [80]

    F., Lin, K., Hewitt, J., Paranjape, A., Bevilacqua, M., Petroni, F., and Liang, P

    Liu, N. F., Lin, K., Hewitt, J., Paranjape, A., Bevilacqua, M., Petroni, F., and Liang, P. Lost in the middle: How language models use long contexts. Transactions of the Association for Computational Linguistics, 12: 0 157--173, 2024 a

  74. [81]

    A dynamic LLM -powered agent network for task-oriented agent collaboration

    Liu, Z., Zhang, Y., Li, P., Liu, Y., and Yang, D. A dynamic LLM -powered agent network for task-oriented agent collaboration. In First Conference on Language Modeling, 2024 b

  75. [82]

    U., Qiu, S., Saqib, M., Anwar, S., Usman, M., Akhtar, N., Barnes, N., and Mian, A

    Naveed, H., Khan, A. U., Qiu, S., Saqib, M., Anwar, S., Usman, M., Akhtar, N., Barnes, N., and Mian, A. A comprehensive overview of large language models. ACM Transactions on Intelligent Systems and Technology, 16 0 (5): 0 1--72, 2025

  76. [83]

    Multi-agent graph-attention communication and teaming

    Niu, Y., Paleja, R., and Gombolay, M. Multi-agent graph-attention communication and teaming. In Proceedings of the 20th International Conference on Autonomous Agents and MultiAgent Systems, pp.\ 964--973, 2021

  77. [84]

    S., O'Brien, J., Cai, C

    Park, J. S., O'Brien, J., Cai, C. J., Morris, M. R., Liang, P., and Bernstein, M. S. Generative agents: Interactive simulacra of human behavior. In Proceedings of the 36th annual acm symposium on user interface software and technology, pp.\ 1--22, 2023

  78. [85]

    Patel, A., Bhattamishra, S., and Goyal, N. Are nlp models really able to solve simple math word problems? In Proceedings of the 2021 conference of the North American chapter of the association for computational linguistics: human language technologies, pp.\ 2080--2094, 2021

  79. [86]

    Scaling large language model-based multi-agent collaboration

    Qian, C., Xie, Z., Wang, Y., Liu, W., Zhu, K., Xia, H., Dang, Y., Du, Z., Chen, W., Yang, C., et al. Scaling large language model-based multi-agent collaboration. In The Thirteenth International Conference on Learning Representations, 2025

  80. [87]

    Qwen2.5 technical report, 2025

    Qwen, :, Yang, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Li, C., Liu, D., Huang, F., Wei, H., Lin, H., Yang, J., Tu, J., Zhang, J., Yang, J., Yang, J., Zhou, J., Lin, J., Dang, K., Lu, K., Bao, K., Yang, K., Yu, L., Li, M., Xue, M., Zhang, P., Zhu, Q., Men, R., Lin, R., Li, T., Tang, T., Xia, T., Ren, X., Ren, X., Fan, Y., Su, Y., Zhang, Y., Wa...

Showing first 80 references.