paper-with-me

홈 › Papers

Beyond Natural Language Plans: Structure-Aware Planning for Query-Focused Table Summarization

2025-07-30 · Weijia Zhang, Songgaojun Deng, Evangelos Kanoulas arxiv

Query-focused table summarization requires complex reasoning, often approached through step-by-step natural language (NL) plans. However, NL plans are inherently ambiguous and lack structure, limiting their conversion into executable programs like SQL and hindering scalability, especially for multi-table tasks. To address this, we propose a paradigm shift to structured representations. We introduce a new structured plan, TaSoF, inspired by formalism in traditional multi-agent systems, and a framework, SPaGe, that formalizes the reasoning process in three phases: 1) Structured Planning to generate TaSoF from a query, 2) Graph-based Execution to convert plan steps into SQL and model dependencies via a directed cyclic graph for parallel execution, and 3) Summary Generation to produce query-focused summaries. Our method explicitly captures complex dependencies and improves reliability. Experiments on three public benchmarks show that SPaGe consistently outperforms prior models in both single- and multi-table settings, demonstrating the advantages of structured representations for robust and scalable summarization.

📄 PDF Abstract BibTeX arXiv:2507.22829

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RunAgent: Interpreting Natural-Language Plans with Constraint-Guided Execution

2026-05-01 · Arunabh Srivastava, Mohammad A., Khojastepour, Srimat Chakradhar 외 arxiv

Humans solve problems by executing targeted plans, yet large language models (LLMs) remain unreliable for structured workflow execution. We propose RunAgent, a multi-agent plan execution platform that interprets natural-…

Code Generation

Constraint-Aware Route Recommendation from Natural Language via Hierarchical LLM Agents

2025-10-07 · Tao Zhe, Rui Liu, Fateme Memar, Xiao Luo 외 arxiv

Route recommendation aims to provide users with optimal travel plans that satisfy diverse and complex requirements. Classical routing algorithms (e.g., shortest-path and constraint-aware search) are efficient but assume …

Spatial Reasoning

Beyond Relational: Semantic-Aware Multi-Modal Analytics with LLM-Native Query Optimization

2025-11-25 · Junhao Zhu, Lu Chen, Xiangyu Ke, Ziquan Fang 외 arxiv

Multi-modal analytical processing has the potential to transform applications in e-commerce, healthcare, entertainment, and beyond. However, real-world adoption remains elusive due to the limited ability of traditional r…

Part-X-MLLM: Part-aware 3D Multimodal Large Language Model

2025-11-17 · Chunshi Wang, Junliang Ye, Yunhan Yang, Yang Li 외 arxiv

We introduce Part-X-MLLM, a native 3D multimodal large language model that unifies diverse 3D tasks by formulating them as programs in a structured, executable grammar. Given an RGB point cloud and a natural language pro…

STEP: State-Aware Task Estimation and Planning with Multi-Modal LLMs for Human-Robot Collaboration

2026-08-27 · Maitrey Gramopadhye, Prakash Baskaran, Xiao Liu, Songpo Li 외 arxiv

Effective human-robot collaboration in industrial settings requires robots to understand human intentions and assist with task planning, reducing workload. Recent works have explored the use of Multi-modal Large Language…