espejelomar commited on
Commit
831840b
·
1 Parent(s): c2d8f3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +159 -0
README.md CHANGED
@@ -1,3 +1,162 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ paperswithcode_id: embedding-data/Amazon-QA
6
+ pretty_name: Amazon-QA
7
+
8
  ---
9
+
10
+ # Dataset Card for "Amazon-QA"
11
+
12
+ ## Table of Contents
13
+ - [Dataset Description](#dataset-description)
14
+ - [Dataset Summary](#dataset-summary)
15
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
16
+ - [Languages](#languages)
17
+ - [Dataset Structure](#dataset-structure)
18
+ - [Data Instances](#data-instances)
19
+ - [Data Fields](#data-fields)
20
+ - [Data Splits](#data-splits)
21
+ - [Dataset Creation](#dataset-creation)
22
+ - [Curation Rationale](#curation-rationale)
23
+ - [Source Data](#source-data)
24
+ - [Annotations](#annotations)
25
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
26
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
27
+ - [Social Impact of Dataset](#social-impact-of-dataset)
28
+ - [Discussion of Biases](#discussion-of-biases)
29
+ - [Other Known Limitations](#other-known-limitations)
30
+ - [Additional Information](#additional-information)
31
+ - [Dataset Curators](#dataset-curators)
32
+ - [Licensing Information](#licensing-information)
33
+ - [Citation Information](#citation-information)
34
+ - [Contributions](#contributions)
35
+
36
+ ## Dataset Description
37
+
38
+ - **Homepage:** [http://jmcauley.ucsd.edu/data/amazon/qa/](http://jmcauley.ucsd.edu/data/amazon/qa/)
39
+ - **Repository:** [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
40
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
41
+ - **Point of Contact:** [Julian McAuley](https://cseweb.ucsd.edu//~jmcauley/#)
42
+ - **Size of downloaded dataset files:**
43
+ - **Size of the generated dataset:**
44
+ - **Total amount of disk used:** 247 MB
45
+
46
+ ### Dataset Summary
47
+
48
+ This dataset contains Question and Answer data from Amazon, totaling around 1.4 million answered questions.
49
+
50
+ This dataset can be combined with Amazon product review data, available [here](http://jmcauley.ucsd.edu/data/amazon/), by matching ASINs in the Q/A dataset with ASINs
51
+ in the review data. The review data also includes product metadata (product titles etc.).
52
+
53
+ ### Supported Tasks and Leaderboards
54
+
55
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
56
+
57
+ ### Languages
58
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
59
+
60
+ ## Dataset Structure
61
+
62
+ ### Data Instances
63
+
64
+ ### Data Fields
65
+
66
+ Sample question (and answer):
67
+
68
+ ```
69
+ {
70
+ "asin": "B000050B6Z",
71
+ "questionType": "yes/no",
72
+ "answerType": "Y",
73
+ "answerTime": "Aug 8, 2014",
74
+ "unixTime": 1407481200,
75
+ "question": "Can you use this unit with GEL shaving cans?",
76
+ "answer": "Yes. If the can fits in the machine it will despense hot gel lather. I've been using my machine for both , gel and traditional lather for over 10 years."
77
+ }
78
+ ```
79
+ where
80
+
81
+ asin - ID of the product, e.g. B000050B6Z
82
+ questionType - type of question. Could be 'yes/no' or 'open-ended'
83
+ answerType - type of answer. Could be 'Y', 'N', or '?' (if the polarity of the answer could not be predicted). Only present for yes/no questions.
84
+ answerTime - raw answer timestamp
85
+ unixTime - answer timestamp converted to unix time
86
+ question - question text
87
+ answer - answer text
88
+
89
+ ### Data Splits
90
+
91
+ ## Dataset Creation
92
+
93
+ ### Curation Rationale
94
+
95
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
96
+
97
+ ### Source Data
98
+
99
+ #### Initial Data Collection and Normalization
100
+
101
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
102
+
103
+ #### Who are the source language producers?
104
+
105
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
106
+
107
+ ### Annotations
108
+
109
+ #### Annotation process
110
+
111
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
112
+
113
+ #### Who are the annotators?
114
+
115
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
116
+
117
+ ### Personal and Sensitive Information
118
+
119
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
120
+
121
+ ## Considerations for Using the Data
122
+
123
+ ### Social Impact of Dataset
124
+
125
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
126
+
127
+ ### Discussion of Biases
128
+
129
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
130
+
131
+ ### Other Known Limitations
132
+
133
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/s)
134
+
135
+ ## Additional Information
136
+
137
+ ### Dataset Curators
138
+
139
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
140
+
141
+ ### Licensing Information
142
+
143
+ [More Information Needed](http://jmcauley.ucsd.edu/data/amazon/qa/)
144
+
145
+ ### Citation Information
146
+
147
+ ```
148
+ Modeling ambiguity, subjectivity, and diverging viewpoints in opinion question answering systems
149
+ Mengting Wan, Julian McAuley
150
+ International Conference on Data Mining (ICDM), 2016
151
+
152
+ Addressing complex and subjective product-related queries with customer reviews
153
+ Julian McAuley, Alex Yang
154
+ World Wide Web (WWW), 2016
155
+
156
+ ```
157
+
158
+
159
+ ### Contributions
160
+
161
+ Thanks to [Julian McAuley](https://cseweb.ucsd.edu//~jmcauley/#) for adding this dataset.
162
+