菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-09
📄 Abstract - TabClaw: An Interactive and Self-Evolving Agent for Spreadsheet Manipulation and Table Reasoning

Spreadsheets and tables are widely used representations for structured data analysis, but effective analysis still requires substantial manual effort and domain expertise. Recent large language model (LLM) agents can automate parts of this process, but they often provide limited transparency into intermediate decisions, rely on implicit assumptions, struggle with multi-table comparison, and repeat similar workflows without adapting to a user's preferences. This paper presents TabClaw, an open-source interactive AI agent for spreadsheet manipulation and table reasoning. Users upload CSV or Excel files and issue natural-language requests; TabClaw clarifies ambiguous intent, exposes an editable execution plan, streams a ReAct-style tool-using analysis loop, dispatches specialist agents for parallel multi-table reasoning, and synthesizes findings with explicit consensus and uncertainty markers. Beyond one-off analysis, TabClaw records completed workflows, extracts persistent user memory, distills reusable skills from repeated tool-use patterns, supports package-style skill import, and upgrades skills from negative feedback. Experiments on spreadsheet manipulation and table reasoning benchmarks show that TabClaw improves executable task completion and reasoning performance while preserving an inspectable user workflow. This paper shows how TabClaw turns spreadsheets and tables into inspectable analytical workflows while gradually personalizing itself to recurring data-analysis tasks. Our code is available.

顶级标签: llm agents data
详细标签: spreadsheet manipulation table reasoning interactive agent self-evolving workflow personalization 或 搜索:

TabClaw:一个用于电子表格操作和表格推理的交互式自进化智能体 / TabClaw: An Interactive and Self-Evolving Agent for Spreadsheet Manipulation and Table Reasoning


1️⃣ 一句话总结

TabClaw是一个开源的AI助手,它能理解用户用日常语言提出的电子表格或表格操作请求,在执行分析时全程展示操作步骤和推理过程,并支持多表格并行比较、自动记录工作流程、从用户反馈中学习个人偏好,从而在不断使用中变得越来越贴合用户需求。

源自 arXiv: 2606.10316