File size: 4,477 Bytes
c3492d9
 
 
 
 
 
 
 
 
 
6bbab9e
 
 
 
 
 
 
 
 
 
 
f8d433d
 
 
6bbab9e
 
 
 
 
 
 
 
 
 
eebc98c
 
f8d433d
 
6bbab9e
 
f8d433d
6bbab9e
f8d433d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6bbab9e
 
 
 
 
 
 
 
f8d433d
 
6bbab9e
 
 
f8d433d
 
 
6bbab9e
f8d433d
6bbab9e
 
 
f8d433d
 
6bbab9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
116
117
118
---
license: cc-by-nc-sa-4.0
task_categories:
- translation
language:
- fr
tags:
- pictograms
- AAC
pretty_name: Propicto-orféo
---
# Propicto-orféo

## Dataset Description

Propicto-orféo is a dataset of aligned speech-id/transcription/pictograms (the pictograms correspond to the identifier associated with an ARASAAC pictogram) in French.
It was created from the CEFC-Orféo corpus. This dataset was presented in the research paper titled ["A Multimodal French Corpus of Aligned Speech, Text, and Pictogram Sequences for Speech-to-Pictogram Machine Translation](https://aclanthology.org/2024.lrec-main.76/)" at LREC-Coling 2024. The dataset was split into training, validation, and test sets.

Propicto-orféo contains three CSV files : train, valid and test, with the following statistics :
| **Split** | **Number of utterances** |
|:-----------:|:-----------------------:|
| train | 231 374 |
| valid | 28 796 |
| test | 29 009 |

- **Curated by:** Cécile MACAIRE
- **Funded by :** [PROPICTO ANR-20-CE93-0005](https://anr.fr/Projet-ANR-20-CE93-0005)
- **Language(s) (NLP):** French
- **License:** CC-BY-NC-SA-4.0

## Dataset Structure

Each file contains the following information :
```csv
id : the unique identifier of the utterance, which corresponds to a unique audio clip file (in wav) for the orféo dataset
text : the transcription of the audio clip
pictos : the sequence of id pictograms from ARASAAC
tokens : the sequence of tokens, each of them is the keyword associated to the ARASAAC id pictogram
```

## Dataset example

For the given sample :
```csv
id : cefc-cfpb-1000-5-1186
text : tu essayes de mélanger les deux
pictos : [6625, 26144, 7074, 5515, 5367]
tokens : toi essayer de mélanger à_côté_de
```

The clip is from the Orféo subcorpus [CFPB, 1000-5](https://orfeo.ortolang.fr/annis-sample/cfpb/CFPB-1000-5.html), with the sentence ID 1186.
The text is the associated transcription, in en : “you try to mix the two”.
Pictos is the sequence of pictogram IDs, each of them can be retrieved from here : 6625 = https://static.arasaac.org/pictograms/**6625**/**6625**_2500.png
Tokens are retrieved from a specific lexicon and can be used to train translation models.

![]()

## Dataset Sources

- **Repository:** [CEFC-Orféo](https://www.ortolang.fr/market/corpora/cefc-orfeo)
- **Papers :**
  - [C. Benzitoun, J.-M. Debaisieux, H.-J. Deulofeu (2016). Le projet ORFÉO : un corpus d'études pour le français contemporain. Corpus n°15, p. 91-114](https://journals.openedition.org/corpus/2936)
  - [J.-M. Debaisieux & C. Benzitoun (2020). Orféo : un corpus et une plateforme pour l’étude du français contemporain. Langages n°219](https://shs.cairn.info/revue-langages-2020-3?lang=fr)

## Uses

Propicto-orféo is intended to be used to train Speech-to-Pictograms translation and Text-to-Pictograms translation models. 
This dataset can also be used to fine-tune large language models to perform translation into pictograms. 

## Dataset Creation

The dataset is created by applying a specific formalism that converts french oral transcriptions into a corresponding sequence of pictograms.
The formalism includes a set of grammatical rules to handle specific phenomenon (negation, name entities, pronominal form, plural, ...) to the French language, as well as a dictionary which associates each ARASAAC ID pictogram with a set of keywords (tokens).
This formalism was presented at [LREC](https://aclanthology.org/2024.lrec-main.76/).

Source Data : conversations / meetings / daily life situations (oral transcriptions)

## Bias, Risks, and Limitations

The translation 



### Recommendations

<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

## Citation [optional]

<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->

**BibTeX:**

[More Information Needed]

**APA:**

[More Information Needed]

## Glossary [optional]

<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->

[More Information Needed]

## More Information [optional]

[More Information Needed]

## Dataset Card Authors [optional]

[More Information Needed]

## Dataset Card Contact

[More Information Needed]