paper-with-me

홈 › Papers

Automatic End-to-End Data Integration using Large Language Models

2026-03-11 · Aaron Steiner, Christian Bizer arxiv

Designing data integration pipelines typically requires substantial manual effort from data engineers to configure pipeline components and label training data. While LLMs have shown promise in handling individual steps of the integration process, their potential to replace all human input across end-to-end data integration pipelines has not been investigated. As a step toward exploring this potential, we present an automatic data integration pipeline that uses GPT-5.2 to generate all artifacts required to adapt the pipeline to specific use cases. These artifacts are schema mappings, value mappings for data normalization, training data for entity matching, and validation data for selecting conflict resolution heuristics in data fusion. We compare the performance of this LLM-based pipeline to the performance of human-designed pipelines along three case studies requiring the integration of video game, music, and company related data. Our experiments show that the LLM-based pipeline is able to produce similar results, for some tasks even better results, as the human-designed pipelines. End-to-end, the human and the LLM pipelines produce integrated datasets of comparable size and density. Having the LLM configure the pipelines costs approximately \$10 per case study, which represents only a small fraction of the cost of having human data engineers perform the same tasks.

📄 PDF Abstract BibTeX arXiv:2603.10547

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Survive the Schema Changes: Integration of Unmanaged Data Using Deep Learning

2020-10-15 · Zijie Wang, Lixi Zhou, Amitabh Das, Valay Dave 외

Data is the king in the age of AI. However data integration is often a laborious task that is hard to automate. Schema change is one significant obstacle to the automation of the end-to-end data integration process. Alth…

Data IntegrationDeep Learning

Early Stage LM Integration Using Local and Global Log-Linear Combination

2020-05-20 · Wilfried Michel, Ralf Schlüter, Hermann Ney

Sequence-to-sequence models with an implicit alignment mechanism (e.g. attention) are closing the performance gap towards traditional hybrid hidden Markov models (HMM) for the task of automatic speech recognition. One im…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

End-to-end Automatic Speech Recognition and Speech Translation: Integration of Speech Foundational Models and LLMs

2025-10-11 · Nam Luu, Ondřej Bojar arxiv

Speech Translation (ST) is a machine translation task that involves converting speech signals from one language to the corresponding text in another language; this task has two different approaches, namely the traditiona…

Machine TranslationSpeech Recognition

Dynamic Context-Aware Streaming Pretrained Language Model For Inverse Text Normalization

2025-05-30 · Luong Ho, Khanh Le, Vinh Pham, Bao Nguyen 외

Inverse Text Normalization (ITN) is crucial for converting spoken Automatic Speech Recognition (ASR) outputs into well-formatted written text, enhancing both readability and usability. Despite its importance, the integra…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3

Automatic Prompt Optimization with Prompt Distillation

2025-08-26 · Ernest A. Dyagin, Nikita I. Kulin, Artur R. Khairullin, Viktor N. Zhuravlev 외 arxiv

Autoprompting is the process of automatically selecting optimized prompts for language models, which is gaining popularity due to the rapid development of prompt engineering driven by extensive research in the field of l…

Text ClassificationPrompt Engineering