CoolFace
Datasetpublic

oaimli/ProxyCoT-HotpotQA

This is the HotpotQA data that we used in our ProxyCoT project (https://aclanthology.org/2026.acl-long.1917/), and it is based on long-context reasoning (32K-128K tokens). HotpotQA here is a new version originally from https://aclanthology.org/2026.acl-long.1917/ with extended contexts. For more details on the context extension, refer to the ProxyCoT paper. To use our dataset, please follow the code below. train_samples = load_dataset("oaimli/proxycot-hotpotqa", split="train") dev_samples =… See the full description on the dataset page: https://huggingface.co/datasets/oaimli/ProxyCoT-HotpotQA.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
3likes176downloads
3 commits on main
c0c294b3mo ago

Update README.md

oaimli
edd9c983mo ago

Upload dataset

oaimli
5b2d7863mo ago

initial commit

oaimli