hails commited on
Commit
970133b
1 Parent(s): b7e44c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -9
README.md CHANGED
@@ -28,16 +28,66 @@ Dataset taken from https://github.com/microsoft/AGIEval and processed as in that
28
  This dataset contains the contents of the JEC-QA-KD subtask of AGIEval, as accessed in https://github.com/ruixiangcui/AGIEval/commit/5c77d073fda993f1652eaae3cf5d04cc5fd21d40 .
29
 
30
 
 
31
  Citation:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
 
 
 
 
 
 
33
 
34
- @misc
 
 
 
 
 
35
 
36
- {zhong2023agieval,
37
- title={AGIEval: A Human-Centric Benchmark for Evaluating Foundation Models},
38
- author={Wanjun Zhong and Ruixiang Cui and Yiduo Guo and Yaobo Liang and Shuai Lu and Yanlin Wang and Amin Saied and Weizhu Chen and Nan Duan},
39
- year={2023},
40
- eprint={2304.06364},
41
- archivePrefix={arXiv},
42
- primaryClass={cs.CL}
43
- }
 
 
28
  This dataset contains the contents of the JEC-QA-KD subtask of AGIEval, as accessed in https://github.com/ruixiangcui/AGIEval/commit/5c77d073fda993f1652eaae3cf5d04cc5fd21d40 .
29
 
30
 
31
+
32
  Citation:
33
+ ```
34
+ @misc{zhong2023agieval,
35
+ title={AGIEval: A Human-Centric Benchmark for Evaluating Foundation Models},
36
+ author={Wanjun Zhong and Ruixiang Cui and Yiduo Guo and Yaobo Liang and Shuai Lu and Yanlin Wang and Amin Saied and Weizhu Chen and Nan Duan},
37
+ year={2023},
38
+ eprint={2304.06364},
39
+ archivePrefix={arXiv},
40
+ primaryClass={cs.CL}
41
+ }
42
+ ```
43
+
44
+ Please make sure to cite all the individual datasets in your paper when you use them. We provide the relevant citation information below:
45
+
46
+ ```
47
+ @inproceedings{ling-etal-2017-program,
48
+ title = "Program Induction by Rationale Generation: Learning to Solve and Explain Algebraic Word Problems",
49
+ author = "Ling, Wang and
50
+ Yogatama, Dani and
51
+ Dyer, Chris and
52
+ Blunsom, Phil",
53
+ booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
54
+ month = jul,
55
+ year = "2017",
56
+ address = "Vancouver, Canada",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/P17-1015",
59
+ doi = "10.18653/v1/P17-1015",
60
+ pages = "158--167",
61
+ abstract = "Solving algebraic word problems requires executing a series of arithmetic operations{---}a program{---}to obtain a final answer. However, since programs can be arbitrarily complicated, inducing them directly from question-answer pairs is a formidable challenge. To make this task more feasible, we solve these problems by generating answer rationales, sequences of natural language and human-readable mathematical expressions that derive the final answer through a series of small steps. Although rationales do not explicitly specify programs, they provide a scaffolding for their structure via intermediate milestones. To evaluate our approach, we have created a new 100,000-sample dataset of questions, answers and rationales. Experimental results show that indirect supervision of program learning via answer rationales is a promising strategy for inducing arithmetic programs.",
62
+ }
63
+
64
+ @inproceedings{hendrycksmath2021,
65
+ title={Measuring Mathematical Problem Solving With the MATH Dataset},
66
+ author={Dan Hendrycks and Collin Burns and Saurav Kadavath and Akul Arora and Steven Basart and Eric Tang and Dawn Song and Jacob Steinhardt},
67
+ journal={NeurIPS},
68
+ year={2021}
69
+ }
70
 
71
+ @inproceedings{Liu2020LogiQAAC,
72
+ title={LogiQA: A Challenge Dataset for Machine Reading Comprehension with Logical Reasoning},
73
+ author={Jian Liu and Leyang Cui and Hanmeng Liu and Dandan Huang and Yile Wang and Yue Zhang},
74
+ booktitle={International Joint Conference on Artificial Intelligence},
75
+ year={2020}
76
+ }
77
 
78
+ @inproceedings{zhong2019jec,
79
+ title={JEC-QA: A Legal-Domain Question Answering Dataset},
80
+ author={Zhong, Haoxi and Xiao, Chaojun and Tu, Cunchao and Zhang, Tianyang and Liu, Zhiyuan and Sun, Maosong},
81
+ booktitle={Proceedings of AAAI},
82
+ year={2020},
83
+ }
84
 
85
+ @article{Wang2021FromLT,
86
+ title={From LSAT: The Progress and Challenges of Complex Reasoning},
87
+ author={Siyuan Wang and Zhongkun Liu and Wanjun Zhong and Ming Zhou and Zhongyu Wei and Zhumin Chen and Nan Duan},
88
+ journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},
89
+ year={2021},
90
+ volume={30},
91
+ pages={2201-2216}
92
+ }
93
+ ```