Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,6 @@ license:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
pretty_name: Racó Forums
|
13 |
-
size_categories:
|
14 |
-
- ?
|
15 |
task_categories:
|
16 |
- fill-mask
|
17 |
task_ids: []
|
@@ -53,6 +51,8 @@ The Racó Forums Corpus is a 19-million-sentence corpus of Catalan user-generate
|
|
53 |
|
54 |
Since the existing available corpora in Catalan lacked conversational data, we searched for a major source of such data for Catalan, and we found Racó Català, a popular multitopic online forum. We obtained a database dump and we transformed all the threads so that we obtained documents that traversed all the existing paths from the root (initial comment) to the leaves (last comment with no reply). In other words, if T is a tree such that T = {A,B,C,D} and the first comment is A that is replied by B and C independently, and, then, C is replied by D, we obtain two different documents A,B and A,C,D in the fairseq language modeling format.
|
55 |
|
|
|
|
|
56 |
### Supported Tasks and Leaderboards
|
57 |
|
58 |
This corpus is mainly intended to pretrain language models and word representations.
|
@@ -133,7 +133,7 @@ This work was funded by the [Departament de la Vicepresidència i de Polítiques
|
|
133 |
|
134 |
### Licensing Information
|
135 |
|
136 |
-
[Creative Commons Attribution Non-commercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/).
|
137 |
|
138 |
### Citation Information
|
139 |
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
pretty_name: Racó Forums
|
|
|
|
|
13 |
task_categories:
|
14 |
- fill-mask
|
15 |
task_ids: []
|
|
|
51 |
|
52 |
Since the existing available corpora in Catalan lacked conversational data, we searched for a major source of such data for Catalan, and we found Racó Català, a popular multitopic online forum. We obtained a database dump and we transformed all the threads so that we obtained documents that traversed all the existing paths from the root (initial comment) to the leaves (last comment with no reply). In other words, if T is a tree such that T = {A,B,C,D} and the first comment is A that is replied by B and C independently, and, then, C is replied by D, we obtain two different documents A,B and A,C,D in the fairseq language modeling format.
|
53 |
|
54 |
+
This work is licensed under a [Creative Commons Attribution Non-commercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).
|
55 |
+
|
56 |
### Supported Tasks and Leaderboards
|
57 |
|
58 |
This corpus is mainly intended to pretrain language models and word representations.
|
|
|
133 |
|
134 |
### Licensing Information
|
135 |
|
136 |
+
This work is licensed under a [Creative Commons Attribution Non-commercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).
|
137 |
|
138 |
### Citation Information
|
139 |
|