Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# TaskLAMA
|
6 |
+
|
7 |
+
This is an unofficial upload of the [TaskLAMA](https://arxiv.org/abs/2308.15299) data.
|
8 |
+
|
9 |
+
TaskLAMA is a novel dataset for Structured Complex Task Decomposition (SCTD).
|
10 |
+
|
11 |
+
Some of the data statistics could be found at [Spico197/TaskLAMA](https://github.com/Spico197/TaskLAMA) .
|
12 |
+
|
13 |
+
## Reference
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@misc{yuan2023tasklama,
|
17 |
+
title={TaskLAMA: Probing the Complex Task Understanding of Language Models},
|
18 |
+
author={Quan Yuan and Mehran Kazemi and Xin Xu and Isaac Noble and Vaiva Imbrasaite and Deepak Ramachandran},
|
19 |
+
year={2023},
|
20 |
+
eprint={2308.15299},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={cs.CL}
|
23 |
+
}
|
24 |
+
```
|