paper-with-me

홈 › Papers

Lost in the Pipeline: How Well Do Large Language Models Handle Data Preparation?

2025-11-17 · Matteo Spreafico, Ludovica Tassini, Camilla Sancricca, Cinzia Cappiello arxiv

Large language models have recently demonstrated their exceptional capabilities in supporting and automating various tasks. Among the tasks worth exploring for testing large language model capabilities, we considered data preparation, a critical yet often labor-intensive step in data-driven processes. This paper investigates whether large language models can effectively support users in selecting and automating data preparation tasks. To this aim, we considered both general-purpose and fine-tuned tabular large language models. We prompted these models with poor-quality datasets and measured their ability to perform tasks such as data profiling and cleaning. We also compare the support provided by large language models with that offered by traditional data preparation tools. To evaluate the capabilities of large language models, we developed a custom-designed quality model that has been validated through a user study to gain insights into practitioners' expectations.

📄 PDF Abstract BibTeX arXiv:2511.21708

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RoToR: Towards More Reliable Responses for Order-Invariant Inputs

2025-02-10 · Soyoung Yoon, Dongha Ahn, Youngwon Lee, Minkyu Jung 외

Mitigating positional bias of language models (LMs) for listwise inputs is a well-known and important problem (e.g., lost-in-the-middle). While zero-shot order-invariant LMs have been proposed to solve this issue, their …

Graph Question AnsweringMMLUQuestion Answering

AXIOM: A Trust-First Neuro-Symbolic Execution Architecture for Verifiable Mathematical Reasoning

2026-05-30 · Alessio Bruno arxiv

We present AXIOM, a trust-first neuro-symbolic execution architecture for natural-language mathematical reasoning. In AXIOM, the language model functions strictly as a canonicalizer: it rewrites informal problem text int…

Mathematical Reasoning

Robust Learning of Diverse Code Edits

2025-03-05 · Tushar Aggarwal, Swayam Singh, Abhijeet Awasthi, Aditya Kanade 외

Software engineering activities frequently involve edits to existing code. However, contemporary code language models (LMs) lack the ability to handle diverse types of code-edit requirements. In this work, we attempt to …

Code GenerationInstruction FollowingSynthetic Data Generation

Mitigating Lost-in-Retrieval Problems in Retrieval Augmented Multi-Hop Question Answering

2025-02-20 · Rongzhi Zhu, Xiangyu Liu, Zequn Sun, Yiwei Wang 외

In this paper, we identify a critical problem, "lost-in-retrieval", in retrieval-augmented multi-hop question answering (QA): the key entities are missed in LLMs' sub-question decomposition. "Lost-in-retrieval" significa…

Answer GenerationMulti-hop Question AnsweringQuestion AnsweringRetrieval+1

"Lost-in-the-Later": Framework for Quantifying Contextual Grounding in Large Language Models

2025-07-07 · Yufei Tao, Adam Hiatt, Rahul Seetharaman, Ameeta Agrawal arxiv

Large language models are capable of leveraging both contextual and parametric knowledge but how they prioritize and integrate these sources remains underexplored. We introduce CoPE, a novel evaluation framework that sys…

Question Answering