juliehunter
commited on
Commit
•
4044a09
1
Parent(s):
01a1488
Update README.md
Browse files
README.md
CHANGED
@@ -1,57 +1,297 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: meeting_id
|
6 |
-
dtype: string
|
7 |
-
- name: speaker_id
|
8 |
-
dtype: string
|
9 |
-
- name: audio_id
|
10 |
-
dtype: string
|
11 |
-
- name: audio
|
12 |
-
dtype: audio
|
13 |
-
- name: segments
|
14 |
-
list:
|
15 |
-
- name: end
|
16 |
-
dtype: float64
|
17 |
-
- name: start
|
18 |
-
dtype: float64
|
19 |
-
- name: transcript
|
20 |
-
dtype: string
|
21 |
-
- name: words
|
22 |
-
list:
|
23 |
-
- name: end
|
24 |
-
dtype: float64
|
25 |
-
- name: start
|
26 |
-
dtype: float64
|
27 |
-
- name: word
|
28 |
-
dtype: string
|
29 |
-
- name: transcript
|
30 |
-
dtype: string
|
31 |
-
splits:
|
32 |
-
- name: example
|
33 |
-
num_bytes: 116022257.0
|
34 |
-
num_examples: 4
|
35 |
-
- name: dev
|
36 |
-
num_bytes: 14155765669.0
|
37 |
-
num_examples: 130
|
38 |
-
- name: train
|
39 |
-
num_bytes: 74754662936.0
|
40 |
-
num_examples: 684
|
41 |
-
- name: test
|
42 |
-
num_bytes: 13775584735.0
|
43 |
-
num_examples: 124
|
44 |
-
download_size: 120234623488
|
45 |
-
dataset_size: 102802035597.0
|
46 |
-
configs:
|
47 |
-
- config_name:
|
48 |
-
data_files:
|
49 |
-
- split:
|
50 |
-
path: data/
|
51 |
-
|
52 |
-
|
53 |
-
- split: train
|
54 |
-
path: data/
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: meeting_id
|
6 |
+
dtype: string
|
7 |
+
- name: speaker_id
|
8 |
+
dtype: string
|
9 |
+
- name: audio_id
|
10 |
+
dtype: string
|
11 |
+
- name: audio
|
12 |
+
dtype: audio
|
13 |
+
- name: segments
|
14 |
+
list:
|
15 |
+
- name: end
|
16 |
+
dtype: float64
|
17 |
+
- name: start
|
18 |
+
dtype: float64
|
19 |
+
- name: transcript
|
20 |
+
dtype: string
|
21 |
+
- name: words
|
22 |
+
list:
|
23 |
+
- name: end
|
24 |
+
dtype: float64
|
25 |
+
- name: start
|
26 |
+
dtype: float64
|
27 |
+
- name: word
|
28 |
+
dtype: string
|
29 |
+
- name: transcript
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: example
|
33 |
+
num_bytes: 116022257.0
|
34 |
+
num_examples: 4
|
35 |
+
- name: dev
|
36 |
+
num_bytes: 14155765669.0
|
37 |
+
num_examples: 130
|
38 |
+
- name: train
|
39 |
+
num_bytes: 74754662936.0
|
40 |
+
num_examples: 684
|
41 |
+
- name: test
|
42 |
+
num_bytes: 13775584735.0
|
43 |
+
num_examples: 124
|
44 |
+
download_size: 120234623488
|
45 |
+
dataset_size: 102802035597.0
|
46 |
+
configs:
|
47 |
+
- config_name: train
|
48 |
+
data_files:
|
49 |
+
- split: train
|
50 |
+
path: "data/train/*"
|
51 |
+
- config_name: dev
|
52 |
+
data_files:
|
53 |
+
- split: train
|
54 |
+
path: "data/dev/*"
|
55 |
+
- config_name: test
|
56 |
+
data_files:
|
57 |
+
- split: train
|
58 |
+
path: "data/test/*"
|
59 |
+
- config_name: example
|
60 |
+
default: true
|
61 |
+
data_files:
|
62 |
+
- split: train
|
63 |
+
path: "data/example/*"
|
64 |
+
---
|
65 |
+
|
66 |
+
# Dataset Card for SUMM-RE
|
67 |
+
|
68 |
+
A collection of transcripts of French conversations, aligned with the audio signal.
|
69 |
+
|
70 |
+
Data from the `dev` and `test` splits have been manually transcribed and aligned and so are suitable for the evaluation of automatic speech recognition and voice activity detection models.
|
71 |
+
|
72 |
+
Data from the `train` split has been automatically transcribed and aligned with the Whisper pipeline described in Yamasaki et al. (2023): "Transcribing And Aligning Conversational Speech: A Hybrid Pipeline Applied To French Conversations".
|
73 |
+
|
74 |
+
The audio and transcripts used to evaluate this pipeline, a subset of the `dev` split<sup>*</sup>, can be found on [Ortolang](https://www.ortolang.fr/market/corpora/summ-re-asru/).
|
75 |
+
|
76 |
+
The full dataset is described in Hunter et al. (2024): "SUMM-RE: A corpus of French meeting-style conversations".
|
77 |
+
|
78 |
+
|
79 |
+
|
80 |
+
## Dataset Description
|
81 |
+
|
82 |
+
The SUMM-RE dataset is a corpus of meeting-style conversations in French created for the purpose of the SUMM-RE project (ANR-20-CE23-0017).
|
83 |
+
|
84 |
+
Each conversation lasts roughly 20 minutes and involves 3-4 speakers. Each participant has an individual microphone and associated .wav file.
|
85 |
+
|
86 |
+
|
87 |
+
- **Created by:** Recording and manual correction of the corpus was carried out by the Language and Speech Lab (LPL) at the University of Aix-Marseille, France.
|
88 |
+
- **Funded by:** The National Research Agency of France (ANR) for the SUMM-RE project (ANR-20-CE23-0017).
|
89 |
+
- **Shared by:** LINAGORA (coordinator of the SUMM-RE project)
|
90 |
+
- **Language:** French
|
91 |
+
- **License:** CC BY-SA 4.0
|
92 |
+
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
## Uses
|
97 |
+
|
98 |
+
### Direct Use
|
99 |
+
|
100 |
+
The `dev` and `test` splits of SUMM-RE can be used for the evaluation of automatic speech recognition models and voice activity detection for conversational, spoken French. All splits can be used for the training of large language models.
|
101 |
+
|
102 |
+
### Out-of-Scope Use
|
103 |
+
|
104 |
+
Due to its size, the corpus is not suitable for training of automatic speech recognition or voice activity detection models.
|
105 |
+
|
106 |
+
## Dataset Structure
|
107 |
+
|
108 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
109 |
+
|
110 |
+
To visualize an example from the corpus, select the "example" split in the Dataset Viewer.
|
111 |
+
|
112 |
+
The corpus contains the following information for each .wav file:
|
113 |
+
- **meeting_id**, e.g. 001a_PARL, includes:
|
114 |
+
- experiment number, e.g. 001
|
115 |
+
- meeting order: a|b|c (there were three meetings per experiment)
|
116 |
+
- experiment type: E (experiment) | P (pilot experiment)
|
117 |
+
- scenario/topic: A|B|C|D|E
|
118 |
+
- meeting type: R (reporting) | D (decision) | P (planning)
|
119 |
+
- recording location: L (LPL) | H (H2C2 studio) | Z (Zoom) | D (at home)
|
120 |
+
- **speaker_id**
|
121 |
+
- **audio_id**: meeting_id + speaker_id
|
122 |
+
- **audio**: the .wav file for an individual speaker
|
123 |
+
- **transcript**: a dictionary with the following format:
|
124 |
+
|
125 |
+
```python
|
126 |
+
{
|
127 |
+
"transcript": "bonjour toi ça va",
|
128 |
+
"segments": [
|
129 |
+
{
|
130 |
+
"start": 0.5,
|
131 |
+
"end": 1.2,
|
132 |
+
"transcript": "bonjour toi",
|
133 |
+
"words": [
|
134 |
+
{
|
135 |
+
"word": "bonjour",
|
136 |
+
"start": 0.5,
|
137 |
+
"end": 0.9
|
138 |
+
}
|
139 |
+
{
|
140 |
+
"word": "toi",
|
141 |
+
"start": 0.9,
|
142 |
+
"end": 1.2
|
143 |
+
}
|
144 |
+
]
|
145 |
+
},
|
146 |
+
...
|
147 |
+
]
|
148 |
+
}
|
149 |
+
```
|
150 |
+
|
151 |
+
## Example Use
|
152 |
+
|
153 |
+
To load the dataset
|
154 |
+
|
155 |
+
```python
|
156 |
+
|
157 |
+
import datasets
|
158 |
+
|
159 |
+
exampleset = datasets.load_dataset("linagora/SUMM-RE", "example", split="train")
|
160 |
+
testset = datasets.load_dataset("linagora/SUMM-RE", "test", split="train")
|
161 |
+
devset = datasets.load_dataset("linagora/SUMM-RE", "dev", split="train")
|
162 |
+
trainset = datasets.load_dataset("linagora/SUMM-RE", "train", split="train")
|
163 |
+
```
|
164 |
+
|
165 |
+
Note that the `dev`, `train`and `test`splits are treated as configs, where each config has a single split, "train".
|
166 |
+
|
167 |
+
## Dataset Creation
|
168 |
+
|
169 |
+
### Curation Rationale
|
170 |
+
|
171 |
+
The full SUMM-RE corpus, which includes meeting summaries, is designed to train and evaluate models for meeting summarization. This version is an extract of the full corpus used to evaluate various stages of the summarization pipeline, starting with automatic transcription of the audio signal.
|
172 |
+
|
173 |
+
### Source Data
|
174 |
+
|
175 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
176 |
+
|
177 |
+
The SUMM-RE corpus is an original corpus designed by members of LINAGORA and the University of Aix-Marseille and recorded by the latter.
|
178 |
+
|
179 |
+
#### Data Collection and Processing
|
180 |
+
|
181 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
182 |
+
|
183 |
+
For details, see [Hunter et al. (2024)](https://hal.science/hal-04623038/).
|
184 |
+
|
185 |
+
#### Who are the source data producers?
|
186 |
+
|
187 |
+
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
188 |
+
|
189 |
+
Corpus design and production:
|
190 |
+
- University of Aix-Marseille: Océane Granier (corpus conception, recording, annotation), Laurent Prévot (corpus conception, annotatation, supervision), Hiroyoshi Yamasaki (corpus cleaning, alignment and anonymization), Roxanne Bertrand (corpus conception and annotation) with helpful input from Brigitte Bigi and Stéphane Rauzy.
|
191 |
+
|
192 |
+
- LINAGORA: Julie Hunter, Kate Thompson and Guokan Shang (corpus conception)
|
193 |
+
|
194 |
+
Corpus participants:
|
195 |
+
- Participants for the in-person conversations were recruited on the University of Aix-Marseille campus.
|
196 |
+
- Participants for the Zoom meetings were recruited through [Prolific](https://www.prolific.com/).
|
197 |
+
|
198 |
+
### Annotations
|
199 |
+
|
200 |
+
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
201 |
+
|
202 |
+
Transcripts are not punctuated and all words are in lower case.
|
203 |
+
|
204 |
+
Annotations follow the conventions laid out in chapter 3 of [The SPPAS Book](https://sppas.org/book_03_annotations.html) by Brigitte Bigi. Transcripts may therefore contain additional annotations in the following contexts:
|
205 |
+
|
206 |
+
* truncated words, noted as a - at the end of the token string (an ex- example);
|
207 |
+
* noises, noted by a * (not available for some languages);
|
208 |
+
* laughter, noted by a @ (not available for some languages);
|
209 |
+
* short pauses, noted by a +;
|
210 |
+
* elisions, mentioned in parentheses;
|
211 |
+
* specific pronunciations, noted with brackets [example,eczap];
|
212 |
+
* comments are preferably noted inside braces {this is a comment!};
|
213 |
+
* comments can be noted inside brackets without using comma [this and this];
|
214 |
+
* liaisons, noted between = (this =n= example);
|
215 |
+
* morphological variants with <ice scream,I scream>,
|
216 |
+
* proper name annotation, like $ John S. Doe $.
|
217 |
+
|
218 |
+
Note that the symbols * + @ must be surrounded by whitespace.
|
219 |
+
|
220 |
+
#### Annotation process
|
221 |
+
|
222 |
+
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
223 |
+
|
224 |
+
[More Information Needed]
|
225 |
+
|
226 |
+
#### Who are the annotators?
|
227 |
+
|
228 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
229 |
+
|
230 |
+
Principal annotator for `dev`: Océane Granier
|
231 |
+
|
232 |
+
Principal annotators for `test`: [More Information Needed]
|
233 |
+
|
234 |
+
Additional assistance from: Laurent Prévot, Hiroyoshi Yamasaki and Roxane Bertrand
|
235 |
+
|
236 |
+
#### Personal and Sensitive Information
|
237 |
+
|
238 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
239 |
+
|
240 |
+
A portion of the `dev`split has been (semi-automatically) anonymized for the pipeline described in Yamasaki et al. (2023).
|
241 |
+
|
242 |
+
## Bias, Risks, and Limitations
|
243 |
+
|
244 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
245 |
+
|
246 |
+
[More Information Needed]
|
247 |
+
|
248 |
+
### Recommendations
|
249 |
+
|
250 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
251 |
+
|
252 |
+
|
253 |
+
|
254 |
+
## Citations
|
255 |
+
|
256 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
257 |
+
|
258 |
+
Please cite the papers below if using the dataset in your work.
|
259 |
+
|
260 |
+
**Description of the full dataset:**
|
261 |
+
|
262 |
+
Julie Hunter, Hiroyoshi Yamasaki, Océane Granier, Jérôme Louradour, Roxane Bertrand, Kate Thompson and Laurent Prévot (2024): "[SUMM-RE: A corpus of French meeting-style conversations](https://hal.science/hal-04623038/)," TALN 2024.
|
263 |
+
|
264 |
+
```bibtex
|
265 |
+
@inproceedings{hunter2024summre,
|
266 |
+
title={SUMM-RE: A corpus of French meeting-style conversations},
|
267 |
+
author={Hunter, Julie and Yamasaki, Hiroyoshi and Granier, Oc{\'e}ane and Louradour, J{\'e}r{\^o}me and Bertrand, Roxane and Thompson, Kate and Pr{\'e}vot, Laurent},
|
268 |
+
booktitle={Actes de JEP-TALN-RECITAL 2024. 31{\`e}me Conf{\'e}rence sur le Traitement Automatique des Langues Naturelles, volume 1: articles longs et prises de position},
|
269 |
+
pages={508--529},
|
270 |
+
year={2024},
|
271 |
+
organization={ATALA \& AFPC}
|
272 |
+
}
|
273 |
+
```
|
274 |
+
|
275 |
+
**The Whisper Pipeline:**
|
276 |
+
|
277 |
+
Hiroyoshi Yamasaki, Jérôme Louradour, Julie Hunter and Laurent Prévot (2023): "[Transcribing and aligning conversational speech: A hybrid pipeline applied to French conversations](https://hal.science/hal-04404777/document)," Workshop on Automatic Speech Recognition and Understanding (ASRU).
|
278 |
+
|
279 |
+
```bibtex
|
280 |
+
@inproceedings{yamasaki2023transcribing,
|
281 |
+
title={Transcribing And Aligning Conversational Speech: A Hybrid Pipeline Applied To French Conversations},
|
282 |
+
author={Yamasaki, Hiroyoshi and Louradour, J{\'e}r{\^o}me and Hunter, Julie and Pr{\'e}vot, Laurent},
|
283 |
+
booktitle={2023 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)},
|
284 |
+
pages={1--6},
|
285 |
+
year={2023},
|
286 |
+
organization={IEEE}
|
287 |
+
}
|
288 |
+
```
|
289 |
+
<sup>*</sup>The following meetings were used to evaluate the pipeline in Yamasaki et al. (2023):
|
290 |
+
|
291 |
+
```python
|
292 |
+
asru = ['018a_EARZ_055', '018a_EARZ_056', '018a_EARZ_057', '018a_EARZ_058', '020b_EBDZ_017', '020b_EBDZ_053', '020b_EBDZ_057', '020b_EBDZ_063', '027a_EBRH_025', '027a_EBRH_075', '027a_EBRH_078', '032b_EADH_084', '032b_EADH_085', '032b_EADH_086', '032b_EADH_087', '033a_EBRH_091', '033a_EBRH_092', '033a_EBRH_093', '033a_EBRH_094', '033c_EBPH_091', '033c_EBPH_092', '033c_EBPH_093', '033c_EBPH_094', '034a_EBRH_095', '034a_EBRH_096', '034a_EBRH_097', '034a_EBRH_098', '035b_EADH_088', '035b_EADH_096', '035b_EADH_097', '035b_EADH_098', '036c_EAPH_091', '036c_EAPH_092', '036c_EAPH_093', '036c_EAPH_099', '069c_EEPL_156', '069c_EEPL_157', '069c_EEPL_158', '069c_EEPL_159']
|
293 |
+
```
|
294 |
+
|
295 |
+
## Acknowledgements
|
296 |
+
|
297 |
+
We gratefully acknowledge support from the Agence Nationale de Recherche for the SUMM-RE project (ANR-20-CE23-0017).
|