paper-with-me

Papers

Agentic NL2SQL to Reduce Computational Costs

2025-10-16 · Dominik Jehle, Lennart Purucker, Frank Hutter arxiv

Translating natural language queries into SQL queries (NL2SQL or Text-to-SQL) has recently been empowered by large language models (LLMs). Using LLMs to perform NL2SQL methods on a large collection of SQL databases necessitates processing large quantities of meta-information about the databases, which in turn results in lengthy prompts with many tokens and high processing costs. To address this challenge, we introduce Datalake Agent, an agentic system designed to enable an LLM to solve NL2SQL tasks more efficiently. Instead of utilizing direct solvers for NL2SQL that call the LLM once with all meta-information in the prompt, the Datalake Agent employs an interactive loop to reduce the utilized meta-information. Within the loop, the LLM is used in a reasoning framework that selectively requests only the necessary information to solve a table question answering task. We evaluate the Datalake Agent on a collection of 23 databases with 100 table question answering tasks. The Datalake Agent reduces the tokens used by the LLM by up to 87\% and thus allows for substantial cost reductions while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2510.14808

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language QueriesQuestion Answering

Similar Papers 제목 키워드 기반

A2Eval: Agentic and Automated Evaluation for Embodied Brain

2026-02-02 · Shuai Zhang, Jiayu Hu, Zijie Chen, Zeyuan Ding 외 arxiv

Current embodied VLM evaluation relies on static, expert-defined, manually annotated benchmarks that exhibit severe redundancy and coverage imbalance. This labor intensive paradigm drains computational and annotation res…

Cost-Efficient Serving of LLM Agents via Test-Time Plan Caching

2025-06-17 · Qizheng Zhang, Michael Wornow, Kunle Olukotun

LLM-based agentic applications have shown increasingly remarkable capabilities in complex workflows but incur substantial costs due to extensive planning and reasoning requirements. Existing LLM caching techniques (like …

Keyword Extraction

Networking-Aware Energy Efficiency in Agentic AI Inference: A Survey

2026-04-09 · Xiaojing Chen, Haiqi Yu, Wei Ni, Dusit Niyato 외 arxiv

The rapid emergence of Large Language Models (LLMs) has catalyzed Agentic artificial intelligence (AI), autonomous systems integrating perception, reasoning, and action into closed-loop pipelines for continuous adaptatio…

Can Compressed LLMs Truly Act? An Empirical Evaluation of Agentic Capabilities in LLM Compression

2025-05-26 · Peijie Dong, Zhenheng Tang, Xiang Liu, Lujun Li 외

Post-training compression reduces the computational and memory costs of large language models (LLMs), enabling resource-efficient deployment. However, existing compression benchmarks only focus on language modeling (e.g.…

Language ModelingLanguage ModellingLong-Context UnderstandingNatural Language Understanding+1

STRIDE: A Systematic Framework for Selecting AI Modalities -- Agentic AI, AI Assistants, or LLM Calls

2025-12-01 · Shubhi Asthana, Bing Zhang, Chad DeLuca, Ruchi Mahindru 외 arxiv

The rapid shift from stateless large language models (LLMs) to autonomous, goal-driven agents raises a central question: When is agentic AI truly necessary? While agents enable multi-step reasoning, persistent memory, an…