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.7.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.7.tar.gz.
File metadata
- Download URL: bdh_cq-0.0.7.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 |
92967b5b1dd769821737bca7bcdef772d10e0291a2f7663b39eee90ca32b661c
|
|
| MD5 |
677fe86d4775a250d4fcc45817e0dca7
|
|
| BLAKE2b-256 |
1040b92a83eb3fb0f2eee0457e17509115ce2e13dc21bcc25d8f52cdea0bf1c2
|
File details
Details for the file bdh_cq-0.0.7-py3-none-any.whl.
File metadata
- Download URL: bdh_cq-0.0.7-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 |
79975fc6c3c53da8b4074760f3452c01f74d9d5c0e62f470b431efdab459309e
|
|
| MD5 |
51bb71fb5178db0af658449a8e325a2c
|
|
| BLAKE2b-256 |
1756842c54a5a7ae3a09dc71b0645eb63dfbbfe39b248c0536b81a584f01a23f
|