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