dominguesm commited on
Commit
db10152
1 Parent(s): 44be038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +187 -2
README.md CHANGED
@@ -1,4 +1,26 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: doc_id
@@ -18,6 +40,169 @@ dataset_info:
18
  download_size: 11616550261
19
  dataset_size: 18828412956
20
  ---
21
- # Dataset Card for "brwac"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - pt
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 1M<n<10M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-generation
18
+ - fill-mask
19
+ task_ids:
20
+ - language-modeling
21
+ - masked-language-modeling
22
+ paperswithcode_id: brwac
23
+ pretty_name: BrWaC
24
  dataset_info:
25
  features:
26
  - name: doc_id
40
  download_size: 11616550261
41
  dataset_size: 18828412956
42
  ---
 
43
 
44
+
45
+ # Dataset Card for BrWaC
46
+
47
+ ## 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 Structure](#dataset-structure)
53
+ - [Data Instances](#data-instances)
54
+ - [Data Fields](#data-fields)
55
+ - [Data Splits](#data-splits)
56
+ - [Dataset Creation](#dataset-creation)
57
+ - [Curation Rationale](#curation-rationale)
58
+ - [Source Data](#source-data)
59
+ - [Annotations](#annotations)
60
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
61
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
62
+ - [Social Impact of Dataset](#social-impact-of-dataset)
63
+ - [Discussion of Biases](#discussion-of-biases)
64
+ - [Other Known Limitations](#other-known-limitations)
65
+ - [Additional Information](#additional-information)
66
+ - [Dataset Curators](#dataset-curators)
67
+ - [Licensing Information](#licensing-information)
68
+ - [Citation Information](#citation-information)
69
+ - [Contributions](#contributions)
70
+
71
+ ## Dataset Description
72
+
73
+ - **Homepage:** [BrWaC homepage](https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC)
74
+ - **Repository:** [BrWaC repository](https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC)
75
+ - **Paper:** [The brWaC Corpus: A New Open Resource for Brazilian Portuguese](https://www.aclweb.org/anthology/L18-1686/)
76
+ - **Point of Contact:** [Jorge A. Wagner Filho](mailto:jawfilho@inf.ufrgs.br)
77
+
78
+ ### Dataset Summary
79
+
80
+ The BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework,
81
+ which was made public for research purposes. The current corpus version, released in January 2017, is composed by
82
+ 3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available
83
+ solely for academic research purposes, and you agreed not to use it for any commercial applications. No need to manually download external sources.
84
+
85
+ ### Supported Tasks and Leaderboards
86
+
87
+ [More Information Needed]
88
+
89
+ ### Languages
90
+
91
+ Portuguese
92
+
93
+ ## Dataset Structure
94
+
95
+ ### Data Instances
96
+
97
+ An example from the BrWaC dataset looks as follows:
98
+
99
+ ```
100
+ {
101
+ "doc_id": "netg-1afc73",
102
+ "text": {
103
+ "paragraphs": [
104
+ [
105
+ "Conteúdo recente"
106
+ ],
107
+ [
108
+ "ESPUMA MARROM CHAMADA \"NINGUÉM MERECE\""
109
+ ],
110
+ [
111
+ "31 de Agosto de 2015, 7:07 , por paulo soavinski - | No one following this article yet."
112
+ ],
113
+ [
114
+ "Visualizado 202 vezes"
115
+ ],
116
+ [
117
+ "JORNAL ELETRÔNICO DA ILHA DO MEL"
118
+ ],
119
+ [
120
+ "Uma espuma marrom escuro tem aparecido com frequência na Praia de Fora.",
121
+ "Na faixa de areia ela aparece disseminada e não chama muito a atenção.",
122
+ "No Buraco do Aipo, com muitas pedras, ela aparece concentrada.",
123
+ "É fácil saber que esta espuma estranha está lá, quando venta.",
124
+ "Pequenos algodões de espuma começam a flutuar no espaço, pertinho da Praia do Saquinho.",
125
+ "Quem pode ajudar na coleta deste material, envio a laboratório renomado e pagamento de análises, favor entrar em contato com o site."
126
+ ]
127
+ ]
128
+ },
129
+ "title": "ESPUMA MARROM CHAMADA ‟NINGUÉM MERECE‟ - paulo soavinski",
130
+ "uri": "http://blogoosfero.cc/ilhadomel/pousadasilhadomel.com.br/espuma-marrom-chamada-ninguem-merece"
131
+ }
132
+ ```
133
+
134
+ ### Data Fields
135
+
136
+ - `doc_id`: The document ID
137
+ - `title`: The document title
138
+ - `uri`: URI where the document was extracted from
139
+ - `text`: A list of document paragraphs (with a list of sentences in it as a list of strings)
140
+
141
+ ### Data Splits
142
+
143
+ The data is only split into train set with size of 3530796 samples.
144
+
145
+ ## Dataset Creation
146
+
147
+ ### Curation Rationale
148
+
149
+ [More Information Needed]
150
+
151
+ ### Source Data
152
+
153
+ #### Initial Data Collection and Normalization
154
+
155
+ [More Information Needed]
156
+
157
+ #### Who are the source language producers?
158
+
159
+ [More Information Needed]
160
+
161
+ ### Annotations
162
+
163
+ #### Annotation process
164
+
165
+ [More Information Needed]
166
+
167
+ #### Who are the annotators?
168
+
169
+ [More Information Needed]
170
+
171
+ ### Personal and Sensitive Information
172
+
173
+ [More Information Needed]
174
+
175
+ ## Considerations for Using the Data
176
+
177
+ ### Social Impact of Dataset
178
+
179
+ [More Information Needed]
180
+
181
+ ### Discussion of Biases
182
+
183
+ [More Information Needed]
184
+
185
+ ### Other Known Limitations
186
+
187
+ [More Information Needed]
188
+
189
+ ## Additional Information
190
+
191
+ ### Dataset Curators
192
+
193
+ [More Information Needed]
194
+
195
+ ### Licensing Information
196
+
197
+ [More Information Needed]
198
+
199
+ ### Citation Information
200
+
201
+ ```
202
+ @inproceedings{wagner2018brwac,
203
+ title={The brwac corpus: A new open resource for brazilian portuguese},
204
+ author={Wagner Filho, Jorge A and Wilkens, Rodrigo and Idiart, Marco and Villavicencio, Aline},
205
+ booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)},
206
+ year={2018}
207
+ }
208
+ ```