paper-with-me

홈 › Papers

Using off-the-shelf LLMs to query enterprise data by progressively revealing ontologies

2024-10-11 · C. Civili, E. Sherkhonov, R. E. K. Stirewalt

Ontologies are known to improve the accuracy of Large Language Models (LLMs) when translating natural language queries into a formal query language like SQL or SPARQL. There are two ways to leverage ontologies when working with LLMs. One is to fine-tune the model, i.e., to enhance it with specific domain knowledge. Another is the zero-shot prompting approach, where the ontology is provided as part of the input question. Unfortunately, modern enterprises typically have ontologies that are too large to fit in a prompt due to LLM's token size limitations. We present a solution that incrementally reveals "just enough" of an ontology that is needed to answer a given question.

📄 PDF Abstract BibTeX arXiv:2410.09244

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Queries

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

BEAVER: An Enterprise Benchmark for Text-to-SQL

2024-09-03 · Peter Baile Chen, Fabian Wenz, Yi Zhang, Devin Yang 외

Existing text-to-SQL benchmarks have largely been constructed from web tables with human-generated question-SQL pairs. LLMs typically show strong results on these benchmarks, leading to a belief that LLMs are effective a…

Natural Language QueriesPrompt EngineeringRAGText to SQL+1

CSR-RAG: An Efficient Retrieval System for Text-to-SQL on the Enterprise Scale

2026-01-10 · Rajpreet Singh, Novak Boškov, Lawrence Drabeck, Aditya Gudal 외 arxiv

Natural language to SQL translation (Text-to-SQL) is one of the long-standing problems that has recently benefited from advances in Large Language Models (LLMs). While most academic Text-to-SQL benchmarks request schema …

Table Retrieval

LLM and Agent-Driven Data Analysis: A Systematic Approach for Enterprise Applications and System-level Deployment

2025-11-21 · Xi Wang, Xianyao Ling, Kun Li, Gang Yin 외 arxiv

The rapid progress in Generative AI and Agent technologies is profoundly transforming enterprise data management and analytics. Traditional database applications and system deployment are fundamentally impacted by AI-dri…

Computational Efficiency

RAG Strategies for Natural Language-Based SQL Query and REST API Call Generation

2026-02-06 · Michael Marketsmüller, Simon Martin, Tim Schlippe arxiv

Enterprise software systems commonly expose business functionality through both relational databases and REST APIs. Accessing these interfaces requires specialized technical knowledge, as users must determine whether a r…

Code Generation

ERATTA: Extreme RAG for Table To Answers with Large Language Models

2024-05-07 · Sohini Roychowdhury, Marko Krema, Anvar Mahammad, Brian Moore 외

Large language models (LLMs) with retrieval augmented-generation (RAG) have been the optimal choice for scalable generative AI solutions in the recent past. Although RAG implemented with AI agents (agentic-RAG) has been …

Question AnsweringRAGRetrievalRetrieval-augmented Generation