paper-with-me

홈 › Papers

Calibrating Structured Output Predictors for Natural Language Processing

2020-04-09 · ACL 2020 6 · Abhyuday Jagannatha, Hong Yu

We address the problem of calibrating prediction confidence for output entities of interest in natural language processing (NLP) applications. It is important that NLP applications such as named entity recognition and question answering produce calibrated confidence scores for their predictions, especially if the system is to be deployed in a safety-critical domain such as healthcare. However, the output space of such structured prediction models is often too large to adapt binary or multi-class calibration methods directly. In this study, we propose a general calibration scheme for output entities of interest in neural-network based structured prediction models. Our proposed method can be used with any binary class calibration scheme and a neural network model. Additionally, we show that our calibration method can also be used as an uncertainty-aware, entity-specific decoding step to improve the performance of the underlying model at no additional training cost or data requirements. We show that our method outperforms current calibration techniques for named-entity-recognition, part-of-speech and question answering. We also improve our model's performance from our decoding step across several tasks and benchmark datasets. Our method improves the calibration and model performance on out-of-domain test scenarios as well.

📄 PDF Abstract BibTeX arXiv:2004.04361

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question AnsweringStructured Prediction

Similar Papers 제목 키워드 기반

Semi-supervised learning of local structured output predictors

2016-04-11 · Xin Du

In this paper, we study the problem of semi-supervised structured output prediction, which aims to learn predictors for structured outputs, such as sequences, tree nodes, vectors, etc., from a set of data points of both …

SentenceStructured Prediction

Promptly Predicting Structures: The Return of Inference

2024-01-12 · Maitrey Mehta, Valentina Pyatkin, Vivek Srikumar

Prompt-based methods have been used extensively across NLP to build zero- and few-shot label predictors. Many NLP tasks are naturally structured: that is, their outputs consist of multiple labels which constrain each oth…

Structured Predictionvalid

Predicting Multiple Structured Visual Interpretations

2015-12-01 · ICCV 2015 12 · Debadeepta Dey, Varun Ramakrishna, Martial Hebert, J. Andrew Bagnell

We present a simple approach for producing a small number of structured visual outputs which have high recall, for a variety of tasks including monocular pose estimation and semantic scene segmentation. Current state-of-…

Pose EstimationScene SegmentationSegmentation

Latent Predictor Networks for Code Generation

2016-03-22 · ACL 2016 8 · Wang Ling, Edward Grefenstette, Karl Moritz Hermann, Tomáš Kočiský 외

Many language generation tasks require the production of text conditioned on both structured and unstructured inputs. We present a novel neural network architecture which generates an output sequence conditioned on an ar…

Card GamesCode GenerationText Generation

Test-time Recalibration of Conformal Predictors Under Distribution Shift Based on Unlabeled Examples

2022-10-09 · Fatih Furkan Yilmaz, Reinhard Heckel

Modern image classifiers are very accurate, but the predictions come without uncertainty estimates. Conformal predictors provide uncertainty estimates by computing a set of classes containing the correct class with a use…

Conformal PredictionPrediction Intervals