paper-with-me

Papers

Controllable Data Augmentation for Context-Dependent Text-to-SQL

2023-04-27 · Dingzirui Wang, Longxu Dou, Wanxiang Che

The limited scale of annotated data constraints existing context-dependent text-to-SQL models because of the complexity of labeling. The data augmentation method is a commonly used method to solve this problem. However, the data generated by current augmentation methods often lack diversity. In this paper, we introduce ConDA, which generates interactive questions and corresponding SQL results. We designed the SQL dialogue state to enhance the data diversity through the state transition. Meanwhile, we also present a filter method to ensure the data quality by a grounding model. Additionally, we utilize a grounding model to identify and filter low-quality questions that mismatch the state information. Experimental results on the SParC and CoSQL datasets show that ConDA boosts the baseline model to achieve an average improvement of $3.3\%$ on complex questions. Moreover, we analyze the augmented data, which reveals that the data generated by ConDA are of high quality in both SQL template hardness and types, turns, and question consistency.

📄 PDF Abstract BibTeX arXiv:2304.13902

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDiversityText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Contextual Out-of-Domain Utterance Handling With Counterfeit Data Augmentation

2019-05-24 · Sungjin Lee, Igor Shalyminov

Neural dialog models often lack robustness to anomalous user input and produce inappropriate responses which leads to frustrating user experience. Although there are a set of prior approaches to out-of-domain (OOD) utter…

Data AugmentationOut of Distribution (OOD) Detection

Tell Me How to Ask Again: Question Data Augmentation with Controllable Rewriting in Continuous Space

2020-10-04 · EMNLP 2020 11 · Dayiheng Liu, Yeyun Gong, Jie Fu, Yu Yan 외

In this paper, we propose a novel data augmentation method, referred to as Controllable Rewriting based Question Data Augmentation (CRQDA), for machine reading comprehension (MRC), question generation, and question-answe…

Data AugmentationMachine Reading ComprehensionNatural Language InferenceQNLI+5

LaPA$^2$: Length-Aware Prefix and Prompt Attention Augmentation for Long-Form Controllable Text Generation

2025-08-06 · Jiabing Yang, Yixiang Chen, Zichen Wen, Chenhang Cui 외 arxiv

Prefix-based methods have emerged as a promising paradigm for Controllable Text Generation (CTG) due to their parameter efficiency. However, while effective in short sequences, their controllability tends to diminish as …

Text Generation

TTIDA: Controllable Generative Data Augmentation via Text-to-Text and Text-to-Image Models

2023-04-18 · Yuwei Yin, Jean Kaddour, Xiang Zhang, Yixin Nie 외

Data augmentation has been established as an efficacious approach to supplement useful information for low-resource datasets. Traditional augmentation techniques such as noise injection and image transformations have bee…

Data AugmentationDiversitydomain classificationImage Captioning

Multi-Aspect Controllable Text Generation with Disentangled Counterfactual Augmentation

2024-05-30 · Yi Liu, Xiangyu Liu, Xiangrong Zhu, Wei Hu

Multi-aspect controllable text generation aims to control the generated texts in attributes from multiple aspects (e.g., "positive" from sentiment and "sport" from topic). For ease of obtaining training samples, existing…

AttributecounterfactualDisentanglementText Generation