← Search

Jinlong Pang

7 accepted papers

2026

DRAGON: Guard LLM Unlearning in Context via Negative Detection and Reasoning

ICLR 2026poster

Unlearning in Large Language Models (LLMs) is crucial for protecting private data and removing harmful knowledge. Most existing approaches rely on fine-tuning to balance unlearning efficiency with general language capabilities. However, these methods typically require training or access to retain da…

Cited by 0SourcecodeScholar
2026

Detecting Errors in AI-Generated Annotations: When and Why Semantic Neighbors Help

ICML 2026poster

Large language models (LLMs) and vision-language models (VLMs) have emerged as efficient annotators for tasks such as generation and classification. While these models offer significant cost and speed advantages over human annotation, a critical challenge remains: existing self-evaluation methods, s…

Cited by 0SourceScholar
2025

Improving Data Efficiency via Curating LLM-Driven Rating Systems

ICLR 2025poster

Instruction tuning is critical for adapting large language models (LLMs) to downstream tasks, and recent studies have demonstrated that small amounts of human-curated data can outperform larger datasets, challenging traditional data scaling laws. While LLM-based data quality rating systems offer a c…

Cited by 3SourcePDFScholar
2025

LLM Unlearning via Loss Adjustment with Only Forget Data

ICLR 2025poster

Unlearning in Large Language Models (LLMs) is essential for ensuring ethical and responsible AI use, especially in addressing privacy leak, bias, safety, and evolving regulations. Existing approaches to LLM unlearning often rely on retain data or a reference LLM, yet they struggle to adequately bala…

Cited by 2SourcePDFScholar
2025

Token Cleaning: Fine-Grained Data Selection for LLM Supervised Fine-Tuning

ICML 2025poster

Recent studies show that in supervised fine-tuning (SFT) of large language models (LLMs), data quality matters more than quantity. While most data cleaning methods concentrate on filtering entire samples, the quality of individual tokens within a sample can vary significantly. After pre-training, e…

2024

Fairness without Harm: An Influence-Guided Active Sampling Approach

NeurIPS 2024poster

The pursuit of fairness in machine learning (ML), ensuring that the models do not exhibit biases toward protected demographic groups, typically results in a compromise scenario. This compromise can be explained by a Pareto frontier where given certain resources (e.g., data), reducing the fairness vi…