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.3.tar.gz
(7.9 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.3.tar.gz.
File metadata
- Download URL: bdh_cq-0.0.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7097c9656c5fd5e052cc39567d521dc426a4550122c87c790239840549b139b7
|
|
| MD5 |
74da1cb0e29c868c0990d3075135e9b7
|
|
| BLAKE2b-256 |
79ae4de292e68b9e95c6e65847a4d4ca3c1a7158c6a3190c02e6d7c626f29328
|
File details
Details for the file bdh_cq-0.0.3-py3-none-any.whl.
File metadata
- Download URL: bdh_cq-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a74f45fa0e14c02ff7f1c32f500e24d02e96a1e08692f6e9b41b3281fd2bc28
|
|
| MD5 |
06218b52bfb65b9fa001311d167a752b
|
|
| BLAKE2b-256 |
2c21bb2382eddd7a3386829f93787de853f71ac32996c0dd757b09d7431ded1d
|