Research 🇺🇸 27.07.2026 07:02

ABBEL: Training LLMs to Update Beliefs for Efficient Long-Term Interaction

CursorCursor Alibaba/QwenAlibaba/Qwen
ABBEL is a framework that improves LLM performance in long-horizon tasks by isolating and supervising the information content of summaries using natural-language belief states. It reduces the performance gap compared to full-context models by about 50% while cutting training steps in half and using significantly less memory.
ABBEL (Autoencoder Belief Bottleneck for Efficient Learning) addresses the problem of LLMs struggling with long interactions where full context history cannot fit in the context window. Instead of traditional recursive summarization, ABBEL formulates summaries as belief states that the model updates periodically. Belief grading adds an auxiliary RL task that rewards beliefs based on how well they can reconstruct recent observations. In the CollabBench collaborative coding environment, ABBEL with reconstruction-based belief grading achieved a test pass rate of 0.48 (vs. 0.52 for full context) and success rate of 0.36 (vs. 0.39), while using 6.01 peak tokens vs 14.08 for full context, and requiring only 50 training steps vs 100. In the Combination Lock task, domain-knowledge belief grading allowed ABBEL to approach or exceed full-context performance. In multi-objective QA, a Peak Belief Length Penalty reduced memory usage with minimal performance loss. The paper was authored by Lidayan et al. from Berkeley AI.
Сокращения
LLM = Large Language Model — большая языковая модель
RL = Reinforcement Learning — обучение с подкреплением
QA = Question Answering — вопросно-ответная система
PBP = Peak Belief Penalty — штраф за пиковую длину убеждения
MOQA = Multi-Objective Question Answering — многоцелевое вопросно-ответное задание
Source: BAIR (Berkeley AI) — original
Our earlier posts on this topic ↓
Fresh news