paper-with-me

홈 › Papers

A Non-Parametric Test to Detect Data-Copying in Generative Models

2020-04-12 · Casey Meehan, Kamalika Chaudhuri, Sanjoy Dasgupta

Detecting overfitting in generative models is an important challenge in machine learning. In this work, we formalize a form of overfitting that we call {\em{data-copying}} -- where the generative model memorizes and outputs training samples or small variations thereof. We provide a three sample non-parametric test for detecting data-copying that uses the training set, a separate sample from the target distribution, and a generated sample from the model, and study the performance of our test on several canonical models and datasets. For code \& examples, visit https://github.com/casey-meehan/data-copying

📄 PDF Abstract BibTeX arXiv:2004.05675

Code (1)

casey-meehan/data-copying 공식 구현 pytorch

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Data-Copying in Generative Models: A Formal Framework

2023-02-25 · Robi Bhattacharjee, Sanjoy Dasgupta, Kamalika Chaudhuri

There has been some recent interest in detecting and addressing memorization of training data by deep neural networks. A formal framework for memorization in generative models, called "data-copying," was proposed by Meeh…

Memorization

ReDeEP: Detecting Hallucination in Retrieval-Augmented Generation via Mechanistic Interpretability

2024-10-15 · Zhongxiang Sun, Xiaoxue Zang, Kai Zheng, Jun Xu 외

Retrieval-Augmented Generation (RAG) models are designed to incorporate external knowledge, reducing hallucinations caused by insufficient parametric (internal) knowledge. However, even with accurate and relevant retriev…

HallucinationRAGRetrievalRetrieval-augmented Generation

Deciphering the Interplay of Parametric and Non-parametric Memory in Retrieval-augmented Language Models

2024-10-07 · Mehrdad Farahani, Richard Johansson

Generative language models often struggle with specialized or less-discussed knowledge. A potential solution is found in Retrieval-Augmented Generation (RAG) models which act like retrieving information before generating…

RAGRetrievalRetrieval-augmented Generation

Bayesian Graph Convolutional Neural Networks using Node Copying

2019-11-08 · Soumyasundar Pal, Florence Regol, Mark Coates

Graph convolutional neural networks (GCNN) have numerous applications in different graph based learning tasks. Although the techniques obtain impressive results, they often fall short in accounting for the uncertainty as…

Node Classification

Context Copying Modulation: The Role of Entropy Neurons in Managing Parametric and Contextual Knowledge Conflicts

2025-09-12 · Zineddine Tighidet, Andrea Mogini, Hedi Ben-younes, Jiali Mei 외 arxiv

The behavior of Large Language Models (LLMs) when facing contextual information that conflicts with their internal parametric knowledge is inconsistent, with no generally accepted explanation for the expected outcome dis…