paper-with-me

Papers

Compositional Semantic Parsing on Semi-Structured Tables

2015-08-03 · IJCNLP 2015 7 · Panupong Pasupat, Percy Liang

Two important aspects of semantic parsing for question answering are the breadth of the knowledge source and the depth of logical compositionality. While existing work trades off one aspect for another, this paper simultaneously makes progress on both fronts through a new task: answering complex questions on semi-structured tables using question-answer pairs as supervision. The central challenge arises from two compounding factors: the broader domain results in an open-ended set of relations, and the deeper compositionality results in a combinatorial explosion in the space of logical forms. We propose a logical-form driven parsing algorithm guided by strong typing constraints and show that it obtains significant improvements over natural baselines. For evaluation, we created a new dataset of 22,033 complex questions on Wikipedia tables, which is made publicly available.

📄 PDF Abstract BibTeX arXiv:1508.00305

Code (4)

percyliang/sempre 공식 구현
https://worksheets.codalab.org/worksheets/0xf26cd79d4d734287868923ad1067cf4c 공식 구현
microsoft/BIPIA pytorch
ppasupat/WikiTableQuestions

Tasks

Question AnsweringSemantic Parsing

Similar Papers 제목 키워드 기반

Neural Semantic Parsing with Type Constraints for Semi-Structured Tables

2017-09-01 · EMNLP 2017 9 · Jayant Krishnamurthy, Pradeep Dasigi, Matt Gardner

We present a new semantic parsing model for answering compositional questions on semi-structured Wikipedia tables. Our parser is an encoder-decoder neural network with two key technical innovations: (1) a grammar for the…

DecoderEntity LinkingQuestion AnsweringSemantic Parsing+1

TaBERT: Pretraining for Joint Understanding of Textual and Tabular Data

2020-05-17 · ACL 2020 6 · Pengcheng Yin, Graham Neubig, Wen-tau Yih, Sebastian Riedel

Recent years have witnessed the burgeoning of pretrained language models (LMs) for text-based natural language (NL) understanding tasks. Such models are typically trained on free-form NL text, hence may not be suitable f…

FormSemantic ParsingText to SQLText-To-SQL

Sattiy at SemEval-2021 Task 9: An Ensemble Solution for Statement Verification and Evidence Finding with Tables

2021-04-21 · SEMEVAL 2021 · Xiaoyi Ruan, Meizhi Jin, Jian Ma, Haiqin Yang 외

Question answering from semi-structured tables can be seen as a semantic parsing task and is significant and practical for pushing the boundary of natural language understanding. Existing research mainly focuses on under…

ArticlesNatural Language UnderstandingQuestion AnsweringSemantic Parsing

Search-based Neural Structured Learning for Sequential Question Answering

2017-07-01 · ACL 2017 7 · Mohit Iyyer, Wen-tau Yih, Ming-Wei Chang

Recent work in semantic parsing for question answering has focused on long and complicated questions, many of which would seem unnatural if asked in a normal conversation between two humans. In an effort to explore a con…

Question AnsweringSemantic Parsing

From Surface to Semantics: Semantic Structure Parsing for Table-Centric Document Analysis

2025-08-14 · Xuan Li, Jialiang Dong, Raymond Wong arxiv

Documents are core carriers of information and knowl-edge, with broad applications in finance, healthcare, and scientific research. Tables, as the main medium for structured data, encapsulate key information and are amon…

Semantic ParsingTable RetrievalTable Detection