Blanca commited on
Commit
f6d4754
1 Parent(s): 5bf2b31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +164 -1
README.md CHANGED
@@ -1,3 +1,166 @@
1
  ---
2
- license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - ca
8
+ license:
9
+ - cc-by-nc-nd-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: GuiaCat
13
+ size_categories:
14
+ - ?
15
+ task_categories:
16
+ - text-classification
17
+ task_ids:
18
+ - sentiment-classification
19
+ - sentiment-scoring
20
  ---
21
+
22
+ # Dataset Card for GuiaCat
23
+
24
+ ## Table of Contents
25
+ - [Table of Contents](#table-of-contents)
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Annotations](#annotations)
37
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
39
+ - [Social Impact of Dataset](#social-impact-of-dataset)
40
+ - [Discussion of Biases](#discussion-of-biases)
41
+ - [Other Known Limitations](#other-known-limitations)
42
+ - [Additional Information](#additional-information)
43
+ - [Dataset Curators](#dataset-curators)
44
+ - [Licensing Information](#licensing-information)
45
+ - [Citation Information](#citation-information)
46
+ - [Contributions](#contributions)
47
+
48
+ ## Dataset Description
49
+
50
+ - **Point of Contact:** [blanca.calvo@bsc.es](blanca.calvo@bsc.es)
51
+
52
+ ### Dataset Summary
53
+
54
+ TODO
55
+
56
+ ### Supported Tasks and Leaderboards
57
+
58
+ This corpus is mainly intended for sentiment analysis.
59
+
60
+ ### Languages
61
+
62
+ The dataset is in Catalan (`ca-CA`).
63
+
64
+ ## Dataset Structure
65
+
66
+ The dataset consists of restaurant reviews labelled with 5 scores: service, food, price-quality, environment, and average. Reviews also have a sentiment label, derived from the average score. It's a csv file.
67
+
68
+ ### Data Instances
69
+
70
+ | service | food | price-quality | environment | avg | text | label |
71
+ | ------- | ---- | ------------ | ------------ | ----- |
72
+ | 8 | 8 | 8 | 8 | 8.0 | Bon Menjar i bon tracte en un restaurant que segú hi tornaràs un altre vegada. | molt bo |
73
+ | 8 |7 |9|7|7.8|Fa anys que hi anem de tant en tant. Pel meu gust és dels millors que conec en qualitat-preu. És mes aviat econòmic amb qualitat. Són gent molt amable i trempada. Ideal anar-hi a dinar en tornar de fer alguna excursió a peu o en bicicleta. Hi ha força varietat de plats. M'agrada especialmente la seva escudella i el senglar durant la temporada de caça. | bo |
74
+
75
+
76
+ ### Data Fields
77
+ - service: a score from 0 to 10 grading the service
78
+ - food: a score from 0 to 10 grading the food
79
+ - price-quality: a score from 0 to 10 grading the relation between price and quality
80
+ - environment: a score from 0 to 10 grading the environment
81
+ - avg: average of all the scores
82
+ - text: the review
83
+ - label: it can be "molt bo", "bo", "regular", "dolent", "molt dolent"
84
+
85
+ ### Data Splits
86
+
87
+ * dev.csv: 500 examples
88
+ * test.csv: 500 examples
89
+ * train.csv: 4750 examples
90
+
91
+ ## Dataset Creation
92
+
93
+ ### Curation Rationale
94
+
95
+ We created this corpus to contribute to the development of language models in Catalan, a low-resource language.
96
+
97
+ ### Source Data
98
+
99
+ The data of this dataset has been provided by [GuiaCat](https://guiacat.cat).
100
+
101
+ #### Initial Data Collection and Normalization
102
+
103
+ NA
104
+
105
+ #### Who are the source language producers?
106
+
107
+ The language producers were the users from Guiacat.
108
+
109
+ ### Annotations
110
+
111
+ The annotations are automatically derived from the scores that the users provided while reviewing the restaurants.
112
+
113
+ #### Annotation process
114
+
115
+ The mapping between average scores and labels is:
116
+ - Higher than 8: molt bo
117
+ - Between 8 and 6: bo
118
+ - Between 6 and 4: regular
119
+ - Between 4 and 2: dolent
120
+ - Less than 2: molt dolent
121
+
122
+ #### Who are the annotators?
123
+
124
+ Users
125
+
126
+ ### Personal and Sensitive Information
127
+
128
+ No personal information included, although it could contain hate or abusive language.
129
+
130
+ ## Considerations for Using the Data
131
+
132
+ ### Social Impact of Dataset
133
+
134
+ We hope this corpus contributes to the development of language models in Catalan, a low-resource language.
135
+
136
+ ### Discussion of Biases
137
+
138
+ We are aware that this data might contain biases. We have not applied any steps to reduce their impact.
139
+
140
+ ### Other Known Limitations
141
+
142
+ [N/A]
143
+
144
+ ## Additional Information
145
+
146
+ ### Dataset Curators
147
+
148
+ Blanca Calvo Figueras, Barcelona Supercomputing Center (blanca.calvo@bsc.es)
149
+
150
+
151
+ ### Licensing Information
152
+
153
+ [Creative Commons Attribution Non-commercial No-Derivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
154
+
155
+ ### Citation Information
156
+
157
+ ```
158
+ ```
159
+
160
+ ### Contributions
161
+
162
+ We want to thank Guiacat for providing this data.
163
+
164
+ ### Funding
165
+
166
+ This work was funded by the [Catalan Ministry of the Vice-presidency, Digital Policies and Territory](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [Aina project](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).