paper-with-me

Papers

Beyond Correctness: Enhancing Architectural Reasoning in Code LLMs via Scalable Labeling with Agentic Judgment

2026-06-12 · Kirill Vasilevski, Ximing Dong, Benjamin Rombaut, Milad Soltany, Ruochen Deng, Jiahuei Lin, Arthur Leung, Dayi Lin, Boyuan Chen, Shaowei Wang, Ahmed E. Hassan arxiv

LLMs have substantially improved software engineering yet real-world development requires architectural understanding. Such understanding is prohibitively expensive to label manually and impossible to verify through tests alone. We propose an agentic judging pipeline using a strong LLM as a scalable proxy for expert architectural evaluation, comprising two judges: the Architecture Complexity Judge (ACJ), which estimates codebase-specific architectural understanding a task demands, and the Architecture Quality Judge (AQJ), which evaluates patch conformance to repository-specific architectural conventions via source-grounded rubrics. Fine-tuning Qwen3-8B/14B/32B on 3,360 curated instances achieves resolved rates of up to 27.2% on SWE-bench Verified - up to 540% over the base model and 256% over unfiltered fine-tuning. Meanwhile, the trained models achieve strong cross-language generalization and consistent improvements in architectural patch quality.

📄 PDF Abstract BibTeX arXiv:2606.14948

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AI-Generated Smells: An Analysis of Code and Architecture in LLM and Agent-Driven Development

2026-05-04 · Yuecai Zhu, Nikolaos Tsantalis, Peter C. Rigby arxiv

The promise of Large Language Models in automated software engineering is often measured by functional correctness, overlooking the critical issue of long term maintainability. This paper presents a systematic audit of t…

Code Generation

Step-by-Step Reasoning to Solve Grid Puzzles: Where do LLMs Falter?

2024-07-20 · Nemika Tyagi, Mihir Parmar, Mohith Kulkarni, Aswin RRV 외

Solving grid puzzles involves a significant amount of logical reasoning. Hence, it is a good domain to evaluate the reasoning capability of a model which can then guide us to improve the reasoning ability of models. Howe…

Logical Reasoning

Beyond Correctness: Confidence-Aware Reward Modeling for Enhancing Large Language Model Reasoning

2025-11-09 · Qianxi He, Qingyu Ren, Shanzhe Lei, Xuhong Wang 외 arxiv

Recent advancements in large language models (LLMs) have shifted the post-training paradigm from traditional instruction tuning and human preference alignment toward reinforcement learning (RL) focused on reasoning capab…

Reinforcement Learning

Unlocking Out-of-Distribution Generalization in Transformers via Recursive Latent Space Reasoning

2025-10-15 · Awni Altabaa, Siyu Chen, John Lafferty, Zhuoran Yang arxiv

Systematic, compositional generalization beyond the training distribution remains a core challenge in machine learning -- and a critical bottleneck for the emergent reasoning abilities of modern language models. This wor…

RePaCA: Leveraging Reasoning Large Language Models for Static Automated Patch Correctness Assessment

2025-07-30 · Marcos Fuster-Pena, David de-Fitero-Dominguez, Antonio Garcia-Cabot, Eva Garcia-Lopez arxiv

Automated Program Repair (APR) seeks to automatically correct software bugs without requiring human intervention. However, existing tools tend to generate patches that satisfy test cases without fixing the underlying bug…

Reinforcement LearningBinary ClassificationProgram Repair