paper-with-me

Papers

Utilize the Flow before Stepping into the Same River Twice: Certainty Represented Knowledge Flow for Refusal-Aware Instruction Tuning

2024-10-09 · Runchuan Zhu, Zhipeng Ma, Jiang Wu, Junyuan Gao, Jiaqi Wang, Dahua Lin, Conghui He

Refusal-Aware Instruction Tuning (RAIT) enables Large Language Models (LLMs) to refuse to answer unknown questions. By modifying responses of unknown questions in the training data to refusal responses such as "I don't know", RAIT enhances the reliability of LLMs and reduces their hallucination. Generally, RAIT modifies training samples based on the correctness of the initial LLM's response. However, this crude approach can cause LLMs to excessively refuse answering questions they could have correctly answered, the problem we call over-refusal. In this paper, we explore two primary causes of over-refusal: Static conflict occurs when similar samples within the LLM's feature space receive differing supervision signals (original vs. modified "I don't know"). Dynamic conflict arises as the LLM's evolving knowledge during SFT enables it to answer previously unanswerable questions, but the now-answerable training samples still retain the original "I don't know" supervision signals from the initial LLM state, leading to inconsistencies. These conflicts cause the trained LLM to misclassify known questions as unknown, resulting in over-refusal. To address this issue, we introduce Certainty Represented Knowledge Flow for Refusal-Aware Instructions Tuning (CRaFT). CRaFT centers on two main contributions: First, we additionally incorporate response certainty to selectively filter and modify data, reducing static conflicts. Second, we implement preliminary rehearsal training to characterize changes in the LLM's knowledge state, which helps mitigate dynamic conflicts during the fine-tuning process. We conducted extensive experiments on open-ended question answering and multiple-choice question task. Experiment results show that CRaFT can improve LLM's overall performance during the RAIT process. Code and data will be released at https://github.com/opendatalab/CRaFT .

📄 PDF Abstract BibTeX arXiv:2410.06913

Code (1)

opendatalab/craft 공식 구현

Tasks

HallucinationMultiple-choiceOpen-Ended Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

A Two-Phase Deep Learning Framework for Adaptive Time-Stepping in High-Speed Flow Modeling

2025-06-09 · Jacob Helwig, Sai Sreeharsha Adavi, Xuan Zhang, Yuchao Lin 외

We consider the problem of modeling high-speed flows using machine learning methods. While most prior studies focus on low-speed fluid flows in which uniform time-stepping is practical, flows approaching and exceeding th…

Mixture-of-Experts

Hybrid stability augmentation control of multi-rotor UAV in confined space based on adaptive backstepping control

2022-12-15 · QuanXi Zhan, JunRui Zhang, ChenYang Sun, RunJie Shen 외

This paper applies the UAV to the inspection of water diversion pipelines in hydropower stations. The diversion pipeline is an enclosed space, so the airflow disturbance caused by the rotation of the UAV blades and the s…

Backstepping Design Embedded With Time-Varying Command Filters

2022-01-09 · Hefu Ye, Yongduan Song

If embedded with command filter properly, the implementation of backstepping design could be dramatically simplified. In this paper, we introduce a command filter with time-varying gain and integrate it with backstepping…

Tracing the Chain: Deep Learning for Stepping-Stone Intrusion Detection

2026-04-09 · Nate Mathews, Nicholas Hopper, Matthew Wright arxiv

Stepping-stone intrusions (SSIs) are a prevalent network evasion technique in which attackers route sessions through chains of compromised intermediate hosts to obscure their origin. Effective SSI detection requires corr…

Intrusion DetectionMetric Learning

Proximal Policy Optimization Learning based Control of Congested Freeway Traffic

2022-04-12 · Shurong Mo, Nailong Wu, Jie Qi, Anqi Pan 외

This study proposes a delay-compensated feedback controller based on proximal policy optimization (PPO) reinforcement learning to stabilize traffic flow in the congested regime by manipulating the time-gap of adaptive cr…