Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Lila: A Unified Benchmark for Mathematical Reasoning
|
6 |
+
|
7 |
+
|
8 |
+
- **Homepage: https://lila.apps.allenai.org/**
|
9 |
+
- **Repository: https://github.com/allenai/lila**
|
10 |
+
- **Paper: https://aclanthology.org/2022.emnlp-main.392.pdf**
|
11 |
+
|
12 |
+
Contact [email protected] or [email protected] with questions.
|
13 |
+
|
14 |
+
### Licensing Information
|
15 |
+
|
16 |
+
Creative Commons Attribution 4.0 International
|
17 |
+
|
18 |
+
### Citation Information
|
19 |
+
|
20 |
+
Cite this dataset and the source datasets (see `sources.bib`).
|
21 |
+
|
22 |
+
```bib
|
23 |
+
@INPROCEEDINGS{Mishra2022Lila,
|
24 |
+
author = {
|
25 |
+
Swaroop Mishra
|
26 |
+
and Matthew Finlayson
|
27 |
+
and Pan Lu
|
28 |
+
and Leonard Tang
|
29 |
+
and Sean Welleck
|
30 |
+
and Chitta Baral
|
31 |
+
and Tanmay Rajpurohit
|
32 |
+
and Oyvind Tafjord
|
33 |
+
and Ashish Sabharwal
|
34 |
+
and Peter Clark
|
35 |
+
and Ashwin Kalyan},
|
36 |
+
title = {Lila: A Unified Benchmark for Mathematical Reasoning},
|
37 |
+
booktitle = {Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
38 |
+
year = {2022}
|
39 |
+
}
|
40 |
+
```
|