Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
Spico commited on
Commit
4d04d42
·
1 Parent(s): bee7158

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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
+ ```