espejelomar commited on
Commit
6900137
1 Parent(s): 4c602fc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +138 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license:
3
+ - cc-by-nc-sa-4.0
4
+ kaggle_id: tarkkaanko/amazon
5
+ ---
6
+
7
+ # Dataset Card for amazon reviews for sentiment analysis
8
+
9
+ ## Table of Contents
10
+ - [Table of Contents](#table-of-contents)
11
+ - [Dataset Description](#dataset-description)
12
+ - [Dataset Summary](#dataset-summary)
13
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
14
+ - [Languages](#languages)
15
+ - [Dataset Structure](#dataset-structure)
16
+ - [Data Instances](#data-instances)
17
+ - [Data Fields](#data-fields)
18
+ - [Data Splits](#data-splits)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Curation Rationale](#curation-rationale)
21
+ - [Source Data](#source-data)
22
+ - [Annotations](#annotations)
23
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
24
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
25
+ - [Social Impact of Dataset](#social-impact-of-dataset)
26
+ - [Discussion of Biases](#discussion-of-biases)
27
+ - [Other Known Limitations](#other-known-limitations)
28
+ - [Additional Information](#additional-information)
29
+ - [Dataset Curators](#dataset-curators)
30
+ - [Licensing Information](#licensing-information)
31
+ - [Citation Information](#citation-information)
32
+ - [Contributions](#contributions)
33
+
34
+ ## Dataset Description
35
+
36
+ - **Homepage:** https://kaggle.com/datasets/tarkkaanko/amazon
37
+ - **Repository:**
38
+ - **Paper:**
39
+ - **Leaderboard:**
40
+ - **Point of Contact:**
41
+
42
+ ### Dataset Summary
43
+
44
+ One of the most important problems in e-commerce is the correct calculation of the points given to after-sales products. The solution to this problem is to provide greater customer satisfaction for the e-commerce site, product prominence for sellers, and a seamless shopping experience for buyers. Another problem is the correct ordering of the comments given to the products. The prominence of misleading comments will cause both financial losses and customer losses. In solving these 2 basic problems, e-commerce site and sellers will increase their sales, while customers will complete their purchasing journey without any problems.
45
+
46
+ This dataset consists of ranking product ratings and reviews on Amazon. Please review this notebook to observe how I came up with this [dataset](https://www.kaggle.com/code/tarkkaanko/rating-product-sorting-reviews-in-amazon) This dataset containing Amazon Product Data includes product categories and various metadata.
47
+
48
+ ----
49
+
50
+ ### What is expected of you?
51
+
52
+ The product with the most comments in the electronics category has user ratings and comments. In this way, we expect you to perform sentiment analysis with your specific methods.
53
+
54
+ ### Supported Tasks and Leaderboards
55
+
56
+ [More Information Needed]
57
+
58
+ ### Languages
59
+
60
+ [More Information Needed]
61
+
62
+ ## Dataset Structure
63
+
64
+ ### Data Instances
65
+
66
+ [More Information Needed]
67
+
68
+ ### Data Fields
69
+
70
+ [More Information Needed]
71
+
72
+ ### Data Splits
73
+
74
+ [More Information Needed]
75
+
76
+ ## Dataset Creation
77
+
78
+ ### Curation Rationale
79
+
80
+ [More Information Needed]
81
+
82
+ ### Source Data
83
+
84
+ #### Initial Data Collection and Normalization
85
+
86
+ [More Information Needed]
87
+
88
+ #### Who are the source language producers?
89
+
90
+ [More Information Needed]
91
+
92
+ ### Annotations
93
+
94
+ #### Annotation process
95
+
96
+ [More Information Needed]
97
+
98
+ #### Who are the annotators?
99
+
100
+ [More Information Needed]
101
+
102
+ ### Personal and Sensitive Information
103
+
104
+ [More Information Needed]
105
+
106
+ ## Considerations for Using the Data
107
+
108
+ ### Social Impact of Dataset
109
+
110
+ [More Information Needed]
111
+
112
+ ### Discussion of Biases
113
+
114
+ [More Information Needed]
115
+
116
+ ### Other Known Limitations
117
+
118
+ [More Information Needed]
119
+
120
+ ## Additional Information
121
+
122
+ ### Dataset Curators
123
+
124
+ This dataset was shared by [@tarkkaanko](https://kaggle.com/tarkkaanko)
125
+
126
+ ### Licensing Information
127
+
128
+ The license for this dataset is cc-by-nc-sa-4.0
129
+
130
+ ### Citation Information
131
+
132
+ ```bibtex
133
+ [More Information Needed]
134
+ ```
135
+
136
+ ### Contributions
137
+
138
+ [More Information Needed]