paper-with-me

홈 › Papers

AmazonQA: A Review-Based Question Answering Task

2019-08-12 · Mansi Gupta, Nitish Kulkarni, Raghuveer Chanda, Anirudha Rayasam, Zachary C. Lipton

Every day, thousands of customers post questions on Amazon product pages. After some time, if they are fortunate, a knowledgeable customer might answer their question. Observing that many questions can be answered based upon the available product reviews, we propose the task of review-based QA. Given a corpus of reviews and a question, the QA system synthesizes an answer. To this end, we introduce a new dataset and propose a method that combines information retrieval techniques for selecting relevant reviews (given a question) and "reading comprehension" models for synthesizing an answer (given a question and review). Our dataset consists of 923k questions, 3.6M answers and 14M reviews across 156k products. Building on the well-known Amazon dataset, we collect additional annotations, marking each question as either answerable or unanswerable based on the available reviews. A deployed system could first classify a question as answerable and then attempt to generate an answer. Notably, unlike many popular QA datasets, here, the questions, passages, and answers are all extracted from real human interactions. We evaluate numerous models for answer generation and propose strong baselines, demonstrating the challenging nature of this new task.

📄 PDF Abstract BibTeX arXiv:1908.04364

Code (1)

amazonqa/amazonqa 공식 구현 tf

Tasks

Answer GenerationInformation RetrievalQuestion AnsweringReading ComprehensionRetrieval

Similar Papers 제목 키워드 기반

CHIME: Cross-passage Hierarchical Memory Network for Generative Review Question Answering

2020-11-01 · COLING 2020 8 · Junru Lu, Gabriele Pergola, Lin Gui, Binyang Li 외

We introduce CHIME, a cross-passage hierarchical memory network for question answering (QA) via text generation. It extends XLNet introducing an auxiliary memory module consisting of two components: the context memory co…

Question AnsweringText Generation

Less is More: Rejecting Unreliable Reviews for Product Question Answering

2020-07-09 · Shiwei Zhang, Xiuzhen Zhang, Jey Han Lau, Jeffrey Chan 외

Promptly and accurately answering questions on products is important for e-commerce applications. Manually answering product questions (e.g. on community question answering platforms) results in slow response and does no…

Community Question AnsweringConformal PredictionQuestion AnsweringRetrieval

AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset

2024-10-22 · Dante Everaert, Rohit Patki, Tianqi Zheng, Christopher Potts

Query Autocomplete (QAC) is a critical feature in modern search engines, facilitating user interaction by predicting search queries based on input prefixes. Despite its widespread adoption, the absence of large-scale, re…

Semantic Retrieval

Exploring the State of the Art in Legal QA Systems

2023-04-13 · Abdelrahman Abdallah, Bhawna Piryani, Adam Jatowt

Answering questions related to the legal domain is a complex task, primarily due to the intricate nature and diverse range of legal document systems. Providing an accurate answer to a legal query typically necessitates s…

ArticlesNatural Language UnderstandingQuestion Answering

Modeling Ambiguity, Subjectivity, and Diverging Viewpoints in Opinion Question Answering Systems

2016-10-25 · Mengting Wan, Julian McAuley

Product review websites provide an incredible lens into the wide variety of opinions and experiences of different people, and play a critical role in helping users discover products that match their personal needs and pr…

Question Answering