paper-with-me

Papers

Handling Ontology Gaps in Semantic Parsing

2024-06-27 · Andrea Bacciu, Marco Damonte, Marco Basaldella, Emilio Monti

The majority of Neural Semantic Parsing (NSP) models are developed with the assumption that there are no concepts outside the ones such models can represent with their target symbols (closed-world assumption). This assumption leads to generate hallucinated outputs rather than admitting their lack of knowledge. Hallucinations can lead to wrong or potentially offensive responses to users. Hence, a mechanism to prevent this behavior is crucial to build trusted NSP-based Question Answering agents. To that end, we propose the Hallucination Simulation Framework (HSF), a general setting for stimulating and analyzing NSP model hallucinations. The framework can be applied to any NSP task with a closed-ontology. Using the proposed framework and KQA Pro as the benchmark dataset, we assess state-of-the-art techniques for hallucination detection. We then present a novel hallucination detection strategy that exploits the computational graph of the NSP model to detect the NSP hallucinations in the presence of ontology gaps, out-of-domain utterances, and to recognize NSP errors, improving the F1-Score respectively by ~21, ~24% and ~1%. This is the first work in closed-ontology NSP that addresses the problem of recognizing ontology gaps. We release our code and checkpoints at https://github.com/amazon-science/handling-ontology-gaps-in-semantic-parsing.

📄 PDF Abstract BibTeX arXiv:2406.19537

Code (1)

amazon-science/handling-ontology-gaps-in-semantic-parsing 공식 구현 pytorch

Tasks

HallucinationQuestion AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

A Deep Architecture for Semantic Parsing

2014-04-29 · WS 2014 6 · Edward Grefenstette, Phil Blunsom, Nando de Freitas, Karl Moritz Hermann

Many successful approaches to semantic parsing build on top of the syntactic analysis of text, and make use of distributional representations or statistical models to match parses to ontology-specific queries. This paper…

Semantic Parsing

Object-oriented Neural Programming (OONP) for Document Understanding

2017-09-26 · ACL 2018 7 · Zhengdong Lu, Xianggen Liu, Haotian Cui, Yukun Yan 외

We propose Object-oriented Neural Programming (OONP), a framework for semantically parsing documents in specific domains. Basically, OONP reads a document and parses it into a predesigned object-oriented data structure (…

document understandingObjectReinforcement LearningReinforcement Learning (RL)+1

Parsing Software Requirements with an Ontology-based Semantic Role Labeler

2015-04-01 · WS 2015 4 · Michael Roth, Ewan Klein
Semantic ParsingSemantic Role Labeling

Sentence Rewriting for Semantic Parsing

2019-01-10 · ACL 2016 8 · Bo Chen, Le Sun, Xianpei Han, Bo An

A major challenge of semantic parsing is the vocabulary mismatch problem between natural language and target ontology. In this paper, we propose a sentence rewriting based semantic parsing method, which can effectively r…

FormSemantic ParsingSentenceSentence ReWriting

Joint learning of ontology and semantic parser from text

2016-01-05 · Janez Starc, Dunja Mladenić

Semantic parsing methods are used for capturing and representing semantic meaning of text. Meaning representation capturing all the concepts in the text may not always be available or may not be sufficiently complete. On…

Semantic Parsing