paper-with-me

홈 › Papers

Elephants Never Forget: Testing Language Models for Memorization of Tabular Data

2024-03-11 · Sebastian Bordt, Harsha Nori, Rich Caruana

While many have shown how Large Language Models (LLMs) can be applied to a diverse set of tasks, the critical issues of data contamination and memorization are often glossed over. In this work, we address this concern for tabular data. Starting with simple qualitative tests for whether an LLM knows the names and values of features, we introduce a variety of different techniques to assess the degrees of contamination, including statistical tests for conditional distribution modeling and four tests that identify memorization. Our investigation reveals that LLMs are pre-trained on many popular tabular datasets. This exposure can lead to invalid performance evaluation on downstream tasks because the LLMs have, in effect, been fit to the test set. Interestingly, we also identify a regime where the language model reproduces important statistics of the data, but fails to reproduce the dataset verbatim. On these datasets, although seen during training, good performance on downstream tasks might not be due to overfitting. Our findings underscore the need for ensuring data integrity in machine learning tasks with LLMs. To facilitate future research, we release an open-source tool that can perform various tests for memorization \url{https://github.com/interpretml/LLM-Tabular-Memorization-Checker}.

📄 PDF Abstract BibTeX arXiv:2403.06644

Code (1)

interpretml/llm-tabular-memorization-checker 공식 구현

Tasks

Language ModellingMemorization

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Elephants Never Forget: Memorization and Learning of Tabular Data in Large Language Models

2024-04-09 · Sebastian Bordt, Harsha Nori, Vanessa Rodrigues, Besmira Nushi 외

While many have shown how Large Language Models (LLMs) can be applied to a diverse set of tasks, the critical issues of data contamination and memorization are often glossed over. In this work, we address this concern fo…

Few-Shot LearningLanguage ModellingMemorizationWorld Knowledge

Forgetting Curve: A Reliable Method for Evaluating Memorization Capability for Long-context Models

2024-10-07 · Xinyu Liu, Runsong Zhao, Pengcheng Huang, Chunyang Xiao 외

Numerous recent works target to extend effective context length for language models and various methods, tasks and benchmarks exist to measure model's effective memorization length. However, through thorough investigatio…

Memorization

Inter and Intra-Annual Spatio-Temporal Variability of Habitat Suitability for Asian Elephants in India: A Random Forest Model-based Analysis

2021-07-22 · P. Anjali, Deepak N. Subramani

We develop a Random Forest model to estimate the species distribution of Asian elephants in India and study the inter and intra-annual spatiotemporal variability of habitats suitable for them. Climatic, topographic varia…

Continual Memorization of Factoids in Large Language Models

2024-11-11 · Howard Chen, Jiayi Geng, Adithya Bhaskar, Dan Friedman 외

Large language models can absorb a massive amount of knowledge through pretraining, but pretraining is inefficient for acquiring long-tailed or specialized facts. Therefore, fine-tuning on specialized or new knowledge th…

Memorization

Reducing Training Sample Memorization in GANs by Training with Memorization Rejection

2022-10-21 · Andrew Bai, Cho-Jui Hsieh, Wendy Kan, Hsuan-Tien Lin

Generative adversarial network (GAN) continues to be a popular research direction due to its high generation quality. It is observed that many state-of-the-art GANs generate samples that are more similar to the training …

Generative Adversarial NetworkMemorization