artillerywu/DeepResearch-9K

Dataset

Data Splits

18

13 commits

1 linked in READMEs

updated Apr 21, 2026

See the code

README

Data Splits

The dataset consists of the following two subsets:

Dataset NameContentsHow It Was GeneratedNumber of Samples
DeepResearch-9KAll samples (teacher model's outputs)Teacher model inference on 9K questions9,000
DeepResearch-HardTeacher model's incorrect samples onlyFiltered from DeepResearch-9K (samples where the teacher model's final answer was wrong)3,974

Based on the above, we define the following train/test split for our DeepResearch-R1 model:

SplitCompositionSourceNumber of Samples
TrainAll teacher-correct samples + Random 2,200 teacher-incorrect samplesFrom DeepResearch-9K (correct samples) + Random subset of DeepResearch-Hard5,026 + 2,200 = 7,226
TestThe remaining teacher-incorrect samples (not used in training)From DeepResearch-Hard (the other 1,774 samples)1,774

Note:

  • Correct samples are those in DeepResearch-9K but not in DeepResearch-Hard.
  • The test set consists only of hard/incorrect cases (where the teacher model failed). This is by design to evaluate the model's ability to correct mistakes.

Contributors

artillerywu

13 commits

artillerywu/DeepResearch-9K

Dataset

Data Splits

18

13 commits

1 linked in READMEs

updated Apr 21, 2026

See the code

README

Data Splits

The dataset consists of the following two subsets:

Dataset NameContentsHow It Was GeneratedNumber of Samples
DeepResearch-9KAll samples (teacher model's outputs)Teacher model inference on 9K questions9,000
DeepResearch-HardTeacher model's incorrect samples onlyFiltered from DeepResearch-9K (samples where the teacher model's final answer was wrong)3,974

Based on the above, we define the following train/test split for our DeepResearch-R1 model:

SplitCompositionSourceNumber of Samples
TrainAll teacher-correct samples + Random 2,200 teacher-incorrect samplesFrom DeepResearch-9K (correct samples) + Random subset of DeepResearch-Hard5,026 + 2,200 = 7,226
TestThe remaining teacher-incorrect samples (not used in training)From DeepResearch-Hard (the other 1,774 samples)1,774

Note:

  • Correct samples are those in DeepResearch-9K but not in DeepResearch-Hard.
  • The test set consists only of hard/incorrect cases (where the teacher model failed). This is by design to evaluate the model's ability to correct mistakes.

Contributors

artillerywu

13 commits