paper-with-me

Papers

Semantic Parsing with Candidate Expressions for Knowledge Base Question Answering

2024-10-01 · Daehwan Nam, Gary Geunbae Lee

Semantic parsers convert natural language to logical forms, which can be evaluated on knowledge bases (KBs) to produce denotations. Recent semantic parsers have been developed with sequence-to-sequence (seq2seq) pre-trained language models (PLMs) or large language models, where the models treat logical forms as sequences of tokens. For syntactic and semantic validity, the semantic parsers use grammars that enable constrained decoding. However, the grammars lack the ability to utilize large information of KBs, although logical forms contain representations of KB elements, such as entities or relations. In this work, we propose a grammar augmented with candidate expressions for semantic parsing on a large KB with a seq2seq PLM. The grammar defines actions as production rules, and our semantic parser predicts actions during inference under the constraints by types and candidate expressions. We apply the grammar to knowledge base question answering, where the constraints by candidate expressions assist a semantic parser to generate valid KB elements. In experiments on two benchmarks, KQA Pro and Overnight, the constraints by candidate expressions increased the accuracy of our semantic parser, whether it was trained with strong supervision or weak supervision. Our semantic parser achieved state-of-the-art accuracies on KQA Pro and Overnight, and its implementation is publicly available at https://github.com/daehwannam/candexpr-sp.git.

📄 PDF Abstract BibTeX arXiv:2410.00414

Code (1)

daehwannam/candexpr-sp 공식 구현 pytorch

Tasks

Knowledge Base Question AnsweringQuestion AnsweringSemantic Parsingvalid

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…
BASE 설명 없음

Similar Papers 제목 키워드 기반

SemEval 2018 Task 6: Parsing Time Normalizations

2018-06-01 · SEMEVAL 2018 6 · Egoitz Laparra, Dongfang Xu, Ahmed Elsayed, Steven Bethard 외

This paper presents the outcomes of the Parsing Time Normalization shared task held within SemEval-2018. The aim of the task is to parse time expressions into the compositional semantic graphs of the Semantically Composi…

Semantic Parsing

Improving Semantic Parsing with Neural Generator-Reranker Architecture

2019-09-27 · ICLR 2020 1 · Huseyin A. Inan, Gaurav Singh Tomar, Huapu Pan

Semantic parsing is the problem of deriving machine interpretable meaning representations from natural language utterances. Neural models with encoder-decoder architectures have recently achieved substantial improvements…

DecoderSemantic ParsingSentence

A Joint Sequential and Relational Model for Frame-Semantic Parsing

2017-09-01 · EMNLP 2017 9 · Bishan Yang, Tom Mitchell

We introduce a new method for frame-semantic parsing that significantly improves the prior state of the art. Our model leverages the advantages of a deep bidirectional LSTM network which predicts semantic role labels wor…

Knowledge DistillationMachine TranslationQuestion AnsweringSemantic Parsing+3

Context-dependent Semantic Parsing for Time Expressions

2014-06-01 · ACL 2014 6 · Kenton Lee, Yoav Artzi, Jesse Dodge, Luke Zettlemoyer
Semantic Parsing

Weakly-supervised Neural Semantic Parsing with a Generative Ranker

2018-08-23 · CONLL 2018 10 · Jianpeng Cheng, Mirella Lapata

Weakly-supervised semantic parsers are trained on utterance-denotation pairs, treating logical forms as latent. The task is challenging due to the large search space and spuriousness of logical forms. In this paper we in…

Semantic Parsing