evalitahf commited on
Commit
ce78be3
·
verified ·
1 Parent(s): 1fe0a20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,10 +1,29 @@
1
  ---
2
  language:
3
  - it
 
4
  size_categories:
5
  - 100K<n<1M
6
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
7
  ---
8
  # Headline translation EVALITA 2020
9
  This dataset contains headlines collected from two Italian newspapers situated at opposite ends of the political spectrum, namely la Repubblica (left) and Il Giornale (right), with the two newspapers equally represented.
10
- The task focuses on transforming the style of newspaper headlines. Specifically, given a (collection of) headlines from one newspaper, namely Il Giornale (G) or La Repubblica (R), it challenges automatic systems to change all G-headlines to headlines in style R, and all R-headlines to headlines in style G.
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - it
4
+ language_details: it-IT
5
  size_categories:
6
  - 100K<n<1M
7
  license: cc-by-nc-sa-4.0
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: train.jsonl
13
+ - split: test
14
+ path: test.jsonl
15
  ---
16
  # Headline translation EVALITA 2020
17
  This dataset contains headlines collected from two Italian newspapers situated at opposite ends of the political spectrum, namely la Repubblica (left) and Il Giornale (right), with the two newspapers equally represented.
18
+ The task focuses on transforming the style of newspaper headlines. Specifically, given a (collection of) headlines from one newspaper, namely Il Giornale (G) or La Repubblica (R), it challenges automatic systems to change all G-headlines to headlines in style R, and all R-headlines to headlines in style G.
19
+
20
+ # Citation
21
+ ```bibtex
22
+ @inproceedings{de2020change,
23
+ title={Change-it@ evalita 2020: Change headlines, adapt news, generate},
24
+ author={De Mattei, Lorenzo and Cafagana, Michele and Dell’Orletta, Felice and Nissim, Malvina and Gatt, Albert},
25
+ booktitle={Evaluation Campaign of Natural Language Processing and Speech Tools for Italian},
26
+ year={2020},
27
+ organization={European Language Resources Association (ELRA)}
28
+ }
29
+ ```