paper-with-me

홈 › Papers

With a Little Push, NLI Models can Robustly and Efficiently Predict Faithfulness

2023-05-26 · Julius Steen, Juri Opitz, Anette Frank, Katja Markert

Conditional language models still generate unfaithful output that is not supported by their input. These unfaithful generations jeopardize trust in real-world applications such as summarization or human-machine interaction, motivating a need for automatic faithfulness metrics. To implement such metrics, NLI models seem attractive, since they solve a strongly related task that comes with a wealth of prior research and data. But recent research suggests that NLI models require costly additional machinery to perform reliably across datasets, e.g., by running inference on a cartesian product of input and generated sentences, or supporting them with a question-generation/answering step. In this work we show that pure NLI models _can_ outperform more complex metrics when combining task-adaptive data augmentation with robust inference procedures. We propose: (1) Augmenting NLI training data to adapt NL inferences to the specificities of faithfulness prediction in dialogue; (2) Making use of both entailment and contradiction probabilities in NLI, and (3) Using Monte-Carlo dropout during inference. Applied to the TRUE benchmark, which combines faithfulness datasets across diverse domains and tasks, our approach strongly improves a vanilla NLI model and significantly outperforms previous work, while showing favourable computational cost.

📄 PDF Abstract BibTeX arXiv:2305.16819

Code (1)

julmaxi/with_a_little_push 공식 구현 pytorch

Tasks

Data AugmentationQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

FaithRL: Learning to Reason Faithfully through Step-Level Faithfulness Maximization

2026-02-03 · Runquan Gui, Yafu Li, Xiaoye Qu, Ziyan Liu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has markedly improved the performance of Large Language Models (LLMs) on tasks requiring multi-step reasoning. However, most RLVR pipelines rely on sparse outcome-bas…

General Reinforcement Learning

Push Anything: Single- and Multi-Object Pushing From First Sight with Contact-Implicit MPC

2025-10-22 · Hien Bui, Yufeiyang Gao, Haoran Yang, Eric Cui 외 arxiv

Non-prehensile manipulation of diverse objects remains a core challenge in robotics, driven by unknown physical properties and the complexity of contact-rich interactions. Recent advances in contact-implicit model predic…

Measuring and Improving Faithfulness of Attention in Neural Machine Translation

2021-04-01 · EACL 2021 2 · Pooya Moradi, Nishant Kambhatla, Anoop Sarkar

While the attention heatmaps produced by neural machine translation (NMT) models seem insightful, there is little evidence that they reflect a model{'}s true internal reasoning. We provide a measure of faithfulness for N…

Machine TranslationNMTTranslation

From Scoring to Explanations: Evaluating SHAP and LLM Rationales for Rubric-based Teaching Quality Assessment

2026-04-18 · Ivo Bueno, Babette Bühler, Philipp Stark, Tim Fütterer 외 arxiv

Automated scoring models are increasingly used to assign rubric-based quality ratings to complex language performances, including classroom transcripts, yet they typically provide little insight into why a particular sco…

An Empirical Study on Explanations in Out-of-Domain Settings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent work in Natural Language Processing has focused on developing approaches that extract faithful explanations, either via identifying the most important tokens in the input (i.e. post-hoc explanations) or by designi…