lwaekfjlk nielsr HF staff commited on
Commit
4d5959b
·
verified ·
1 Parent(s): 9f9aeba

Add dataset card (#1)

Browse files

- Add dataset card (460921a2eb503845a23f0a9c983028967f29146c)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -1,11 +1,10 @@
 
1
  ---
2
- license: apache-2.0
 
3
  ---
 
4
 
5
- # ResearchBench
6
-
7
- ResearchBench is a dataset for research community simulation. It includes 1000 paper writing tasks in PaperBench (333 hard, 334 medium, 333 easy) and 200 review writing tasks in ReviewBench.
8
-
9
- All the data from paper writing tasks and review writing tasks are collected from NeurIPS 2024 and ICLR 2024.
10
-
11
- Additionally, we also provide 100 extreme cases of high-impact paper writing tasks in HighImpactPaperBench.
 
1
+ ```markdown
2
  ---
3
+ task_categories:
4
+ - graph-learning
5
  ---
6
+ This repository contains the dataset presented in the paper [ResearchTown: Simulator of Human Research Community](https://huggingface.co/papers/2412.17767).
7
 
8
+ Project page: https://ulab-uiuc.github.io/research-town/
9
+ Code: https://github.com/ulab-uiuc/research-town
10
+ ```