paper-with-me

Papers

LLMs can learn self-restraint through iterative self-reflection

2024-05-15 · Alexandre Piché, Aristides Milios, Dzmitry Bahdanau, Chris Pal

In order to be deployed safely, Large Language Models (LLMs) must be capable of dynamically adapting their behavior based on their level of knowledge and uncertainty associated with specific topics. This adaptive behavior, which we refer to as self-restraint, is non-trivial to teach since it depends on the internal knowledge of an LLM. By default, LLMs are trained to maximize the next token likelihood, which does not teach the model to modulate its answer based on its level of uncertainty. In order to learn self-restraint, we devise a utility function that can encourage the model to produce responses only when it is confident in them. This utility function can be used to score generation of different length and abstention. To optimize this function, we introduce ReSearch, a process of "self-reflection" consisting of iterative self-prompting and self-evaluation. We use the ReSearch algorithm to generate synthetic data on which we finetune our models. Compared to their original versions, our resulting models generate fewer \emph{hallucinations} overall at no additional inference cost, for both known and unknown topics, as the model learns to selectively restrain itself. In addition, our method elegantly incorporates the ability to abstain by augmenting the samples generated by the model during the search procedure with an answer expressing abstention.

📄 PDF Abstract BibTeX arXiv:2405.13022

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Perturbation-Restrained Sequential Model Editing

2024-05-27 · Jun-Yu Ma, Hong Wang, Hao-Xiang Xu, Zhen-Hua Ling 외

Model editing is an emerging field that focuses on updating the knowledge embedded within large language models (LLMs) without extensive retraining. However, current model editing methods significantly compromise the gen…

Continual LearningmodelModel Editing

Does Capability Transfer to Subjective Behavior -- and Would Our Instruments Tell Us? A Self-Evolving, Trust-by-Construction Evaluation Paradigm

2026-05-27 · Yuming, Huang, Yao Liu, Pengjie Ding 외 arxiv

Benchmarking is mature where answers are verifiable -- math, code, reasoning -- but the fastest-growing uses of LLMs are subjective and human-facing: companionship, emotional support, counseling. There the default validi…

Restrained Generative Adversarial Network against Overfitting in Numeric Data Augmentation

2020-10-26 · Wei Wang, Yimeng Chai, Tao Cui, Chuang Wang 외

In recent studies, Generative Adversarial Network (GAN) is one of the popular schemes to augment the image dataset. However, in our study we find the generator G in the GAN fails to generate numerical data in lower-dimen…

Data AugmentationGenerative Adversarial Network

SELF: Self-Evolution with Language Feedback

2023-10-01 · Jianqiao Lu, Wanjun Zhong, Wenyong Huang, YuFei Wang 외

Large Language Models (LLMs) have demonstrated remarkable versatility across various domains. To further advance LLMs, we propose 'SELF' (Self-Evolution with Language Feedback), a novel approach that enables LLMs to self…

Language ModellingLarge Language Model

Self-Refine: Iterative Refinement with Self-Feedback

2023-03-30 · NeurIPS 2023 11 · Aman Madaan, Niket Tandon, Prakhar Gupta, Skyler Hallinan 외

Like humans, large language models (LLMs) do not always generate the best output on their first try. Motivated by how humans refine their written text, we introduce Self-Refine, an approach for improving initial outputs …

Mathematical ReasoningResponse Generation