paper-with-me

홈 › Papers

Separate the Wheat from the Chaff: Model Deficiency Unlearning via Parameter-Efficient Module Operation

2023-08-16 · Xinshuo Hu, Dongfang Li, Baotian Hu, Zihao Zheng, Zhenyu Liu, Min Zhang

Large language models (LLMs) have been widely used in various applications but are known to suffer from issues related to untruthfulness and toxicity. While parameter-efficient modules (PEMs) have demonstrated their effectiveness in equipping models with new skills, leveraging PEMs for deficiency unlearning remains underexplored. In this work, we propose a PEMs operation approach, namely Extraction-before-Subtraction (Ext-Sub), to enhance the truthfulness and detoxification of LLMs through the integration of `expert'' PEM and `anti-expert'' PEM. Remarkably, even anti-expert PEM possess valuable capabilities due to their proficiency in generating fabricated content, which necessitates language modeling and logical narrative competence. Rather than merely negating the parameters, our approach involves extracting and eliminating solely the deficiency capability within anti-expert PEM while preserving the general capabilities. To evaluate the effectiveness of our approach in terms of truthfulness and detoxification, we conduct extensive experiments on LLMs, encompassing additional abilities such as language modeling and mathematical reasoning. Our empirical results demonstrate that our approach effectively improves truthfulness and detoxification, while largely preserving the fundamental abilities of LLMs.

📄 PDF Abstract BibTeX arXiv:2308.08090

Code (1)

hitsz-tmg/ext-sub 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMathematical Reasoning

Similar Papers 제목 키워드 기반

Automating Document Discovery in the Systematic Review Process: How to Use Chaff to Extract Wheat

2018-05-01 · LREC 2018 5 · Christopher Norman, Mariska Leeflang, Pierre Zweigenbaum, Aur{\'e}lie N{\'e}v{\'e}ol
Decision Making

Separate the Wheat from the Chaff: A Post-Hoc Approach to Safety Re-Alignment for Fine-Tuned Language Models

2024-12-15 · Di wu, Xin Lu, Yanyan Zhao, Bing Qin

Although large language models (LLMs) achieve effective safety alignment at the time of release, they still face various safety challenges. A key issue is that fine-tuning often compromises the safety alignment of LLMs. …

Safety Alignment

SVALex: a CEFR-graded Lexical Resource for Swedish Foreign and Second Language Learners

2016-05-01 · LREC 2016 5 · Thomas Fran{\c{c}}ois, Elena Volodina, Ildik{\'o} Pil{\'a}n, Ana{\"\i}s Tack

The paper introduces SVALex, a lexical resource primarily aimed at learners and teachers of Swedish as a foreign and second language that describes the distribution of 15,681 words and expressions across the Common Europ…

WheaCha: A Method for Explaining the Predictions of Models of Code

2021-02-09 · Yu Wang, Ke Wang, Linzhang Wang

Attribution methods have emerged as a popular approach to interpreting model predictions based on the relevance of input features. Although the feature importance ranking can provide insights of how models arrive at a pr…

BIG-bench Machine LearningCode SummarizationFeature ImportanceImage Classification+2

Separate the Wheat from the Chaff: Winnowing Down Divergent Views in Retrieval Augmented Generation

2025-11-01 · Song Wang, Zihan Chen, Peng Wang, Zhepei Wei 외 arxiv

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by integrating external knowledge sources to address their limitations in accessing up-to-date or specialized information. A natural strategy to …