Reference Trustable Decoding: A Training-Free Augmentation Paradigm for Large Language Models
Luohe Shi, Yao Yao, Zuchao Li, Lefei Zhang, Hai Zhao

TL;DR
Reference Trustable Decoding (RTD) is a training-free method that enhances large language models' adaptability to downstream tasks by constructing a reference datastore and optimizing output distributions, offering trustworthiness and low inference costs.
Contribution
RTD introduces a novel, training-free paradigm for LLM augmentation that constructs a reference datastore and improves response trustworthiness without fine-tuning.
Findings
RTD achieves competitive performance on various benchmarks.
RTD operates with low inference costs and high efficiency.
RTD is orthogonal and compatible with traditional fine-tuning methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
