paper-with-me

홈 › Papers

Bag of Tricks for Training Data Extraction from Language Models

2023-02-09 · Weichen Yu, Tianyu Pang, Qian Liu, Chao Du, Bingyi Kang, Yan Huang, Min Lin, Shuicheng Yan

With the advance of language models, privacy protection is receiving more attention. Training data extraction is therefore of great importance, as it can serve as a potential tool to assess privacy leakage. However, due to the difficulty of this task, most of the existing methods are proof-of-concept and still not effective enough. In this paper, we investigate and benchmark tricks for improving training data extraction using a publicly available dataset. Because most existing extraction methods use a pipeline of generating-then-ranking, i.e., generating text candidates as potential training data and then ranking them based on specific criteria, our research focuses on the tricks for both text generation (e.g., sampling strategy) and text ranking (e.g., token-level criteria). The experimental results show that several previously overlooked tricks can be crucial to the success of training data extraction. Based on the GPT-Neo 1.3B evaluation results, our proposed tricks outperform the baseline by a large margin in most cases, providing a much stronger baseline for future research. The code is available at https://github.com/weichen-yu/LM-Extraction.

📄 PDF Abstract BibTeX arXiv:2302.04460

Code (1)

weichen-yu/lm-extraction 공식 구현 pytorch

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

GPT-Neo An implementation of model & data parallel GPT3-like models using the mesh-tensorflow…

Similar Papers 제목 키워드 기반

A Bag of Tricks for Few-Shot Class-Incremental Learning

2024-03-21 · Shuvendu Roy, Chunjong Park, Aldi Fahrezi, Ali Etemad

We present a bag of tricks framework for few-shot class-incremental learning (FSCIL), which is a challenging form of continual learning that involves continuous adaptation to new tasks with limited samples. FSCIL require…

class-incremental learningClass Incremental LearningContinual LearningFew-Shot Class-Incremental Learning+1

Bag of Tricks and A Strong Baseline for Deep Person Re-identification

2019-03-17 · Hao Luo, Youzhi Gu, Xingyu Liao, Shenqi Lai 외

This paper explores a simple and efficient baseline for person re-identification (ReID). Person re-identification (ReID) with deep neural networks has made progress and achieved high performance in recent years. However,…

Person Re-Identification

PatrickStar: Parallel Training of Pre-trained Models via Chunk-based Memory Management

2021-08-12 · Jiarui Fang, Zilin Zhu, Shenggui Li, Hui Su 외

The pre-trained model (PTM) is revolutionizing Artificial Intelligence (AI) technology. However, the hardware requirement of PTM training is prohibitively high, making it a game for a small proportion of people. Therefor…

CPUGPUManagement

Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks

2021-05-19 · Association for the Advancement of Artificial Intelligence 2021 5 · Yongshun Zhang, Xiu-Shen Wei, Boyan Zhou, Jianxin Wu

In recent years, visual recognition on challenging long-tailed distributions, where classes often exhibit extremely imbalanced frequencies, has made great progress mostly based on various complex paradigms (e.g., meta le…

Data AugmentationMeta-Learning

Residual Network and Embedding Usage: New Tricks of Node Classification with Graph Convolutional Networks

2021-05-18 · Huixuan Chi, Yuying Wang, Qinfen Hao, Hong Xia

Graph Convolutional Networks (GCNs) and subsequent variants have been proposed to solve tasks on graphs, especially node classification tasks. In the literature, however, most tricks or techniques are either briefly ment…

Node ClassificationNode Property Prediction