paper-with-me

홈 › Papers

Small Encoders Can Rival Large Decoders in Detecting Groundedness

2025-06-26 · Istabrak Abbes, Gabriele Prato, Quentin Fournier, Fernando Rodriguez, Alaa Boukhary, Adam Elwood, Sarath Chandar

Augmenting large language models (LLMs) with external context significantly improves their performance in natural language processing (NLP) tasks. However, LLMs struggle to answer queries reliably when the provided context lacks information, often resorting to ungrounded speculation or internal knowledge. Groundedness - generating responses strictly supported by the context - is essential for ensuring factual consistency and trustworthiness. This study focuses on detecting whether a given query is grounded in a document provided in context before the costly answer generation by LLMs. Such a detection mechanism can significantly reduce both inference time and resource consumption. We show that lightweight, task specific encoder models such as RoBERTa and NomicBERT, fine-tuned on curated datasets, can achieve accuracy comparable to state-of-the-art LLMs, such as Llama3 8B and GPT4o, in groundedness detection while reducing inference latency by orders of magnitude. The code is available at : https://github.com/chandarlab/Hallucinate-less

📄 PDF Abstract BibTeX arXiv:2506.21288

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

Cascade Decoders-Based Autoencoders for Image Reconstruction

2021-06-29 · Honggui Li, Dimitri Galayko, Maria Trocan, Mohamad Sawan

Autoencoders are composed of coding and decoding units, hence they hold the inherent potential of high-performance data compression and signal compressed sensing. The main disadvantages of current autoencoders comprise t…

compressed sensingData CompressionImage CompressionImage Reconstruction

DeDe: Detecting Backdoor Samples for SSL Encoders via Decoders

2024-11-25 · CVPR 2025 1 · Sizai Hou, Songze Li, Duanyi Yao

Self-supervised learning (SSL) is pervasively exploited in training high-quality upstream encoders with a large amount of unlabeled data. However, it is found to be susceptible to backdoor attacks merely via polluting a …

Contrastive LearningDecoderSelf-Supervised Learning

ProductAE: Towards Training Larger Channel Codes based on Neural Product Codes

2021-10-09 · Mohammad Vahid Jamali, Hamid Saber, Homayoon Hatami, Jung Hyun Bae

There have been significant research activities in recent years to automate the design of channel encoders and decoders via deep learning. Due the dimensionality challenge in channel coding, it is prohibitively complex t…

DecoderDeep Learning

Transformer-based Image Compression

2021-11-12 · Ming Lu, Peiyao Guo, Huiqing Shi, Chuntong Cao 외

A Transformer-based Image Compression (TIC) approach is developed which reuses the canonical variational autoencoder (VAE) architecture with paired main and hyper encoder-decoders. Both main and hyper encoders are compri…

Image CompressionImage Reconstruction

Encoders and Decoders for Quantum Expander Codes Using Machine Learning

2019-09-06 · Sathwik Chadaga, Mridul Agarwal, Vaneet Aggarwal

Quantum key distribution (QKD) allows two distant parties to share encryption keys with security based on laws of quantum mechanics. In order to share the keys, the quantum bits have to be transmitted from the sender to …

BIG-bench Machine LearningDecoderQ-LearningReinforcement Learning