# BDH-CQ：用循环潜在推理实现上下文学习

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-08-10 08:00
- AIHOT 分数：46
- AIHOT 链接：https://aihot.virxact.com/items/cmsojrjg60ux8rofwr62b0q5u
- 原文链接：https://arxiv.org/abs/2608.09888

## AI 摘要

BDH-CQ 是一种结合上下文学习与循环潜在推理的推理模型，推理时输入持续更新循环记忆，模型在高维潜在空间中迭代计算求解，不输出中间推理过程。150M 参数配置在 ARC-AGI-1 上达到 29.5% pass@2，单任务推理成本仅 $0.0007，突破了该基准此前报告的成本-准确率帕累托前沿，创下成本效率新纪录。

## 正文

We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of $0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.
