jhan21 commited on
Commit
cc493bb
1 Parent(s): d307d01

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +160 -0
README.md ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - cc0-1.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: amazon-food-reviews-dataset
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - amazon
19
+ - reviews
20
+ - food reviews
21
+ - business
22
+ task_categories:
23
+ - text-classification
24
+ task_ids: []
25
+ ---
26
+ # Dataset Card for "Amazon Food Reviews"
27
+
28
+ ## Table of Contents
29
+ - [Table of Contents](#table-of-contents)
30
+ - [Dataset Description](#dataset-description)
31
+ - [Dataset Summary](#dataset-summary)
32
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
33
+ - [Languages](#languages)
34
+ - [Dataset Structure](#dataset-structure)
35
+ - [Data Instances](#data-instances)
36
+ - [Data Fields](#data-fields)
37
+ - [Data Splits](#data-splits)
38
+ - [Dataset Creation](#dataset-creation)
39
+ - [Curation Rationale](#curation-rationale)
40
+ - [Source Data](#source-data)
41
+ - [Annotations](#annotations)
42
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
43
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
44
+ - [Social Impact of Dataset](#social-impact-of-dataset)
45
+ - [Discussion of Biases](#discussion-of-biases)
46
+ - [Other Known Limitations](#other-known-limitations)
47
+ - [Additional Information](#additional-information)
48
+ - [Dataset Curators](#dataset-curators)
49
+ - [Licensing Information](#licensing-information)
50
+ - [Citation Information](#citation-information)
51
+ - [Contributions](#contributions)
52
+
53
+ ## Dataset Description
54
+
55
+ - **Homepage:**
56
+ - **Repository:**
57
+ - **Paper:**
58
+ - **Leaderboard:**
59
+ - **Point of Contact:**
60
+
61
+ ### Dataset Summary
62
+
63
+ This dataset consists of reviews of fine foods from amazon. The data span a period of more than 10 years, including all ~500,000 reviews up to October 2012. Reviews include product and user information, ratings, and a plain text review. It also includes reviews from all other Amazon categories.
64
+
65
+
66
+ ### Supported Tasks and Leaderboards
67
+
68
+ This dataset can be used for numerous tasks like sentiment analysis, text classification, and user behavior analysis. It's particularly useful for training models to understand customer feedback and preferences.
69
+
70
+
71
+ ### Languages
72
+
73
+ The reviews are primarily in English.
74
+
75
+ ## Dataset Structure
76
+
77
+ ### Data Instances
78
+
79
+ A typical data instance comprises a review with fields like product ID, user ID, rating, review text, helpfulness votes, and time of the review.
80
+
81
+ ### Data Fields
82
+
83
+ - `ProductId`: Unique identifier for the product
84
+ - `UserId`: Unique identifier for the user
85
+ - `ProfileName`: Profile name of the user
86
+ - `HelpfulnessNumerator`: Number of users who found the review helpful
87
+ - `HelpfulnessDenominator`: Number of users who indicated whether they found the review helpful or not
88
+ - `Score`: Rating between 1 and 5
89
+ - `Time`: Timestamp of the review
90
+ - `Summary`: Brief summary of the review
91
+ - `Text`: Text of the review
92
+
93
+ ### Data Splits
94
+
95
+ The dataset is not split into standard training/validation/testing sets. Users may need to create these splits as per their requirement.
96
+
97
+
98
+ ## Dataset Creation
99
+
100
+ ### Curation Rationale
101
+
102
+ The dataset was created to provide a large collection of textual reviews with sentiment labels, useful for tasks in sentiment analysis and natural language processing.
103
+
104
+ ### Source Data
105
+
106
+ #### Initial Data Collection and Normalization
107
+
108
+ The data was collected from Amazon's food reviews section.
109
+
110
+ #### Who are the source language producers?
111
+
112
+ The source language producers are the Amazon users / customers who provided these reviews.
113
+
114
+ ### Annotations
115
+
116
+ #### Annotation process
117
+
118
+ The reviews come with ratings that can be converted into sentiment labels, but no additional annotation process was described.
119
+
120
+ #### Who are the annotators?
121
+
122
+ The annotators are the Amazon users who left the reviews and ratings.
123
+
124
+ ### Personal and Sensitive Information
125
+
126
+ The dataset contains user IDs and profile names which could potentially be used to identify the reviewers.
127
+
128
+ ## Considerations for Using the Data
129
+
130
+ ### Social Impact of Dataset
131
+
132
+ This dataset provides insights into consumer preferences and sentiment, which can be valuable for businesses and researchers. However, care should be taken to ensure that models trained on this data do not reinforce stereotypes or biases present in the reviews.
133
+
134
+ ### Discussion of Biases
135
+
136
+ The dataset may contain biases inherent in the user base of Amazon, which may not be representative of the general population.
137
+
138
+ ### Other Known Limitations
139
+
140
+ The dataset's scope is limited to food products and may not generalize well to other types of products or reviews.
141
+
142
+ ## Additional Information
143
+
144
+ ### Dataset Curators
145
+
146
+ The dataset was originally curated by the SNAP group.
147
+
148
+ ### Licensing Information
149
+
150
+ The dataset is available under a CC BY-SA 4.0 license.
151
+
152
+ ### Citation Information
153
+
154
+ If you publish articles based on this dataset, please cite the following paper:
155
+
156
+ J. McAuley and J. Leskovec. _From amateurs to connoisseurs: modeling the evolution of user expertise through online reviews_. WWW, 2013.
157
+
158
+ ### Contributions
159
+
160
+ Thanks to [@Stanford Network Analysis Project](https://www.kaggle.com/datasets/snap/amazon-fine-food-reviews/data) for adding this dataset.