Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -53,4 +53,12 @@ configs:
|
|
| 53 |
data_files:
|
| 54 |
- split: test
|
| 55 |
path: queries/test-*
|
|
|
|
| 56 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
data_files:
|
| 54 |
- split: test
|
| 55 |
path: queries/test-*
|
| 56 |
+
license: cc-by-4.0
|
| 57 |
---
|
| 58 |
+
# IlPost (MTEB retrieval format)
|
| 59 |
+
|
| 60 |
+
Italian news summary-to-article retrieval task. Given an Italian summary, retrieve the relevant full news article from the corpus. Built from the test split.
|
| 61 |
+
|
| 62 |
+
Reformatted into MTEB retrieval format from [ARTeLab/ilpost](https://huggingface.co/datasets/ARTeLab/ilpost), an Italian abstractive summarization dataset of Il Post news articles.
|
| 63 |
+
|
| 64 |
+
License: CC BY 4.0.
|