paper-with-me

홈 › Papers

Automated Code Review Using Large Language Models with Symbolic Reasoning

2025-07-24 · Busra Icoz, Goksel Biricik arxiv

Code review is one of the key processes in the software development lifecycle and is essential to maintain code quality. However, manual code review is subjective and time consuming. Given its rule-based nature, code review is well suited for automation. In recent years, significant efforts have been made to automate this process with the help of artificial intelligence. Recent developments in Large Language Models (LLMs) have also emerged as a promising tool in this area, but these models often lack the logical reasoning capabilities needed to fully understand and evaluate code. To overcome this limitation, this study proposes a hybrid approach that integrates symbolic reasoning techniques with LLMs to automate the code review process. We tested our approach using the CodexGlue dataset, comparing several models, including CodeT5, CodeBERT, and GraphCodeBERT, to assess the effectiveness of combining symbolic reasoning and prompting techniques with LLMs. Our results show that this approach improves the accuracy and efficiency of automated code review.

📄 PDF Abstract BibTeX arXiv:2507.18476

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

On the Prospects of Incorporating Large Language Models (LLMs) in Automated Planning and Scheduling (APS)

2024-01-04 · Vishal Pallagani, Kaushik Roy, Bharath Muppasani, Francesco Fabiano 외

Automated Planning and Scheduling is among the growing areas in Artificial Intelligence (AI) where mention of LLMs has gained popularity. Based on a comprehensive review of 126 papers, this paper investigates eight categ…

Scheduling

LLM+AL: Bridging Large Language Models and Action Languages for Complex Reasoning about Actions

2025-01-01 · Adam Ishay, Joohyung Lee

Large Language Models (LLMs) have made significant strides in various intelligent tasks but still struggle with complex action reasoning tasks that require systematic search. To address this limitation, we propose a meth…

Natural Language UnderstandingSemantic Parsing

A Review of Symbolic, Subsymbolic and Hybrid Methods for Sequential Decision Making

2023-04-20 · Carlos Núñez-Molina, Pablo Mesejo, Juan Fernández-Olivares

In the field of Sequential Decision Making (SDM), two paradigms have historically vied for supremacy: Automated Planning (AP) and Reinforcement Learning (RL). In the spirit of reconciliation, this article reviews AP, RL …

Decision MakingReinforcement Learning (RL)Sequential Decision Making

Publishing FAIR and Machine-actionable Reviews in Materials Science: The Case for Symbolic Knowledge in Neuro-symbolic Artificial Intelligence

2026-01-08 · Jennifer D'Souza, Soren Auer, Eleni Poupaki, Alex Watkins 외 arxiv

Scientific reviews are central to knowledge integration in materials science, yet their key insights remain locked in narrative text and static PDF tables, limiting reuse by humans and machines alike. This article presen…

CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance

2025-02-04 · Yongchao Chen, Yilun Hao, Yueying Liu, Yang Zhang 외

Existing methods fail to effectively steer Large Language Models (LLMs) between textual reasoning and code generation, leaving symbolic computing capabilities underutilized. We introduce CodeSteer, an effective method fo…

Code GenerationText Generation