Reza8848 commited on
Commit
c90e717
β€’
1 Parent(s): 837b615

add README

Browse files
README.md CHANGED
@@ -2,6 +2,109 @@
2
  license: mit
3
  ---
4
 
5
- We release [AAAR-1.0](https://arxiv.org/abs/2410.22394) benchmark here.
 
6
 
7
- We will release our benchmark in the next few days. πŸ€—
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ <h1 align="center"> <img src="./figures/robot_expert_2.png" width="45" height="45">AAAR-1.0</h1>
6
+ <!-- AAAR-1.0: Assessing AI's Potential to Assist Research -->
7
 
8
+ <p align="center">
9
+ <a href="https://renzelou.github.io/AAAR-1.0/"><img src="https://img.shields.io/badge/Website-red" alt="website" /></a>
10
+ <a href="https://arxiv.org/abs/2410.22394"><img src="https://img.shields.io/badge/Paper-orange" alt="paper" /></a>
11
+ <a href="https://github.com/RenzeLou/AAAR-1.0/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-blue" alt="license" /></a>
12
+ <!-- <a href="https://github.com/RenzeLou/Muffin"><img src="https://img.shields.io/badge/Python-3.8-green" alt="python" /></a> -->
13
+ </p>
14
+
15
+
16
+
17
+ ---
18
+
19
+
20
+ πŸ€— This repository contains the [AAAR-1.0](https://arxiv.org/abs/2410.22394) benchmark dataset.
21
+
22
+ 🚨 <font color="#df1a7d">Please DO NOT use the data for training!</font>
23
+
24
+ <p align="center" width="100%">
25
+ <a ><img src="./figures/4.png" alt="paradigm" style="width: 100%; min-width: 300px; display: block; margin: auto;"></a>
26
+ </p>
27
+
28
+
29
+ ---
30
+
31
+ ## Get Performance on AAAR-1.0
32
+
33
+ Please refer to our <img src="./figures/GitHub-Mark.png" width="20" height="20"> [code repository](https://github.com/RenzeLou/AAAR-1.0/tree/main) for detailed instructions on running various LLMs on the AAAR-1.0 benchmark, and report the performances.
34
+
35
+ ## Data Details
36
+
37
+ #### 1. Equation Inference 🌟:
38
+
39
+ <p align="center" width="100%">
40
+ <a ><img src="./figures/sta_eq.png" alt="paradigm" style="width: 100%; min-width: 300px; display: block; margin: auto;"></a>
41
+ </p>
42
+
43
+ `Equation_Inference/equation.1049.json` constains all the 1,049 samples for the equation inference task. Each instance has following fields:
44
+ ```json
45
+ "context_before": Input, the paper context before the target equation.
46
+ "context_after": Input, the paper context after the target equation.
47
+ "options": Input, four candidate equations (1 correct and 3 wrong).
48
+ "answer": Output, the correct equation.
49
+ ```
50
+
51
+ #### 2. Experiment Design πŸ§ͺ:
52
+
53
+ <p align="center" width="70%">
54
+ <a ><img src="./figures/sta_exp.png" alt="paradigm" style="width: 70%; min-width: 300px; display: block; margin: auto;"></a>
55
+ </p>
56
+
57
+ `Experiment_Design` contains all 100 papers for the experiment design task. Each paper data is stored under a subfolder named by the paper ID.
58
+
59
+ Each paper has following data sources:
60
+ ```
61
+ - 1902.00751 (paper ID)
62
+ | - data_text.json: all the paper context (input) and the target experiment list&explanation (output).
63
+ | - images: a folder containing all the source images of this paper (extracted from arXiv source package).
64
+ | - *_source.tar.gz: the arXiv source package of this paper.
65
+ ```
66
+
67
+ #### 3. Paper Weakness πŸ”:
68
+
69
+ <p align="center" width="70%">
70
+ <a ><img src="./figures/sta_weak.png" alt="paradigm" style="width: 70%; min-width: 300px; display: block; margin: auto;"></a>
71
+ </p>
72
+
73
+ `Paper_Weakness/ICLR_2023` contains all the 993 papers for the paper weakness task. Each paper data is stored under a subfolder named by the paper ID.
74
+
75
+ Each paper has following data sources:
76
+ ```
77
+ - 3ZPESALKXO (paper ID)
78
+ | - data_text.json: all the paper context (input) and the target weaknesses (output).
79
+ | - images: a folder containing all the figure/table images of this paper (extracted from the paper PDF).
80
+ ```
81
+
82
+ #### 4. Review Critique ✍️:
83
+
84
+ We put the review critique task data in this [GitHub repository](https://github.com/jiangshdd/ReviewCritique). Please refer to our paper for more details.
85
+
86
+
87
+ ---
88
+
89
+ ## πŸ₯³ Citation
90
+
91
+ Please kindly cite our paper if you use our data or results in your research:
92
+
93
+
94
+ ```bibtex
95
+ @article{Lou2024AAAR,
96
+ title={{AAAR-1.0}: Assessing AI's Potential to Assist Research},
97
+ author={Renze Lou and Hanzi Xu and Sijia Wang and Jiangshu Du and Ryo Kamoi and Xiaoxin Lu and Jian Xie and Yuxuan Sun and Yusen Zhang and Jihyun Janice Ahn and Hongchao Fang and Zhuoyang Zou and Wenchao Ma and Xi Li and Kai Zhang and Congying Xia and Lifu Huang and Wenpeng Yin},
98
+ journal={arXiv preprint arXiv:2410.22394},
99
+ year={2024}
100
+ }
101
+ ```
102
+
103
+ <!-- ```bibtex
104
+ @inproceedings{du2024llms,
105
+ title={Llms assist nlp researchers: Critique paper (meta-) reviewing},
106
+ author={Du, Jiangshu and Wang, Yibo and Zhao, Wenting and Deng, Zhongfen and Liu, Shuaiqi and Lou, Renze and Zou, Henry Peng and Venkit, Pranav Narayanan and Zhang, Nan and Srinath, Mukund and others},
107
+ journal={Proceedings of {EMNLP} },
108
+ year={2024}
109
+ }
110
+ ``` -->
figures/4.png ADDED

Git LFS Details

  • SHA256: eb94de41cf6f9ec8cf7f9cf6dc08b96b61fd594c8950db1e26530d34176d145c
  • Pointer size: 131 Bytes
  • Size of remote file: 284 kB
figures/GitHub-Mark.png ADDED

Git LFS Details

  • SHA256: 6d6ef7bede0416b6ebee2014be5852576dbce89235fe16ea5c44ed01bd522132
  • Pointer size: 129 Bytes
  • Size of remote file: 7.25 kB
figures/robot_expert_2.png ADDED

Git LFS Details

  • SHA256: a2916db7039480e9e2270d83711db2215ba5766cacbdf1a04d524ae87b4ba633
  • Pointer size: 130 Bytes
  • Size of remote file: 93.5 kB
figures/sta_eq.png ADDED

Git LFS Details

  • SHA256: b682adbe7579d461cd985cb6f84ca0c8535447a64af88b12b9a3cf0c57093398
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
figures/sta_exp.png ADDED

Git LFS Details

  • SHA256: c2c12b388695fac6bca365676407aef8a0cb7ad9f5506e6bc0707d2a0c1bd172
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
figures/sta_weak.png ADDED

Git LFS Details

  • SHA256: 5cc3c832309e62825126d440b34b4e453bd2af8d320a5aa091a8dabd61ba0ae9
  • Pointer size: 131 Bytes
  • Size of remote file: 132 kB