paper-with-me

Papers

How Trustworthy are Open-Source LLMs? An Assessment under Malicious Demonstrations Shows their Vulnerabilities

2023-11-15 · Lingbo Mo, Boshi Wang, Muhao Chen, Huan Sun

The rapid progress in open-source Large Language Models (LLMs) is significantly driving AI development forward. However, there is still a limited understanding of their trustworthiness. Deploying these models at scale without sufficient trustworthiness can pose significant risks, highlighting the need to uncover these issues promptly. In this work, we conduct an adversarial assessment of open-source LLMs on trustworthiness, scrutinizing them across eight different aspects including toxicity, stereotypes, ethics, hallucination, fairness, sycophancy, privacy, and robustness against adversarial demonstrations. We propose advCoU, an extended Chain of Utterances-based (CoU) prompting strategy by incorporating carefully crafted malicious demonstrations for trustworthiness attack. Our extensive experiments encompass recent and representative series of open-source LLMs, including Vicuna, MPT, Falcon, Mistral, and Llama 2. The empirical outcomes underscore the efficacy of our attack strategy across diverse aspects. More interestingly, our result analysis reveals that models with superior performance in general NLP tasks do not always have greater trustworthiness; in fact, larger models can be more vulnerable to attacks. Additionally, models that have undergone instruction tuning, focusing on instruction following, tend to be more susceptible, although fine-tuning LLMs for safety alignment proves effective in mitigating adversarial trustworthiness attacks.

📄 PDF Abstract BibTeX arXiv:2311.09447

Code (1)

osu-nlp-group/eval-llm-trust 공식 구현

Tasks

EthicsFairnessHallucinationInstruction FollowingSafety Alignment

Similar Papers 제목 키워드 기반

Can Knowledge Graphs Make Large Language Models More Trustworthy? An Empirical Study over Open-ended Question Answering

2024-10-10 · Yuan Sui, Yufei He, Zifeng Ding, Bryan Hooi

Recent works integrating Knowledge Graphs (KGs) have led to promising improvements in enhancing reasoning accuracy of Large Language Models (LLMs). However, current benchmarks focus mainly on closed-ended tasks, leaving …

HallucinationKnowledge GraphsOpen-Ended Question AnsweringQuestion Answering

C$^2$LEVA: Toward Comprehensive and Contamination-Free Language Model Evaluation

2024-12-06 · Yanyang Li, Tin Long Wong, Cheung To Hung, Jianqiao Zhao 외

Recent advances in large language models (LLMs) have shown significant promise, yet their evaluation raises concerns, particularly regarding data contamination due to the lack of access to proprietary training data. To a…

Language Model EvaluationLanguage ModelingLanguage Modelling

RLHF-V: Towards Trustworthy MLLMs via Behavior Alignment from Fine-grained Correctional Human Feedback

2023-12-01 · CVPR 2024 1 · Tianyu Yu, Yuan YAO, Haoye Zhang, Taiwen He 외

Multimodal Large Language Models (MLLMs) have recently demonstrated impressive capabilities in multimodal understanding, reasoning, and interaction. However, existing MLLMs prevalently suffer from serious hallucination p…

HallucinationImage CaptioningVisual Question Answering

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

Opening the Software Engineering Toolbox for the Assessment of Trustworthy AI

2020-07-14 · Mohit Kumar Ahuja, Mohamed-Bachir Belaid, Pierre Bernabé, Mathieu Collet 외

Trustworthiness is a central requirement for the acceptance and success of human-centered artificial intelligence (AI). To deem an AI system as trustworthy, it is crucial to assess its behaviour and characteristics again…

software testing