CLAILGJun 20, 2025

Language Bottleneck Models: A Framework for Interpretable Knowledge Tracing and Beyond

arXiv:2506.16982v12 citationsh-index: 74
Originality Highly original
AI Analysis

This addresses the need for interpretable student assessment in education, offering a novel framework that balances accuracy with transparency.

The paper tackles the problem of interpretable knowledge tracing by proposing a Language Bottleneck Model (LBM) that learns natural-language summaries to explain student responses, achieving accuracy comparable to state-of-the-art methods while requiring orders-of-magnitude fewer student trajectories.

Accurately assessing student knowledge is critical for effective education, yet traditional Knowledge Tracing (KT) methods rely on opaque latent embeddings, limiting interpretability. Even LLM-based approaches generate direct predictions or summaries that may hallucinate without any accuracy guarantees. We recast KT as an inverse problem: learning the minimum natural-language summary that makes past answers explainable and future answers predictable. Our Language Bottleneck Model (LBM) consists of an encoder LLM that writes an interpretable knowledge summary and a frozen decoder LLM that must reconstruct and predict student responses using only that summary text. By constraining all predictive information to pass through a short natural-language bottleneck, LBMs ensure that the summary contains accurate information while remaining human-interpretable. Experiments on synthetic arithmetic benchmarks and the large-scale Eedi dataset show that LBMs rival the accuracy of state-of-the-art KT and direct LLM methods while requiring orders-of-magnitude fewer student trajectories. We demonstrate that training the encoder with group-relative policy optimization, using downstream decoding accuracy as a reward signal, effectively improves summary quality.

Foundations

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

Your Notes