Coder Social home page Coder Social logo

thuccslab / awesome-lm-ssp Goto Github PK

View Code? Open in Web Editor NEW
670.0 22.0 40.0 2.06 MB

A reading list for large models safety, security, and privacy (including Awesome LLM Security, Safety, etc.).

Home Page: https://github.com/ThuCCSLab/Awesome-LM-SSP

License: Apache License 2.0

adversarial-attacks awesome-list diffusion-models jailbreak language-model llm nlp privacy safety security

awesome-lm-ssp's Introduction

Awesome-LM-SSP

Awesome Page Views Stars

Awesome-LM-SSP

Introduction

The resources related to the trustworthiness of large models (LMs) across multiple dimensions (e.g., safety, security, and privacy), with a special focus on multi-modal LMs (e.g., vision-language models and diffusion models).

  • This repo is in progress 🌱 (currently manually collected).

  • Badges:

    • Model:

      • LLM
      • VLM
      • SLM
      • Diffusion
    • Comment: Benchmark New_dataset Agent CodeGen Defense RAG Chinese ...

    • Venue: conference blog OpenAI Meta AI ...

  • 🌻 Welcome to recommend resources to us via Issues with the following format (please fill in this table):

Title Link Code Venue Classification Model Comment
aa arxiv github bb'23 A1. Jailbreak LLM Agent

News

  • [2024.05.13] We collected 7 related papers from S&P'24!
  • [2024.04.27] We adjusted the categories.
  • [2024.01.20] We collected 3 related papers from NDSS'24!
  • [2024.01.17] We collected 108 related papers from ICLR'24!
  • [2024.01.09] 🚀 LM-SSP is released!

Collections

Star History

Star History Chart

Acknowledgement

awesome-lm-ssp's People

Contributors

eggry avatar liuyugeng avatar thuccslab avatar tianshuocong avatar xinleihe avatar zhaoxu98 avatar zhengyuzhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-lm-ssp's Issues

Some works that have not been included

👍 Thank you for creating and maintaining such a great repository. I found that these works have not been included and hope they can be added.

Title Link Code Venue Classification Model Comment
Query-Relevant Images Jailbreak Large Multi-Modal Models https://arxiv.org/abs/2311.17600 https://github.com/isXinLiu/MM-SafetyBench arXiv'23 A1. Jailbreak VLM
GUARD: Role-playing to Generate Natural-language Jailbreakings to Test Guideline Adherence of Large Language Models https://arxiv.org/abs/2402.03299 arXiv'24 A1. Jailbreak LLM
On the Robustness of Large Multimodal Models Against Image Adversarial Attacks https://arxiv.org/abs/2312.03777 arXiv'23 B1. Adversarial Examples VLM
VL-Trojan: Multimodal Instruction Backdoor Attacks against Autoregressive Visual Language Models https://arxiv.org/abs/2402.13851 arXiv'24 B2. Poisoning VLM

Some of my related works

Title Link Code Venue Classification Model Comment
Towards More Effective Protection Against Diffusion-Based Mimicry with Score Distillation https://arxiv.org/abs/2311.12832 https://github.com/xavihart/Diff-Protect ICLR 2024 C2. Copyright Diffusion Model protective perturbation of diffusion model
Diffusion-Based Adversarial Sample Generation for Improved Stealthiness and Controllability https://arxiv.org/abs/2305.16494 https://github.com/xavihart/Diff-PGD NeurIPS 2023 B1. Adversarial Samples Diffusion Model generate stealthy adversarial samples

Kindly request the inclusion

Could you please add the following 3 privacy-related works? I believe they are very valuable. Thank you for maintaining this great repo!

Title Link Code Venue Classification Model Comment
PII-Compass: Guiding LLM training data extraction prompts towards the target PII via grounding Link coming soon ACL 2024 C3. Data Reconstruction LLM -
ObfuscaTune: Obfuscated Offsite Fine-tuning and Inference of Proprietary LLMs on Private Datasets Link coming soon ArXiv (under review) C6. Privacy-Preserving Computation LLM -
IncogniText: Privacy-enhancing Conditional Text Anonymization via LLM-based Private Attribute Randomization Link coming soon ArXiv (under review) C0. General LLM -

Inclusion of new paper

👍 Thank you for creating and maintaining such a great repository. I found that these works have not been included and hope they can be added.

Title Link Code Venue Classification Model Comment
Formalizing and Benchmarking Prompt Injection Attacks and Defenses arxiv github USENIX'24 A7. Prompt Injection LLM Benchmark

What is the difference between Data Reconstruction and Extraction?

我认为Data Reconstruction是指从公共聚合信息中,部分重建私有数据集的方法。比如基于开源语言模型,加入私有数据进行训练。对私有数据的攻击是Data Reconstruction(刚接触这个领域,不知道这样描述对不对)。可是在Data Reconstruction中看到了[Extracting Training Data from Large Language Models]这篇文章。

Complementing CodeGen LLM

Thanks for your awesome collection of awesome paper resources!

But I wonder will you consider more SSP research on CodeGen LLMs (or whether they should be archived in this collection).

Especially works targeting early-stage models in LLM era, here are some examples,

  • [SP 22] Asleep at the Keyboard? Assessing the Security of GitHub Copilot’s Code Contributions
  • [CCS 23] Large Language Models for Code: Security Hardening and Adversarial Testing, etc.

Thanks again!

Kindly request the inclusion

Thank you for this great paper collection! I would be delighted if my work could be incorporated into the repository; thank you!

Title Link Code Venue Classification Model Comment
DICE: Detecting In-distribution Contamination in LLM's Fine-tuning Phase for Math Reasoning https://arxiv.org/abs/2406.04197 https://github.com/THU-KEG/DICE arXiv'24 C1. Contamination LLM A novel contamination detection method which leverages the internal states of LLMs to detect data contamination in fine-tune stage for math reasoning.
KoLA: Carefully Benchmarking World Knowledge of Large Language Models https://openreview.net/forum?id=AqN23oqraW https://kola.xlore.cn/ ICLR'24 C1. Contamination LLM A carefully designed evolving benchmark for evaluating LLMs' world knowledge. KoLA benchmark is evolving so that it can avoid the data contamination issue.

Kindly request the inclusion

Thank you for this great paper collection! It will be my pleasure if my work can be included in the repo; thanks!

Title Link Code Venue Classification Model Comment
MetaCloak: Preventing Unauthorized Subject-driven Text-to-image Diffusion-based Synthesis via Meta-learning https://arxiv.org/abs/2311.13127 https://github.com/liuyixin-louis/MetaCloak CVPR'24 Oral B1. Adversarial Examples Diffusion a more robust protective perturbation framework for safeguarding portrait against customized diffusion models training

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.