leopoldwhite/Awesome-Inference-Time-Trustworthiness

15

13 commits

updated May 15, 2026

See the code

README

Inference-Time Control for Trustworthy Large Language Models

Awesome Paper PDF Webpage

We welcome everyone to open an issue for any related work we haven't covered, and we'll try to address it in the next release!

πŸŽ‰ News

🎈 Citation

If you find this work helpful, please cite us:

@article{bai2026inferencetime,
  title     = {Inference-Time Control for Trustworthy Large Language Models},
  author    = {Bai, Yuyang and Liu, Zheyuan and Yan, Han and Xu, Zhangchen and Wan, Yixin and Chen, Canyu and Wang, Zehong and Yuan, Xiangchi and Huang, Yue and Dou, Guangyao and Zhang, Yuji and Zhu, Hangxiao and Li, Zhuofeng and Li, Manling and Zhang, Xiangliang and Bansal, Mohit and Koyejo, Sanmi and Chang, Kai-Wei and Zhang, Yu and Jiang, Meng},
  journal   = {Preprints},
  year      = {2026},
  month     = {May},
  publisher = {Preprints},
  doi       = {10.20944/preprints202605.1041.v1},
  url       = {https://doi.org/10.20944/preprints202605.1041.v1}
}

πŸ“– Contents

πŸ—ΊοΈ Overview

This work covers Inference-Time Control methods for building trustworthy LLMs, organized into three tiers:

  1. Tier 1 β€” External Controls: Treat the model as a black box. Shape behavior by modifying inputs, decoding process, or outputs, without changing internal weights or activations.

    • Context Engineering: Strategic prompt design through rules, instructions, or few-shot exemplars.
    • Guardrails: External modules that inspect inputs/outputs against safety or policy constraints.
    • Decoding Strategies: Manipulation of token-level distributions during generation.
  2. Tier 2 β€” Internal Manipulations: Require white-box access. Intervene directly in the model's internal computation.

    • Representation Engineering: Direct modification of internal activations via steering vectors.
    • Unlearning: Targeted removal of information, behaviors, or biases from a pre-trained model.
    • Pruning: Post-training removal of weights, neurons, or attention heads for trust-related effects.
  3. Tier 3 β€” System-Level Orchestration: Coordinate multiple LLM agents through structured interaction patterns.

    • Multi-Agent Systems: Coordinated agent interactions such as debate or cross-verification.

Taxonomy and pipeline attachment points for inference-time control of trustworthy LLMs

πŸ“„ Paper List

Tier 1: External Controls

Context Engineering

YearTitlePaperGithub
2023.10Self-RAG: Learning to Retrieve, Generate, and Critique through Self-ReflectionPaperGitHub Stars
2023.09Defending Against Alignment-Breaking Attacks via Robustly Aligned LLMPaperGitHub Stars
2024.05Phantom: General Trigger Attacks on Retrieval Augmented Language GenerationPaper-
2024.12Improving Factuality with Explicit Working MemoryPaper-
2024.11SPICA: Retrieving Scenarios for Pluralistic In-Context AlignmentPaperGitHub Stars
2023.07Queer People Are People First: Deconstructing Sexual Identity Stereotypes in Large Language ModelsPaper-
2023.09Chain-of-Verification Reduces Hallucination in Large Language ModelsPaperGitHub Stars
2023.12Breaking the Bias: Gender Fairness in LLMs Using Prompt Engineering and In-Context LearningPaper-
2025.02FACTER: Fairness-Aware Conformal Thresholding and Prompt Engineering for Enabling Fair LLM-Based Recommender SystemsPaperGitHub Stars
2024.06Teaching LLMs to Abstain across Languages via Multilingual FeedbackPaperGitHub Stars
2023.05Why So Gullible? Enhancing the Robustness of Retrieval-Augmented Models against Counterfactual NoisePaperGitHub Stars
2023.09Bias Testing and Mitigation in LLM-Based Code GenerationPaperGitHub Stars
2024.02Defending Large Language Models Against Jailbreak Attacks via Semantic SmoothingPaperGitHub Stars
2024.04Prompting Techniques for Reducing Social Bias in LLMs through System 1 and System 2 Cognitive ProcessesPaperGitHub Stars
2023.09Certifying LLM Safety against Adversarial PromptingPaperGitHub Stars
2024.03Think Twice Before Trusting: Self-Detection for Large Language Models through Comprehensive Answer ReflectionPaper-
2024.10SafetyAnalyst: Interpretable, Transparent, and Steerable Safety Moderation for AI BehaviorPaperGitHub Stars
2022.10Measuring and Narrowing the Compositionality Gap in Language ModelsPaperGitHub Stars
2025.06Saffron-1: Towards an Inference Scaling Paradigm for LLM Safety AssurancePaperGitHub Stars
2023.01REPLUG: Retrieval-Augmented Black-Box Language ModelsPaperGitHub Stars
2024.03FairRAG: Fair Human Generation via Fair Retrieval AugmentationPaper-
2023.10InferDPT: Privacy-Preserving Inference for Black-Box Large Language ModelsPaperGitHub Stars
2024.02DELL: Generating Reactions and Explanations for LLM-Based Misinformation DetectionPaperGitHub Stars
2023.06Augmenting Language Models with Long-Term MemoryPaperGitHub Stars
2023.10Jailbreak and Guard Aligned Language Models with Only Few In-Context DemonstrationsPaper-
2023.10Quantifying Privacy Risks of Prompts in Visual Prompt LearningPaperGitHub Stars
2022.09Generate rather than Retrieve: Large Language Models are Strong Context GeneratorsPaperGitHub Stars
2023.10Poisoning Retrieval Corpora by Injecting Adversarial PassagesPaperGitHub Stars
2023.03Context-Faithful Prompting for Large Language ModelsPaperGitHub Stars
2024.02Defending Jailbreak Prompts via In-Context Adversarial GamePaperGitHub Stars
2024.02Metacognitive Retrieval-Augmented Large Language ModelsPaperGitHub Stars
2024.02PoisonedRAG: Knowledge Corruption Attacks to Retrieval-Augmented Generation of Large Language ModelsPaperGitHub Stars

Guardrails

YearTitlePaperGithub
2019.03Nuanced Metrics for Measuring Unintended Bias with Real Data for Text ClassificationPaperGitHub Stars
2025.05LlamaFirewall: An Open Source Guardrail System for Building Secure AI AgentsPaperGitHub Stars
2024.11Llama Guard 3 Vision: Safeguarding Human-AI Image Understanding ConversationsPaperGitHub Stars
2017.03Automated Hate Speech Detection and the Problem of Offensive LanguagePaperGitHub Stars
2024.04AEGIS: Online Adaptive AI Content Safety Moderation with Ensemble of LLM ExpertsPaper-
2024.06WildGuard: Open One-Stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMsPaperGitHub Stars
2025.02Bridging the Safety Gap: A Guardrail Pipeline for Trustworthy LLM InferencesPaper-
2022.03ToxiGen: A Large-Scale Machine-Generated Dataset for Adversarial and Implicit Hate Speech DetectionPaperGitHub Stars
2023.12Llama Guard: LLM-based Input-Output Safeguard for Human-AI ConversationsPaperGitHub Stars
2024.07POSTER: Identifying and Mitigating Vulnerabilities in LLM-Integrated ApplicationsPaper-
2024.02ArtPrompt: ASCII Art-based Jailbreak Attacks against Aligned LLMsPaperGitHub Stars
2024.07R2-Guard: Robust Reasoning Enabled LLM Guardrail via Knowledge-Enhanced Logical ReasoningPaperGitHub Stars
2024.10Palisade β€” Prompt Injection Detection FrameworkPaper-
2025.04PolyGuard: A Multilingual Safety Moderation Tool for 17 LanguagesPaperGitHub Stars
2025.02SafeRoute: Adaptive Model Selection for Efficient and Accurate Safety Guardrails in Large Language ModelsPaperGitHub Stars
2022.02A New Generation of Perspective API: Efficient Multilingual Character-level TransformersPaperGitHub Stars
2025.01GuardReasoner: Towards Reasoning-based LLM SafeguardsPaperGitHub Stars
2020.12HateXplain: A Benchmark Dataset for Explainable Hate Speech DetectionPaperGitHub Stars
2024.12Granite GuardianPaperGitHub Stars
2023.10NeMo Guardrails: A Toolkit for Controllable and Safe LLM Applications with Programmable RailsPaperGitHub Stars
2023.04Rebuff: Prompt Injection Detection for LLM ApplicationsPaperGitHub Stars
2025.01Constitutional Classifiers: Defending against Universal Jailbreaks across Thousands of Hours of Red TeamingPaper-
2025.04X-Guard: Multilingual Guard Agent for Content ModerationPaperGitHub Stars
2025.06SoK: Evaluating Jailbreak Guardrails for Large Language ModelsPaperGitHub Stars
2024.07ShieldGemma: Generative AI Content Moderation Based on GemmaPaper-
2025.04ShieldGemma 2: Robust and Tractable Image Content ModerationPaper-
2023.06Judging LLM-as-a-Judge with MT-Bench and Chatbot ArenaPaperGitHub Stars
2025.06RSafe: Incentivizing Proactive Reasoning to Build Robust and Adaptive LLM SafeguardsPaperGitHub Stars
2023.07Universal and Transferable Adversarial Attacks on Aligned Language ModelsPaperGitHub Stars
2026.01Prompt Shields in Azure AI Content SafetyPaper-
2025.04Bypassing Prompt Injection and Jailbreak Detection in LLM GuardrailsPaperGitHub Stars
2026.04Guardian-as-an-Advisor: Advancing Next-Generation Guardian Models for Trustworthy LLMsPaper-
2025.04Llama Prompt Guard DocumentationPaperGitHub Stars

Decoding Strategies

YearTitlePaperGithub
2024.06SafeInfer: Context Adaptive Decoding Time Safety Alignment for Large Language ModelsPaperGitHub Stars
2024.05Decoding by Contrasting Knowledge: Enhancing LLMs' Confidence on Edited FactsPaperGitHub Stars
2024.08The Unreasonable Ineffectiveness of Nucleus Sampling on Mitigating Text MemorizationPaperGitHub Stars
2024.12FlexLLM: Exploring LLM Customization for Moving Target Defense on Black-Box LLMs Against Jailbreak AttacksPaper-
2024.08Lower Layers Matter: Alleviating Hallucination via Multi-Layer Fusion Contrastive Decoding with Truthfulness RefocusedPaper-
2022.10Quantifying Bias from Decoding Techniques in Natural Language GenerationPaper-
2022.10An Analysis of The Effects of Decoding Algorithms on Fairness in Open-Ended Language GenerationPaper-
2024.05MoGU: A Framework for Enhancing Safety of Open-Sourced LLMs While Preserving Their UsabilityPaperGitHub Stars
2025.02MetaSC: Test-Time Safety Specification Optimization for Language ModelsPaperGitHub Stars
2024.09CoCA: Regaining Safety-awareness of Multimodal Large Language Models with Constitutional CalibrationPaper-
2024.11Immune: Improving Safety Against Jailbreaks in Multi-modal LLMs via Inference-Time AlignmentPaperGitHub Stars
2024.06SafeAligner: Safety Alignment against Jailbreak Attacks via Response Disparity GuidancePaperGitHub Stars
2025.01Dynamic Attention-Guided Context Decoding for Mitigating Context Faithfulness Hallucinations in Large Language ModelsPaperGitHub Stars
2024.10What's New in My Data? Novelty Exploration via Contrastive GenerationPaper-
2024.06CleanGen: Mitigating Backdoor Attacks for Generation Tasks in Large Language ModelsPaperGitHub Stars
2024.09Mitigating Hallucination in Visual-Language Models via Re-Balancing Contrastive DecodingPaper-
2024.08Alignment-Enhanced Decoding: Defending Jailbreaks via Token-Level Adaptive Refining of Probability DistributionsPaperGitHub Stars
2022.05Differentially Private Decoding in Large Language ModelsPaper-
2024.06Decoding with Limited Teacher Supervision Requires Understanding When to Trust the TeacherPaperGitHub Stars
2024.08ConVis: Contrastive Decoding with Hallucination Visualization for Mitigating Hallucinations in Multimodal Large Language ModelsPaperGitHub Stars
2024.09Reference Trustable Decoding: A Training-Free Augmentation Paradigm for Large Language ModelsPaperGitHub Stars
2025.03Octopus: Alleviating Hallucination via Dynamic Contrastive DecodingPaperGitHub Stars
2024.10MLLM Can See? Dynamic Correction Decoding for Hallucination MitigationPaperGitHub Stars
2025.08Privacy-Aware Decoding: Mitigating Privacy Leakage of Large Language Models in Retrieval-Augmented GenerationPaperGitHub Stars
2024.11Privacy Risks of Speculative Decoding in Large Language ModelsPaper-
2024.02SafeDecoding: Defending against Jailbreak Attacks via Safety-Aware DecodingPaperGitHub Stars
2024.09HELPD: Mitigating Hallucination of LVLMs by Hierarchical Feedback Learning with Vision-enhanced Penalty DecodingPaperGitHub Stars
2024.10Root Defence Strategies: Ensuring Safety of LLM at the Decoding LevelPaperGitHub Stars
2024.10Controllable Safety Alignment: Inference-Time Adaptation to Diverse Safety RequirementsPaperGitHub Stars
2024.06Adversarial Contrastive Decoding: Boosting Safety Alignment of Large Language Models via Opposite Prompt OptimizationPaperGitHub Stars
2024.02ROSE Doesn't Do That: Boosting the Safety of Instruction-Tuned Large Language Models with Reverse Prompt Contrastive DecodingPaperGitHub Stars

Tier 2: Internal Manipulations

Representation Engineering

YearTitlePaperGithub
2023.11Trojan Activation Attack: Red-Teaming Large Language Models using Steering Vectors for Safety-AlignmentPaperGitHub Stars
2024.09HSF: Defending against Jailbreak Attacks with Hidden State FilteringPaper-
2024.06Refusal in Language Models Is Mediated by a Single DirectionPaperGitHub Stars
2023.06LEACE: Perfect Linear Concept Erasure in Closed FormPaperGitHub Stars
2024.10Towards Inference-Time Category-wise Safety Steering for Large Language ModelsPaper-
2025.05Breaking Bad Tokens: Detoxification of LLMs Using Sparse AutoencodersPaperGitHub Stars
2023.12TaCo: Targeted Concept Erasure Prevents Non-Linear Classifiers From Detecting Protected AttributesPaperGitHub Stars
2024.09Programming Refusal with Conditional Activation SteeringPaperGitHub Stars
2025.04FairSteer: Inference-Time Debiasing for LLMs with Dynamic Activation SteeringPaperGitHub Stars
2020.07Towards Debiasing Sentence RepresentationsPaperGitHub Stars
2025.08Steering Towards Fairness: Mitigating Political Bias in LLMsPaper-
2024.11Steering Language Model Refusal with Sparse AutoencodersPaper-
2020.04Null It Out: Guarding Protected Attributes by Iterative Nullspace ProjectionPaperGitHub Stars
2024.10Jailbreak Antidote: Runtime Safety-Utility Balance via Sparse Representation Adjustment in Large Language ModelsPaper-
2025.06AlphaSteer: Learning Refusal Steering with Principled Null-Space ConstraintPaperGitHub Stars
2025.03Shifting Perspectives: Steering Vectors for Robust Bias Mitigation in LLMsPaperGitHub Stars
2024.10Surgical, Cheap, and Flexible: Mitigating False Refusal in Language Models via Single Vector AblationPaperGitHub Stars
2024.01InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model GuidancePaperGitHub Stars
2025.03BIASEdit: Debiasing Stereotyped Language Models via Model EditingPaperGitHub Stars
2025.02Representation Engineering for Large-Language Models: Survey and Research ChallengesPaper-
2024.05Enhanced Language Model Truthfulness with Learnable Intervention and Uncertainty ExpressionPaperGitHub Stars
2024.08SCANS: Mitigating the Exaggerated Safety for LLMs via Safety-Conscious Activation SteeringPaperGitHub Stars
2023.09Sparse Autoencoders Find Highly Interpretable Features in Language ModelsPaperGitHub Stars
2024.09Rethinking the Reliability of Representation Engineering: A Causal PerspectivePaper-
2024.12Shaping the Safety Boundaries: Understanding and Defending Against Jailbreaks in Large Language ModelsPaper-
2025.02SafeSwitch: Steering Unsafe LLM Behavior via Internal Activation SignalsPaperGitHub Stars
2024.03Non-Linear Inference Time Intervention: Improving LLM TruthfulnessPaperGitHub Stars
2024.06Jailbreaking Large Language Models Through Alignment Vulnerabilities in Out-of-Distribution SettingsPaper-
2025.08MSRS: Adaptive Multi-Subspace Representation Steering for Attribute Alignment in Large Language ModelsPaper-
2024.10Sparse Autoencoders Reveal Universal Feature Spaces Across Large Language ModelsPaperGitHub Stars
2023.06Inference-Time Intervention: Eliciting Truthful Answers from a Language ModelPaperGitHub Stars
2025.05Truth NeuronsPaperGitHub Stars
2024.07On the Universal Truthfulness Hyperplane Inside LLMsPaperGitHub Stars
2025.07PII Jailbreaking in LLMs via Activation Steering Reveals Personal Information LeakagePaper-
2025.02Multi-Attribute Steering of Language Models via Targeted InterventionPaperGitHub Stars
2023.11The Linear Representation Hypothesis and the Geometry of Large Language ModelsPaperGitHub Stars
2025.01Sparse Autoencoders Trained on the Same Data Learn Different FeaturesPaperGitHub Stars
2023.12Steering Llama 2 via Contrastive Activation AdditionPaperGitHub Stars
2025.03Mitigating Memorization in LLMs using Activation SteeringPaper-
2023.08Steering Language Models with Activation EngineeringPaperGitHub Stars
2024.06Adaptive Activation Steering: A Tuning-Free LLM Truthfulness Improvement Method for Diverse Hallucinations CategoriesPaperGitHub Stars
2025.02Taxonomy, Opportunities, and Challenges of Representation Engineering for Large Language ModelsPaper-
2024.04ReFT: Representation Finetuning for Language ModelsPaperGitHub Stars
2023.09Towards Best Practices of Activation Patching in Language Models: Metrics and MethodsPaper-
2025.07LLMs Encode Harmfulness and Refusal SeparatelyPaperGitHub Stars
2024.10On the Role of Attention Heads in Large Language Model SafetyPaperGitHub Stars
2025.03Compositional Subspace Representation Fine-tuning for Adaptive Large Language ModelsPaper-
2023.10Representation Engineering: A Top-Down Approach to AI TransparencyPaperGitHub Stars

Unlearning

YearTitlePaperGithub
2025.05Guard: Generation-Time LLM Unlearning via Adaptive Restriction and DetectionPaper-
2024.06Avoiding Copyright Infringement via Large Language Model UnlearningPaperGitHub Stars
2025.02Beyond Single-Value Metrics: Evaluating and Enhancing LLM Unlearning with Cognitive DiagnosisPaperGitHub Stars
2023.09Mitigating the Alignment Tax of RLHFPaperGitHub Stars
2023.10Breaking the Trilemma of Privacy, Utility, and Efficiency via Controllable Machine UnlearningPaperGitHub Stars
2024.06Large Language Model Unlearning via Embedding-Corrupted PromptsPaperGitHub Stars
2024.07Learning to Refuse: Towards Mitigating Privacy Risks in LLMsPaperGitHub Stars
2024.02Towards Safer Large Language Models through Machine UnlearningPaperGitHub Stars
2024.09An Adversarial Perspective on Machine Unlearning for AI SafetyPaperGitHub Stars
2024.02Fast Exact Unlearning for In-Context Learning Data for LLMsPaper-
2023.10In-Context Unlearning: Language Models as Few Shot UnlearnersPaperGitHub Stars
2025.02Agents Are All You Need for LLM UnlearningPaperGitHub Stars
2024.10Answer When Needed, Forget When Not: Language Models Pretend to Forget via In-Context Knowledge UnlearningPaperGitHub Stars
2024.07From Theft to Bomb-Making: The Ripple Effect of Unlearning in Defending Against Jailbreak AttacksPaperGitHub Stars
2024.02Visual In-Context Learning for Large Vision-Language ModelsPaper-

Pruning

YearTitlePaperGithub
2024.10Is C4 Dataset Optimal for Pruning? An Investigation of Calibration Data for LLM PruningPaperGitHub Stars
2025.07SafePTR: Token-Level Jailbreak Defense in Multimodal LLMs via Prune-then-Restore MechanismPaperGitHub Stars
2023.11Investigating Hallucinations in Pruned Large Language Models for Abstractive SummarizationPaperGitHub Stars
2025.03Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated AnnealingPaper-
2025.05Exploring Federated Pruning for Large Language ModelsPaperGitHub Stars
2024.01Pruning for Protection: Increasing Jailbreak Resistance in Aligned LLMs Without Fine-TuningPaper-
2023.07Measuring Faithfulness in Chain-of-Thought ReasoningPaper-
2025.05Hierarchical Safety Realignment: Lightweight Restoration of Safety in Pruned Large Vision-Language ModelsPaperGitHub Stars
2025.02Modality-Aware Neuron Pruning for Unlearning in Multimodal Large Language ModelsPaperGitHub Stars
2025.02Breaking Down Bias: On The Limits of Generalizable Pruning StrategiesPaper-
2024.03Dissecting Language Models: Machine Unlearning via Selective PruningPaperGitHub Stars
2024.12Lightweight Safety Classification Using Pruned Language ModelsPaper-
2024.02Assessing the Brittleness of Safety Alignment via Pruning and Low-Rank ModificationsPaperGitHub Stars
2024.12NLSR: Neuron-Level Safety Realignment of Large Language Models Against Harmful Fine-TuningPaperGitHub Stars
2023.12Fairness-Aware Structured Pruning in TransformersPaperGitHub Stars
2025.02Activation Approximations Can Incur Safety Vulnerabilities Even in Aligned LLMs: Comprehensive Analysis and DefensePaperGitHub Stars
2025.01Understanding and Enhancing Safety Mechanisms of LLMs via Safety-Specific NeuronPaperGitHub Stars

Tier 3: System-Level Orchestration

Multi-Agent Systems

YearTitlePaperGithub
2023.05Improving Factuality and Reasoning in Language Models through Multiagent DebatePaperGitHub Stars
2024.02Debating with More Persuasive LLMs Leads to More Truthful AnswersPaperGitHub Stars
2024.06Towards Detecting LLMs Hallucination via Markov Chain-based Multi-agent Debate FrameworkPaper-
2025.06RedDebate: Safer Responses through Multi-Agent Red Teaming DebatesPaperGitHub Stars
2024.10Towards Implicit Bias Detection and Mitigation in Multi-Agent LLM InteractionsPaperGitHub Stars
2024.06Counterfactual Debating with Preset Stances for Hallucination Elimination of LLMsPaperGitHub Stars
2025.05An Adversary-Resistant Multi-Agent LLM System via Credibility ScoringPaper-
2025.05PeerGuard: Defending Multi-Agent Systems Against Backdoor Attacks Through Mutual ReasoningPaperGitHub Stars
2024.02Don't Hallucinate, Abstain: Identifying LLM Knowledge Gaps via Multi-LLM CollaborationPaperGitHub Stars
2025.02Red-Teaming LLM Multi-Agent Systems via Communication AttacksPaper-
2026.03Emergent Social Intelligence Risks in Generative Multi-Agent SystemsPaper-
2025.05Multiple LLM Agents Debate for Equitable Cultural AlignmentPaperGitHub Stars
2024.02Can LLMs Produce Faithful Explanations For Fact-Checking? Towards Faithful Explainable Fact-Checking via Multi-Agent DebatePaperGitHub Stars
2025.081-2-3 Check: Enhancing Contextual Privacy in LLM via Multi-Agent ReasoningPaperGitHub Stars
2025.03A Multi-Agent Framework with Automated Decision Rule Optimization for Cross-Domain Misinformation DetectionPaper-
2024.09A Multi-LLM Debiasing FrameworkPaper-
2025.04Amplified Vulnerabilities: Structured Jailbreak Attacks on LLM-based Multi-Agent DebatePaper-
2024.08Audit-LLM: Multi-Agent Collaboration for Log-based Insider Threat DetectionPaper-
2023.08Towards CausalGPT: A Multi-Agent Approach for Faithful Knowledge Reasoning via Promoting Causal Consistency in LLMsPaper-
2024.04White Men Lead, Black Women Help? Benchmarking and Mitigating Language Agency Social Biases in LLMsPaperGitHub Stars
2025.03MAMM-Refine: A Recipe for Improving Faithfulness in Generation with Multi-Agent CollaborationPaperGitHub Stars
2025.09Which Cultural Lens Do Models Adopt? On Cultural Positioning Bias and Agentic Mitigation in LLMsPaper-
2025.05IP Leakage Attacks Targeting LLM-Based Multi-Agent SystemsPaper-
2024.04Confidence Calibration and Rationalization for LLMs via Multi-Agent DeliberationPaperGitHub Stars
2024.03AutoDefense: Multi-Agent LLM Defense against Jailbreak AttacksPaperGitHub Stars
2024.01PsySafe: A Comprehensive Framework for Psychological-based Attack, Defense, and Evaluation of Multi-agent System SafetyPaperGitHub Stars
2025.05GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph ModelingPaperGitHub Stars
2025.05MASTER: Multi-Agent Security Through Exploration of Roles and Topological StructuresPaper-

Evaluation

YearTitlePaperGithub
2023.06TrustGPT: A Benchmark for Trustworthy and Responsible Large Language ModelsPaperGitHub Stars
2025.04TrustEval: A Dynamic Evaluation Toolkit on Trustworthiness of Generative Foundation ModelsPaperGitHub Stars
2024.10Justice or Prejudice? Quantifying Biases in LLM-as-a-JudgePaperGitHub Stars
2023.06Judging LLM-as-a-Judge with MT-Bench and Chatbot ArenaPaperGitHub Stars
2024.04AEGIS: Online Adaptive AI Content Safety Moderation with Ensemble of LLM ExpertsPaper-
2024.06WildGuard: Open One-Stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMsPaperGitHub Stars
2025.06SoK: Evaluating Jailbreak Guardrails for Large Language ModelsPaperGitHub Stars
2024.02SafeDecoding: Defending against Jailbreak Attacks via Safety-Aware DecodingPaperGitHub Stars
2024.06SafeAligner: Safety Alignment against Jailbreak Attacks via Response Disparity GuidancePaperGitHub Stars
2024.10Root Defence Strategies: Ensuring Safety of LLM at the Decoding LevelPaperGitHub Stars
2023.06Inference-Time Intervention: Eliciting Truthful Answers from a Language ModelPaperGitHub Stars
2024.01InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model GuidancePaperGitHub Stars
2025.01GuardReasoner: Towards Reasoning-based LLM SafeguardsPaperGitHub Stars
2024.12Granite GuardianPaperGitHub Stars
2024.02Assessing the Brittleness of Safety Alignment via Pruning and Low-Rank ModificationsPaperGitHub Stars
2025.03Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated AnnealingPaper-
2025.05Guard: Generation-Time LLM Unlearning via Adaptive Restriction and DetectionPaper-
2023.10In-Context Unlearning: Language Models as Few Shot UnlearnersPaperGitHub Stars
2024.07From Theft to Bomb-Making: The Ripple Effect of Unlearning in Defending Against Jailbreak AttacksPaperGitHub Stars
2025.05GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph ModelingPaperGitHub Stars
2024.04Confidence Calibration and Rationalization for LLMs via Multi-Agent DeliberationPaperGitHub Stars
2025.06RedDebate: Safer Responses through Multi-Agent Red Teaming DebatesPaperGitHub Stars
2025.05PeerGuard: Defending Multi-Agent Systems Against Backdoor Attacks Through Mutual ReasoningPaperGitHub Stars
2025.07SafePTR: Token-Level Jailbreak Defense in Multimodal LLMs via Prune-then-Restore MechanismPaperGitHub Stars
2025.07PII Jailbreaking in LLMs via Activation Steering Reveals Personal Information LeakagePaper-
2024.10Mitigating Gender Bias in Code Large Language Models via Model EditingPaper-
2025.06Saffron-1: Towards an Inference Scaling Paradigm for LLM Safety AssurancePaperGitHub Stars

🌟 Acknowledgments

We thank all the researchers who contributed to this field. This list is maintained by the authors. If you find any missing papers or errors, please open an issue.

✨ Star History

Star History Chart

Contributors

leopoldwhite

10 commits

Zhuofeng-Li

3 commits

leopoldwhite/Awesome-Inference-Time-Trustworthiness

15

13 commits

updated May 15, 2026

See the code

README

Inference-Time Control for Trustworthy Large Language Models

Awesome Paper PDF Webpage

We welcome everyone to open an issue for any related work we haven't covered, and we'll try to address it in the next release!

πŸŽ‰ News

🎈 Citation

If you find this work helpful, please cite us:

@article{bai2026inferencetime,
  title     = {Inference-Time Control for Trustworthy Large Language Models},
  author    = {Bai, Yuyang and Liu, Zheyuan and Yan, Han and Xu, Zhangchen and Wan, Yixin and Chen, Canyu and Wang, Zehong and Yuan, Xiangchi and Huang, Yue and Dou, Guangyao and Zhang, Yuji and Zhu, Hangxiao and Li, Zhuofeng and Li, Manling and Zhang, Xiangliang and Bansal, Mohit and Koyejo, Sanmi and Chang, Kai-Wei and Zhang, Yu and Jiang, Meng},
  journal   = {Preprints},
  year      = {2026},
  month     = {May},
  publisher = {Preprints},
  doi       = {10.20944/preprints202605.1041.v1},
  url       = {https://doi.org/10.20944/preprints202605.1041.v1}
}

πŸ“– Contents

πŸ—ΊοΈ Overview

This work covers Inference-Time Control methods for building trustworthy LLMs, organized into three tiers:

  1. Tier 1 β€” External Controls: Treat the model as a black box. Shape behavior by modifying inputs, decoding process, or outputs, without changing internal weights or activations.

    • Context Engineering: Strategic prompt design through rules, instructions, or few-shot exemplars.
    • Guardrails: External modules that inspect inputs/outputs against safety or policy constraints.
    • Decoding Strategies: Manipulation of token-level distributions during generation.
  2. Tier 2 β€” Internal Manipulations: Require white-box access. Intervene directly in the model's internal computation.

    • Representation Engineering: Direct modification of internal activations via steering vectors.
    • Unlearning: Targeted removal of information, behaviors, or biases from a pre-trained model.
    • Pruning: Post-training removal of weights, neurons, or attention heads for trust-related effects.
  3. Tier 3 β€” System-Level Orchestration: Coordinate multiple LLM agents through structured interaction patterns.

    • Multi-Agent Systems: Coordinated agent interactions such as debate or cross-verification.

Taxonomy and pipeline attachment points for inference-time control of trustworthy LLMs

πŸ“„ Paper List

Tier 1: External Controls

Context Engineering

YearTitlePaperGithub
2023.10Self-RAG: Learning to Retrieve, Generate, and Critique through Self-ReflectionPaperGitHub Stars
2023.09Defending Against Alignment-Breaking Attacks via Robustly Aligned LLMPaperGitHub Stars
2024.05Phantom: General Trigger Attacks on Retrieval Augmented Language GenerationPaper-
2024.12Improving Factuality with Explicit Working MemoryPaper-
2024.11SPICA: Retrieving Scenarios for Pluralistic In-Context AlignmentPaperGitHub Stars
2023.07Queer People Are People First: Deconstructing Sexual Identity Stereotypes in Large Language ModelsPaper-
2023.09Chain-of-Verification Reduces Hallucination in Large Language ModelsPaperGitHub Stars
2023.12Breaking the Bias: Gender Fairness in LLMs Using Prompt Engineering and In-Context LearningPaper-
2025.02FACTER: Fairness-Aware Conformal Thresholding and Prompt Engineering for Enabling Fair LLM-Based Recommender SystemsPaperGitHub Stars
2024.06Teaching LLMs to Abstain across Languages via Multilingual FeedbackPaperGitHub Stars
2023.05Why So Gullible? Enhancing the Robustness of Retrieval-Augmented Models against Counterfactual NoisePaperGitHub Stars
2023.09Bias Testing and Mitigation in LLM-Based Code GenerationPaperGitHub Stars
2024.02Defending Large Language Models Against Jailbreak Attacks via Semantic SmoothingPaperGitHub Stars
2024.04Prompting Techniques for Reducing Social Bias in LLMs through System 1 and System 2 Cognitive ProcessesPaperGitHub Stars
2023.09Certifying LLM Safety against Adversarial PromptingPaperGitHub Stars
2024.03Think Twice Before Trusting: Self-Detection for Large Language Models through Comprehensive Answer ReflectionPaper-
2024.10SafetyAnalyst: Interpretable, Transparent, and Steerable Safety Moderation for AI BehaviorPaperGitHub Stars
2022.10Measuring and Narrowing the Compositionality Gap in Language ModelsPaperGitHub Stars
2025.06Saffron-1: Towards an Inference Scaling Paradigm for LLM Safety AssurancePaperGitHub Stars
2023.01REPLUG: Retrieval-Augmented Black-Box Language ModelsPaperGitHub Stars
2024.03FairRAG: Fair Human Generation via Fair Retrieval AugmentationPaper-
2023.10InferDPT: Privacy-Preserving Inference for Black-Box Large Language ModelsPaperGitHub Stars
2024.02DELL: Generating Reactions and Explanations for LLM-Based Misinformation DetectionPaperGitHub Stars
2023.06Augmenting Language Models with Long-Term MemoryPaperGitHub Stars
2023.10Jailbreak and Guard Aligned Language Models with Only Few In-Context DemonstrationsPaper-
2023.10Quantifying Privacy Risks of Prompts in Visual Prompt LearningPaperGitHub Stars
2022.09Generate rather than Retrieve: Large Language Models are Strong Context GeneratorsPaperGitHub Stars
2023.10Poisoning Retrieval Corpora by Injecting Adversarial PassagesPaperGitHub Stars
2023.03Context-Faithful Prompting for Large Language ModelsPaperGitHub Stars
2024.02Defending Jailbreak Prompts via In-Context Adversarial GamePaperGitHub Stars
2024.02Metacognitive Retrieval-Augmented Large Language ModelsPaperGitHub Stars
2024.02PoisonedRAG: Knowledge Corruption Attacks to Retrieval-Augmented Generation of Large Language ModelsPaperGitHub Stars

Guardrails

YearTitlePaperGithub
2019.03Nuanced Metrics for Measuring Unintended Bias with Real Data for Text ClassificationPaperGitHub Stars
2025.05LlamaFirewall: An Open Source Guardrail System for Building Secure AI AgentsPaperGitHub Stars
2024.11Llama Guard 3 Vision: Safeguarding Human-AI Image Understanding ConversationsPaperGitHub Stars
2017.03Automated Hate Speech Detection and the Problem of Offensive LanguagePaperGitHub Stars
2024.04AEGIS: Online Adaptive AI Content Safety Moderation with Ensemble of LLM ExpertsPaper-
2024.06WildGuard: Open One-Stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMsPaperGitHub Stars
2025.02Bridging the Safety Gap: A Guardrail Pipeline for Trustworthy LLM InferencesPaper-
2022.03ToxiGen: A Large-Scale Machine-Generated Dataset for Adversarial and Implicit Hate Speech DetectionPaperGitHub Stars
2023.12Llama Guard: LLM-based Input-Output Safeguard for Human-AI ConversationsPaperGitHub Stars
2024.07POSTER: Identifying and Mitigating Vulnerabilities in LLM-Integrated ApplicationsPaper-
2024.02ArtPrompt: ASCII Art-based Jailbreak Attacks against Aligned LLMsPaperGitHub Stars
2024.07R2-Guard: Robust Reasoning Enabled LLM Guardrail via Knowledge-Enhanced Logical ReasoningPaperGitHub Stars
2024.10Palisade β€” Prompt Injection Detection FrameworkPaper-
2025.04PolyGuard: A Multilingual Safety Moderation Tool for 17 LanguagesPaperGitHub Stars
2025.02SafeRoute: Adaptive Model Selection for Efficient and Accurate Safety Guardrails in Large Language ModelsPaperGitHub Stars
2022.02A New Generation of Perspective API: Efficient Multilingual Character-level TransformersPaperGitHub Stars
2025.01GuardReasoner: Towards Reasoning-based LLM SafeguardsPaperGitHub Stars
2020.12HateXplain: A Benchmark Dataset for Explainable Hate Speech DetectionPaperGitHub Stars
2024.12Granite GuardianPaperGitHub Stars
2023.10NeMo Guardrails: A Toolkit for Controllable and Safe LLM Applications with Programmable RailsPaperGitHub Stars
2023.04Rebuff: Prompt Injection Detection for LLM ApplicationsPaperGitHub Stars
2025.01Constitutional Classifiers: Defending against Universal Jailbreaks across Thousands of Hours of Red TeamingPaper-
2025.04X-Guard: Multilingual Guard Agent for Content ModerationPaperGitHub Stars
2025.06SoK: Evaluating Jailbreak Guardrails for Large Language ModelsPaperGitHub Stars
2024.07ShieldGemma: Generative AI Content Moderation Based on GemmaPaper-
2025.04ShieldGemma 2: Robust and Tractable Image Content ModerationPaper-
2023.06Judging LLM-as-a-Judge with MT-Bench and Chatbot ArenaPaperGitHub Stars
2025.06RSafe: Incentivizing Proactive Reasoning to Build Robust and Adaptive LLM SafeguardsPaperGitHub Stars
2023.07Universal and Transferable Adversarial Attacks on Aligned Language ModelsPaperGitHub Stars
2026.01Prompt Shields in Azure AI Content SafetyPaper-
2025.04Bypassing Prompt Injection and Jailbreak Detection in LLM GuardrailsPaperGitHub Stars
2026.04Guardian-as-an-Advisor: Advancing Next-Generation Guardian Models for Trustworthy LLMsPaper-
2025.04Llama Prompt Guard DocumentationPaperGitHub Stars

Decoding Strategies

YearTitlePaperGithub
2024.06SafeInfer: Context Adaptive Decoding Time Safety Alignment for Large Language ModelsPaperGitHub Stars
2024.05Decoding by Contrasting Knowledge: Enhancing LLMs' Confidence on Edited FactsPaperGitHub Stars
2024.08The Unreasonable Ineffectiveness of Nucleus Sampling on Mitigating Text MemorizationPaperGitHub Stars
2024.12FlexLLM: Exploring LLM Customization for Moving Target Defense on Black-Box LLMs Against Jailbreak AttacksPaper-
2024.08Lower Layers Matter: Alleviating Hallucination via Multi-Layer Fusion Contrastive Decoding with Truthfulness RefocusedPaper-
2022.10Quantifying Bias from Decoding Techniques in Natural Language GenerationPaper-
2022.10An Analysis of The Effects of Decoding Algorithms on Fairness in Open-Ended Language GenerationPaper-
2024.05MoGU: A Framework for Enhancing Safety of Open-Sourced LLMs While Preserving Their UsabilityPaperGitHub Stars
2025.02MetaSC: Test-Time Safety Specification Optimization for Language ModelsPaperGitHub Stars
2024.09CoCA: Regaining Safety-awareness of Multimodal Large Language Models with Constitutional CalibrationPaper-
2024.11Immune: Improving Safety Against Jailbreaks in Multi-modal LLMs via Inference-Time AlignmentPaperGitHub Stars
2024.06SafeAligner: Safety Alignment against Jailbreak Attacks via Response Disparity GuidancePaperGitHub Stars
2025.01Dynamic Attention-Guided Context Decoding for Mitigating Context Faithfulness Hallucinations in Large Language ModelsPaperGitHub Stars
2024.10What's New in My Data? Novelty Exploration via Contrastive GenerationPaper-
2024.06CleanGen: Mitigating Backdoor Attacks for Generation Tasks in Large Language ModelsPaperGitHub Stars
2024.09Mitigating Hallucination in Visual-Language Models via Re-Balancing Contrastive DecodingPaper-
2024.08Alignment-Enhanced Decoding: Defending Jailbreaks via Token-Level Adaptive Refining of Probability DistributionsPaperGitHub Stars
2022.05Differentially Private Decoding in Large Language ModelsPaper-
2024.06Decoding with Limited Teacher Supervision Requires Understanding When to Trust the TeacherPaperGitHub Stars
2024.08ConVis: Contrastive Decoding with Hallucination Visualization for Mitigating Hallucinations in Multimodal Large Language ModelsPaperGitHub Stars
2024.09Reference Trustable Decoding: A Training-Free Augmentation Paradigm for Large Language ModelsPaperGitHub Stars
2025.03Octopus: Alleviating Hallucination via Dynamic Contrastive DecodingPaperGitHub Stars
2024.10MLLM Can See? Dynamic Correction Decoding for Hallucination MitigationPaperGitHub Stars
2025.08Privacy-Aware Decoding: Mitigating Privacy Leakage of Large Language Models in Retrieval-Augmented GenerationPaperGitHub Stars
2024.11Privacy Risks of Speculative Decoding in Large Language ModelsPaper-
2024.02SafeDecoding: Defending against Jailbreak Attacks via Safety-Aware DecodingPaperGitHub Stars
2024.09HELPD: Mitigating Hallucination of LVLMs by Hierarchical Feedback Learning with Vision-enhanced Penalty DecodingPaperGitHub Stars
2024.10Root Defence Strategies: Ensuring Safety of LLM at the Decoding LevelPaperGitHub Stars
2024.10Controllable Safety Alignment: Inference-Time Adaptation to Diverse Safety RequirementsPaperGitHub Stars
2024.06Adversarial Contrastive Decoding: Boosting Safety Alignment of Large Language Models via Opposite Prompt OptimizationPaperGitHub Stars
2024.02ROSE Doesn't Do That: Boosting the Safety of Instruction-Tuned Large Language Models with Reverse Prompt Contrastive DecodingPaperGitHub Stars

Tier 2: Internal Manipulations

Representation Engineering

YearTitlePaperGithub
2023.11Trojan Activation Attack: Red-Teaming Large Language Models using Steering Vectors for Safety-AlignmentPaperGitHub Stars
2024.09HSF: Defending against Jailbreak Attacks with Hidden State FilteringPaper-
2024.06Refusal in Language Models Is Mediated by a Single DirectionPaperGitHub Stars
2023.06LEACE: Perfect Linear Concept Erasure in Closed FormPaperGitHub Stars
2024.10Towards Inference-Time Category-wise Safety Steering for Large Language ModelsPaper-
2025.05Breaking Bad Tokens: Detoxification of LLMs Using Sparse AutoencodersPaperGitHub Stars
2023.12TaCo: Targeted Concept Erasure Prevents Non-Linear Classifiers From Detecting Protected AttributesPaperGitHub Stars
2024.09Programming Refusal with Conditional Activation SteeringPaperGitHub Stars
2025.04FairSteer: Inference-Time Debiasing for LLMs with Dynamic Activation SteeringPaperGitHub Stars
2020.07Towards Debiasing Sentence RepresentationsPaperGitHub Stars
2025.08Steering Towards Fairness: Mitigating Political Bias in LLMsPaper-
2024.11Steering Language Model Refusal with Sparse AutoencodersPaper-
2020.04Null It Out: Guarding Protected Attributes by Iterative Nullspace ProjectionPaperGitHub Stars
2024.10Jailbreak Antidote: Runtime Safety-Utility Balance via Sparse Representation Adjustment in Large Language ModelsPaper-
2025.06AlphaSteer: Learning Refusal Steering with Principled Null-Space ConstraintPaperGitHub Stars
2025.03Shifting Perspectives: Steering Vectors for Robust Bias Mitigation in LLMsPaperGitHub Stars
2024.10Surgical, Cheap, and Flexible: Mitigating False Refusal in Language Models via Single Vector AblationPaperGitHub Stars
2024.01InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model GuidancePaperGitHub Stars
2025.03BIASEdit: Debiasing Stereotyped Language Models via Model EditingPaperGitHub Stars
2025.02Representation Engineering for Large-Language Models: Survey and Research ChallengesPaper-
2024.05Enhanced Language Model Truthfulness with Learnable Intervention and Uncertainty ExpressionPaperGitHub Stars
2024.08SCANS: Mitigating the Exaggerated Safety for LLMs via Safety-Conscious Activation SteeringPaperGitHub Stars
2023.09Sparse Autoencoders Find Highly Interpretable Features in Language ModelsPaperGitHub Stars
2024.09Rethinking the Reliability of Representation Engineering: A Causal PerspectivePaper-
2024.12Shaping the Safety Boundaries: Understanding and Defending Against Jailbreaks in Large Language ModelsPaper-
2025.02SafeSwitch: Steering Unsafe LLM Behavior via Internal Activation SignalsPaperGitHub Stars
2024.03Non-Linear Inference Time Intervention: Improving LLM TruthfulnessPaperGitHub Stars
2024.06Jailbreaking Large Language Models Through Alignment Vulnerabilities in Out-of-Distribution SettingsPaper-
2025.08MSRS: Adaptive Multi-Subspace Representation Steering for Attribute Alignment in Large Language ModelsPaper-
2024.10Sparse Autoencoders Reveal Universal Feature Spaces Across Large Language ModelsPaperGitHub Stars
2023.06Inference-Time Intervention: Eliciting Truthful Answers from a Language ModelPaperGitHub Stars
2025.05Truth NeuronsPaperGitHub Stars
2024.07On the Universal Truthfulness Hyperplane Inside LLMsPaperGitHub Stars
2025.07PII Jailbreaking in LLMs via Activation Steering Reveals Personal Information LeakagePaper-
2025.02Multi-Attribute Steering of Language Models via Targeted InterventionPaperGitHub Stars
2023.11The Linear Representation Hypothesis and the Geometry of Large Language ModelsPaperGitHub Stars
2025.01Sparse Autoencoders Trained on the Same Data Learn Different FeaturesPaperGitHub Stars
2023.12Steering Llama 2 via Contrastive Activation AdditionPaperGitHub Stars
2025.03Mitigating Memorization in LLMs using Activation SteeringPaper-
2023.08Steering Language Models with Activation EngineeringPaperGitHub Stars
2024.06Adaptive Activation Steering: A Tuning-Free LLM Truthfulness Improvement Method for Diverse Hallucinations CategoriesPaperGitHub Stars
2025.02Taxonomy, Opportunities, and Challenges of Representation Engineering for Large Language ModelsPaper-
2024.04ReFT: Representation Finetuning for Language ModelsPaperGitHub Stars
2023.09Towards Best Practices of Activation Patching in Language Models: Metrics and MethodsPaper-
2025.07LLMs Encode Harmfulness and Refusal SeparatelyPaperGitHub Stars
2024.10On the Role of Attention Heads in Large Language Model SafetyPaperGitHub Stars
2025.03Compositional Subspace Representation Fine-tuning for Adaptive Large Language ModelsPaper-
2023.10Representation Engineering: A Top-Down Approach to AI TransparencyPaperGitHub Stars

Unlearning

YearTitlePaperGithub
2025.05Guard: Generation-Time LLM Unlearning via Adaptive Restriction and DetectionPaper-
2024.06Avoiding Copyright Infringement via Large Language Model UnlearningPaperGitHub Stars
2025.02Beyond Single-Value Metrics: Evaluating and Enhancing LLM Unlearning with Cognitive DiagnosisPaperGitHub Stars
2023.09Mitigating the Alignment Tax of RLHFPaperGitHub Stars
2023.10Breaking the Trilemma of Privacy, Utility, and Efficiency via Controllable Machine UnlearningPaperGitHub Stars
2024.06Large Language Model Unlearning via Embedding-Corrupted PromptsPaperGitHub Stars
2024.07Learning to Refuse: Towards Mitigating Privacy Risks in LLMsPaperGitHub Stars
2024.02Towards Safer Large Language Models through Machine UnlearningPaperGitHub Stars
2024.09An Adversarial Perspective on Machine Unlearning for AI SafetyPaperGitHub Stars
2024.02Fast Exact Unlearning for In-Context Learning Data for LLMsPaper-
2023.10In-Context Unlearning: Language Models as Few Shot UnlearnersPaperGitHub Stars
2025.02Agents Are All You Need for LLM UnlearningPaperGitHub Stars
2024.10Answer When Needed, Forget When Not: Language Models Pretend to Forget via In-Context Knowledge UnlearningPaperGitHub Stars
2024.07From Theft to Bomb-Making: The Ripple Effect of Unlearning in Defending Against Jailbreak AttacksPaperGitHub Stars
2024.02Visual In-Context Learning for Large Vision-Language ModelsPaper-

Pruning

YearTitlePaperGithub
2024.10Is C4 Dataset Optimal for Pruning? An Investigation of Calibration Data for LLM PruningPaperGitHub Stars
2025.07SafePTR: Token-Level Jailbreak Defense in Multimodal LLMs via Prune-then-Restore MechanismPaperGitHub Stars
2023.11Investigating Hallucinations in Pruned Large Language Models for Abstractive SummarizationPaperGitHub Stars
2025.03Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated AnnealingPaper-
2025.05Exploring Federated Pruning for Large Language ModelsPaperGitHub Stars
2024.01Pruning for Protection: Increasing Jailbreak Resistance in Aligned LLMs Without Fine-TuningPaper-
2023.07Measuring Faithfulness in Chain-of-Thought ReasoningPaper-
2025.05Hierarchical Safety Realignment: Lightweight Restoration of Safety in Pruned Large Vision-Language ModelsPaperGitHub Stars
2025.02Modality-Aware Neuron Pruning for Unlearning in Multimodal Large Language ModelsPaperGitHub Stars
2025.02Breaking Down Bias: On The Limits of Generalizable Pruning StrategiesPaper-
2024.03Dissecting Language Models: Machine Unlearning via Selective PruningPaperGitHub Stars
2024.12Lightweight Safety Classification Using Pruned Language ModelsPaper-
2024.02Assessing the Brittleness of Safety Alignment via Pruning and Low-Rank ModificationsPaperGitHub Stars
2024.12NLSR: Neuron-Level Safety Realignment of Large Language Models Against Harmful Fine-TuningPaperGitHub Stars
2023.12Fairness-Aware Structured Pruning in TransformersPaperGitHub Stars
2025.02Activation Approximations Can Incur Safety Vulnerabilities Even in Aligned LLMs: Comprehensive Analysis and DefensePaperGitHub Stars
2025.01Understanding and Enhancing Safety Mechanisms of LLMs via Safety-Specific NeuronPaperGitHub Stars

Tier 3: System-Level Orchestration

Multi-Agent Systems

YearTitlePaperGithub
2023.05Improving Factuality and Reasoning in Language Models through Multiagent DebatePaperGitHub Stars
2024.02Debating with More Persuasive LLMs Leads to More Truthful AnswersPaperGitHub Stars
2024.06Towards Detecting LLMs Hallucination via Markov Chain-based Multi-agent Debate FrameworkPaper-
2025.06RedDebate: Safer Responses through Multi-Agent Red Teaming DebatesPaperGitHub Stars
2024.10Towards Implicit Bias Detection and Mitigation in Multi-Agent LLM InteractionsPaperGitHub Stars
2024.06Counterfactual Debating with Preset Stances for Hallucination Elimination of LLMsPaperGitHub Stars
2025.05An Adversary-Resistant Multi-Agent LLM System via Credibility ScoringPaper-
2025.05PeerGuard: Defending Multi-Agent Systems Against Backdoor Attacks Through Mutual ReasoningPaperGitHub Stars
2024.02Don't Hallucinate, Abstain: Identifying LLM Knowledge Gaps via Multi-LLM CollaborationPaperGitHub Stars
2025.02Red-Teaming LLM Multi-Agent Systems via Communication AttacksPaper-
2026.03Emergent Social Intelligence Risks in Generative Multi-Agent SystemsPaper-
2025.05Multiple LLM Agents Debate for Equitable Cultural AlignmentPaperGitHub Stars
2024.02Can LLMs Produce Faithful Explanations For Fact-Checking? Towards Faithful Explainable Fact-Checking via Multi-Agent DebatePaperGitHub Stars
2025.081-2-3 Check: Enhancing Contextual Privacy in LLM via Multi-Agent ReasoningPaperGitHub Stars
2025.03A Multi-Agent Framework with Automated Decision Rule Optimization for Cross-Domain Misinformation DetectionPaper-
2024.09A Multi-LLM Debiasing FrameworkPaper-
2025.04Amplified Vulnerabilities: Structured Jailbreak Attacks on LLM-based Multi-Agent DebatePaper-
2024.08Audit-LLM: Multi-Agent Collaboration for Log-based Insider Threat DetectionPaper-
2023.08Towards CausalGPT: A Multi-Agent Approach for Faithful Knowledge Reasoning via Promoting Causal Consistency in LLMsPaper-
2024.04White Men Lead, Black Women Help? Benchmarking and Mitigating Language Agency Social Biases in LLMsPaperGitHub Stars
2025.03MAMM-Refine: A Recipe for Improving Faithfulness in Generation with Multi-Agent CollaborationPaperGitHub Stars
2025.09Which Cultural Lens Do Models Adopt? On Cultural Positioning Bias and Agentic Mitigation in LLMsPaper-
2025.05IP Leakage Attacks Targeting LLM-Based Multi-Agent SystemsPaper-
2024.04Confidence Calibration and Rationalization for LLMs via Multi-Agent DeliberationPaperGitHub Stars
2024.03AutoDefense: Multi-Agent LLM Defense against Jailbreak AttacksPaperGitHub Stars
2024.01PsySafe: A Comprehensive Framework for Psychological-based Attack, Defense, and Evaluation of Multi-agent System SafetyPaperGitHub Stars
2025.05GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph ModelingPaperGitHub Stars
2025.05MASTER: Multi-Agent Security Through Exploration of Roles and Topological StructuresPaper-

Evaluation

YearTitlePaperGithub
2023.06TrustGPT: A Benchmark for Trustworthy and Responsible Large Language ModelsPaperGitHub Stars
2025.04TrustEval: A Dynamic Evaluation Toolkit on Trustworthiness of Generative Foundation ModelsPaperGitHub Stars
2024.10Justice or Prejudice? Quantifying Biases in LLM-as-a-JudgePaperGitHub Stars
2023.06Judging LLM-as-a-Judge with MT-Bench and Chatbot ArenaPaperGitHub Stars
2024.04AEGIS: Online Adaptive AI Content Safety Moderation with Ensemble of LLM ExpertsPaper-
2024.06WildGuard: Open One-Stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMsPaperGitHub Stars
2025.06SoK: Evaluating Jailbreak Guardrails for Large Language ModelsPaperGitHub Stars
2024.02SafeDecoding: Defending against Jailbreak Attacks via Safety-Aware DecodingPaperGitHub Stars
2024.06SafeAligner: Safety Alignment against Jailbreak Attacks via Response Disparity GuidancePaperGitHub Stars
2024.10Root Defence Strategies: Ensuring Safety of LLM at the Decoding LevelPaperGitHub Stars
2023.06Inference-Time Intervention: Eliciting Truthful Answers from a Language ModelPaperGitHub Stars
2024.01InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model GuidancePaperGitHub Stars
2025.01GuardReasoner: Towards Reasoning-based LLM SafeguardsPaperGitHub Stars
2024.12Granite GuardianPaperGitHub Stars
2024.02Assessing the Brittleness of Safety Alignment via Pruning and Low-Rank ModificationsPaperGitHub Stars
2025.03Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated AnnealingPaper-
2025.05Guard: Generation-Time LLM Unlearning via Adaptive Restriction and DetectionPaper-
2023.10In-Context Unlearning: Language Models as Few Shot UnlearnersPaperGitHub Stars
2024.07From Theft to Bomb-Making: The Ripple Effect of Unlearning in Defending Against Jailbreak AttacksPaperGitHub Stars
2025.05GUARDIAN: Safeguarding LLM Multi-Agent Collaborations with Temporal Graph ModelingPaperGitHub Stars
2024.04Confidence Calibration and Rationalization for LLMs via Multi-Agent DeliberationPaperGitHub Stars
2025.06RedDebate: Safer Responses through Multi-Agent Red Teaming DebatesPaperGitHub Stars
2025.05PeerGuard: Defending Multi-Agent Systems Against Backdoor Attacks Through Mutual ReasoningPaperGitHub Stars
2025.07SafePTR: Token-Level Jailbreak Defense in Multimodal LLMs via Prune-then-Restore MechanismPaperGitHub Stars
2025.07PII Jailbreaking in LLMs via Activation Steering Reveals Personal Information LeakagePaper-
2024.10Mitigating Gender Bias in Code Large Language Models via Model EditingPaper-
2025.06Saffron-1: Towards an Inference Scaling Paradigm for LLM Safety AssurancePaperGitHub Stars

🌟 Acknowledgments

We thank all the researchers who contributed to this field. This list is maintained by the authors. If you find any missing papers or errors, please open an issue.

✨ Star History

Star History Chart

Contributors

leopoldwhite

10 commits

Zhuofeng-Li

3 commits