Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
-
|
| 4 |
-
---
|
| 5 |
-
|
| 6 |
-
> [!NOTE]
|
| 7 |
-
> Dataset origin: https://www.kaggle.com/datasets/breandan/french-reddit-discussion
|
| 8 |
-
|
| 9 |
-
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.
|
| 10 |
-
The code to generate this dataset can be found in our [GitHub Repository](https://github.com/amirbawab/corpus-tools).
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
The tag attributes can be described as follows:
|
| 14 |
-
|
| 15 |
-
link_id: ID of the parent Reddit post.
|
| 16 |
-
subreddit_id: ID of the subreddit.
|
| 17 |
-
uid: ID of the comment author.
|
| 18 |
-
comment_id: ID of the Reddit comment.
|
| 19 |
-
parent_id: ID of the parent Reddit comment.
|
| 20 |
-
|
| 21 |
-
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.
|
| 22 |
-
|
| 23 |
Data was collected from the following subreddits: /r/france, /r/FrancaisCanadien, /r/truefrance, /r/paslegorafi, and /r/rance.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- fra
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
> [!NOTE]
|
| 7 |
+
> Dataset origin: https://www.kaggle.com/datasets/breandan/french-reddit-discussion
|
| 8 |
+
|
| 9 |
+
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.
|
| 10 |
+
The code to generate this dataset can be found in our [GitHub Repository](https://github.com/amirbawab/corpus-tools).
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
The tag attributes can be described as follows:
|
| 14 |
+
|
| 15 |
+
link_id: ID of the parent Reddit post.
|
| 16 |
+
subreddit_id: ID of the subreddit.
|
| 17 |
+
uid: ID of the comment author.
|
| 18 |
+
comment_id: ID of the Reddit comment.
|
| 19 |
+
parent_id: ID of the parent Reddit comment.
|
| 20 |
+
|
| 21 |
+
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.
|
| 22 |
+
|
| 23 |
Data was collected from the following subreddits: /r/france, /r/FrancaisCanadien, /r/truefrance, /r/paslegorafi, and /r/rance.
|