albertvillanova HF staff commited on
Commit
0730fc3
1 Parent(s): 6e7308d

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +179 -0
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - vi
8
+ licenses:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: "Vietnamese Students\u2019 Feedback Corpus"
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - sentiment-classification
21
+ - topic-classification
22
+ ---
23
+
24
+ # Dataset Card for Vietnamese Students’ Feedback Corpus
25
+
26
+ ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-fields)
35
+ - [Data Splits](#data-splits)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Curation Rationale](#curation-rationale)
38
+ - [Source Data](#source-data)
39
+ - [Annotations](#annotations)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+ - [Contributions](#contributions)
50
+
51
+ ## Dataset Description
52
+
53
+ - **Homepage:** https://sites.google.com/uit.edu.vn/uit-nlp/datasets-projects#h.p_4Brw8L-cbfTe
54
+ - **Repository:**
55
+ - **Paper:** [UIT-VSFC: Vietnamese Students’ Feedback Corpus for Sentiment Analysis](https://www.researchgate.net/publication/329645066_UIT-VSFC_Vietnamese_Students'_Feedback_Corpus_for_Sentiment_Analysis)
56
+ - **Leaderboard:**
57
+ - **Point of Contact:**
58
+
59
+ ### Dataset Summary
60
+
61
+ Students’ feedback is a vital resource for the interdisciplinary research involving the combining of two different
62
+ research fields between sentiment analysis and education.
63
+
64
+ Vietnamese Students’ Feedback Corpus (UIT-VSFC) is the resource consists of over 16,000 sentences which are
65
+ human-annotated with two different tasks: sentiment-based and topic-based classifications.
66
+
67
+ To assess the quality of our corpus, we measure the annotator agreements and classification evaluation on the
68
+ UIT-VSFC corpus. As a result, we obtained the inter-annotator agreement of sentiments and topics with more than over
69
+ 91% and 71% respectively. In addition, we built the baseline model with the Maximum Entropy classifier and achieved
70
+ approximately 88% of the sentiment F1-score and over 84% of the topic F1-score.
71
+
72
+ ### Supported Tasks and Leaderboards
73
+
74
+ [More Information Needed]
75
+
76
+ ### Languages
77
+
78
+ The language of the dataset text sentence is Vietnamese (`vi`).
79
+
80
+ ## Dataset Structure
81
+
82
+ ### Data Instances
83
+
84
+ An instance example:
85
+ ```
86
+ {
87
+ 'sentence': 'slide giáo trình đầy đủ .',
88
+ 'sentiment': 2,
89
+ 'topic': 1
90
+ }
91
+ ```
92
+
93
+ ### Data Fields
94
+
95
+ - `sentence` (str): Text sentence.
96
+ - `sentiment`: Sentiment class, with values 0 (negative), 1 (neutral) and 2 (positive).
97
+ - `topic`: Topic class, with values 0 (lecturer), 1 (training_program), 2 (facility) and 3 (others).
98
+
99
+ ### Data Splits
100
+
101
+ The dataset is split in train, validation and test.
102
+
103
+ | | Tain | Validation | Test |
104
+ |--------------------|------:|-----------:|-----:|
105
+ | Number of examples | 11426 | 1583 | 3166 |
106
+
107
+
108
+ ## Dataset Creation
109
+
110
+ ### Curation Rationale
111
+
112
+ [More Information Needed]
113
+
114
+ ### Source Data
115
+
116
+ #### Initial Data Collection and Normalization
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the source language producers?
121
+
122
+ [More Information Needed]
123
+
124
+ ### Annotations
125
+
126
+ #### Annotation process
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ [More Information Needed]
133
+
134
+ ### Personal and Sensitive Information
135
+
136
+ [More Information Needed]
137
+
138
+ ## Considerations for Using the Data
139
+
140
+ ### Social Impact of Dataset
141
+
142
+ [More Information Needed]
143
+
144
+ ### Discussion of Biases
145
+
146
+ [More Information Needed]
147
+
148
+ ### Other Known Limitations
149
+
150
+ [More Information Needed]
151
+
152
+ ## Additional Information
153
+
154
+ ### Dataset Curators
155
+
156
+ [More Information Needed]
157
+
158
+ ### Licensing Information
159
+
160
+ Unknown.
161
+
162
+ ### Citation Information
163
+
164
+ ```
165
+ @InProceedings{8573337,
166
+ author={Nguyen, Kiet Van and Nguyen, Vu Duc and Nguyen, Phu X. V. and Truong, Tham T. H. and Nguyen, Ngan Luu-Thuy},
167
+ booktitle={2018 10th International Conference on Knowledge and Systems Engineering (KSE)},
168
+ title={UIT-VSFC: Vietnamese Students’ Feedback Corpus for Sentiment Analysis},
169
+ year={2018},
170
+ volume={},
171
+ number={},
172
+ pages={19-24},
173
+ doi={10.1109/KSE.2018.8573337}
174
+ }
175
+ ```
176
+
177
+ ### Contributions
178
+
179
+ Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.