Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- summarization
|
| 5 |
+
language:
|
| 6 |
+
- fr
|
| 7 |
+
pretty_name: SciELO
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# LoRaLay: A Multilingual and Multimodal Dataset for Long Range and Layout-Aware Summarization
|
| 12 |
+
|
| 13 |
+
A collaboration between [reciTAL](https://recital.ai/en/), [MLIA](https://mlia.lip6.fr/) (ISIR, Sorbonne Université), [Meta AI](https://ai.facebook.com/), and [Università di Trento](https://www.unitn.it/)
|
| 14 |
+
|
| 15 |
+
## SciELO dataset for summarization
|
| 16 |
+
|
| 17 |
+
SciELO is a dataset for summarization of research papers written in Spanish and Portuguese, for which layout information is provided.
|
| 18 |
+
|
| 19 |
+
### Data Fields
|
| 20 |
+
|
| 21 |
+
- `article_id`: article id
|
| 22 |
+
- `article_words`: sequence of words constituting the body of the article
|
| 23 |
+
- `article_bboxes`: sequence of corresponding word bounding boxes
|
| 24 |
+
- `norm_article_bboxes`: sequence of corresponding normalized word bounding boxes
|
| 25 |
+
- `abstract`: a string containing the abstract of the article
|
| 26 |
+
- `article_pdf_url`: URL of the article's PDF
|
| 27 |
+
|
| 28 |
+
### Data Splits
|
| 29 |
+
|
| 30 |
+
This dataset has 3 splits: _train_, _validation_, and _test_.
|
| 31 |
+
|
| 32 |
+
| Dataset Split | Number of Instances (ES/PT) |
|
| 33 |
+
| ------------- | ----------------------------|
|
| 34 |
+
| Train | 20,853 / 19,407 |
|
| 35 |
+
| Validation | 1,158 / 1,078 |
|
| 36 |
+
| Test | 1,159 / 1,078 |
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
## Citation
|
| 40 |
+
|
| 41 |
+
``` latex
|
| 42 |
+
@article{nguyen2023loralay,
|
| 43 |
+
title={LoRaLay: A Multilingual and Multimodal Dataset for Long Range and Layout-Aware Summarization},
|
| 44 |
+
author={Nguyen, Laura and Scialom, Thomas and Piwowarski, Benjamin and Staiano, Jacopo},
|
| 45 |
+
journal={arXiv preprint arXiv:2301.11312},
|
| 46 |
+
year={2023}
|
| 47 |
+
}
|
| 48 |
+
```
|