arXiv:2604.08931cs.AIcs.MA2026-04

让大模型自己当老师和学生,互相辅导解题,效果更好还更省算力。

Enhancing LLM Problem Solving via Tutor-Student Multi-Agent Interaction

论文配图:Enhancing LLM Problem Solving via Tutor-Student Multi-Agent Interaction
图 1 · 摘自论文原文
  • 同一模型分饰两角:学生迭代解题,老师只给反馈不看答案。
  • 在APPS基准上准确率超主流方法,耗能却少得多。
  • 适合想提升代码生成能力又不想用更强模型的人。

人类认知发展不仅依赖个体努力,也源于结构化社会互动,如导师与学习者之间的角色协作,能实现单独无法达成的成果。受此启发,我们探索是否可通过导师-学生多智能体系统,使大语言模型(LLM)突破现有框架的局限。在自主编码问题域中,两个由同一LLM实例化的智能体被赋予不对称角色:学生代理生成并迭代优化解法,导师代理则在无真值参考下提供结构化评价反馈。我们提出的框架PETITE旨在通过互补角色的结构化交互,从单一模型中挖掘更优的问题解决性能,而非依赖更强的监督模型或异构集成。在APPS编码基准上,我们的模型对比Self-Consistency、Self-Refine、Multi-Agent Debate和Multi-Agent Review等先进方法,表现出相当或更高的准确率,同时显著减少令牌消耗。结果表明,基于发展心理学的角色分化交互机制,为高效增强LLM问题求解能力提供了原理清晰且资源节约的新范式。

原文摘要 · Abstract (English)

Human cognitive development is shaped not only by individual effort but by structured social interaction, where role-based exchanges such as those between a tutor and a learner, enable solutions that neither could achieve alone. Inspired by these developmental principles, we ask the question whether a tutor-student multi-agent system can create a synergistic effect by pushing Large Language Model (LLM) beyond what it can do within existing frameworks. To test the idea, we adopt autonomous coding problem domain where two agents instantiated from the same LLM assigned asymmetric roles: a student agent generates and iteratively refines solutions, while a tutor agent provides structured evaluative feedback without access to ground-truth answers. In our proposed framework (PETITE), we aim to extract better problem-solving performance from one model by structuring its interaction through complementary roles, rather than relying on stronger supervisory models or heterogeneous ensembles. Our model is evaluated on the APPS coding benchmark against state-of-the-art approaches of Self-Consistency, Self-Refine, Multi-Agent Debate, and Multi-Agent Review. The results show that our model achieves similar or higher accuracy while consuming significantly fewer tokens. These results suggest that developmentally grounded role-differentiated interaction structures provide a principled and resource-efficient paradigm for enhancing LLM problem-solving through structured peer-like interactions. Index Terms- Peer Tutoring, Scaffolding, Large Language Models, Multi-Agent Systems, Code Generation

多智能体代码生成提示工程角色分工

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。