paper-with-me

Papers

Detecting Errors through Ensembling Prompts (DEEP): An End-to-End LLM Framework for Detecting Factual Errors

2024-06-18 · Alex Chandler, Devesh Surve, Hui Su

Accurate text summarization is one of the most common and important tasks performed by Large Language Models, where the costs of human review for an entire document may be high, but the costs of errors in summarization may be even greater. We propose Detecting Errors through Ensembling Prompts (DEEP) - an end-to-end large language model framework for detecting factual errors in text summarization. Our framework uses a diverse set of LLM prompts to identify factual inconsistencies, treating their outputs as binary features, which are then fed into ensembling models. We then calibrate the ensembled models to produce empirically accurate probabilities that a text is factually consistent or free of hallucination. We demonstrate that prior models for detecting factual errors in summaries perform significantly worse without optimizing the thresholds on subsets of the evaluated dataset. Our framework achieves state-of-the-art (SOTA) balanced accuracy on the AggreFact-XSUM FTSOTA, TofuEval Summary-Level, and HaluEval Summarization benchmarks in detecting factual errors within transformer-generated text summaries. It does so without any fine-tuning of the language model or reliance on thresholding techniques not available in practical settings.

📄 PDF Abstract BibTeX arXiv:2406.13009

Code (1)

achandlr/DEEP 공식 구현

Tasks

HallucinationLanguage ModelingLanguage ModellingLarge Language ModelText Summarization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Amherst685 at SemEval-2021 Task 7: Joint Modeling of Classification and Regression for Humor and Offense

2021-08-01 · SEMEVAL 2021 · Brian Zylich, Akshay Gugnani, Gabriel Brookman, Nicholas Samoray

This paper describes our submission to theSemEval{'}21: Task 7- HaHackathon: Detecting and Rating Humor and Offense. In this challenge, we explore intermediate finetuning, backtranslation augmentation, multitask learning…

Cluster-Aware Prompt Ensemble Learning for Few-Shot Vision-Language Model Adaptation

2025-10-10 · Zhi Chen, Xin Yu, Xiaohui Tao, Yan Li 외 arxiv

Vision-language models (VLMs) such as CLIP achieve zero-shot transfer across various tasks by pre-training on numerous image-text pairs. These models often benefit from using an ensemble of context prompts to represent a…

Ensemble Learning

A Simple Zero-shot Prompt Weighting Technique to Improve Prompt Ensembling in Text-Image Models

2023-02-13 · James Urquhart Allingham, Jie Ren, Michael W Dusenberry, Xiuye Gu 외

Contrastively trained text-image models have the remarkable ability to perform zero-shot classification, that is, classifying previously unseen images into categories that the model has never been explicitly trained to i…

Prompt Engineeringzero-shot-classificationZero-Shot Learning

Unifying Conformal Language Tasks with In-Context Ensembles

2026-09-02 · Xiao Shi Huang, Chen-Yuan Lin, Bruce Kuwahara, Kin Kwan Leung 외 hf

Many NLP tasks, such as summarization and extractive question answering, reduce to retrieving relevant content from documents under two constraints: coverage, retaining enough pertinent information to achieve some goal, …

Question AnsweringPrompt Engineering

Few-Shot VLM-Based G-Code and HMI Verification in CNC Machining

2025-12-12 · Yasaman Hashem Pour, Nazanin Mahjourian, Vinh Nguyen arxiv

Manual generation of G-code is important for learning the operation of CNC machines. Prior work in G-code verification uses Large-Language Models (LLMs), which primarily examine errors in the written programming. However…

Few-Shot Learning