BDH-CQ (wip)
Implementation of BDH-CQ: In-Context Learning with Recurrent Latent Reasoning, proposed by Pathway Research
Install
$ pip install bdh-cq
Usage
import torch
from bdh_cq import BDHCQ
model = BDHCQ()
ids = torch.randn(2, 1024)
logits = model(ids)
Citations
@misc{engdahl2026bdhcq,
title = {BDH-CQ: In-Context Learning with Recurrent Latent Reasoning},
author = {Björn Engdahl and Adrian Kosowski and Jan Chorowski and Zuzanna Stamirowska and Przemysław Uznański and Junlin Jiang and Rohan Phadke and Remigiusz Kinas and Richard Zhong},
year = {2026},
eprint = {2608.09888},
archivePrefix = {arXiv},
primaryClass = {cs.NE},
url = {https://arxiv.org/abs/2608.09888}
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bdh_cq-0.0.5.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bdh_cq-0.0.5.tar.gz.
File metadata
- Download URL: bdh_cq-0.0.5.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
017f2cdbb771f6fa6644bb9394b98185f3757f80a458fe0350f87e3dea51758d
|
|
| MD5 |
4bb5c0574686068ff57aa54c6b8a1fea
|
|
| BLAKE2b-256 |
8094ea49251bb66a2d0cbc1c7e27592043aeba9f2de2408eddd493a8a1a33351
|
File details
Details for the file bdh_cq-0.0.5-py3-none-any.whl.
File metadata
- Download URL: bdh_cq-0.0.5-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b438e6692b8e6276662d51df1c1f9fa1dbff5c8613a336898b790252a067a7d
|
|
| MD5 |
0741e23924e96cae65368b6052dbc5e0
|
|
| BLAKE2b-256 |
a6ea017b87e517285ec3e7bccfa9622a0576cc4baedce6e9b0b3ad555d944ff8
|