paper-with-me

Papers

Open Domain Question Answering Using Web Tables

2020-01-10 · Kaushik Chakrabarti, Zhimin Chen, Siamak Shakeri, Guihong Cao

Tables extracted from web documents can be used to directly answer many web search queries. Previous works on question answering (QA) using web tables have focused on factoid queries, i.e., those answerable with a short string like person name or a number. However, many queries answerable using tables are non-factoid in nature. In this paper, we develop an open-domain QA approach using web tables that works for both factoid and non-factoid queries. Our key insight is to combine deep neural network-based semantic similarity between the query and the table with features that quantify the dominance of the table in the document as well as the quality of the information in the table. Our experiments on real-life web search queries show that our approach significantly outperforms state-of-the-art baseline approaches. Our solution is used in production in a major commercial web search engine and serves direct answers for tens of millions of real user queries per month.

📄 PDF Abstract BibTeX arXiv:2001.03272

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringQuestion AnsweringSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Enhancing Open-Domain Table Question Answering via Syntax- and Structure-aware Dense Retrieval

2023-09-19 · Nengzheng Jin, Dongfang Li, Junying Chen, Joanna Siebert 외

Open-domain table question answering aims to provide answers to a question by retrieving and extracting information from a large collection of tables. Existing studies of open-domain table QA either directly adopt text r…

Question AnsweringRetrievalTable RetrievalText Retrieval+2

Open-WikiTable: Dataset for Open Domain Question Answering with Complex Reasoning over Table

2023-05-12 · Sunjun Kweon, Yeonsu Kwon, Seonhee Cho, Yohan Jo 외

Despite recent interest in open domain question answering (ODQA) over tables, many studies still rely on datasets that are not truly optimal for the task with respect to utilizing structural nature of table. These datase…

Open-Domain Question AnsweringQuestion Answering

MURRE: Multi-Hop Table Retrieval with Removal for Open-Domain Text-to-SQL

2024-02-16 · Xuanliang Zhang, Dingzirui Wang, Longxu Dou, Qingfu Zhu 외

The open-domain text-to-SQL task aims to retrieve question-relevant tables from massive databases and generate SQL. However, the performance of current methods is constrained by single-hop retrieval, and existing multi-h…

Open-Domain Question AnsweringQuestion AnsweringRetrievalTable Retrieval+2

AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry

2021-06-24 · NAACL (ACL) 2022 7 · Yannis Katsis, Saneem Chemmengath, Vishwajeet Kumar, Samarth Bharadwaj 외

Recent advances in transformers have enabled Table Question Answering (Table QA) systems to achieve high accuracy and SOTA results on open domain datasets like WikiTableQuestions and WikiSQL. Such transformers are freque…

Question AnsweringSemantic Parsing

SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing

2024-06-01 · Heidi C. Zhang, Sina J. Semnani, Farhad Ghassemi, Jialiang Xu 외

We introduce SPAGHETTI: Semantic Parsing Augmented Generation for Hybrid English information from Text Tables and Infoboxes, a hybrid question-answering (QA) pipeline that utilizes information from heterogeneous knowledg…

Open-Domain Question AnsweringQuestion AnsweringRetrievalSemantic Parsing