paper-with-me

Papers

SpecRover: Code Intent Extraction via LLMs

2024-08-05 · Haifeng Ruan, Yuntong Zhang, Abhik Roychoudhury

Autonomous program improvement typically involves automatically producing bug fixes and feature additions. Such program improvement can be accomplished by a combination of large language model (LLM) and program analysis capabilities, in the form of an LLM agent. Since program repair or program improvement typically requires a specification of intended behavior - specification inference can be useful for producing high quality program patches. In this work, we examine efficient and low-cost workflows for iterative specification inference within an LLM agent. Given a GitHub issue to be resolved in a software project, our goal is to conduct iterative code search accompanied by specification inference - thereby inferring intent from both the project structure and behavior. The intent thus captured is examined by a reviewer agent with the goal of vetting the patches as well as providing a measure of confidence in the vetted patches. Our approach SpecRover (AutoCodeRover-v2) is built on the open-source LLM agent AutoCodeRover. In an evaluation on the full SWE-Bench consisting of 2294 GitHub issues, it shows more than 50% improvement in efficacy over AutoCodeRover. Compared to the open-source agents available, our work shows modest cost ($0.65 per issue) in resolving an average GitHub issue in SWE-Bench lite. The production of explanation by SpecRover allows for a better "signal" to be given to the developer, on when the suggested patches can be accepted with confidence. SpecRover also seeks to demonstrate the continued importance of specification inference in automated program repair, even as program repair technologies enter the LLM era.

📄 PDF Abstract BibTeX arXiv:2408.02232

Code (0)

등록된 구현이 없습니다.

Tasks

Code SearchLarge Language ModelProgram Repair

Similar Papers 제목 키워드 기반

Multimodal Claim Extraction for Fact-Checking

2026-02-01 · Joycelyn Teo, Rui Cao, Zhenyun Deng, Zifeng Ding 외 arxiv

Automated Fact-Checking (AFC) relies on claim extraction as a first step, yet existing methods largely overlook the multimodal nature of today's misinformation. Social media posts often combine short, informal text with …

Visual Question AnsweringImage Captioning

Small Models, Big Results: Achieving Superior Intent Extraction through Decomposition

2025-09-15 · Danielle Cohen, Yoni Halpern, Noam Kahlon, Joel Oren 외 arxiv

Understanding user intents from UI interaction trajectories remains a challenging, yet crucial, frontier in intelligent agent development. While massive, datacenter-based, multi-modal large language models (MLLMs) posses…

Semantic Routing for Enhanced Performance of LLM-Assisted Intent-Based 5G Core Network Management and Orchestration

2024-04-24 · Dimitrios Michael Manias, Ali Chouman, Abdallah Shami

Large language models (LLMs) are rapidly emerging in Artificial Intelligence (AI) applications, especially in the fields of natural language processing and generative AI. Not limited to text generation applications, thes…

ManagementPrompt EngineeringQuantizationText Generation

Just a Scratch: Enhancing LLM Capabilities for Self-harm Detection through Intent Differentiation and Emoji Interpretation

2025-06-05 · Soumitra Ghosh, Gopendra Vikram Singh, Shambhavi, Sabarna Choudhury 외

Self-harm detection on social media is critical for early intervention and mental health support, yet remains challenging due to the subtle, context-dependent nature of such expressions. Identifying self-harm intent aids…

Multi-Task LearningSensitivity

Multilingual Datasets for Custom Input Extraction and Explanation Requests Parsing in Conversational XAI Systems

2025-08-20 · Qianli Wang, Tatiana Anikina, Nils Feldhus, Simon Ostermann 외 arxiv

Conversational explainable artificial intelligence (ConvXAI) systems based on large language models (LLMs) have garnered considerable attention for their ability to enhance user comprehension through dialogue-based expla…

Intent Recognition