AIAug 5, 2025

Refining Critical Thinking in LLM Code Generation: A Faulty Premise-based Evaluation Framework

arXiv:2508.03622v11 citationsh-index: 7
Originality Highly original
AI Analysis

This addresses the need for reliable, human-centric code generation models by exposing deficiencies in LLMs' handling of faulty inputs.

The paper tackles the problem of code generation hallucinations in large language models (LLMs) when users provide inputs with faulty premises, finding that most of 15 tested models show poor reasoning and suboptimal performance under such conditions, with limited self-scrutiny capabilities.

With the advancement of code generation capabilities in large language models (LLMs), their reliance on input premises has intensified. When users provide inputs containing faulty premises, the probability of code generation hallucinations rises significantly, exposing deficiencies in their self-scrutiny capabilities. This paper proposes Faulty Premises Bench (FPBench), the first code generation evaluation framework targeting faulty premises. By systematically constructing three categories of faulty premises and integrating multi-dimensional evaluation metrics, it conducts in-depth assessments of 15 representative LLMs. The key findings are as follows: (1) Most models exhibit poor reasoning abilities and suboptimal code generation performance under faulty premises, heavily relying on explicit prompts for error detection, with limited self-scrutiny capabilities; (2) Faulty premises trigger a point of diminishing returns in resource investment, leading to blindly increasing length fails to enhance quality; (3) The three types of faulty premises respectively activate distinct defect patterns in models, revealing a triple dissociation in the cognitive mechanisms of code generation models. This study not only highlights the urgent need for LLMs to proactively verify premises in code generation but also, through the proposed FPBench framework and multi-dimensional evaluation system, provides a theoretical foundation and practical pathway for developing reliable, human-centric code generation models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes