paper-with-me

Papers

CodeV: Issue Resolving with Visual Data

2024-12-23 · Linhao Zhang, Daoguang Zan, Quanshun Yang, Zhirong Huang, Dong Chen, Bo Shen, Tianyu Liu, Yongshun Gong, Pengjie Huang, Xudong Lu, Guangtai Liang, Lizhen Cui, Qianxiang Wang

Large Language Models (LLMs) have advanced rapidly in recent years, with their applications in software engineering expanding to more complex repository-level tasks. GitHub issue resolving is a key challenge among these tasks. While recent approaches have made progress on this task, they focus on textual data within issues, neglecting visual data. However, this visual data is crucial for resolving issues as it conveys additional knowledge that text alone cannot. We propose CodeV, the first approach to leveraging visual data to enhance the issue-resolving capabilities of LLMs. CodeV resolves each issue by following a two-phase process: data processing and patch generation. To evaluate CodeV, we construct a benchmark for visual issue resolving, namely Visual SWE-bench. Through extensive experiments, we demonstrate the effectiveness of CodeV, as well as provide valuable insights into leveraging visual data to resolve GitHub issues.

📄 PDF Abstract BibTeX arXiv:2412.17315

Code (1)

luolin101/codev 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

CodeV: Code with Images for Faithful Visual Reasoning via Tool-Aware Policy Optimization

2025-11-24 · Xinhai Hou, Shaoyuan Xu, Manan Biyani, Moyan Li 외 arxiv

Agentic vision-language models are increasingly trained to "think with images" by calling image operations. However, we show that high final-answer accuracy often hides unfaithful visual reasoning: models may invoke tool…

Multimodal ReasoningVisual Reasoning

Generating CAD Code with Vision-Language Models for 3D Designs

2024-10-07 · Kamel Alrashedy, Pradyumna Tambwekar, Zulfiqar Zaidi, Megan Langwasser 외

Generative AI has transformed the fields of Design and Manufacturing by providing efficient and automated methods for generating and modifying 3D objects. One approach involves using Large Language Models (LLMs) to gener…

Code Generation

CodeVisionary: An Agent-based Framework for Evaluating Large Language Models in Code Generation

2025-04-18 · Xinchen Wang, Pengfei Gao, Chao Peng, Ruida Hu 외

Large language models (LLMs) have demonstrated strong capabilities in code generation, underscoring the critical need for rigorous and comprehensive evaluation. Existing evaluation approaches fall into three categories, …

Code Generation

Online Clustered Codebook

2023-07-27 · ICCV 2023 1 · Chuanxia Zheng, Andrea Vedaldi

Vector Quantisation (VQ) is experiencing a comeback in machine learning, where it is increasingly used in representation learning. However, optimizing the codevectors in existing VQ-VAE is not entirely trivial. A problem…

Representation Learning

Codev-Bench: How Do LLMs Understand Developer-Centric Code Completion?

2024-10-02 · Zhenyu Pan, Rongyu Cao, Yongchang Cao, Yingwei Ma 외

Code completion, a key downstream task in code generation, is one of the most frequent and impactful methods for enhancing developer productivity in software development. As intelligent completion tools evolve, we need a…

Code CompletionCode Generation