paper-with-me

Papers

Diverse and Effective Synthetic Data Generation for Adaptable Zero-Shot Dialogue State Tracking

2024-05-21 · James D. Finch, Jinho D. Choi

We demonstrate substantial performance gains in zero-shot dialogue state tracking (DST) by enhancing training data diversity through synthetic data generation. Existing DST datasets are severely limited in the number of application domains and slot types they cover due to the high costs of data collection, restricting their adaptability to new domains. This work addresses this challenge with a novel, fully automatic data generation approach that creates synthetic zero-shot DST datasets. Distinguished from previous methods, our approach can generate dialogues across a massive range of application domains, complete with silver-standard dialogue state annotations and slot descriptions. This technique is used to create the D0T dataset for training zero-shot DST models, encompassing an unprecedented 1,000+ domains. Experiments on the MultiWOZ benchmark show that training models on diverse synthetic data improves Joint Goal Accuracy by 6.7%, achieving results competitive with models 13.5 times larger than ours.

📄 PDF Abstract BibTeX arXiv:2405.12468

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State TrackingDiversitySynthetic Data Generation

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

Similar Papers 제목 키워드 기반

A Framework for Synthetic Audio Conversations Generation using Large Language Models

2024-09-02 · Kaung Myat Kyaw, Jonathan Hoyin Chan

In this paper, we introduce ConversaSynth, a framework designed to generate synthetic conversation audio using large language models (LLMs) with multiple persona settings. The framework first creates diverse and coherent…

Audio ClassificationAudio TaggingDiversityspeech-recognition+3

Scalable Modular Synthetic Data Generation for Advancing Aerial Autonomy

2022-11-10 · Mehrnaz Sabet, Praveen Palanisamy, Sakshi Mishra

One major barrier to advancing aerial autonomy has been collecting large-scale aerial datasets for training machine learning models. Due to costly and time-consuming real-world data collection through deploying drones, t…

Data AugmentationSynthetic Data Generation

AnySynth: Harnessing the Power of Image Synthetic Data Generation for Generalized Vision-Language Tasks

2024-11-24 · You Li, Fan Ma, Yi Yang

Diffusion models have recently been employed to generate high-quality images, reducing the need for manual data collection and improving model generalization in tasks such as object detection, instance segmentation, and …

Few-Shot Object DetectionImage GenerationImage RetrievalInstance Segmentation+5

A Synthetic Over-sampling method with Minority and Majority classes for imbalance problems

2020-11-09 · Hadi A. Khorshidi, Uwe Aickelin

Class imbalance is a substantial challenge in classifying many real-world cases. Synthetic over-sampling methods have been effective to improve the performance of classifiers for imbalance problems. However, most synthet…

ForgetMe: Evaluating Selective Forgetting in Generative Models

2025-04-17 · Zhenyu Yu, Mohd Yamani Inda Idris, Pei Wang

The widespread adoption of diffusion models in image generation has increased the demand for privacy-compliant unlearning. However, due to the high-dimensional nature and complex feature representations of diffusion mode…

Image GenerationPrivacy Preserving