Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
Portuguese
Size:
10K - 100K
Tags:
multilabel
License:
Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,33 @@ configs:
|
|
36 |
path: data/validation-*
|
37 |
- split: test
|
38 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
path: data/validation-*
|
37 |
- split: test
|
38 |
path: data/test-*
|
39 |
+
license: cc-by-sa-4.0
|
40 |
+
language:
|
41 |
+
- pt
|
42 |
+
task_categories:
|
43 |
+
- text-classification
|
44 |
+
tags:
|
45 |
+
- multilabel
|
46 |
+
size_categories:
|
47 |
+
- 1K<n<10K
|
48 |
---
|
49 |
+
|
50 |
+
# RePro: A Benchmark Dataset for Opinion Mining in Brazilian Portuguese
|
51 |
+
|
52 |
+
RePro, which stands for "REview of PROducts," is a benchmark dataset for opinion mining in Brazilian Portuguese. It consists of 10,000 humanly annotated e-commerce product reviews, each labeled with sentiment and topic information. The dataset was created based on data from one of the largest Brazilian e-commerce platforms, which produced the B2W-Reviews01 dataset (https://github.com/americanas-tech/b2w-reviews01). The RePro dataset aims to provide a valuable resource for tasks related to sentiment analysis and topic modeling in the context of Brazilian Portuguese e-commerce product reviews. It is designed to serve as a benchmark for future research in natural language processing and related fields.
|
53 |
+
|
54 |
+
This dataset is a processed version of RePro, where only the columns with the opinions and their categories are kept. Three stratified splits (80%/10%/10%) were created during the processing, using the scikit-multilearn library.
|
55 |
+
|
56 |
+
# Citation
|
57 |
+
|
58 |
+
When utilizing or referencing this dataset, kindly cite the following publication:
|
59 |
+
|
60 |
+
``` latex
|
61 |
+
@inproceedings{dos2024repro,
|
62 |
+
title={RePro: a benchmark for Opinion Mining for Brazilian Portuguese},
|
63 |
+
author={dos Santos Silva, Lucas Nildaimon and Real, Livy and Zandavalle, Ana Claudia Bianchini and Rodrigues, Carolina Francisco Gadelha and da Silva Gama, Tatiana and Souza, Fernando Guedes and Zaidan, Phillipe Derwich Silva},
|
64 |
+
booktitle={Proceedings of the 16th International Conference on Computational Processing of Portuguese},
|
65 |
+
pages={432--440},
|
66 |
+
year={2024}
|
67 |
+
}
|
68 |
+
```
|