bfunicheli commited on
Commit
1169061
·
verified ·
1 Parent(s): 01ae7f4

Update README.md

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