paper-with-me

홈 › Papers

How Does Beam Search improve Span-Level Confidence Estimation in Generative Sequence Labeling?

2022-12-21 · Kazuma Hashimoto, Iftekhar Naim, Karthik Raman

Sequence labeling is a core task in text understanding for IE/IR systems. Text generation models have increasingly become the go-to solution for such tasks (e.g., entity extraction and dialog slot filling). While most research has focused on the labeling accuracy, a key aspect -- of vital practical importance -- has slipped through the cracks: understanding model confidence. More specifically, we lack a principled understanding of how to reliably gauge the confidence of a model in its predictions for each labeled span. This paper aims to provide some empirical insights on estimating model confidence for generative sequence labeling. Most notably, we find that simply using the decoder's output probabilities \textbf{is not} the best in realizing well-calibrated confidence estimates. As verified over six public datasets of different tasks, we show that our proposed approach -- which leverages statistics from top-$k$ predictions by a beam search -- significantly reduces calibration errors of the predictions of a generative sequence labeling model.

📄 PDF Abstract BibTeX arXiv:2212.10767

Code (0)

등록된 구현이 없습니다.

Tasks

slot-fillingSlot FillingText Generation

Similar Papers 제목 키워드 기반

1Cademy @ Causal News Corpus 2022: Enhance Causal Span Detection via Beam-Search-based Position Selector

2022-10-31 · Xingran Chen, Ge Zhang, Adam Nik, Mingyu Li 외

In this paper, we present our approach and empirical observations for Cause-Effect Signal Span Detection -- Subtask 2 of Shared task 3~\cite{tan-etal-2022-event} at CASE 2022. The shared task aims to extract the cause, e…

Data AugmentationLanguage ModelingLanguage ModellingPosition+2

BeamLoRA: Beam-Constraint Low-Rank Adaptation

2025-02-19 · Naibin Gu, Zhenyu Zhang, Xiyu Liu, Peng Fu 외

Due to the demand for efficient fine-tuning of large language models, Low-Rank Adaptation (LoRA) has been widely adopted as one of the most effective parameter-efficient fine-tuning methods. Nevertheless, while LoRA impr…

Code GenerationMathparameter-efficient fine-tuning

EBBS: An Ensemble with Bi-Level Beam Search for Zero-Shot Machine Translation

2024-02-29 · Yuqiao Wen, Behzad Shayegh, Chenyang Huang, Yanshuai Cao 외

The ability of zero-shot translation emerges when we train a multilingual model with certain translation directions; the model can then directly translate in unseen directions. Alternatively, zero-shot translation can be…

Machine TranslationTranslationZero-Shot Machine Translation

Multi-Turn Beam Search for Neural Dialogue Modeling

2019-06-01 · Ilia Kulikov, Jason Lee, Kyunghyun Cho

In neural dialogue modeling, a neural network is trained to predict the next utterance, and at inference time, an approximate decoding algorithm is used to generate next utterances given previous ones. While this autoreg…

Iterative beam search algorithms for the permutation flowshop

2020-09-12 · Luc Libralesso, Pablo Andres Focke, Aurélien Secardin, Vincent Jost

We study an iterative beam search algorithm for the permutation flowshop (makespan and flowtime minimization). This algorithm combines branching strategies inspired by recent branch-and-bounds and a guidance strategy ins…