paper-with-me

Papers

MemoCoder: Automated Function Synthesis using LLM-Supported Agents

2025-07-24 · Yiping Jia, Zhen Ming Jiang, Shayan Noei, Ying Zou arxiv

With the widespread adoption of Large Language Models (LLMs) such as GitHub Copilot and ChatGPT, developers increasingly rely on AI-assisted tools to support code generation. While LLMs can generate syntactically correct solutions for well-structured programming tasks, they often struggle with challenges that require iterative debugging, error handling, or adaptation to diverse problem structures. Existing approaches such as fine-tuning or self-repair strategies either require costly retraining or lack mechanisms to accumulate and reuse knowledge from previous attempts. To address these limitations, we propose MemoCoder, a multi-agent framework that enables collaborative problem solving and persistent learning from past fixes. At the core of MemoCoder is a Fixing Knowledge Set, which stores successful repairs and supports retrieval for future tasks. A central Mentor Agent supervises the repair process by identifying recurring error patterns and refining high-level fixing strategies, providing a novel supervisory role that guides the self-repair loop. We evaluate MemoCoder across three public benchmarks -- MBPP, HumanEval, and LiveCodeBench -- spanning a range of problem complexities. Experimental results show that MemoCoder consistently outperforms both zero-shot prompting and a Self-Repair strategy, with improvements ranging from 3.1% to 12.1% in Pass@10 and from 1.4% to 14.5% in Pass@50, demonstrating its effectiveness in iterative refinement and knowledge-guided code generation.

📄 PDF Abstract BibTeX arXiv:2507.18812

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

DeepTRACE: Auditing Deep Research AI Systems for Tracking Reliability Across Citations and Evidence

2025-09-02 · Pranav Narayanan Venkit, Philippe Laban, Yilun Zhou, Kung-Hsiang Huang 외 arxiv

Generative search engines and deep research LLM agents promise trustworthy, source-grounded synthesis, yet users regularly encounter overconfidence, weak sourcing, and confusing citation practices. We introduce DeepTRACE…

DualGauge: Automated Joint Security-Functionality Benchmarking of Specification-Only Code Generation by LLMs and Coding Agents

2025-11-24 · Rupam Patir, Keyan Guo, Suvadra Barua, Abhijeet Pathak 외 arxiv

Large language models (LLMs) and LLM-based coding agents are now used to generate code from natural-language specifications, yet ensuring such code is both functionally correct and secure remains a challenge. We present …

Code Generation

Multi-Agent Shape Formation and Tracking Inspired from a Social Foraging Dynamics

2014-10-14 · Debdipta Goswami, Chiranjib Saha, Kunal Pal, Swagatam Das

Principle of Swarm Intelligence has recently found widespread application in formation control and automated tracking by the automated multi-agent system. This article proposes an elegant and effective method inspired by…

AgentFrontier: Expanding the Capability Frontier of LLM Agents with ZPD-Guided Data Synthesis

2025-10-28 · Xuanzhong Chen, Zile Qiao, Guoxin Chen, Liangcai Su 외 arxiv

Training large language model agents on tasks at the frontier of their capabilities is key to unlocking advanced reasoning. We introduce a data synthesis approach inspired by the educational theory of the Zone of Proxima…

TOBench: A Task-Oriented Omni-Modal Benchmark for Real-World Tool-Using Agents

2026-05-16 · Zhiqiang Liu, Wenhui Dong, Yilang Tan, Yuwen Qu 외 arxiv

Tool-using agents are increasingly expected to operate across realistic professional workflows, where they must interpret multimodal inputs, coordinate external tools, inspect intermediate artifacts, and revise their act…

Multimodal Reasoning