-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hi @yiye2023 🤗
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/2602.06540.
The paper page lets people find artifacts about your paper. It's fantastic to see that you've already hosted the AgentCPM-Report model checkpoints (including the GGUF versions) on the Hub! This significantly helps with visibility and discoverability.
I noticed that your work introduces or utilizes several datasets, including the DeepResearch Bench, DeepConsult, and DeepResearch Gym benchmarks, as well as the Wiki2024 corpus (currently on ModelScope).
Would you like to host these datasets on https://huggingface.co/datasets as well? Hosting them on Hugging Face will provide even more visibility for your research and allow the community to easily load them for evaluation:
from datasets import load_dataset
dataset = load_dataset("openbmb/DeepResearch-Bench")If you're down, I'm leaving a guide here: https://huggingface.co/docs/datasets/loading. Besides the ease of access, there's the dataset viewer which allows people to quickly explore the data in the browser.
After they are uploaded, we can also link the datasets to the paper page so researchers can find all the artifacts related to your project in one place.
Let me know if you're interested or need any guidance!
Kind regards,
Niels