Evidence Integration in Large Language Models
LLMs integrate external evidence through a distributional mechanism where evidence shifts the receiver's distribution of initial answers, governed by receiver prior weight and candidate evidence tilt Three core predictions confirmed: (1) candidates more probable to the receiver are more persuasive, (2) receivers integrate their own characteristic errors more readily than foreign errors, (3) identical evidence can improve weaker models while harming stronger ones Evidence integration occurs late
Analysis
TL;DR
- LLMs integrate external evidence through a distributional mechanism where evidence shifts the receiver's distribution of initial answers, governed by receiver prior weight and candidate evidence tilt
- Three core predictions confirmed: (1) candidates more probable to the receiver are more persuasive, (2) receivers integrate their own characteristic errors more readily than foreign errors, (3) identical evidence can improve weaker models while harming stronger ones
- Evidence integration occurs late in the network as a structured sequence: admitting external candidates, promoting them, and transporting them into the answer state
- Verification representations are decodable but have minimal causal impact on final answers; the states underlying verification and candidate integration are fully dissociable
- LLMs integrate candidates even after internally verifying their invalidity (93-100% with propositional constraints; up to 99.4% on held-out scientific reasoning)
Why It Matters
This research fundamentally reframes how we understand LLM reasoning with external evidence, revealing that integration is a receiver-specific control policy rather than a simple trust mechanism. For AI practitioners building RAG systems, agentic workflows, or tool-augmented models, these findings expose critical vulnerabilities where models may incorporate flawed evidence due to receiver-congruent biases. The discovery that verification and integration operate through dissociable neural states has direct implications for designing more robust evidence-handling architectures.
Technical Details
- Distributional theory: Evidence integration modeled as a shift in the receiver's answer distribution, parameterized by receiver prior weight and candidate evidence tilt, yielding testable predictions about persuasion dynamics
- Empirical validation: Over 10 million trials across 12 LLMs from 4 families, spanning 8 domains including 4 scientific discovery tasks (quantum mechanics, physics, genetics, molecular biology)
- Receiver-relative reliability frontier: A novel metric showing receiver-congruent errors depress performance more steeply than random errors of equivalent rate, quantifying domain-specific vulnerability
- Causal interventions: Demonstrated that candidate integration is implemented late in the network through a structured sequence—admitting external candidates, promoting them, and transporting them into the answer state
- J-lens decomposition: Revealed full dissociability between the neural state underlying verbalized verification and the state underlying candidate integration, with verification representations having little causal impact on answers
Industry Insight
- RAG and agentic system designers should account for receiver-specific integration biases rather than assuming evidence is processed uniformly; models may systematically over-integrate evidence that aligns with their existing error patterns
- The finding that identical evidence can help weaker models while harming stronger ones suggests that evidence integration quality is non-monotonic with model capability, requiring domain-specific calibration rather than one-size-fits-all prompting strategies
- Since verification and integration are neurally dissociable, building safeguards that only strengthen verification without addressing the late-stage integration pathway will be insufficient; interventions must target the candidate promotion and transport mechanisms directly
Disclaimer: The above content is generated by AI and is for reference only.