Training Large Language Models for Self-Explanation Faithfulness
Summary
A new Reinforcement Learning (RL) method directly optimizes the faithfulness of Large Language Model (LLM) self-explanations, addressing the gap where prior work only evaluated or prompted. This approach modifies existing faithfulness metrics into an RL training objective. Experiments with random-word and user-bias insertions demonstrated substantial improvements for RL fine-tuned Llama3.1-8B and Qwen3-8B. In-distribution Phi-CCT scores reached 0.664, and out-of-distribution scores were up to 0.691 on StrategyQA. While cross-intervention generalization was weaker and model-dependent, Llama3.1-8B showed non-zero transfer. This method offers a scalable path to reduce unfaithful reasoning in LLMs.
Key takeaway
For Machine Learning Engineers focused on explainable AI, directly optimizing LLM parameters via Reinforcement Learning with faithfulness metrics like Phi-CCT can significantly enhance self-explanation accuracy. You should consider integrating RL fine-tuning into your LLM development pipeline to build more transparent and trustworthy models, especially when addressing unfaithful reasoning.
Key insights
Reinforcement Learning can directly optimize LLM parameters to generate faithful self-explanations.
Principles
- RL can optimize LLM parameters for faithfulness
- Faithfulness metrics adapt as RL objectives
- Cross-intervention generalization is model-dependent
Method
Modify faithfulness metrics into an RL objective, then apply RL fine-tuning to LLMs using per-sample rewards, testing with specific intervention types.
In practice
- Fine-tune Llama3.1-8B with RL for self-explanation faithfulness
- Use Phi-CCT correlation as an RL reward signal
- Investigate model-specific generalization across interventions
Topics
- Reinforcement Learning
- Large Language Models
- Self-Explanation Faithfulness
- LLM Fine-tuning
- Explainable AI
- Phi-CCT Metric
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.