Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Bayesian Approach to Data Point Selection

About

Data point selection (DPS) is becoming a critical topic in deep learning due to the ease of acquiring uncurated training data compared to the difficulty of obtaining curated or processed data. Existing approaches to DPS are predominantly based on a bi-level optimisation (BLO) formulation, which is demanding in terms of memory and computation, and exhibits some theoretical defects regarding minibatches. Thus, we propose a novel Bayesian approach to DPS. We view the DPS problem as posterior inference in a novel Bayesian model where the posterior distributions of the instance-wise weights and the main neural network parameters are inferred under a reasonable prior and likelihood model. We employ stochastic gradient Langevin MCMC sampling to learn the main network and instance-wise weights jointly, ensuring convergence even with minibatches. Our update equation is comparable to the widely used SGD and much more efficient than existing BLO-based methods. Through controlled experiments in both the vision and language domains, we present the proof-of-concept. Additionally, we demonstrate that our method scales effectively to large language models and facilitates automated per-task optimization for instruction fine-tuning datasets.

Xinnuo Xu, Minyoung Kim, Royson Lee, Brais Martinez, Timothy Hospedales• 2024

Related benchmarks

TaskDatasetResultRank
Multiple-choice Question AnsweringARC Easy (test)
Accuracy67
50
Multiple-choice Question AnsweringARC Challenge (test)
Accuracy34.39
26
Multiple-choice Question AnsweringMMLU (test)
Accuracy26.59
12
Showing 3 of 3 rows

Other info

Code

Follow for update