paper-with-me

Papers

Topic Transferable Table Question Answering

2021-09-15 · EMNLP 2021 11 · Saneem Ahmed Chemmengath, Vishwajeet Kumar, Samarth Bharadwaj, Jaydeep Sen, Mustafa Canim, Soumen Chakrabarti, Alfio Gliozzo, Karthik Sankaranarayanan

Weakly-supervised table question-answering(TableQA) models have achieved state-of-art performance by using pre-trained BERT transformer to jointly encoding a question and a table to produce structured query for the question. However, in practical settings TableQA systems are deployed over table corpora having topic and word distributions quite distinct from BERT's pretraining corpus. In this work we simulate the practical topic shift scenario by designing novel challenge benchmarks WikiSQL-TS and WikiTQ-TS, consisting of train-dev-test splits in five distinct topic groups, based on the popular WikiSQL and WikiTableQuestions datasets. We empirically show that, despite pre-training on large open-domain text, performance of models degrades significantly when they are evaluated on unseen topics. In response, we propose T3QA (Topic Transferable Table Question Answering) a pragmatic adaptation framework for TableQA comprising of: (1) topic-specific vocabulary injection into BERT, (2) a novel text-to-text transformer generator (such as T5, GPT2) based natural language question generation pipeline focused on generating topic specific training data, and (3) a logical form reranker. We show that T3QA provides a reasonably good baseline for our topic shift benchmarks. We believe our topic split benchmarks will lead to robust TableQA solutions that are better suited for practical deployment.

📄 PDF Abstract BibTeX arXiv:2109.07377

Code (1)

ibm/t3qa 공식 구현

Tasks

Question AnsweringQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Optimal Scheduling in a Question-Answering Forum of Knowledge Workers

2026-06-18 · Rohit Negi, Mustafa Yilmaz arxiv

As individuals turn to the Internet to find answers to questions they may have, several Question Answering (QA) forums have evolved, where users knowledgeable in certain topics can contribute their expertise to answering…

Question Answering

Katecheo: A Portable and Modular System for Multi-Topic Question Answering

2019-07-01 · Shirish Hirekodi, Seban Sunny, Leonard Topno, Alwin Daniel 외

We introduce a modular system that can be deployed on any Kubernetes cluster for question answering via REST API. This system, called Katecheo, includes three configurable modules that collectively enable identification …

ArticlesQuestion AnsweringReading Comprehension

A Survey on Table Question Answering: Recent Advances

2022-07-12 · Nengzheng Jin, Joanna Siebert, Dongfang Li, Qingcai Chen

Table Question Answering (Table QA) refers to providing precise answers from tables to answer a user's question. In recent years, there have been a lot of works on table QA, but there is a lack of comprehensive surveys o…

Question AnsweringSemantic ParsingSurvey

A Zero-Shot Claim Detection Framework Using Question Answering

2022-10-01 · COLING 2022 10 · Revanth Gangi Reddy, Sai Chetan Chinthakindi, Yi R. Fung, Kevin Small 외

In recent years, there has been an increasing interest in claim detection as an important building block for misinformation detection. This involves detecting more fine-grained attributes relating to the claim, such as t…

MisinformationObjectobject-detectionObject Detection+1

ASTRA-QA: A Benchmark for Abstract Question Answering over Documents

2026-05-11 · Shu Wang, Shansong Zhou, Xinyang Wang, Shiwei Wang 외 arxiv

Document-based question answering (QA) increasingly includes abstract questions that require synthesizing scattered information from long documents or across multiple documents into coherent answers. However, this settin…

Question AnsweringTopic coverage