paper-with-me

홈 › Papers

Enhancing Multiple Dimensions of Trustworthiness in LLMs via Sparse Activation Control

2024-11-04 · Yuxin Xiao, Chaoqun Wan, Yonggang Zhang, Wenxiao Wang, Binbin Lin, Xiaofei He, Xu Shen, Jieping Ye

As the development and application of Large Language Models (LLMs) continue to advance rapidly, enhancing their trustworthiness and aligning them with human preferences has become a critical area of research. Traditional methods rely heavily on extensive data for Reinforcement Learning from Human Feedback (RLHF), but representation engineering offers a new, training-free approach. This technique leverages semantic features to control the representation of LLM's intermediate hidden states, enabling the model to meet specific requirements such as increased honesty or heightened safety awareness. However, a significant challenge arises when attempting to fulfill multiple requirements simultaneously. It proves difficult to encode various semantic contents, like honesty and safety, into a singular semantic feature, restricting its practicality. In this work, we address this issue through ``Sparse Activation Control''. By delving into the intrinsic mechanisms of LLMs, we manage to identify and pinpoint components that are closely related to specific tasks within the model, i.e., attention heads. These heads display sparse characteristics that allow for near-independent control over different tasks. Our experiments, conducted on the open-source Llama series models, have yielded encouraging results. The models were able to align with human preferences on issues of safety, factuality, and bias concurrently.

📄 PDF Abstract BibTeX arXiv:2411.02461

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

TrustLLM: Trustworthiness in Large Language Models

2024-01-10 · Yue Huang, Lichao Sun, Haoran Wang, Siyuan Wu 외

Large language models (LLMs), exemplified by ChatGPT, have gained considerable attention for their excellent natural language processing capabilities. Nonetheless, these LLMs present many challenges, particularly in the …

EthicsFairness

Trustworthiness in Retrieval-Augmented Generation Systems: A Survey

2024-09-16 · Yujia Zhou, Yan Liu, Xiaoxi Li, Jiajie Jin 외

Retrieval-Augmented Generation (RAG) has quickly grown into a pivotal paradigm in the development of Large Language Models (LLMs). While much of the current research in this field focuses on performance optimization, par…

FairnessHallucinationRAGRetrieval+2

Decoding Compressed Trust: Scrutinizing the Trustworthiness of Efficient LLMs Under Compression

2024-03-18 · Junyuan Hong, Jinhao Duan, Chenhui Zhang, Zhangheng Li 외

Compressing high-capability Large Language Models (LLMs) has emerged as a favored strategy for resource-efficient inferences. While state-of-the-art (SoTA) compression methods boast impressive advancements in preserving …

EthicsFairnessQuantization

AraTrust: An Evaluation of Trustworthiness for LLMs in Arabic

2024-03-14 · Emad A. Alghamdi, Reem I. Masoud, Deema Alnuhait, Afnan Y. Alomairi 외

The swift progress and widespread acceptance of artificial intelligence (AI) systems highlight a pressing requirement to comprehend both the capabilities and potential risks associated with AI. Given the linguistic compl…

EthicsMultiple-choice

TrustMH-Bench: A Comprehensive Benchmark for Evaluating the Trustworthiness of Large Language Models in Mental Health

2026-03-03 · Zixin Xiong, Ziteng Wang, Haotian Fan, Xinjie Zhang 외 arxiv

While Large Language Models (LLMs) demonstrate significant potential in providing accessible mental health support, their practical deployment raises critical trustworthiness concerns due to the domains high-stakes and s…