rdemorais commited on
Commit
8f95794
1 Parent(s): e8c9817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -1
README.md CHANGED
@@ -1,3 +1,134 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - pt
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - mit
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: brwac
13
+ size_categories:
14
+ - 10M<n<100M
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - ufrgs
19
+ - nlp
20
+ - brazil
21
+ task_categories:
22
+ - fill-mask
23
+ task_ids:
24
+ - masked-language-modeling
25
  ---
26
+
27
+ # Dataset Card for BrWac
28
+
29
+ ## Table of Contents
30
+ - [Table of Contents](#table-of-contents)
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
34
+ - [Languages](#languages)
35
+ - [Dataset Structure](#dataset-structure)
36
+ - [Data Instances](#data-instances)
37
+ - [Data Fields](#data-fields)
38
+ - [Data Splits](#data-splits)
39
+ - [Dataset Creation](#dataset-creation)
40
+ - [Source Data](#source-data)
41
+ - [Additional Information](#additional-information)
42
+ - [Licensing Information](#licensing-information)
43
+ - [Citation Information](#citation-information)
44
+ - [Contributions](#contributions)
45
+
46
+ ## Dataset Description
47
+
48
+ - **Homepage:** [BrWaC homepage](https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC)
49
+ - **Repository:** [BrWaC repository](https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC)
50
+ - **Paper:** [The brWaC Corpus: A New Open Resource for Brazilian Portuguese](https://www.aclweb.org/anthology/L18-1686/)
51
+ - **Point of Contact:** [Jorge A. Wagner Filho](mailto:jawfilho@inf.ufrgs.br)
52
+
53
+ ### Dataset Summary
54
+
55
+ The BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework,
56
+ which was made public for research purposes. The current corpus version, released in January 2017, is composed by
57
+ 3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available
58
+ solely for academic research purposes, and you agreed not to use it for any commercial applications.
59
+ Manually download at https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC
60
+
61
+ This is a Tiny version of the entire dataset for educational purposes. Please, refer to https://github.com/the-good-fellas/xlm-roberta-pt-br
62
+
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ Initially meant for fill-mask task.
66
+
67
+ ### Languages
68
+
69
+ Brazilian Portuguese
70
+
71
+ ## Dataset Structure
72
+
73
+ ### Data Instances
74
+
75
+ ```
76
+ {
77
+ "docid": "netg-19eac6",
78
+ "title": "Pra\u00c3\u00a7a Eugenio Jardim, Rio de Janeiro (Capital) - Trovit Im\u00c3\u00b3veis",
79
+ "uri": "http://rd.trovit.com/cookieid.1435413615788084558a649.85861732/id.1B-1S1lw1zBB/what_d.casa%20copacabana/origin.1/section.1/section_type.1/pos.10/tracking/page.1/country.br/vertical.homes/iuid.23286http-36578872c35d9d6/type.5/",
80
+ "sentences": [
81
+ "Pra\u00e7a Eugenio Jardim Rio de Janeiro Capital",
82
+ "Pra\u00e7a Eugenio Jardim Rio de Janeiro Rio de Janeiro", "R$1.400",
83
+ "Descri\u00e7\u00e3o", "\u00d3timo apartamento em Copacabana no corte do Cantagalo bem em frente ao metr\u00f4 pr\u00f3ximo lagoa praia",
84
+ "Muito bem localizado uma \u00e1rea nobre",
85
+ "apartamento bem espa\u00e7oso tem quartos uma depend\u00eancia cozinha \u00e1rea de servi\u00e7o tr\u00eas banheiros sala",
86
+ "Tem mais de um quarto dispon\u00edvel porque gente ia entregar apartamento esse quarto de casal divide banheiro com apenas outro quarto",
87
+ "Seremos pessoas em casa no total",
88
+ "Este quarto j\u00e1 est\u00e1 dispon\u00edvel outro quarto de casal estar\u00e1 dia 10 04",
89
+ "Estamos procurando algu\u00e9m pra dividir apartamento n\u00e3o sou propriet\u00e1ria n\u00e3o republica pra dividir casa mesmo sem regras s\u00f3 bom senso"
90
+ ]
91
+ }
92
+ ```
93
+
94
+ The given format differs from the original file. We choose to represent the text in full sentences as it is suitable for tasks like `fill-mask`.
95
+
96
+ ### Data Fields
97
+
98
+ - Docid
99
+ - Title
100
+ - Uri
101
+ - Sentences
102
+
103
+ ### Data Splits
104
+
105
+ - Train
106
+ - Validation
107
+ - Test
108
+
109
+ ## Dataset Creation
110
+
111
+ ### Personal and Sensitive Information
112
+
113
+ All data were extracted from public sites.
114
+
115
+
116
+ ### Licensing Information
117
+
118
+ MIT
119
+
120
+ ### Citation Information
121
+
122
+ ```
123
+ @inproceedings{wagner2018brwac,
124
+ title={The brwac corpus: A new open resource for brazilian portuguese},
125
+ author={Wagner Filho, Jorge A and Wilkens, Rodrigo and Idiart, Marco and Villavicencio, Aline},
126
+ booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation
127
+ (LREC 2018)},
128
+ year={2018}
129
+ }
130
+ ```
131
+
132
+ ### Contributions
133
+
134
+ Thanks to [@the-good-fellas](https://github.com/the-good-fellas) for adding this dataset as hf format.