paper-with-me

홈 › Papers

Weakly Supervised Semantic Parsing with Execution-based Spurious Program Filtering

2023-11-02 · Kang-il Lee, Segwang Kim, Kyomin Jung

The problem of spurious programs is a longstanding challenge when training a semantic parser from weak supervision. To eliminate such programs that have wrong semantics but correct denotation, existing methods focus on exploiting similarities between examples based on domain-specific knowledge. In this paper, we propose a domain-agnostic filtering mechanism based on program execution results. Specifically, for each program obtained through the search process, we first construct a representation that captures the program's semantics as execution results under various inputs. Then, we run a majority vote on these representations to identify and filter out programs with significantly different semantics from the other programs. In particular, our method is orthogonal to the program search process so that it can easily augment any of the existing weakly supervised semantic parsing frameworks. Empirical evaluations on the Natural Language Visual Reasoning and WikiTableQuestions demonstrate that applying our method to the existing semantic parsers induces significantly improved performances.

📄 PDF Abstract BibTeX arXiv:2311.01161

Code (1)

klee972/exec-filter 공식 구현 pytorch

Tasks

Semantic ParsingVisual Reasoning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Effective Search of Logical Forms for Weakly Supervised Knowledge-Based Question Answering

2019-09-06 · Tao Shen, Xiubo Geng, Tao Qin, Guodong Long 외

Many algorithms for Knowledge-Based Question Answering (KBQA) depend on semantic parsing, which translates a question to its logical form. When only weak supervision is provided, it is usually necessary to search valid l…

Question AnsweringSemantic Parsingvalid

Enforcing Consistency in Weakly Supervised Semantic Parsing

2021-07-13 · ACL 2021 5 · Nitish Gupta, Sameer Singh, Matt Gardner

The predominant challenge in weakly supervised semantic parsing is that of spurious programs that evaluate to correct answers for the wrong reasons. Prior work uses elaborate search strategies to mitigate the prevalence …

Semantic ParsingVisual Reasoning

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

Learning Semantic Parsers from Denotations with Latent Structured Alignments and Abstract Programs

2019-09-09 · IJCNLP 2019 11 · Bailin Wang, Ivan Titov, Mirella Lapata

Semantic parsing aims to map natural language utterances onto machine interpretable meaning representations, aka programs whose execution against a real-world environment produces a denotation. Weakly-supervised semantic…

Inductive BiasSemantic Parsing

Weakly Supervised Semantic Parsing by Learning from Mistakes

2021-11-01 · Findings (EMNLP) 2021 11 · Jiaqi Guo, Jian-Guang Lou, Ting Liu, Dongmei Zhang

Weakly supervised semantic parsing (WSP) aims at training a parser via utterance-denotation pairs. This task is challenging because it requires (1) searching consistent logical forms in a huge space; and (2) dealing with…

Semantic Parsing