Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Vietnamese
ArXiv:
Tags:
code
Libraries:
Datasets
pandas
tarudesu commited on
Commit
765c048
1 Parent(s): 0f27be5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - vi
6
+ tags:
7
+ - code
8
+ pretty_name: Vietnamese Open-Domain Complaint Detection in E-commerce Websites
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+ # Vietnamese Open-Domain Complaint Detection in E-commerce Websites
13
+ This is the official repository for the UIT-ViCTSD dataset from the paper [Vietnamese Open-Domain Complaint Detection in E-commerce Websites](https://arxiv.org/pdf/2103.10069.pdf), which was accepted at the [SoMeT 2021](https://dblp.org/db/conf/somet/somet2021.html).
14
+
15
+ # Citation Information
16
+ The provided dataset is only used for research purposes!
17
+ ```
18
+ @misc{nguyen2021vietnamese,
19
+ title={Vietnamese Complaint Detection on E-Commerce Websites},
20
+ author={Nhung Thi-Hong Nguyen and Phuong Phan-Dieu Ha and Luan Thanh Nguyen and Kiet Van Nguyen and Ngan Luu-Thuy Nguyen},
21
+ year={2021},
22
+ eprint={2104.11969},
23
+ archivePrefix={arXiv},
24
+ primaryClass={cs.CL}
25
+ }
26
+ ```
27
+
28
+ ## Abstract
29
+ Customer product reviews play a role in improving the quality of products and services for business organizations or their brands. Complaining is an attitude that expresses dissatisfaction with an event or a product not meeting customer expectations. In this paper, we build a Open-domain Complaint Detection dataset (UIT-ViOCD), including 5,485 human-annotated reviews on four categories about product reviews on e-commerce sites. After the data collection phase, we proceed to the annotation task and achieve the inter-annotator agreement Am of 87%. Then, we present an extensive methodology for the research purposes and achieve 92.16% by F1-score for identifying complaints. With the results, in the future, we aim to build a system for open-domain complaint detection in E-commerce websites.
30
+ ## Dataset
31
+ The ViOCD dataset is consist of 5,485 reviews on four categories about product reviews on e-commerce sites.
32
+
33
+ The dataset is divided into three parts as below:
34
+ 1. Train set: 4.39K reviews
35
+ 2. Valid set: 548 reviews
36
+ 3. Test set: 549 reviews
37
+
38
+ ## Contact
39
+ Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!