Datasets:
Commit
·
12e2693
1
Parent(s):
8001dfa
Update README.md
Browse files
README.md
CHANGED
@@ -23,10 +23,6 @@ B2W-Reviews01 is an open corpus of product reviews. It contains more than 130k e
|
|
23 |
|
24 |
This dataset can be useful for several Natural Language Processing (NLP)/ Computational Linguistics (CL) tasks. The first that comes to mind is probably sentiment analysis. Sentiment analysis is the task of assigning a sentiment (or a position) to the content of a given text. For this task, B2W-Reviews01 offers the two distinct evaluation ratings.
|
25 |
|
26 |
-
Product reviews often have complex information, related not only to the product that was purchased, but also to the online shopping experience, payment methods, or even the product delivery process. Therefore, different facts and opinions can be extracted from such a corpus, and classifying sentiment may not be enough to capture the content of reviews. For real world applications, dealing with topic modeling, user intent identification and feature extraction also become necessary. It is relevant to know not only the reviewer’s sentiment, but also the object of this feeling.
|
27 |
-
|
28 |
-
Since B2W-Reviews01 offers the exact text written by users, this corpus also offers rich material for those interested on out-of-vocabulary words, slang identification, or spell-checker tasks. For those interested on socio-linguistics analysis, the present corpus offers a rich possibility of crossing reviewer information considering gender, age and geographical location. One can, for example, find easily how negative or positive reviews are distributed among age groups or which product categories receive more reviews from women or men.
|
29 |
-
|
30 |
### Supported Tasks and Leaderboards
|
31 |
|
32 |
* Sentiment Analysis
|
@@ -78,12 +74,14 @@ Since B2W-Reviews01 offers the exact text written by users, this corpus also off
|
|
78 |
|
79 |
### Citation Information
|
80 |
|
|
|
81 |
@inproceedings{real2019b2w,
|
82 |
title={B2W-reviews01: an open product reviews corpus},
|
83 |
author={Real, Livy and Oshiro, Marcio and Mafra, Alexandre},
|
84 |
booktitle={STIL-Symposium in Information and Human Language Technology},
|
85 |
year={2019}
|
86 |
}
|
|
|
87 |
|
88 |
### Contributions
|
89 |
|
|
|
23 |
|
24 |
This dataset can be useful for several Natural Language Processing (NLP)/ Computational Linguistics (CL) tasks. The first that comes to mind is probably sentiment analysis. Sentiment analysis is the task of assigning a sentiment (or a position) to the content of a given text. For this task, B2W-Reviews01 offers the two distinct evaluation ratings.
|
25 |
|
|
|
|
|
|
|
|
|
26 |
### Supported Tasks and Leaderboards
|
27 |
|
28 |
* Sentiment Analysis
|
|
|
74 |
|
75 |
### Citation Information
|
76 |
|
77 |
+
```
|
78 |
@inproceedings{real2019b2w,
|
79 |
title={B2W-reviews01: an open product reviews corpus},
|
80 |
author={Real, Livy and Oshiro, Marcio and Mafra, Alexandre},
|
81 |
booktitle={STIL-Symposium in Information and Human Language Technology},
|
82 |
year={2019}
|
83 |
}
|
84 |
+
```
|
85 |
|
86 |
### Contributions
|
87 |
|