paper-with-me

Papers

Confidence Modeling for Neural Semantic Parsing

2018-05-11 · ACL 2018 7 · Li Dong, Chris Quirk, Mirella Lapata

In this work we focus on confidence modeling for neural semantic parsers which are built upon sequence-to-sequence models. We outline three major causes of uncertainty, and design various metrics to quantify these factors. These metrics are then used to estimate confidence scores that indicate whether model predictions are likely to be correct. Beyond confidence estimation, we identify which parts of the input contribute to uncertain predictions allowing users to interpret their model, and verify or refine its input. Experimental results show that our confidence model significantly outperforms a widely used method that relies on posterior probability, and improves the quality of interpretation compared to simply relying on attention scores.

📄 PDF Abstract BibTeX arXiv:1805.04604

Code (1)

donglixp/confidence 공식 구현 pytorch

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

Calibrated Interpretation: Confidence Estimation in Semantic Parsing

2022-11-14 · Elias Stengel-Eskin, Benjamin Van Durme

Sequence generation models are increasingly being used to translate natural language into programs, i.e. to perform executable semantic parsing. The fact that semantic parsing aims to predict programs that can lead to ex…

Semantic Parsing

Did You Mean...? Confidence-based Trade-offs in Semantic Parsing

2023-03-29 · Elias Stengel-Eskin, Benjamin Van Durme

We illustrate how a calibrated model can help balance common trade-offs in task-oriented parsing. In a simulated annotator-in-the-loop experiment, we show that well-calibrated confidence scores allow us to balance cost w…

Semantic Parsing

Model-based Interactive Semantic Parsing: A Unified Framework and A Text-to-SQL Case Study

2019-10-11 · IJCNLP 2019 11 · Ziyu Yao, Yu Su, Huan Sun, Wen-tau Yih

As a promising paradigm, interactive semantic parsing has shown to improve both semantic parsing accuracy and user confidence in the results. In this paper, we propose a new, unified formulation of the interactive semant…

Semantic ParsingText to SQLText-To-SQL

Renovating Parsing R-CNN for Accurate Multiple Human Parsing

2020-09-20 · ECCV 2020 8 · Lu Yang, Qing Song, Zhihui Wang, Mengjie Hu 외

Multiple human parsing aims to segment various human parts and associate each part with the corresponding instance simultaneously. This is a very challenging task due to the diverse human appearance, semantic ambiguity o…

Human Parsing

Uncertainty and Traffic-Aware Active Learning for Semantic Parsing

2020-11-01 · EMNLP (intexsempar) 2020 11 · Priyanka Sen, Emine Yilmaz

Collecting training data for semantic parsing is a time-consuming and expensive task. As a result, there is growing interest in industry to reduce the number of annotations required to train a semantic parser, both to cu…

Active LearningSemantic Parsing