CLAILGFeb 22, 2024

Chain-of-Thought Unfaithfulness as Disguised Accuracy

arXiv:2402.14897v328 citationsh-index: 4Trans. Mach. Learn. Res.
Originality Synthesis-oriented
AI Analysis

This work addresses the reliability of CoT faithfulness evaluation for LLM trust, revealing it may be incremental by showing metric flaws rather than introducing new methods.

The paper investigates whether Chain-of-Thought (CoT) faithfulness metrics generalize across large language models, finding that after normalization for answer bias, unfaithfulness decreases for smaller models and the metric strongly correlates with accuracy, questioning its validity.

Understanding the extent to which Chain-of-Thought (CoT) generations align with a large language model's (LLM) internal computations is critical for deciding whether to trust an LLM's output. As a proxy for CoT faithfulness, Lanham et al. (2023) propose a metric that measures a model's dependence on its CoT for producing an answer. Within a single family of proprietary models, they find that LLMs exhibit a scaling-then-inverse-scaling relationship between model size and their measure of faithfulness, and that a 13 billion parameter model exhibits increased faithfulness compared to models ranging from 810 million to 175 billion parameters in size. We evaluate whether these results generalize as a property of all LLMs. We replicate the experimental setup in their section focused on scaling experiments with three different families of models and, under specific conditions, successfully reproduce the scaling trends for CoT faithfulness they report. However, after normalizing the metric to account for a model's bias toward certain answer choices, unfaithfulness drops significantly for smaller less-capable models. This normalized faithfulness metric is also strongly correlated ($R^2$=0.74) with accuracy, raising doubts about its validity for evaluating faithfulness.

Code Implementations1 repo
Foundations

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

Your Notes