TL;DR
Large language models (LLMs) often produce reasoning traces that do not accurately reflect their decision-making processes. To address this, the Circuit-guided Internal-External Discrepancy Scorer (CIE-Scorer) was developed to detect unfaithful chain-of-thought (CoT) reasoning by comparing internal and external reasoning graphs.
✦ Why It Matters
Engineers can leverage CIE-Scorer to enhance the reliability of LLM outputs in critical applications.
Key Takeaways
How It Works
CIE-Scorer operates by tracing compact sentence-level circuits from informative reasoning tokens, allowing it to create internal and external reasoning graphs. It then measures the discrepancies between these graphs using Fused Gromov-Wasserstein distance, which quantifies how different the two reasoning processes are.
This method ensures that faithful reasoning aligns closely with the model's internal computations.
Related