Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,26 @@ size_categories:
|
|
| 12 |
- 1K<n<10K
|
| 13 |
---
|
| 14 |
NOMOS_EUR_Lex_Sum is a Greek-language legal text summarization dataset derived from official documents of the EUR-Lex portal.
|
| 15 |
-
The dataset focuses on extractive summarization of European Union legislative texts written in Greek and was developed in the context of the +NOMOS project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- 1K<n<10K
|
| 13 |
---
|
| 14 |
NOMOS_EUR_Lex_Sum is a Greek-language legal text summarization dataset derived from official documents of the EUR-Lex portal.
|
| 15 |
+
The dataset focuses on extractive summarization of European Union legislative texts written in Greek and was developed in the context of the +NOMOS project
|
| 16 |
+
|
| 17 |
+
## Dataset Structure
|
| 18 |
+
|
| 19 |
+
The dataset follows a hierarchical folder structure based on EUR-Lex thematic categories.
|
| 20 |
+
|
| 21 |
+
- Top-level folders represent broad policy areas
|
| 22 |
+
- Intermediate folders represent subtopics
|
| 23 |
+
- Only the final-level folders (leaf folders) contain actual data files
|
| 24 |
+
|
| 25 |
+
Each leaf folder corresponds to **one EU legal document and its summary**.
|
| 26 |
+
|
| 27 |
+
### Files inside a leaf folder
|
| 28 |
+
|
| 29 |
+
Only leaf folders contain the following files:
|
| 30 |
+
|
| 31 |
+
#### CELEX file (`<celex_id>.txt`)
|
| 32 |
+
- Full legal text in Greek
|
| 33 |
+
- Filename corresponds to the official CELEX identifier (e.g., `32013R1408.txt`).
|
| 34 |
+
|
| 35 |
+
#### `summary.txt`
|
| 36 |
+
- Summary of the legal document
|
| 37 |
+
- Written in Greek
|