Create dataset_infos.json
Browse files- dataset_infos.json +7 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train": {
|
| 3 |
+
"description": "UFLA-FORMS: An Academic Forms Dataset for Information Extraction in the Portuguese Language",
|
| 4 |
+
"homepage": "https://github.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS",
|
| 5 |
+
"license": "MIT",
|
| 6 |
+
"citation": "@article{uflaforms,\n author={Victor Gonçalves Lima and Denilson Alves Pereira},\n title={{UFLA-FORMS: an Academic Forms Dataset for Information Extraction in the Portuguese Language}},\n journal={Language Resources and Evaluation},\n publisher={Springer},\n doi={10.1007/s10579-024-09802-3},\n url={https://doi.org/10.1007/s10579-024-09802-3},\n misc={PDF: https://rdcu.be/d69VH, dataset: https://github.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/},\n year={2025}\n}"}
|
| 7 |
+
}
|