paper-with-me

Papers

Malicious and Unintentional Disclosure Risks in Large Language Models for Code Generation

2025-03-27 · Rafiqul Rabin, Sean McGregor, Nick Judd

This paper explores the risk that a large language model (LLM) trained for code generation on data mined from software repositories will generate content that discloses sensitive information included in its training data. We decompose this risk, known in the literature as ``unintended memorization,'' into two components: unintentional disclosure (where an LLM presents secrets to users without the user seeking them out) and malicious disclosure (where an LLM presents secrets to an attacker equipped with partial knowledge of the training data). We observe that while existing work mostly anticipates malicious disclosure, unintentional disclosure is also a concern. We describe methods to assess unintentional and malicious disclosure risks side-by-side across different releases of training datasets and models. We demonstrate these methods through an independent assessment of the Open Language Model (OLMo) family of models and its Dolma training datasets. Our results show, first, that changes in data source and processing are associated with substantial changes in unintended memorization risk; second, that the same set of operational changes may increase one risk while mitigating another; and, third, that the risk of disclosing sensitive information varies not only by prompt strategies or test datasets but also by the types of sensitive information. These contributions rely on data mining to enable greater privacy and security testing required for the LLM training data supply chain.

📄 PDF Abstract BibTeX arXiv:2503.22760

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationLanguage ModelingLanguage ModellingLarge Language ModelMemorization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Multilingual Jailbreak Challenges in Large Language Models

2023-10-10 · Yue Deng, Wenxuan Zhang, Sinno Jialin Pan, Lidong Bing

While large language models (LLMs) exhibit remarkable capabilities across a wide range of tasks, they pose potential safety concerns, such as the ``jailbreak'' problem, wherein malicious instructions can manipulate LLMs …

Beyond the Safeguards: Exploring the Security Risks of ChatGPT

2023-05-13 · Erik Derner, Kristina Batistič

The increasing popularity of large language models (LLMs) such as ChatGPT has led to growing concerns about their safety, security risks, and ethical implications. This paper aims to provide an overview of the different …

Code Generation

Reducing Privacy Risks in Online Self-Disclosures with Language Models

2023-11-16 · Yao Dou, Isadora Krsek, Tarek Naous, Anubha Kabra 외

Self-disclosure, while being common and rewarding in social media interaction, also poses privacy risks. In this paper, we take the initiative to protect the user-side privacy associated with online self-disclosure throu…

EthicsLanguage Modelling

ART: Automatic Red-teaming for Text-to-Image Models to Protect Benign Users

2024-05-24 · Guanlin Li, Kangjie Chen, Shudong Zhang, Jie Zhang 외

Large-scale pre-trained generative models are taking the world by storm, due to their abilities in generating creative content. Meanwhile, safeguards for these generative models are developed, to protect users' rights an…

DiversityLanguage ModelingLanguage ModellingLarge Language Model+1

Variance-Based Membership Inference Attacks Against Large-Scale Image Captioning Models

2025-01-01 · CVPR 2025 1 · Daniel Samira, Edan Habler, Yuval Elovici, Asaf Shabtai

The proliferation of multi-modal generative models has introduced new privacy and security challenges, especially due to the risks of memorization and unintentional disclosure of sensitive information. This paper foc…

Image CaptioningMemorization