| language: | |
| - fra | |
| > [!NOTE] | |
| > Dataset origin: https://www.kaggle.com/datasets/breandan/french-reddit-discussion | |
| LELÚ is a French dialog corpus that contains a rich collection of human-human, spontaneous written conversations, extracted from Reddit’s public dataset available through Google BigQuery. Our corpus is composed of 556,621 conversations with 1,583,083 utterances in total. | |
| The code to generate this dataset can be found in our [GitHub Repository](https://github.com/amirbawab/corpus-tools). | |
| The tag attributes can be described as follows: | |
| link_id: ID of the parent Reddit post. | |
| subreddit_id: ID of the subreddit. | |
| uid: ID of the comment author. | |
| comment_id: ID of the Reddit comment. | |
| parent_id: ID of the parent Reddit comment. | |
| We have split up the conversation trees into short sequential conversations using a heuristic described in our paper, LELÚ: A French Dialog Corpus from Reddit, however the full conversation trees can be reconstructed using the comment_id and parent_id attributes of the <utt> tag. | |
| Data was collected from the following subreddits: /r/france, /r/FrancaisCanadien, /r/truefrance, /r/paslegorafi, and /r/rance. |