paper-with-me

Papers

Text-to-SQL for Enterprise Data Analytics

2025-07-18 · Albert Chen, Manas Bundele, Gaurav Ahlawat, Patrick Stetz, Zhitao Wang, Qiang Fei, Donghoon Jung, Audrey Chu, Bharadwaj Jayaraman, Ayushi Panth, Yatin Arora, Sourav Jain, Renjith Varma, Alexey Ilin, Iuliia Melnychuk, Chelsea Chueh, Joyan Sil, Xiaofeng Wang arxiv

The introduction of large language models has brought rapid progress on Text-to-SQL benchmarks, but it is not yet easy to build a working enterprise solution. In this paper, we present insights from building an internal chatbot that enables LinkedIn's product managers, engineers, and operations teams to self-serve data insights from a large, dynamic data lake. Our approach features three components. First, we construct a knowledge graph that captures up-to-date semantics by indexing database metadata, historical query logs, wikis, and code. We apply clustering to identify relevant tables for each team or product area. Second, we build a Text-to-SQL agent that retrieves and ranks context from the knowledge graph, writes a query, and automatically corrects hallucinations and syntax errors. Third, we build an interactive chatbot that supports various user intents, from data discovery to query writing to debugging, and displays responses in rich UI elements to encourage follow-up chats. Our chatbot has over 300 weekly users. Expert review shows that 53% of its responses are correct or close to correct on an internal benchmark set. Through ablation studies, we identify the most important knowledge graph and modeling components, offering a practical path for developing enterprise Text-to-SQL solutions.

📄 PDF Abstract BibTeX arXiv:2507.14372

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Text-to-SQL: An Agentic LLM System for Governed Enterprise Analytics APIs

2026-05-20 · Gundeep Singh, Parsa Kavehzadeh, Jing Xia, Xue-Yong Fu 외 arxiv

Enterprise analytics aims to make organizational data accessible for decision-making, yet non-technical users still face barriers when using traditional business intelligence tools or Text-to-SQL systems. While recent Te…

Learning Domain Terms - Empirical Methods to Enhance Enterprise Text Analytics Performance

2020-12-01 · COLING 2020 8 · Gargi Roy, Lipika Dey, Mohammad Shakir, Tirthankar Dasgupta

Performance of standard text analytics algorithms are known to be substantially degraded on consumer generated data, which are often very noisy. These algorithms also do not work well on enterprise data which has a very …

Hate Speech Detection

Impact of Business Analytics and Decision Support Systems on e-commerce in SMEs

2022-11-30 · Shah J Miah

With the advancement in the marketing channel, the use of e-commerce has increased tremendously therefore the basic objective of this study is to analyze the impact of business analytics and decision support systems on e…

DescriptiveMarketing

CAWAL: A novel unified analytics framework for enterprise web applications and multi-server environments

2025-03-29 · Özkan Canay, Ümit Kocabıçak

In web analytics, cloud-based solutions have limitations in data ownership and privacy, whereas client-side user tracking tools face challenges such as data accuracy and a lack of server-side metrics. This paper presents…

KG2Cypher: Data-Centric Pipeline for Building Enterprise Text-to-Cypher Systems

2026-06-26 · Minjun Choi, Yerin Kim, Junghyuk Seo, Sujin Mo 외 arxiv

Enterprise Knowledge Graphs (KGs) are increasingly used for internal search, analytics, and question answering, but building natural-language interfaces for private enterprise graphs remains costly. We present KG2Cypher,…

Question AnsweringKnowledge Graphs