paper-with-me

홈 › Papers

Assessing biomedical knowledge robustness in large language models by query-efficient sampling attacks

2024-02-16 · R. Patrick Xian, Alex J. Lee, Satvik Lolla, Vincent Wang, Qiming Cui, Russell Ro, Reza Abbasi-Asl

The increasing depth of parametric domain knowledge in large language models (LLMs) is fueling their rapid deployment in real-world applications. Understanding model vulnerabilities in high-stakes and knowledge-intensive tasks is essential for quantifying the trustworthiness of model predictions and regulating their use. The recent discovery of named entities as adversarial examples (i.e. adversarial entities) in natural language processing tasks raises questions about their potential impact on the knowledge robustness of pre-trained and finetuned LLMs in high-stakes and specialized domains. We examined the use of type-consistent entity substitution as a template for collecting adversarial entities for billion-parameter LLMs with biomedical knowledge. To this end, we developed an embedding-space attack based on powerscaled distance-weighted sampling to assess the robustness of their biomedical knowledge with a low query budget and controllable coverage. Our method has favorable query efficiency and scaling over alternative approaches based on random sampling and blackbox gradient-guided search, which we demonstrated for adversarial distractor generation in biomedical question answering. Subsequent failure mode analysis uncovered two regimes of adversarial entities on the attack surface with distinct characteristics and we showed that entity substitution attacks can manipulate token-wise Shapley value explanations, which become deceptive in this setting. Our approach complements standard evaluations for high-capacity models and the results highlight the brittleness of domain knowledge in LLMs.

📄 PDF Abstract BibTeX arXiv:2402.10527

Code (0)

등록된 구현이 없습니다.

Tasks

Distractor GenerationQuestion Answering

Similar Papers 제목 키워드 기반

Benchmarking Retrieval-Augmented Large Language Models in Biomedical NLP: Application, Robustness, and Self-Awareness

2024-05-13 · Mingchen Li, Zaifu Zhan, Han Yang, Yongkang Xiao 외

Large language models (LLM) have demonstrated remarkable capabilities in various biomedical natural language processing (NLP) tasks, leveraging the demonstration within the input context to adapt to new tasks. However, L…

BenchmarkingcounterfactualHallucinationLink Prediction+3

From Knowledge to Treatment: Large Language Model Assisted Biomedical Concept Representation for Drug Repurposing

2025-10-14 · Chengrui Xiang, Tengfei Ma, Xiangzheng Fu, Yiping Liu 외 arxiv

Drug repurposing plays a critical role in accelerating treatment discovery, especially for complex and rare diseases. Biomedical knowledge graphs (KGs), which encode rich clinical associations, have been widely adopted t…

Knowledge Graph EmbeddingKnowledge Graphs

KGPA: Robustness Evaluation for Large Language Models via Cross-Domain Knowledge Graphs

2024-06-16 · Aihua Pei, Zehua Yang, Shunan Zhu, Ruoxi Cheng 외

Existing frameworks for assessing robustness of large language models (LLMs) overly depend on specific benchmarks, increasing costs and failing to evaluate performance of LLMs in professional domains due to dataset limit…

Adversarial AttackAdversarial RobustnessKnowledge Graphs

Large Language Models, scientific knowledge and factuality: A framework to streamline human expert evaluation

2023-05-28 · Magdalena Wysocka, Oskar Wysocki, Maxime Delmas, Vincent Mutel 외

The paper introduces a framework for the evaluation of the encoding of factual scientific knowledge, designed to streamline the manual evaluation process typically conducted by domain experts. Inferring over and extracti…

Specificity

LLM Robustness Against Misinformation in Biomedical Question Answering

2024-10-27 · Alexander Bondarenko, Adrian Viehweger

The retrieval-augmented generation (RAG) approach is used to reduce the confabulation of large language models (LLMs) for question answering by retrieving and providing additional context coming from external knowledge s…

MisinformationQuestion AnsweringRAGRetrieval-augmented Generation