Datasets:

Modalities:
Text
License:
evallecillo commited on
Commit
bed5f7a
·
verified ·
1 Parent(s): 9703fed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -1,3 +1,62 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - Sentiment Analysis
5
  ---
6
+
7
+ ### Dataset Description
8
+
9
+ **Paper**: [SHARE: A Lexicon of Harmful Expressions by Spanish Speakers](https://aclanthology.org/2022.lrec-1.139.pdf)
10
+
11
+ **Point of Contact**: [email protected], [email protected]
12
+
13
+ This corpus has been prepared by the SINAI group in December 2008. SINAI SA (Sentiment Analysis) was created by tracking the Amazon website. Nearly 2,000 comments were extracted from different cameras.
14
+
15
+ **Structure:** The SINAI corpus contains 5 directories and each represents the number of stars for reviews. (eg directory 1 contains rated with a star). Each directory contains a file in plain text by document/comment.
16
+
17
+ The amount of comments is as follows:
18
+
19
+ - 1…star: 78 comments
20
+ - 2…stars: 67 comments
21
+ - 3…stars: 97 comments
22
+ - 4…stars: 411 comments
23
+ - 5…stars: 1,290 comments
24
+ Total: 1,943 comments
25
+
26
+ | Camera | Comments |
27
+ |----------|----------|
28
+ | CanonA590IS | 400 |
29
+ | CanonA630 | 300 |
30
+ | CanonSD1100IS | 426 |
31
+ | KodakCx7430 | 64 |
32
+ | KodakV1003 | 95 |
33
+ | KodakZ740 | 155 |
34
+ | Nikon5700 | 119 |
35
+ | Olympus1030SW | 168 |
36
+ | PentaxK10D | 126 |
37
+ | PentaxK200D | 90 |
38
+ | **Total** | **1,943** |
39
+
40
+
41
+
42
+ ### Licensing Information
43
+
44
+ SINAI-SA Corpus is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
45
+
46
+ ### Citation Information
47
+ ```bibtex
48
+ @article{RUSHDISALEH201114799,
49
+ title = {Experiments with SVM to classify opinions in different domains},
50
+ journal = {Expert Systems with Applications},
51
+ volume = {38},
52
+ number = {12},
53
+ pages = {14799-14804},
54
+ year = {2011},
55
+ issn = {0957-4174},
56
+ doi = {https://doi.org/10.1016/j.eswa.2011.05.070},
57
+ url = {https://www.sciencedirect.com/science/article/pii/S0957417411008542},
58
+ author = {M. {Rushdi Saleh} and M.T. Martín-Valdivia and A. Montejo-Ráez and L.A. Ureña-López},
59
+ keywords = {Opinion mining, Machine learning, SVM, Corpora},
60
+ abstract = {Recently, opinion mining is receiving more attention due to the abundance of forums, blogs, e-commerce web sites, news reports and additional web sources where people tend to express their opinions. Opinion mining is the task of identifying whether the opinion expressed in a document is positive or negative about a given topic. In this paper we explore this new research area applying Support Vector Machines (SVM) for testing different domains of data sets and using several weighting schemes. We have accomplished experiments with different features on three corpora. Two of them have already been used in several works. The last one has been built from Amazon.com specifically for this paper in order to prove the feasibility of the SVM for different domains.}
61
+ }
62
+ ```