paper-with-me

홈 › Papers

Learning to Reject with a Fixed Predictor: Application to Decontextualization

2023-01-22 · Christopher Mohri, Daniel Andor, Eunsol Choi, Michael Collins

We study the problem of classification with a reject option for a fixed predictor, applicable in natural language processing. We introduce a new problem formulation for this scenario, and an algorithm minimizing a new surrogate loss function. We provide a complete theoretical analysis of the surrogate loss function with a strong $H$-consistency guarantee. For evaluation, we choose the decontextualization task, and provide a manually-labelled dataset of $2\mathord,000$ examples. Our algorithm significantly outperforms the baselines considered, with a $\sim\!\!25\%$ improvement in coverage when halving the error rate, which is only $\sim\!\! 3 \%$ away from the theoretical limit.

📄 PDF Abstract BibTeX arXiv:2301.09044

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regression with reject option and application to kNN

2020-06-30 · NeurIPS 2020 12 · Christophe Denis, Mohamed Hebiri, Ahmed Zaoui

We investigate the problem of regression where one is allowed to abstain from predicting. We refer to this framework as regression with reject option as an extension of classification with reject option. In this context,…

regression

Get the gist? Using large language models for few-shot decontextualization

2023-10-10 · Benjamin Kane, Lenhart Schubert

In many NLP applications that involve interpreting sentences within a rich context -- for instance, information retrieval systems or dialogue systems -- it is desirable to be able to preserve the sentence in a form that …

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+2

Decontextualization: Making Sentences Stand-Alone

2021-02-09 · Eunsol Choi, Jennimaria Palomaki, Matthew Lamm, Tom Kwiatkowski 외

Models for question answering, dialogue agents, and summarization often interpret the meaning of a sentence in a rich context and use that meaning in a new context. Taking excerpts of text can be problematic, as key piec…

document understandingQuestion AnsweringSentence

DnDScore: Decontextualization and Decomposition for Factuality Verification in Long-Form Text Generation

2024-12-17 · Miriam Wanner, Benjamin Van Durme, Mark Dredze

The decompose-then-verify strategy for verification of Large Language Model (LLM) generations decomposes claims that are then independently verified. Decontextualization augments text (claims) to ensure it can be verifie…

FormLanguage ModelingLanguage ModellingLarge Language Model+1

Epistemic Reject Option Prediction

2025-11-06 · Vojtech Franc, Jakub Paplham arxiv

In high-stakes applications, predictive models must not only produce accurate predictions but also quantify and communicate their uncertainty. Reject-option prediction addresses this by allowing the model to abstain when…