File size: 3,035 Bytes
26c176f 00e40a0 e0bb059 00e40a0 a2a027d 24b2024 3f2c841 e0bb059 3f2c841 e0bb059 3f2c841 e0bb059 3f2c841 e0bb059 3f2c841 e0bb059 3f2c841 e0bb059 3f2c841 e0bb059 8ad48d7 e0bb059 3f2c841 e0bb059 3f2c841 8ad48d7 3f2c841 3f48876 3f2c841 e0bb059 3f2c841 b6227eb e0bb059 b6227eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
---
language:
- fr
- de
- en
- it
- nl
- el
- da
- pt
- es
- sv
- fi
- lt
- et
- cs
- hu
- lv
- sl
- pl
- mt
- sk
- ro
- bg
- hr
- ga
license: mit
size_categories:
- 100K<n<1M
pretty_name: Europa Random Split
dataset_info:
features:
- name: celex_id
dtype: string
- name: lang
dtype: string
- name: input_text
dtype: string
- name: keyphrases
sequence: string
splits:
- name: train
num_bytes: 6405779590
num_examples: 159306
- name: valid
num_bytes: 2182262528
num_examples: 53943
- name: test
num_bytes: 2853853947
num_examples: 71708
download_size: 5183354316
dataset_size: 11441896065
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
tags:
- keyphrase-generation
- text-to-text
- legal
---
# Dataset Card for EUROPA
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
## Dataset Details
### Dataset Description
EUROPA is a dataset designed for training and evaluating multilingual keyphrase generation models in the legal domain. It consists of legal judgments from the Court of Justice of the European Union (EU) and includes instances in all 24 official EU languages.
**Key Features**:
**Multilingual:** Covers 24 official EU languages.
**Domain-Specific:** Focuses on legal documents.
**Source:** Derived from Court of Justice of the European Union judgments.
- **Curated by:** N3 team
- **Languages:** French, German, English, Italian, Dutch, Greek, Danish, Portuguese, Spanish, Swedish, Finnish, Lithuanian, Estonian, Czech, Hungarian, Latvian, Slovenian, Polish, Maltese, Slovak, Romanian, Bulgarian, Croatian, Irish
- **License:** MIT License
### Dataset Sources
- **Paper:** https://arxiv.org/abs/2403.00252
## Dataset Structure
- **celex_id:** CELEX identifier inherited from CJEU. Different translated versions of the same judgment share the same celex_id. If you wish to have a unique identifier for each instance, you can concatenate `lang` and `celex_id` values;
- **lang:** ISO 639-1 language code;
- **input:** judgment transcription or translation;
- **keyphrases:** reference keyphrases drafted by the CJEU.
This page presents an randomly split version of the dataset, thus allowing all sets to have the same distribution in terms of vocabulary and languages. More details can be found in Appendix H of our paper.
- **training set**: 159 306 instances;
- **validation set**: 53 943 instances;
- **test set**: 71 708 instances.
## Citation
```
@article{salaun2024europa,
title={EUROPA: A Legal Multilingual Keyphrase Generation Dataset},
author={Sala{\"u}n, Olivier and Piedboeuf, Fr{\'e}d{\'e}ric and Le Berre, Guillaume and Hermelo, David Alfonso and Langlais, Philippe},
journal={arXiv preprint arXiv:2403.00252},
year={2024}
}
``` |