Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
language:
|
6 |
+
- fr
|
7 |
+
tags:
|
8 |
+
- NLP
|
9 |
+
- Debates
|
10 |
+
- Abstractive_Summarization
|
11 |
+
- Extractive_Summarization
|
12 |
+
- French
|
13 |
+
pretty_name: FREDsum
|
14 |
+
size_categories:
|
15 |
+
- n<1K
|
16 |
---
|
17 |
+
|
18 |
+
# Dataset Summary
|
19 |
+
|
20 |
+
The FREDSum dataset is a comprehensive collection of transcripts and metadata from various political and public debates in France. The dataset aims to provide researchers, linguists, and data scientists with a rich source of debate content for analysis and natural language processing tasks.
|
21 |
+
|
22 |
+
## Languages
|
23 |
+
|
24 |
+
French
|
25 |
+
|
26 |
+
# Dataset Structure
|
27 |
+
|
28 |
+
The dataset is made of 144 debates, 115 of the debates make up the train set, while 29 make up the test set
|
29 |
+
|
30 |
+
## Data Fields
|
31 |
+
|
32 |
+
- id : Unique ID of an exemple
|
33 |
+
- Transcript : The text of the debate
|
34 |
+
- Abstractive_1-3 : Human summary of the debate
|
35 |
+
- Extractive_1-2 : Human selection of important utterances from the source debate
|
36 |
+
|
37 |
+
## Data splits
|
38 |
+
|
39 |
+
- train : 115
|
40 |
+
- test : 29
|
41 |
+
|
42 |
+
# Licensing Information
|
43 |
+
|
44 |
+
non-commercial licence: CC BY-NC-ND 4.0
|
45 |
+
|
46 |
+
# Citation Information
|
47 |
+
|
48 |
+
If you use this dataset, please cite the following article:
|
49 |
+
|
50 |
+
Virgile Rennard, Guokan Shang, Damien Grari, Julie Hunter, and Michalis Vazirgiannis. 2023. FREDSum: A Dialogue Summarization Corpus for French Political Debates. In Findings of the Association for Computational Linguistics: EMNLP 2023, pages 4241–4253, Singapore. Association for Computational Linguistics.
|