paper-with-me

홈 › Papers

Classifier-Augmented Generation for Structured Workflow Prediction

2025-10-10 · Thomas Gschwind, Shramona Chakraborty, Nitin Gupta, Sameep Mehta arxiv

ETL (Extract, Transform, Load) tools such as IBM DataStage allow users to visually assemble complex data workflows, but configuring stages and their properties remains time consuming and requires deep tool knowledge. We propose a system that translates natural language descriptions into executable workflows, automatically predicting both the structure and detailed configuration of the flow. At its core lies a Classifier-Augmented Generation (CAG) approach that combines utterance decomposition with a classifier and stage-specific few-shot prompting to produce accurate stage predictions. These stages are then connected into non-linear workflows using edge prediction, and stage properties are inferred from sub-utterance context. We compare CAG against strong single-prompt and agentic baselines, showing improved accuracy and efficiency, while substantially reducing token usage. Our architecture is modular, interpretable, and capable of end-to-end workflow generation, including robust validation steps. To our knowledge, this is the first system with a detailed evaluation across stage prediction, edge layout, and property generation for natural-language-driven ETL authoring.

📄 PDF Abstract BibTeX arXiv:2510.12825

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reducing hallucination in structured outputs via Retrieval-Augmented Generation

2024-04-12 · Patrice Béchard, Orlando Marquez Ayala

A common and fundamental limitation of Generative AI (GenAI) is its propensity to hallucinate. While large language models (LLM) have taken the world by storm, without eliminating or at least reducing hallucinations, rea…

HallucinationRAGRetrievalRetrieval-augmented Generation

CHARLIE: An On-Premise Multi-Agent Retrieval-Augmented Generation System for Evidential Reasoning in Forensic Science

2026-07-01 · Leandro D. Carneiro, Andre L. S. Meirelles, Juliano de A. Gomes, Rafael C. A. Cabral arxiv

We present Charlie, an on-premise multi-agent Retrieval-Augmented Generation (RAG) system for structured evidential processing in digital forensic environments. Contemporary forensic workflows must handle large volumes o…

GeoDecider: A Coarse-to-Fine Agentic Workflow for Explainable Lithology Classification

2026-05-05 · Jiahao Wang, Mingyue Cheng, Yitong Zhou, Qingyang Mao 외 arxiv

Lithology classification aims to infer subsurface rock types from well-logging signals, supporting downstream applications like reservoir characterization. Despite substantial progress, most existing methods still treat …

DCD: Domain-Oriented Design for Controlled Retrieval-Augmented Generation

2026-04-08 · Valerii Kovalskii, Nikita Belov, Nikita Miteyko, Igor Reshetnikov 외 arxiv

Retrieval-Augmented Generation (RAG) is widely used to ground large language models in external knowledge sources. However, when applied to heterogeneous corpora and multi-step queries, Naive RAG pipelines often degrade …

OG-RAG: Ontology-Grounded Retrieval-Augmented Generation For Large Language Models

2024-12-12 · Kartik Sharma, Peeyush Kumar, Yunqing Li

This paper presents OG-RAG, an Ontology-Grounded Retrieval Augmented Generation method designed to enhance LLM-generated responses by anchoring retrieval processes in domain-specific ontologies. While LLMs are widely use…

Question AnsweringRAGRetrievalRetrieval-augmented Generation