Hi @weirayao 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2605.16679.
The paper page lets people find artifacts about it, and I see you've already claimed it and linked the chi-bench dataset—that's awesome! CHI-Bench is a fantastic contribution to evaluating agentic workflows in complex domains like healthcare.
I noticed in the README that the Managed-Care Operations Handbook (the 1,279-document policy corpus) currently lives off-Hub and requires a manual request form for access. Would you like to host this artifact on Hugging Face as well?
We support gated datasets, which would allow you to require users to share their contact information and/or agree to specific terms before they can access the files—similar to your current form, but integrated directly into the HF ecosystem.
Hosting it on Hugging Face would improve visibility and allow researchers to easily load the knowledge base via the datasets library:
from datasets import load_dataset
# After access is granted
handbook = load_dataset("actava/managed-care-handbook")
Besides that, there's the dataset viewer which would allow people to browse the policy documents directly in the browser.
Let me know if you're interested or if you'd like some help setting up a gated repository for this!
Kind regards,
Niels
ML Engineer @ HF 🤗
Hi @weirayao 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2605.16679.
The paper page lets people find artifacts about it, and I see you've already claimed it and linked the
chi-benchdataset—that's awesome! CHI-Bench is a fantastic contribution to evaluating agentic workflows in complex domains like healthcare.I noticed in the README that the Managed-Care Operations Handbook (the 1,279-document policy corpus) currently lives off-Hub and requires a manual request form for access. Would you like to host this artifact on Hugging Face as well?
We support gated datasets, which would allow you to require users to share their contact information and/or agree to specific terms before they can access the files—similar to your current form, but integrated directly into the HF ecosystem.
Hosting it on Hugging Face would improve visibility and allow researchers to easily load the knowledge base via the
datasetslibrary:Besides that, there's the dataset viewer which would allow people to browse the policy documents directly in the browser.
Let me know if you're interested or if you'd like some help setting up a gated repository for this!
Kind regards,
Niels
ML Engineer @ HF 🤗