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.1.tar.gz
(4.4 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.1.tar.gz.
File metadata
- Download URL: bdh_cq-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff3c49f2d66bf2779cb41fd828e3b6e111117b313ac98a6cdae2be2e4bb74ace
|
|
| MD5 |
f2b3012b3fad7db277b2fc03eae88b87
|
|
| BLAKE2b-256 |
c361fef776d3672d4ff17b4f177d56fef4b84706558e69add3bada463445fe96
|
File details
Details for the file bdh_cq-0.0.1-py3-none-any.whl.
File metadata
- Download URL: bdh_cq-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6797a6defb50e0ad1c19e5f11fa826d0046b89af333f6dbc5fa7ced390f2079c
|
|
| MD5 |
db79b72c34029af7ceda6062d9b2f7a0
|
|
| BLAKE2b-256 |
bb49d931bc0bb99e10cd8d1751fec108c3f673727ede5a2b6412c69cca5d47e4
|