paper-with-me

홈 › Papers

Reference Trustable Decoding: A Training-Free Augmentation Paradigm for Large Language Models

2024-09-30 · Luohe Shi, Yao Yao, Zuchao Li, Lefei Zhang, Hai Zhao

Large language models (LLMs) have rapidly advanced and demonstrated impressive capabilities. In-Context Learning (ICL) and Parameter-Efficient Fine-Tuning (PEFT) are currently two mainstream methods for augmenting LLMs to downstream tasks. ICL typically constructs a few-shot learning scenario, either manually or by setting up a Retrieval-Augmented Generation (RAG) system, helping models quickly grasp domain knowledge or question-answering patterns without changing model parameters. However, this approach involves trade-offs, such as slower inference speed and increased space occupancy. PEFT assists the model in adapting to tasks through minimal parameter modifications, but the training process still demands high hardware requirements, even with a small number of parameters involved. To address these challenges, we propose Reference Trustable Decoding (RTD), a paradigm that allows models to quickly adapt to new tasks without fine-tuning, maintaining low inference costs. RTD constructs a reference datastore from the provided training examples and optimizes the LLM's final vocabulary distribution by flexibly selecting suitable references based on the input, resulting in more trustable responses and enabling the model to adapt to downstream tasks at a low cost. Experimental evaluations on various LLMs using different benchmarks demonstrate that RTD establishes a new paradigm for augmenting models to downstream tasks. Furthermore, our method exhibits strong orthogonality with traditional methods, allowing for concurrent usage. Our code can be found at https://github.com/ShiLuohe/ReferenceTrustableDecoding

📄 PDF Abstract BibTeX arXiv:2409.20181

Code (1)

shiluohe/referencetrustabledecoding 공식 구현 pytorch

Tasks

Few-Shot LearningIn-Context Learningparameter-efficient fine-tuningQuestion AnsweringRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

AR-RAG: Autoregressive Retrieval Augmentation for Image Generation

2025-06-08 · Jingyuan Qi, Zhiyang Xu, Qifan Wang, Lifu Huang

We introduce Autoregressive Retrieval Augmentation (AR-RAG), a novel paradigm that enhances image generation by autoregressively incorporating knearest neighbor retrievals at the patch level. Unlike prior methods that pe…

Image Generationparameter-efficient fine-tuningRAGRetrieval

Open Data Quality Evaluation: A Comparative Analysis of Open Data in Latvia

2020-07-09 · Anastasija Nikiforova

Nowadays open data is entering the mainstream - it is free available for every stakeholder and is often used in business decision-making. It is important to be sure data is trustable and error-free as its quality problem…

Decision MakingManagement

Self-Aug: Query and Entropy Adaptive Decoding for Large Vision-Language Models

2025-10-15 · Eun Woo Im, Muhammad Kashif Ali, Vivek Gupta arxiv

Large Vision-Language Models (LVLMs) have demonstrated remarkable multimodal capabilities, but they inherit the tendency to hallucinate from their underlying language models. While visual contrastive decoding has been pr…

Guiding Image Captioning Models Toward More Specific Captions

2023-07-31 · ICCV 2023 1 · Simon Kornblith, Lala Li, ZiRui Wang, Thao Nguyen

Image captioning is conventionally formulated as the task of generating captions for images that match the distribution of reference image-caption pairs. However, reference captions in standard captioning datasets are sh…

Image CaptioningImage Retrieval

Better Instruction-Following Through Minimum Bayes Risk

2024-10-03 · Ian Wu, Patrick Fernandes, Amanda Bertsch, Seungone Kim 외

General-purpose LLM judges capable of human-level evaluation provide not only a scalable and accurate way of evaluating instruction-following LLMs but also new avenues for supervising and improving their performance. One…

Instruction Following