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.4.tar.gz
(8.3 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.4.tar.gz.
File metadata
- Download URL: bdh_cq-0.0.4.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39945ed18ef58c965afce6a7a99786d6b0299c18961403132da81ab944bc77a4
|
|
| MD5 |
8c48f6d751b1a13af7458443c38d94f0
|
|
| BLAKE2b-256 |
080e75647bdb558e2de89db34946dfeb507cfd4e5fb0b03778fbe26d42742bc3
|
File details
Details for the file bdh_cq-0.0.4-py3-none-any.whl.
File metadata
- Download URL: bdh_cq-0.0.4-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 |
20aaf3cea532333295c27ad73a3cf8786a5cd2a9ca74865963be99710b8a31de
|
|
| MD5 |
f6f19a2b788b65aa36a4a1f4be7017c6
|
|
| BLAKE2b-256 |
f98b19f25feae70386ec286485ff897d4ad76df40433b8e9ebdc0dafd783ae17
|