paper-with-me

홈 › Papers

To See is Not to Master: Teaching LLMs to Use Private Libraries for Code Generation

2026-03-16 · Yitong Zhang, Chengze Li, Ruize Chen, Guowei Yang, Xiaoran Jia, Yijie Ren, Jia Li arxiv

Large Language Models (LLMs) have shown strong potential for code generation, yet they remain limited in private-library-oriented code generation, where the goal is to generate code using APIs from private libraries. Existing approaches mainly rely on retrieving private-library API documentation and injecting relevant knowledge into the context at inference time. However, our study shows that this is insufficient: even given accurate required knowledge, LLMs still struggle to invoke private-library APIs effectively. To address this limitation, we propose PriCoder, an approach that teaches LLMs to invoke private-library APIs through automatically synthesized data. Specifically, PriCoder models private-library data synthesis as the construction of a graph, and alternates between two graph operators: (1) Progressive Graph Evolution, which improves data diversity by progressively synthesizing more diverse training samples from basic ones, and (2) Multidimensional Graph Pruning, which improves data quality through a rigorous filtering pipeline. To support rigorous evaluation, we construct two new benchmarks based on recently released libraries that are unfamiliar to the tested models. Experiments on three mainstream LLMs show that PriCoder substantially improves private-library-oriented code generation, yielding gains of over 20% in pass@1 in many settings, while causing negligible impact on general code generation capability. Our code and benchmarks are publicly available at https://github.com/eniacode/PriCoder.

📄 PDF Abstract BibTeX arXiv:2603.15159

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Learning from Execution: Self-Evolving Memory for Private-Library Code Generation

2026-04-27 · Mofei Li, Taozhi Chen, Guowei Yang, Jia Li arxiv

Large Language Models (LLMs) have achieved strong performance on general code generation, but their effectiveness drops sharply in enterprise settings where software development relies on internal private libraries absen…

Code Generation

When Language Model Meets Private Library

2022-10-31 · Daoguang Zan, Bei Chen, Zeqi Lin, Bei guan 외

With the rapid development of pre-training techniques, a number of language models have been pre-trained on large-scale code corpora and perform well in code generation. In this paper, we investigate how to equip pre-tra…

Code GenerationLanguage ModelingLanguage Modellingmodel+1

Teaching LLMs to Learn Tool Trialing and Execution through Environment Interaction

2026-01-19 · Xingjie Gao, Pengcheng Huang, Zhenghao Liu, Yukun Yan 외 arxiv

Equipping Large Language Models (LLMs) with external tools enables them to solve complex real-world problems. However, the robustness of existing methods remains a critical challenge when confronting novel or evolving to…

Reinforcement Learning

TeachMaster: Generative Teaching via Code

2025-12-07 · Yuheng Wang, Runde Yang, Lin Wu, Jie Zhang 외 arxiv

The scalability of high-quality online education is hindered by the high costs and slow cycles of manual content creation. Despite advancements in video generation, current approaches often fail to ensure pedagogical str…

Video Generation

Teaching According to Students' Aptitude: Personalized Mathematics Tutoring via Persona-, Memory-, and Forgetting-Aware LLMs

2025-11-19 · Yang Wu, Rujing Yao, Tong Zhang, Yufei Shi 외 arxiv

Large Language Models (LLMs) are increasingly integrated into intelligent tutoring systems to provide human-like and adaptive instruction. However, most existing approaches fail to capture how students' knowledge evolves…

Knowledge Tracing