paper-with-me

홈 › Papers

Coffee: Boost Your Code LLMs by Fixing Bugs with Feedback

2023-11-13 · Seungjun Moon, Hyungjoo Chae, Yongho Song, Taeyoon Kwon, Dongjin Kang, Kai Tzu-iunn Ong, Seung-won Hwang, Jinyoung Yeo

Code editing is an essential step towards reliable program synthesis to automatically correct critical errors generated from code LLMs. Recent studies have demonstrated that closed-source LLMs (i.e., ChatGPT and GPT-4) are capable of generating corrective feedback to edit erroneous inputs. However, it remains challenging for open-source code LLMs to generate feedback for code editing, since these models tend to adhere to the superficial formats of feedback and provide feedback with misleading information. Hence, the focus of our work is to leverage open-source code LLMs to generate helpful feedback with correct guidance for code editing. To this end, we present Coffee, a collected dataset specifically designed for code fixing with feedback. Using this dataset, we construct CoffeePots, a framework for COde Fixing with FEEdback via Preference-Optimized Tuning and Selection. The proposed framework aims to automatically generate helpful feedback for code editing while minimizing the potential risk of superficial feedback. The combination of Coffee and CoffeePots marks a significant advancement, achieving state-of-the-art performance on HumanEvalFix benchmark. Codes and model checkpoints are publicly available at https://github.com/Lune-Blue/COFFEE.

📄 PDF Abstract BibTeX arXiv:2311.07215

Code (0)

등록된 구현이 없습니다.

Tasks

Program Synthesis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Coffee-Gym: An Environment for Evaluating and Improving Natural Language Feedback on Erroneous Code

2024-09-29 · Hyungjoo Chae, Taeyoon Kwon, Seungjun Moon, Yongho Song 외

This paper presents Coffee-Gym, a comprehensive RL environment for training models that provide feedback on code editing. Coffee-Gym includes two major components: (1) Coffee, a dataset containing humans' code edit trace…

At Your Service: Coffee Beans Recommendation From a Robot Assistant

2020-08-26 · Jacopo de Berardinis, Gabriella Pizzuto, Francesco Lanza, Antonio Chella 외

With advances in the field of machine learning, precisely algorithms for recommendation systems, robot assistants are envisioned to become more present in the hospitality industry. Additionally, the COVID-19 pandemic has…

Recommendation Systems

Prediction of Coffee Ratings Based On Influential Attributes Using SelectKBest and Optimal Hyperparameters

2025-09-10 · Edmund Agyemang, Lawrence Agbota, Vincent Agbenyeavu, Peggy Akabuah 외 arxiv

This study explores the application of supervised machine learning algorithms to predict coffee ratings based on a combination of influential textual and numerical attributes extracted from user reviews. Through careful …

TRANSAGENT: An LLM-Based Multi-Agent System for Code Translation

2024-09-30 · Zhiqiang Yuan, Weitong Chen, Hanlin Wang, Kai Yu 외

Code translation converts code from one programming language to another while maintaining its original functionality, which is crucial for software migration, system refactoring, and cross-platform development. Tradition…

Code TranslationTranslation

MarsCode Agent: AI-native Automated Bug Fixing

2024-09-02 · Yizhou Liu, Pengfei Gao, Xinchen Wang, Jie Liu 외

Recent advances in large language models (LLMs) have shown significant potential to automate various software development tasks, including code completion, test generation, and bug fixing. However, the application of LLM…

Bug fixingCode CompletionDiversityFault localization