paper-with-me

홈 › Papers

Turning Tables: Generating Examples from Semi-structured Tables for Endowing Language Models with Reasoning Skills

2021-07-15 · ACL 2022 5 · Ori Yoran, Alon Talmor, Jonathan Berant

Models pre-trained with a language modeling objective possess ample world knowledge and language skills, but are known to struggle in tasks that require reasoning. In this work, we propose to leverage semi-structured tables, and automatically generate at scale question-paragraph pairs, where answering the question requires reasoning over multiple facts in the paragraph. We add a pre-training step over this synthetic data, which includes examples that require 16 different reasoning skills such as number comparison, conjunction, and fact composition. To improve data efficiency, we propose sampling strategies that focus training on reasoning skills the model is currently lacking. We evaluate our approach on three reading comprehension datasets that are focused on reasoning, and show that our model, PReasM, substantially outperforms T5, a popular pre-trained encoder-decoder model. Moreover, sampling examples based on current model errors leads to faster training and higher overall performance.

📄 PDF Abstract BibTeX arXiv:2107.07261

Code (1)

oriyor/turning_tables 공식 구현

Tasks

DecoderLanguage ModelingLanguage ModellingReading ComprehensionWorld Knowledge

Methods 이 논문이 사용한 방법론

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…
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,…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
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 &…
SentencePiece 설명 없음

Similar Papers 제목 키워드 기반

Realistic Data Augmentation Framework for Enhancing Tabular Reasoning

2022-10-23 · Dibyakanti Kumar, Vivek Gupta, Soumya Sharma, Shuo Zhang

Existing approaches to constructing training data for Natural Language Inference (NLI) tasks, such as for semi-structured table reasoning, are either via crowdsourcing or fully automatic methods. However, the former is e…

counterfactualData AugmentationNatural Language Inference

Autoregressive Synthesis of Sparse and Semi-Structured Mixed-Type Data

2026-03-02 · Thomas Rückstieß, Robin Vujanic arxiv

Synthetic data generation is an important capability for privacy-preserving data sharing, system benchmarking and test data provisioning. For mixed-type data, existing synthesizers largely target dense, fixed-schema tabl…

Synthetic Data Generation

Logical Inference for Counting on Semi-structured Tables

2022-04-16 · ACL 2022 5 · Tomoya Kurosawa, Hitomi Yanaka

Recently, the Natural Language Inference (NLI) task has been studied for semi-structured tables that do not have a strict format. Although neural approaches have achieved high performance in various types of NLI, includi…

Natural Language Inference

TempTabQA: Temporal Question Answering for Semi-Structured Tables

2023-11-14 · Vivek Gupta, Pranshu Kandoi, Mahek Bhavesh Vora, Shuo Zhang 외

Semi-structured data, such as Infobox tables, often include temporal information about entities, either implicitly or explicitly. Can current NLP systems reason about such information in semi-structured tables? To tackle…

Question Answering

A Neural Question Answering Model Based on Semi-Structured Tables

2018-08-01 · COLING 2018 8 · Hao Wang, Xiaodong Zhang, Shuming Ma, Xu sun 외

Most question answering (QA) systems are based on raw text and structured knowledge graph. However, raw text corpora are hard for QA system to understand, and structured knowledge graph needs intensive manual work, while…

Knowledge GraphsMultiple-choiceQuestion Answering