paper-with-me

Papers

MapCoder-Lite: Distilling Multi-Agent Coding into a Single Small LLM

2025-09-22 · Woongkyu Lee, Junhee Cho, Jungwook Choi arxiv

Large language models (LLMs) have advanced code generation from single-function tasks to competitive-programming problems, but existing multi-agent solutions either rely on costly large-scale (>30B) models or collapse when downsized to small open-source models. We present MapCoder-Lite, a framework for distilling the complex reasoning of large, multi-agent coding systems into a single 7B model. Our contribution is a novel, three-pillar methodology that synergistically generates, refines, and encodes multi-agent knowledge: (i) pass-based trajectory distillation from strong LLMs fixes format fragility in retrieval and reduces failures in debugging, (ii) supervisor-guided correction with global feedback strengthens planning and coding agents, and (iii) agent-wise LoRA fine-tuning delivers memory-efficient specialisation. Comprehensive evaluation on xCodeEval, APPS, and CodeContests shows that MapCoder-Lite more than doubles xCodeEval accuracy (from 13.2% to 28.3%), eliminates all format failures, while reducing GPU memory and token-generation time by 4x compared to a 32B model. It also achieves over 10% gains on simpler coding benchmarks, demonstrating broad improvements beyond competitive programming. These results demonstrate that careful agent-wise fine-tuning unleashes high-quality multi-agent coding on a small language model. Our code is publicly available at https://github.com/aiha-lab/MapCoder-Lite.

📄 PDF Abstract BibTeX arXiv:2509.17489

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

MapCoder: Multi-Agent Code Generation for Competitive Problem Solving

2024-05-18 · Md. Ashraful Islam, Mohammed Eunus Ali, Md Rizwan Parvez

Code synthesis, which requires a deep understanding of complex natural language problem descriptions, generation of code instructions for complex algorithms and data structures, and the successful execution of comprehens…

Code GenerationHumanEvalmbppProgram Synthesis

Adaptive Confidence Gating in Multi-Agent Collaboration for Efficient and Optimized Code Generation

2026-01-29 · Haoji Zhang, Yuzhe Li, Zhenqiang Liu, Chenyang Liu 외 arxiv

While Large Language Models (LLMs) have catalyzed breakthroughs in automated code generation, Small Language Models (SLMs) often encounter reasoning bottlenecks and failure loops when addressing complex logical requireme…

Code Generation

Thinking Before Running! Efficient Code Generation with Thorough Exploration and Optimal Refinement

2024-12-30 · Xiaoqing Zhang, YuHan Liu, Flood Sung, Xiuying Chen 외

Code generation is crucial in software engineering for automating the coding process efficiently. While test-time computation methods show promise, they suffer from high latency due to multiple computation rounds. To ove…

Code GenerationHumanEvalmbpp

SWE-Explore: Benchmarking How Coding Agents Explore Repositories

2026-06-05 · Shaoqiu Zhang, Yuhang Wang, Jialiang Liang, Yuling Shi 외 arxiv

Repository-level coding benchmarks such as SWE-bench have driven a rapid surge in the capabilities of coding agents. Yet they usually treat coding tasks as a holistic, binary prediction problem (e.g., resolved or unresol…

Distilling Word Embeddings: An Encoding Approach

2015-06-15 · Lili Mou, Ran Jia, Yan Xu, Ge Li 외

Distilling knowledge from a well-trained cumbersome network to a small one has recently become a new research topic, as lightweight neural networks with high performance are particularly in need in various resource-restr…

Word Embeddings