paper-with-me

Papers

Synthetic data, real errors: how (not) to publish and use synthetic data

2023-05-16 · Boris van Breugel, Zhaozhi Qian, Mihaela van der Schaar

Generating synthetic data through generative models is gaining interest in the ML community and beyond, promising a future where datasets can be tailored to individual needs. Unfortunately, synthetic data is usually not perfect, resulting in potential errors in downstream tasks. In this work we explore how the generative process affects the downstream ML task. We show that the naive synthetic data approach -- using synthetic data as if it is real -- leads to downstream models and analyses that do not generalize well to real data. As a first step towards better ML in the synthetic data regime, we introduce Deep Generative Ensemble (DGE) -- a framework inspired by Deep Ensembles that aims to implicitly approximate the posterior distribution over the generative process model parameters. DGE improves downstream model training, evaluation, and uncertainty quantification, vastly outperforming the naive approach on average. The largest improvements are achieved for minority classes and low-density regions of the original data, for which the generative uncertainty is largest.

📄 PDF Abstract BibTeX arXiv:2305.09235

Code (1)

bvanbreugel/deep_generative_ensemble 공식 구현 pytorch

Tasks

Uncertainty Quantification

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Data Centric Domain Adaptation for Historical Text with OCR Errors

2021-07-02 · Luisa März, Stefan Schweter, Nina Poerner, Benjamin Roth 외

We propose new methods for in-domain and cross-domain Named Entity Recognition (NER) on historical data for Dutch and French. For the cross-domain case, we address domain shift by integrating unsupervised in-domain data …

Cross-Domain Named Entity RecognitionDomain Adaptationnamed-entity-recognitionNamed Entity Recognition+3

Synthetic Data -- Anonymisation Groundhog Day

2020-11-13 · Theresa Stadler, Bristena Oprisanu, Carmela Troncoso

Synthetic data has been advertised as a silver-bullet solution to privacy-preserving data publishing that addresses the shortcomings of traditional anonymisation techniques. The promise is that synthetic data drawn from …

Privacy Preserving

Can GPT-3 Perform Statutory Reasoning?

2023-02-13 · Andrew Blair-Stanek, Nils Holzenberger, Benjamin Van Durme

Statutory reasoning is the task of reasoning with facts and statutes, which are rules written in natural language by a legislature. It is a basic legal skill. In this paper we explore the capabilities of the most capable…

Judge a Sentence by Its Content to Generate Grammatical Errors

2022-08-20 · Chowdhury Rafeed Rahman

Data sparsity is a well-known problem for grammatical error correction (GEC). Generating synthetic training data is one widely proposed solution to this problem, and has allowed models to achieve state-of-the-art (SOTA) …

Grammatical Error CorrectionSentenceSynthetic Data Generation

Synthetic Students: A Comparative Study of Bug Distribution Between Large Language Models and Computing Students

2024-10-11 · Stephen MacNeil, Magdalena Rogalska, Juho Leinonen, Paul Denny 외

Large language models (LLMs) present an exciting opportunity for generating synthetic classroom data. Such data could include code containing a typical distribution of errors, simulated student behaviour to address the c…