paper-with-me

Papers

SEED: Domain-Specific Data Curation With Large Language Models

2023-10-01 · Zui Chen, Lei Cao, Sam Madden, Tim Kraska, Zeyuan Shang, Ju Fan, Nan Tang, Zihui Gu, Chunwei Liu, Michael Cafarella

Data curation tasks that prepare data for analytics are critical for turning data into actionable insights. However, due to the diverse requirements of applications in different domains, generic off-the-shelf tools are typically insufficient. As a result, data scientists often have to develop domain-specific solutions tailored to both the dataset and the task, e.g. writing domain-specific code or training machine learning models on a sufficient number of annotated examples. This process is notoriously difficult and time-consuming. We present SEED, an LLM-as-compiler approach that automatically generates domain-specific data curation solutions via Large Language Models (LLMs). Once the user describes a task, input data, and expected output, the SEED compiler produces a hybrid pipeline that combines LLM querying with more cost-effective alternatives, such as vector-based caching, LLM-generated code, and small models trained on LLM-annotated data. SEED features an optimizer that automatically selects from the four LLM-assisted modules and forms a hybrid execution pipeline that best fits the task at hand. To validate this new, revolutionary approach, we conducted experiments on $9$ datasets spanning over $5$ data curation tasks. In comparison to solutions that use the LLM on every data record, SEED achieves state-of-the-art or comparable few-shot performance, while significantly reducing the number of LLM calls.

📄 PDF Abstract BibTeX arXiv:2310.00749

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationImputationManagement

Similar Papers 제목 키워드 기반

C-Mining: Unsupervised Discovery of Seeds for Cultural Data Synthesis via Geometric Misalignment

2026-04-17 · Pufan Zeng, Yilun Liu, Mingchen Dai, Mengyao Piao 외 arxiv

Achieving cultural alignment in Large Language Models (LLMs) increasingly depends on synthetic data generation. For such synthesis, the most vital initial step is seed curation; however, current methods lack quantifiable…

Synthetic Data Generation

A Large-Scale Dataset for Empathetic Response Generation

2021-11-01 · EMNLP 2021 11 · Anuradha Welivita, Yubo Xie, Pearl Pu

Recent development in NLP shows a strong trend towards refining pre-trained models with a domain-specific dataset. This is especially the case for response generation where emotion plays an important role. However, exist…

Empathetic Response GenerationResponse Generation

HiExpan: Task-Guided Taxonomy Construction by Hierarchical Tree Expansion

2019-10-17 · Jiaming Shen, Zeqiu Wu, Dongming Lei, Chao Zhang 외

Taxonomies are of great value to many knowledge-rich applications. As the manual taxonomy curation costs enormous human effects, automatic taxonomy construction is in great demand. However, most existing automatic taxono…

RelationRelation Extraction

Building Domain-Specific Small Language Models via Guided Data Generation

2025-11-23 · Aman Kumar, Ekant Muljibhai Amin, Xian Yeow Lee, Lasitha Vidyaratne 외 arxiv

Large Language Models (LLMs) have shown remarkable success in supporting a wide range of knowledge-intensive tasks. In specialized domains, there is growing interest in leveraging LLMs to assist subject matter experts wi…

Synthetic Data GenerationSentence CompletionQuestion AnsweringDomain Adaptation

Phase-Localized Curation Does Not Help: A Negative Result on Per-Phase Metric Selection for Demonstration Filtering

2026-06-13 · Aarav Bedi arxiv

Manipulation demonstrations have temporal phase structure, and a natural hypothesis is that demonstration-curation metrics should be applied within phases rather than globally. The idea is to segment each trajectory into…