paper-with-me

홈 › Papers

Human-Aligned Enhancement of Programming Answers with LLMs Guided by User Feedback

2026-01-24 · Suborno Deb Bappon, Saikat Mondal, Chanchal K. Roy, Kevin Schneider arxiv

Large Language Models (LLMs) are widely used to support software developers in tasks such as code generation, optimization, and documentation. However, their ability to improve existing programming answers in a human-like manner remains underexplored. On technical question-and-answer platforms such as Stack Overflow (SO), contributors often revise answers based on user comments that identify errors, inefficiencies, or missing explanations. Yet roughly one-third of this feedback is never addressed due to limited time, expertise, or visibility, leaving many answers incomplete or outdated. This study investigates whether LLMs can enhance programming answers by interpreting and incorporating comment-based feedback. We make four main contributions. First, we introduce ReSOlve, a benchmark consisting of 790 SO answers with associated comment threads, annotated for improvement-related and general feedback. Second, we evaluate four state-of-the-art LLMs on their ability to identify actionable concerns, finding that DeepSeek achieves the best balance between precision and recall. Third, we present AUTOCOMBAT, an LLM-powered tool that improves programming answers by jointly leveraging user comments and question context. Compared to human revised references, AUTOCOMBAT produces near-human quality improvements while preserving the original intent and significantly outperforming the baseline. Finally, a user study with 58 practitioners shows strong practical value, with 84.5 percent indicating they would adopt or recommend the tool. Overall, AUTOCOMBAT demonstrates the potential of scalable, feedback-driven answer refinement to improve the reliability and trustworthiness of technical knowledge platforms.

📄 PDF Abstract BibTeX arXiv:2601.17604

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

A Comparative Study of AI-Generated (GPT-4) and Human-crafted MCQs in Programming Education

2023-12-05 · Jacob Doughty, Zipiao Wan, Anishka Bompelli, Jubahed Qayum 외

There is a constant need for educators to develop and maintain effective up-to-date assessments. While there is a growing body of research in computing education on utilizing large language models (LLMs) in generation an…

Multiple-choice

Aligning LLMs through Multi-perspective User Preference Ranking-based Feedback for Programming Question Answering

2024-05-27 · Hongyu Yang, Liyang He, Min Hou, Shuanghong Shen 외

Code Community Question Answering (CCQA) seeks to tackle programming-related issues, thereby boosting productivity in both software engineering and academic research. Recent advancements in Reinforcement Learning from Hu…

Community Question AnsweringIn-Context LearningQuestion Answering

LLM-Driven Personalized Answer Generation and Evaluation

2025-06-12 · Mohammadreza Molavi, Mohammadreza Tavakoli, Mohammad Moein, Abdolali Faraji 외

Online learning has experienced rapid growth due to its flexibility and accessibility. Personalization, adapted to the needs of individual learners, is crucial for enhancing the learning experience, particularly in onlin…

Answer Generation

Decoupled Alignment for Robust Plug-and-Play Adaptation

2024-06-03 · Haozheng Luo, Jiahao Yu, Wenxin Zhang, Jialong Li 외

We introduce a low-resource safety enhancement method for aligning large language models (LLMs) without the need for supervised fine-tuning (SFT) or reinforcement learning from human feedback (RLHF). Our main idea is to …

Knowledge Distillation

Does Safety Training of LLMs Generalize to Semantically Related Natural Prompts?

2024-12-04 · Sravanti Addepalli, Yerram Varun, Arun Suggala, Karthikeyan Shanmugam 외

Large Language Models (LLMs) are known to be susceptible to crafted adversarial attacks or jailbreaks that lead to the generation of objectionable content despite being aligned to human preferences using safety fine-tuni…

Adversarial Attack