finiteautomata commited on
Commit
fd4ec6b
1 Parent(s): e1f5daa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +103 -1
README.md CHANGED
@@ -19,4 +19,106 @@ dataset_info:
19
  ---
20
  # Dataset Card for "spanish-tweets"
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
  # Dataset Card for "spanish-tweets"
21
 
22
+ ---
23
+ annotations_creators:
24
+ - no-annotation
25
+ language:
26
+ - '''es'
27
+ - en'
28
+ language_creators:
29
+ - other
30
+ license: []
31
+ multilinguality:
32
+ - multilingual
33
+ pretty_name: spanish-tweets
34
+ size_categories:
35
+ - 100M<n<1B
36
+ source_datasets:
37
+ - original
38
+ tags:
39
+ - language-modeling
40
+ task_categories:
41
+ - fill-mask
42
+ ---
43
+
44
+ # Dataset Card for [Dataset Name]
45
+
46
+ ## Table of Contents
47
+ - [Table of Contents](#table-of-contents)
48
+ - [Dataset Description](#dataset-description)
49
+ - [Dataset Summary](#dataset-summary)
50
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
51
+ - [Languages](#languages)
52
+ - [Dataset Creation](#dataset-creation)
53
+ - [Curation Rationale](#curation-rationale)
54
+ - [Source Data](#source-data)
55
+ - [Additional Information](#additional-information)
56
+ - [Dataset Curators](#dataset-curators)
57
+ - [Licensing Information](#licensing-information)
58
+ - [Citation Information](#citation-information)
59
+ - [Contributions](#contributions)
60
+
61
+ ## Dataset Description
62
+
63
+ - **Homepage**: https://github.com/pysentimiento/robertuito
64
+ - **Paper**: [RoBERTuito: a pre-trained language model for social media text in Spanish](https://aclanthology.org/2022.lrec-1.785/)
65
+ - **Leaderboard:**
66
+ - **Point of Contact:** jmperez (at) dc.uba.ar
67
+
68
+ ### Dataset Summary
69
+
70
+ A big dataset of Spanish tweets* for pre-training language models (or other representations).
71
+
72
+
73
+ * in fact, it contains a small fraction of English, Portuguese, and other related languages
74
+
75
+ ### Supported Tasks and Leaderboards
76
+
77
+ Language Modeling
78
+
79
+ ### Languages
80
+
81
+ Mostly Spanish, but some Portuguese, English, and other languages.
82
+
83
+ ## Dataset Structure
84
+
85
+
86
+ ### Data Fields
87
+
88
+ - *tweet_id*: id of the tweet
89
+ - *user_id*: id of the user
90
+ - *text*: text from the tweet
91
+
92
+ ## Dataset Creation
93
+
94
+ The full process of data collection is described in the paper. Here we roughly outline the main points:
95
+
96
+
97
+ - A Spritzer collection uploaded to Archive.org dating from May 2019 was downloaded
98
+ - From this, we only kept tweets with language metadata equal to Spanish, and mark the users who posted these messages.
99
+ - Then, the tweetline from each of these marked users was downloaded.
100
+ - In total, the collection consists of around 622M tweets from around 432K users.
101
+ -
102
+ ### Citation Information
103
+
104
+ ```
105
+ @inproceedings{perez-etal-2022-robertuito,
106
+ title = "{R}o{BERT}uito: a pre-trained language model for social media text in {S}panish",
107
+ author = "P{\'e}rez, Juan Manuel and
108
+ Furman, Dami{\'a}n Ariel and
109
+ Alonso Alemany, Laura and
110
+ Luque, Franco M.",
111
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
112
+ month = jun,
113
+ year = "2022",
114
+ address = "Marseille, France",
115
+ publisher = "European Language Resources Association",
116
+ url = "https://aclanthology.org/2022.lrec-1.785",
117
+ pages = "7235--7243",
118
+ abstract = "Since BERT appeared, Transformer language models and transfer learning have become state-of-the-art for natural language processing tasks. Recently, some works geared towards pre-training specially-crafted models for particular domains, such as scientific papers, medical documents, user-generated texts, among others. These domain-specific models have been shown to improve performance significantly in most tasks; however, for languages other than English, such models are not widely available. In this work, we present RoBERTuito, a pre-trained language model for user-generated text in Spanish, trained on over 500 million tweets. Experiments on a benchmark of tasks involving user-generated text showed that RoBERTuito outperformed other pre-trained language models in Spanish. In addition to this, our model has some cross-lingual abilities, achieving top results for English-Spanish tasks of the Linguistic Code-Switching Evaluation benchmark (LinCE) and also competitive performance against monolingual models in English Twitter tasks. To facilitate further research, we make RoBERTuito publicly available at the HuggingFace model hub together with the dataset used to pre-train it.",
119
+ }
120
+ ```
121
+
122
+ ### Contributions
123
+
124
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.