Papers › On Adversarial Robustness and Out-of-Distribution Robustness of Large Language Models

On Adversarial Robustness and Out-of-Distribution Robustness of Large Language Models

13 Dec 2024arXiv:2412.10535archive 2025-07-28

April Yang, Jordan Tab, Parth Shah, Paul Kotchavong

The increasing reliance on large language models (LLMs) for diverse applications necessitates a thorough understanding of their robustness to adversarial perturbations and out-of-distribution (OOD) inputs. In this study, we investigate the correlation between adversarial robustness and OOD robustness in LLMs, addressing a critical gap in robustness evaluation. By applying methods originally designed to improve one robustness type across both contexts, we analyze their performance on adversarial and out-of-distribution benchmark datasets. The input of the model consists of text samples, with the output prediction evaluated in terms of accuracy, precision, recall, and F1 scores in various natural language inference tasks. Our findings highlight nuanced interactions between adversarial robustness and OOD robustness, with results indicating limited transferability between the two robustness types. Through targeted ablations, we evaluate how these correlations evolve with different model sizes and architectures, uncovering model-specific trends: smaller models like LLaMA2-7b exhibit neutral correlations, larger models like LLaMA2-13b show negative correlations, and Mixtral demonstrates positive correlations, potentially due to domain-specific alignment. These results underscore the importance of hybrid robustness frameworks that integrate adversarial and OOD strategies tailored to specific models and domains. Further research is needed to evaluate these interactions across larger models and varied architectures, offering a pathway to more reliable and generalizable LLMs.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.10535")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

By repository: official repository: 13 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

13unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jordantab/llm-robustness-experiment. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_grouped_metrics jordantab/llm-robustness-experiment/utilities/calculate_metrics.py official repository unverified no licence file found · pointer only · a1b8498b1a2f8c75 · report
calculate_metrics jordantab/llm-robustness-experiment/utilities/calculate_pb_baseline.py official repository unverified no licence file found · pointer only · 54807fe1fc74ab13 · report
calculate_metrics jordantab/llm-robustness-experiment/utilities/parse.py official repository unverified no licence file found · pointer only · c8436ea20f798b9a · report
do_pearson jordantab/llm-robustness-experiment/utilities/correlation.py official repository unverified no licence file found · pointer only · 7eb7968dc3063055 · report
evaluate_advplusplus_sst2 jordantab/llm-robustness-experiment/utilities/evaluated_everything.py official repository unverified no licence file found · pointer only · a61897c5c3886302 · report
evaluate_advplusplus_task jordantab/llm-robustness-experiment/utilities/evaluated_everything.py official repository unverified no licence file found · pointer only · 56fe6b8f7f36c182 · report
evaluate_flipkart jordantab/llm-robustness-experiment/utilities/evaluated_everything.py official repository unverified no licence file found · pointer only · 8810883cafa51f67 · report
extract_prompts_from_file jordantab/llm-robustness-experiment/utilities/extract_prompt.py official repository unverified no licence file found · pointer only · 78e27148f26a063d · report
extract_prompts_from_file jordantab/llm-robustness-experiment/utilities/extract_prompt_quota.py official repository unverified no licence file found · pointer only · 1f35d03d71695e79 · report
get_metric_pairs jordantab/llm-robustness-experiment/utilities/correlation.py official repository unverified no licence file found · pointer only · 20bb3b3f013e2d28 · report
get_structure jordantab/llm-robustness-experiment/utilities/json_structure.py official repository unverified no licence file found · pointer only · 600ae85bfd3e7930 · report
lin_fit jordantab/llm-robustness-experiment/utilities/correlation.py official repository unverified no licence file found · pointer only · 9b0a0f8837543b40 · report
parse_progress_files jordantab/llm-robustness-experiment/utilities/parse.py official repository unverified no licence file found · pointer only · 5112128f4d45c216 · report

Tasks

Adversarial RobustnessNatural Language Inference

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections