BI-Agent 与 BI-Bench:迈向端到端商业智能自动化

HuggingFace Daily Papers(社区热门论文)·2026-09-16 08:00·5天前
AI 导读

研究者构建了首个系统评测 LLM 端到端商业智能能力的基准 BI-Bench,发现前沿 LLM 准确率不足 50%。为此设计的工具增强 BI-Agent 将 BI 流程拆解为搜索、join、transform 等子任务,配合基于真实 BI 项目轨迹的 SFT 与 RL 后训练,相比原始 LLM 最高提升 40 个百分点,后训练版本再提升最多 30 个百分点。

HuggingFace Daily Papers(社区热门论文)
41AI 编辑部评分,满分 100

BI-Agent 与 BI-Bench:迈向端到端商业智能自动化

2026-09-16 08:00· 5天前
AI 导读

研究者构建了首个系统评测 LLM 端到端商业智能能力的基准 BI-Bench,发现前沿 LLM 准确率不足 50%。为此设计的工具增强 BI-Agent 将 BI 流程拆解为搜索、join、transform 等子任务,配合基于真实 BI 项目轨迹的 SFT 与 RL 后训练,相比原始 LLM 最高提升 40 个百分点,后训练版本再提升最多 30 个百分点。

Business intelligence (BI) is a cornerstone of enterprise decision-making and is widely used by enterprise users in software such as Power BI and Tableau. In traditional BI workflows, users need to prepare data by (1) identifying relevant tables, (2) performing data transformations, and (3) building join relationships, before they can (4) answer their business questions. These steps can be complex and time-consuming, making BI challenging. Given the strong capabilities of large language models (LLMs) in working with data, we study their ability to answer BI questions end-to-end, without requiring users to manually perform the tedious preparation steps.

To do this, we harvest a large collection of real-world BI projects from public sources, and manually extract pairs of (questions, ground-truth answers) from real user dashboards. The resulting benchmark, BI-Bench, is the first benchmark to systematically study LLMs' ability on end-to-end BI. We find that even frontier LLMs perform poorly on BI-Bench, with less than 50% accuracy. To address their limitations, we design a tool-augmented BI-Agent that decomposes BI workflows into subtasks on structured data, such as search, join, and transform, and orchestrates specialized data management methods across BI stages.

Furthermore, we develop a post-training framework that synthesizes training trajectories from real BI projects, enabling BI-Agent to be further post-trained using both supervised fine-tuning (SFT) and reinforcement learning (RL). BI-Agent achieves substantial accuracy gains of up to 40 percentage points with vanilla LLMs, and post-trained BI-Agent yields gains of up to 30 points. Our results highlight the importance of combining tool-augmented reasoning with domain-specific post-training in complex BI workflows, and point to promising directions for future research.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org