paper-with-me

Papers

SelfPrompt: Autonomously Evaluating LLM Robustness via Domain-Constrained Knowledge Guidelines and Refined Adversarial Prompts

2024-12-01 · Aihua Pei, Zehua Yang, Shunan Zhu, Ruoxi Cheng, Ju Jia

Traditional methods for evaluating the robustness of large language models (LLMs) often rely on standardized benchmarks, which can escalate costs and limit evaluations across varied domains. This paper introduces a novel framework designed to autonomously evaluate the robustness of LLMs by incorporating refined adversarial prompts and domain-constrained knowledge guidelines in the form of knowledge graphs. Our method systematically generates descriptive sentences from domain-constrained knowledge graph triplets to formulate adversarial prompts, enhancing the relevance and challenge of the evaluation. These prompts, generated by the LLM itself and tailored to evaluate its own robustness, undergo a rigorous filtering and refinement process, ensuring that only those with high textual fluency and semantic fidelity are used. This self-evaluation mechanism allows the LLM to evaluate its robustness without the need for external benchmarks. We assess the effectiveness of our framework through extensive testing on both proprietary models like ChatGPT and open-source models such as Llama-3.1, Phi-3, and Mistral. Results confirm that our approach not only reduces dependency on conventional data but also provides a targeted and efficient means of evaluating LLM robustness in constrained domains.

📄 PDF Abstract BibTeX arXiv:2412.00765

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveKnowledge Graphs

Similar Papers 제목 키워드 기반

SelfPrompt: Confidence-Aware Semi-Supervised Tuning for Robust Vision-Language Model Adaptation

2025-01-24 · Shuvendu Roy, Ali Etemad

We present SelfPrompt, a novel prompt-tuning approach for vision-language models (VLMs) in a semi-supervised learning setup. Existing methods for tuning VLMs in semi-supervised setups struggle with the negative impact of…

Language ModelingLanguage ModellingPseudo LabelWeakly-supervised Learning

ZeroDayBench: Evaluating LLM Agents on Unseen Zero-Day Vulnerabilities for Cyberdefense

2026-03-02 · Nancy Lau, Louis Sloot, Jyoutir Raj, Giuseppe Marco Boscardin 외 arxiv

Large language models (LLMs) are increasingly being deployed as software engineering agents that autonomously contribute to repositories. A major benefit these agents present is their ability to find and patch security v…

Evaluating Black-Box Vulnerabilities with Wasserstein-Constrained Data Perturbations

2026-03-16 · Adriana Laurindo Monteiro, Jean-Michel Loubes arxiv

The growing use of Machine Learning (ML) tools comes with critical challenges, such as limited model explainability. We propose a global explainability framework that leverages Optimal Transport and Distributionally Robu…

Domain-Incremental Continual Learning for Robust and Efficient Keyword Spotting in Resource Constrained Systems

2026-01-22 · Prakash Dhungana, Sayed Ahmad Salehi arxiv

Keyword Spotting (KWS) systems with small footprint models deployed on edge devices face significant accuracy and robustness challenges due to domain shifts caused by varying noise and recording conditions. To address th…

Computational EfficiencyContinual LearningKeyword Spotting

Unrestricted Adversarial Examples

2018-09-22 · Tom B. Brown, Nicholas Carlini, Chiyuan Zhang, Catherine Olsson 외

We introduce a two-player contest for evaluating the safety and robustness of machine learning systems, with a large prize pool. Unlike most prior work in ML robustness, which studies norm-constrained adversaries, we shi…

BIG-bench Machine Learning