Abstract
A 150M-parameter reasoning model using recurrent latent reasoning and in-context learning achieves a new cost-accuracy frontier on ARC-AGI-1.
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.
Community
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Penelope: Localized Latent Recurrence for Efficient Structured Reasoning (2026)
- Recursive Vision Language Models for General Symbolic Reasoning (2026)
- DiscoLoop: Looping Discrete Embeddings and Continuous Hidden States for Multi-hop Reasoning (2026)
- J-CoT: Chain-of-Thought in J-Space (2026)
- Learning to Refine Hidden States for Reliable LLM Reasoning (2026)
- Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers (2026)
- What Survives When You Compress a Recursive Reasoner for the Edge? (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Formal Critique for Hugging Face Paper Page Comment
Comment on "BDH-CQ: In-Context Learning with Recurrent Latent Reasoning" (arXiv:2608.09888v1)
Date: 2026-08-18
Summary
This paper presents an impressive engineering achievement: a 150M-parameter system (BDH-CQ) achieving 29.5% pass@2 on ARC-AGI-1 at $0.0007/task, establishing a new cost-efficiency Pareto frontier. The controlled intervention experiments (Section 6) are a genuine scientific contribution, revealing a catastrophic failure on color-swap composition (0/72) that exposes a fundamental objectβproperty binding limitation.
However, the paper does not meet scientific reproducibility standards due to deliberate withholding of core technical details. The following are explicitly marked "proprietary" in the text:
- BDH layer dimensions, exact update rules, and implementation details (Sec 3.3)
- Complete internal training recipe, hyperparameters, and augmentations (Sec 4.1β4.2)
Additionally, there are no baseline comparisons (Transformer/Mamba/RWKV at matched 150M scale), no ablations, and no scaling experiments β yet the paper claims the architecture "scales favorably."
Detailed Assessment
| Criterion | Rating | Notes |
|---|---|---|
| Technical Novelty | β β β β β | BDH + ICL + latent reasoning combination is meaningful |
| Experimental Rigor | β β βββ | Controlled experiments excellent; baselines/ablations/scaling absent |
| Reproducibility | β ββββ | Core architecture & training details withheld as proprietary |
| Claim Calibration | β β βββ | Overgeneralizes from single benchmark/scale/architecture |
| Presentation Clarity | β β β ββ | Well-written but critical specifications omitted |
Specific Concerns
Architecture Underspecified
Equation (1) gives $S_t = U_\theta(S_{t-1}, D_t)$ but $U_\theta$'s functional form, state dimension, latent workspace dimension, and recurrent iteration count are all withheld. Without these, the method cannot be reimplemented or analyzed.Training Recipe Withheld
Learning rate, optimizer, scheduler, training steps, batch size, data augmentation specifics, and total training compute are all "proprietary." This prevents any assessment of whether the result stems from architecture or training budget.No Baselines at Matched Scale
The cost-efficiency claim compares against heterogeneous leaderboard entries (API pricing vs. hardware estimates, different GPUs, different model sizes). A 150M Transformer, Mamba, or RWKV baseline under the same protocol is essential.No Ablation Studies
Contributions of recurrent memory, latent reasoning, and in-context learning cannot be disentangled without βrecurrent / βlatent / βICL ablations.Demonstration Processing Mechanism Ambiguous
Does demonstration ingestion perform gradient updates (true online learning) or forward-only conditioning? The paper uses "modify recurrent memory" language but provides no clarity β this distinction is critical for continual-learning claims.Scaling Claims Without Evidence
"BDH-CQ architecture scales naturally... capability boundaries move predictably with scale" (Sec 9.2) is asserted with zero multi-scale experiments (50M/150M/500M).Language Modeling Claim Unsupported
"BDH layers support language modeling as well as latent reasoning" (Sec 10) β no language modeling experiments are reported.
Strengths (To Be Fair)
- Section 6 (Controlled Interventions) is exemplary: systematic generalization curves across propagation distance, sequence length, nesting depth, and operator composition. The color-swap composition failure (0/72) is a clean, important finding.
- Independent audit reproduced the 29.5% pass@2 (though auditors are co-authors from partner institutions).
- Honest limitations section (Sec 9.1) acknowledges output construction, conditional binding, and demonstration coverage gaps.
- Cost measurement methodology is transparent (H200 GPU-seconds, $3/hr assumption stated).
Recommendations for Revision (v2 / Camera-Ready)
Minimal viable disclosure for scientific credibility:
- BDH layer equations + state/latent dimensions + recurrent iteration policy
- Training hyperparameters (lr, optimizer, steps, batch size, scheduler)
- Clarify: gradient update vs. forward-only at demonstration ingestion
- Run 3 baselines (Transformer/Mamba/RWKV @ 150M) + component ablations
- Soften scaling claims to "we hypothesize..." unless multi-scale data added
If the above cannot be released (commercial constraints), consider:
- Submitting to a benchmark/workshop track (e.g., ARC Workshop, Efficient Reasoning Workshop) where engineering results without full disclosure are acceptable
- Framing claims as "we achieve X on benchmark Y" rather than "architecture Z has property W"
Verdict for Venue
| Venue | Recommendation |
|---|---|
| NeurIPS / ICML / ICLR (main conference) | Reject / Major Revision β fails reproducibility checklist |
| ARC / Reasoning / Efficiency Workshop | Accept β strong benchmark-specific contribution |
| Journal (TMLR, JAIR) | Major Revision Required |
Get this paper in your agent:
hf papers read 2608.09888 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
