Update README.md
Browse files
README.md
CHANGED
@@ -90,16 +90,18 @@ EUROPA is a dataset designed for training and evaluating multilingual keyphrase
|
|
90 |
|
91 |
## Dataset Structure
|
92 |
|
93 |
-
-
|
94 |
-
-
|
95 |
-
-
|
96 |
-
-
|
97 |
|
98 |
## Citation
|
99 |
|
|
|
100 |
@article{salaun2024europa,
|
101 |
title={EUROPA: A Legal Multilingual Keyphrase Generation Dataset},
|
102 |
author={Sala{\"u}n, Olivier and Piedboeuf, Fr{\'e}d{\'e}ric and Le Berre, Guillaume and Hermelo, David Alfonso and Langlais, Philippe},
|
103 |
journal={arXiv preprint arXiv:2403.00252},
|
104 |
year={2024}
|
105 |
-
}
|
|
|
|
90 |
|
91 |
## Dataset Structure
|
92 |
|
93 |
+
- **celex_id:** unique CELEX identifier inherited from CJEU
|
94 |
+
- **lang:** ISO 639-1 language code
|
95 |
+
- **input:** judgment transcription or transcription
|
96 |
+
- **keyphrases:** keyphrases drafted by the CJEU Registry
|
97 |
|
98 |
## Citation
|
99 |
|
100 |
+
```
|
101 |
@article{salaun2024europa,
|
102 |
title={EUROPA: A Legal Multilingual Keyphrase Generation Dataset},
|
103 |
author={Sala{\"u}n, Olivier and Piedboeuf, Fr{\'e}d{\'e}ric and Le Berre, Guillaume and Hermelo, David Alfonso and Langlais, Philippe},
|
104 |
journal={arXiv preprint arXiv:2403.00252},
|
105 |
year={2024}
|
106 |
+
}
|
107 |
+
```
|