paper-with-me

홈 › Papers

Answer Generation for Questions With Multiple Information Sources in E-Commerce

2021-11-27 · Anand A. Rajasekar, Nikesh Garera

Automatic question answering is an important yet challenging task in E-commerce given the millions of questions posted by users about the product that they are interested in purchasing. Hence, there is a great demand for automatic answer generation systems that provide quick responses using related information about the product. There are three sources of knowledge available for answering a user posted query, they are reviews, duplicate or similar questions, and specifications. Effectively utilizing these information sources will greatly aid us in answering complex questions. However, there are two main challenges present in exploiting these sources: (i) The presence of irrelevant information and (ii) the presence of ambiguity of sentiment present in reviews and similar questions. Through this work we propose a novel pipeline (MSQAP) that utilizes the rich information present in the aforementioned sources by separately performing relevancy and ambiguity prediction before generating a response. Experimental results show that our relevancy prediction model (BERT-QA) outperforms all other variants and has an improvement of 12.36% in F1 score compared to the BERT-base baseline. Our generation model (T5-QA) outperforms the baselines in all content preservation metrics such as BLEU, ROUGE and has an average improvement of 35.02% in ROUGE and 198.75% in BLEU compared to the highest performing baseline (HSSC-q). Human evaluation of our pipeline shows us that our method has an overall improvement in accuracy of 30.7% over the generation model (T5-QA), resulting in our full pipeline-based approach (MSQAP) providing more accurate answers. To the best of our knowledge, this is the first work in the e-commerce domain that automatically generates natural language answers combining the information present in diverse sources such as specifications, similar questions, and reviews data.

📄 PDF Abstract BibTeX arXiv:2111.14003

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationQuestion Answering

Similar Papers 제목 키워드 기반

Product Answer Generation from Heterogeneous Sources: A New Benchmark and Best Practices

2022-01-16 · ACL ARR January 2022 1 · Anonymous

It is of great value to answer product questions based on heterogeneous information sources available on web product pages, e.g., semi-structured attributes, text descriptions, user-provided contents, etc. However, these…

Answer GenerationData AugmentationEvidence Selection

Product Answer Generation from Heterogeneous Sources: A New Benchmark and Best Practices

2022-05-01 · ECNLP (ACL) 2022 5 · Xiaoyu Shen, Gianni Barlacchi, Marco del Tredici, Weiwei Cheng 외

It is of great value to answer product questions based on heterogeneous information sources available on web product pages, e.g., semi-structured attributes, text descriptions, user-provided contents, etc. However, these…

Answer GenerationData AugmentationEvidence Selection

MoEMoE: Question Guided Dense and Scalable Sparse Mixture-of-Expert for Multi-source Multi-modal Answering

2025-03-08 · Vinay Kumar Verma, Shreyas Sunil Kulkarni, Happy Mittal, Deepak Gupta

Question Answering (QA) and Visual Question Answering (VQA) are well-studied problems in the language and vision domain. One challenging scenario involves multiple sources of information, each of a different modality, wh…

Answer GenerationMixture-of-ExpertsQuestion-Answer-GenerationQuestion Answering+2

TabMCQ: A Dataset of General Knowledge Tables and Multiple-choice Questions

2016-02-12 · Sujay Kumar Jauhar, Peter Turney, Eduard Hovy

We describe two new related resources that facilitate modelling of general knowledge reasoning in 4th grade science exams. The first is a collection of curated facts in the form of tables, and the second is a large set o…

General KnowledgeMultiple-choiceQuestion Answering

DIVKNOWQA: Assessing the Reasoning Ability of LLMs via Open-Domain Question Answering over Knowledge Base and Text

2023-10-31 · Wenting Zhao, Ye Liu, Tong Niu, Yao Wan 외

Large Language Models (LLMs) have exhibited impressive generation capabilities, but they suffer from hallucinations when solely relying on their internal knowledge, especially when answering questions that require less c…

Information RetrievalKnowledge GraphsOpen-Domain Question AnsweringPassage Retrieval+2