Predicting vs. Acting: A Trade-off Between World Modeling & Agent Modeling
TLDR
RLHF-aligned LMs trade off world modeling (next-token prediction) for agent modeling, due to implicit blueprints limiting randomness.
Reasoning
The paper clearly identifies a trade-off between world modeling and agent modeling in RLHF-aligned LMs, providing empirical evidence and a mechanistic explanation involving anchor spans. However, the analysis is limited to RLHF models and may not generalize to other alignment techniques.
Read-first score
Read-first score 52.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 20.
Field roles
Rank sensitivity
Stability: volatile; rank range: 474.
Keyword Scores
Deep Analysis
Innovations
- Empirical demonstration of a trade-off between world modeling (next-token prediction) and agent modeling (RLHF alignment) in language models.
- Proposal of a potential explanation: RLHF models restrict randomness via implicit blueprints, concentrating probability on anchor spans that co-occur across generations.
- Suggestion that this trade-off may be fundamental, not just an artifact of current alignment techniques.
Methodology
The paper empirically demonstrates a trade-off between world modeling and agent modeling by comparing RLHF-aligned LMs to base LMs on next-token prediction tasks. It proposes a potential explanation involving implicit blueprints and anchor spans, and studies this trade-off on current RLHF-aligned models without specifying exact datasets or baselines.
Key Results
RLHF-aligned LMs struggle with next-token prediction (world modeling) while excelling at agent modeling tasks. The trade-off is attributed to RLHF models concentrating probability on anchor spans that co-occur across generations, limiting their ability to generate diverse documents.
Limitations
- The proposed explanation is a potential hypothesis, not conclusively proven.
- The trade-off may not be fundamental; future alignment techniques could potentially avoid it.
- The study focuses on RLHF models; results may not generalize to other alignment methods.