dzungvpham/awesome-llm4privacy

A curated collection of papers and related projects on using LLMs for privacy.

39

14 commits

updated Oct 8, 2025

See the code

README

Awesome LLMs for Privacy

This is a collection of papers (and projects) related to the use of LLMs for privacy that I curate for my research. The focus is on privacy applications powered by modern, decoder-only LLMs (GPT, Llama, etc.), not on training data privacy (e.g., membership inference attacks, data extraction), and not on pre-GPT LLMs like BERT.

All of these papers are from 2023 onward. I try to include paper links from the official publication venues whenever possible, falling back to OpenReview and then to arXiv. I also try to include the earliest date when a paper was first submitted to arXiv. I categorize the papers based on their goals/domains (e.g., detection vs anonymization) and further add the following tags:

  • CO (constructive) if they are building something new or on top of some other existing work
  • EV (evaluation) if they are evaluating/benchmarking (usually there's a novel accompanying dataset)
  • PO (position) if they are primarily presenting a position or opinion
  • CI if they involve the Contextual Integrity theory.

Please feel free to open an issue or a pull request if you would like to share an interesting paper that uses LLMs for privacy. I will try to read and update the list whenever I have the time.

Table of Contents

Detection

Papers that focus on detecting/assessing privacy leakages/risks or privacy policy violations:

General

Named Entity Recognition

(While NER is not necessarily about sensitive data detection, it's very closely related)

Anonymization

Papers that study the use of LLMs for data anonymization, de-identification, sanitization, authorship obfuscation, etc. (further sub-categorized by the target evaluation domain):

General Evaluation

General Anonymizers

Anonymizers for Chatbot Applications

Anonymizers for Agents

Authorship Obfuscation

Special Use Case: Abstractive Summarization

Miscellaneous

Contributors

dzungvpham

14 commits

dzungvpham/awesome-llm4privacy

A curated collection of papers and related projects on using LLMs for privacy.

39

14 commits

updated Oct 8, 2025

See the code

README

Awesome LLMs for Privacy

This is a collection of papers (and projects) related to the use of LLMs for privacy that I curate for my research. The focus is on privacy applications powered by modern, decoder-only LLMs (GPT, Llama, etc.), not on training data privacy (e.g., membership inference attacks, data extraction), and not on pre-GPT LLMs like BERT.

All of these papers are from 2023 onward. I try to include paper links from the official publication venues whenever possible, falling back to OpenReview and then to arXiv. I also try to include the earliest date when a paper was first submitted to arXiv. I categorize the papers based on their goals/domains (e.g., detection vs anonymization) and further add the following tags:

  • CO (constructive) if they are building something new or on top of some other existing work
  • EV (evaluation) if they are evaluating/benchmarking (usually there's a novel accompanying dataset)
  • PO (position) if they are primarily presenting a position or opinion
  • CI if they involve the Contextual Integrity theory.

Please feel free to open an issue or a pull request if you would like to share an interesting paper that uses LLMs for privacy. I will try to read and update the list whenever I have the time.

Table of Contents

Detection

Papers that focus on detecting/assessing privacy leakages/risks or privacy policy violations:

General

Named Entity Recognition

(While NER is not necessarily about sensitive data detection, it's very closely related)

Anonymization

Papers that study the use of LLMs for data anonymization, de-identification, sanitization, authorship obfuscation, etc. (further sub-categorized by the target evaluation domain):

General Evaluation

General Anonymizers

Anonymizers for Chatbot Applications

Anonymizers for Agents

Authorship Obfuscation

Special Use Case: Abstractive Summarization

Miscellaneous

Contributors

dzungvpham

14 commits