Papers
arxiv:2608.09888

BDH-CQ: In-Context Learning with Recurrent Latent Reasoning

Published on Aug 10
Β· Submitted by
Jan Chorowski
on Aug 11
#1 Paper of the day
Authors:
,
,
,

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

Paper author Paper submitter

arc-agi-1-bdh-cost-efficiency-paper-Aug8

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

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

This comment has been hidden (marked as Low Quality)

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

  1. 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.

  2. 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.

  3. 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.

  4. No Ablation Studies
    Contributions of recurrent memory, latent reasoning, and in-context learning cannot be disentangled without βˆ’recurrent / βˆ’latent / βˆ’ICL ablations.

  5. 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.

  6. 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).

  7. 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:

  1. BDH layer equations + state/latent dimensions + recurrent iteration policy
  2. Training hyperparameters (lr, optimizer, steps, batch size, scheduler)
  3. Clarify: gradient update vs. forward-only at demonstration ingestion
  4. Run 3 baselines (Transformer/Mamba/RWKV @ 150M) + component ablations
  5. 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

Sign up or log in to comment

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

Cite arxiv.org/abs/2608.09888 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2608.09888 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.09888 in a Space README.md to link it from this page.

Collections including this paper 10