nielsr HF Staff commited on
Commit
e86a4e7
·
verified ·
1 Parent(s): 287ba63

Update dataset card: add task category, language, and paper link

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

This pull request improves the dataset card for the OpenResearcher Corpus by:
1. Adding the `text-retrieval` task category to the YAML metadata.
2. Adding the `en` language tag.
3. Including a link to the associated research paper: [OpenResearcher: A Fully Open Pipeline for Long-Horizon Deep Research Trajectory Synthesis](https://huggingface.co/papers/2603.20278).
4. Updating the citation to the BibTeX provided in the official repository.

Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -18,7 +18,12 @@ dataset_info:
18
  num_examples: 14878084
19
  download_size: 29752310440
20
  dataset_size: 48560880327
 
 
 
 
21
  ---
 
22
  <div style="display: flex; align-items: center; justify-content: center; gap: 8px;">
23
  <img src="imgs/or-logo1.png" style="height: 84px; width: auto;">
24
  <img src="imgs/openresearcher-title.svg" style="height: 84px; width: auto;">
@@ -26,13 +31,13 @@ dataset_info:
26
 
27
 
28
  <div align="center">
 
29
  <a href="https://x.com/DongfuJiang/status/2020946549422031040"><img src="https://img.shields.io/badge/Twitter-000000?style=for-the-badge&logo=X&logoColor=white" alt="Blog"></a>
30
  <a href="https://boiled-honeycup-4c7.notion.site/OpenResearcher-A-Fully-Open-Pipeline-for-Long-Horizon-Deep-Research-Trajectory-Synthesis-2f7e290627b5800cb3a0cd7e8d6ec0ea?source=copy_link"><img src="https://img.shields.io/badge/Blog-4285F4?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Blog"></a>
31
  <a href="https://github.com/TIGER-AI-Lab/OpenResearcher"><img src="https://img.shields.io/badge/Github-181717?style=for-the-badge&logo=github&logoColor=white" alt="Blog"></a>
32
  <a href="https://huggingface.co/datasets/OpenResearcher/OpenResearcher-Dataset"><img src="https://img.shields.io/badge/Dataset-FFB7B2?style=for-the-badge&logo=huggingface&logoColor=ffffff" alt="Dataset"></a>
33
  <a href="https://huggingface.co/OpenResearcher/Nemotron-3-Nano-30B-A3B"><img src="https://img.shields.io/badge/Model-FFD966?style=for-the-badge&logo=huggingface&logoColor=ffffff" alt="Model"></a>
34
  <a href="https://huggingface.co/spaces/OpenResearcher/OpenResearcher"><img src="https://img.shields.io/badge/Demo-F97316.svg?style=for-the-badge&logo=gradio&logoColor=white" alt="Demo"></a>
35
- <!-- <a href="https://wandb.ai/dongfu/nano-v3-sft-search"><img src="https://img.shields.io/badge/WandB%20Logs-48B5A3?style=for-the-badge&logo=weightsandbiases&logoColor=white" alt="WandB Logs"></a> -->
36
  <a href="https://huggingface.co/datasets/OpenResearcher/OpenResearcher-Eval-Logs/tree/main"><img src="https://img.shields.io/badge/Eval%20Logs-755BB4?style=for-the-badge&logo=google-sheets&logoColor=white" alt="Eval Logs"></a>
37
  </div>
38
  </div>
@@ -43,7 +48,7 @@ dataset_info:
43
  </p>
44
 
45
  ## OpenResearcher Corpus
46
- This dataset contains a carefully curated **~11B-tokens** corpus, which serves as an offline search engine for our data generation process, eliminating the need for external Search APIs. Details on the corpus curation process are available in our [blog](https://boiled-honeycup-4c7.notion.site/OpenResearcher-A-Fully-Open-Pipeline-for-Long-Horizon-Deep-Research-Trajectory-Synthesis-2f7e290627b5800cb3a0cd7e8d6ec0ea?source=copy_link).
47
 
48
  ## Format
49
  Each row in the dataset contains the following fields:
@@ -102,17 +107,16 @@ for idx, score in zip(indices[0], scores[0]):
102
  if doc:
103
  print(f"Score: {score:.4f}")
104
  print(f"URL: {doc['url']}")
105
- print(f"Text: {doc['text'][:200]}...\n")
 
106
  ```
107
 
108
  ## Citation
109
  ```bibtex
110
- @misc{li2025openresearcher,
111
- title={OpenResearcher: A Fully Open Pipeline for Long-Horizon Deep Research Trajectory Synthesis},
112
- author={Zhuofeng Li and Dongfu Jiang and Xueguang Ma and Haoxiang Zhang and Ping Nie and Yuyu Zhang and Kai Zou and Jianwen Xie and Yu Zhang and Wenhu Chen},
113
- year={2025},
114
- howpublished={\url{https://www.notion.so/OpenResearcher-A-Fully-Open-Pipeline-for-Long-Horizon-Deep-Research-Trajectory-Synthesis-2f7e290627b5800cb3a0cd7e8d6ec0ea}},
115
- note={Notion Blog}
116
  }
117
- ```
118
-
 
18
  num_examples: 14878084
19
  download_size: 29752310440
20
  dataset_size: 48560880327
21
+ task_categories:
22
+ - text-retrieval
23
+ language:
24
+ - en
25
  ---
26
+
27
  <div style="display: flex; align-items: center; justify-content: center; gap: 8px;">
28
  <img src="imgs/or-logo1.png" style="height: 84px; width: auto;">
29
  <img src="imgs/openresearcher-title.svg" style="height: 84px; width: auto;">
 
31
 
32
 
33
  <div align="center">
34
+ <a href="https://huggingface.co/papers/2603.20278"><img src="https://img.shields.io/badge/arXiv-2603.20278-B31B1B.svg?style=for-the-badge&logo=arXiv&logoColor=white" alt="Paper"></a>
35
  <a href="https://x.com/DongfuJiang/status/2020946549422031040"><img src="https://img.shields.io/badge/Twitter-000000?style=for-the-badge&logo=X&logoColor=white" alt="Blog"></a>
36
  <a href="https://boiled-honeycup-4c7.notion.site/OpenResearcher-A-Fully-Open-Pipeline-for-Long-Horizon-Deep-Research-Trajectory-Synthesis-2f7e290627b5800cb3a0cd7e8d6ec0ea?source=copy_link"><img src="https://img.shields.io/badge/Blog-4285F4?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Blog"></a>
37
  <a href="https://github.com/TIGER-AI-Lab/OpenResearcher"><img src="https://img.shields.io/badge/Github-181717?style=for-the-badge&logo=github&logoColor=white" alt="Blog"></a>
38
  <a href="https://huggingface.co/datasets/OpenResearcher/OpenResearcher-Dataset"><img src="https://img.shields.io/badge/Dataset-FFB7B2?style=for-the-badge&logo=huggingface&logoColor=ffffff" alt="Dataset"></a>
39
  <a href="https://huggingface.co/OpenResearcher/Nemotron-3-Nano-30B-A3B"><img src="https://img.shields.io/badge/Model-FFD966?style=for-the-badge&logo=huggingface&logoColor=ffffff" alt="Model"></a>
40
  <a href="https://huggingface.co/spaces/OpenResearcher/OpenResearcher"><img src="https://img.shields.io/badge/Demo-F97316.svg?style=for-the-badge&logo=gradio&logoColor=white" alt="Demo"></a>
 
41
  <a href="https://huggingface.co/datasets/OpenResearcher/OpenResearcher-Eval-Logs/tree/main"><img src="https://img.shields.io/badge/Eval%20Logs-755BB4?style=for-the-badge&logo=google-sheets&logoColor=white" alt="Eval Logs"></a>
42
  </div>
43
  </div>
 
48
  </p>
49
 
50
  ## OpenResearcher Corpus
51
+ This dataset contains a carefully curated **~11B-tokens** corpus, which serves as an offline search engine for our data generation process, eliminating the need for external Search APIs. It was introduced in the paper [OpenResearcher: A Fully Open Pipeline for Long-Horizon Deep Research Trajectory Synthesis](https://huggingface.co/papers/2603.20278). Details on the corpus curation process are available in our [blog](https://boiled-honeycup-4c7.notion.site/OpenResearcher-A-Fully-Open-Pipeline-for-Long-Horizon-Deep-Research-Trajectory-Synthesis-2f7e290627b5800cb3a0cd7e8d6ec0ea?source=copy_link).
52
 
53
  ## Format
54
  Each row in the dataset contains the following fields:
 
107
  if doc:
108
  print(f"Score: {score:.4f}")
109
  print(f"URL: {doc['url']}")
110
+ print(f"Text: {doc['text'][:200]}...
111
+ ")
112
  ```
113
 
114
  ## Citation
115
  ```bibtex
116
+ @article{li2026openresearcher,
117
+ title={{OpenResearcher: A Fully Open Pipeline for Long-Horizon Deep Research Trajectory Synthesis}},
118
+ author={Li, Zhuofeng and Jiang, Dongfu and Ma, Xueguang and Zhang, Haoxiang and Nie, Ping and Zhang, Yuyu and Zou, Kai and Xie, Jianwen and Zhang, Yu and Chen, Wenhu},
119
+ journal={arXiv preprint arXiv:2603.20278},
120
+ year={2026}
 
121
  }
122
+ ```