C2-Faith: Benchmarking LLM Judges for Causal and Coverage Faithfulness in Chain-of-Thought Reasoning

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

C2-Faith, a new benchmark built from PRM800K, evaluates Large Language Model (LLM) judges' ability to assess chain-of-thought (CoT) reasoning faithfulness. It explicitly decomposes faithfulness into causality, ensuring logical step progression, and coverage, verifying essential intermediate inferences. The benchmark uses controlled perturbations, replacing steps for known causal errors and deleting portions for coverage errors, allowing direct measurement against reference labels. Evaluating three frontier LLM judges across binary causal detection, causal step localization, and coverage scoring tasks, results show judge reliability is highly task-dependent. Models detect errors but struggle with accurate localization. Furthermore, judges systematically overestimate reasoning completeness, assigning high scores even with significant missing intermediate steps. These findings expose fundamental limitations in process-level LLM evaluation.

Key takeaway

For NLP Engineers evaluating LLM-generated chain-of-thought reasoning, recognize that current LLM judges often misattribute errors and inflate completeness scores. You should implement additional verification steps beyond simple binary detection, focusing on methods that can precisely localize reasoning flaws. Consider human-in-the-loop review for critical applications to ensure accurate process-level evaluation and avoid over-reliance on automated LLM assessments.

Key insights

LLM judges struggle with precise error localization and systematically overestimate reasoning completeness in CoT evaluations.

Principles

Method

C2-Faith uses controlled perturbations on PRM800K, replacing steps for causal errors and deleting portions for coverage errors, enabling direct measurement against reference labels.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.