Amazon-QA / README.md
espejelomar's picture
Update README.md
f0a74b4
|
raw
history blame
5.05 kB
metadata
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 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, 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

Languages

More Information Needed

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

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

More Information Needed

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 for adding this dataset.