paper-with-me

Papers

DisasterBench: Benchmarking LLM Planning under Typed Tool Interface Constraints

2026-05-27 · Zhitong Chen, Kai Yin, Weifeng Zhang, Zhiyuan Wang, Xiangjue Dong, Chengkai Liu, Zhewei Liu, Yiming Xiao, Ali Mostafavi, James Caverlee arxiv

Disasters cause severe societal impacts, demanding rapid coordination of heterogeneous AI tools, from satellite analysis to flood prediction and damage assessment, into coherent multi-step workflows. As LLMs increasingly serve as orchestrators of such pipelines, effective coordination requires more than selecting semantically plausible tools: LLMs must generate executable workflows with correct parameter binding and dependency propagation. We introduce DisasterBench, a benchmark for evaluating structured multi-agent planning over semantically similar but operationally distinct disaster-response tools. To enable step-level failure attribution, we further propose First-Point-of-Failure (FPoF), which localizes the earliest root cause in a predicted workflow, separating primary errors from downstream cascading effects. Our evaluation reveals three findings: planning method effectiveness depends strongly on model capacity; tool mismatch and parameter-binding errors dominate first failures, revealing semantic grounding and execution consistency as distinct bottlenecks; and verbose intermediate reasoning can create instruction clash with structured output requirements, disrupting plan generation. Together, these findings highlight a fundamental gap between semantic reasoning and execution-grounded coordination, underscoring the need for planning frameworks that jointly model semantic intent, execution constraints, and workflow consistency. Code, data, and evaluation resources are available at: https://github.com/TamuChen18/DisasterBench_Open

📄 PDF Abstract BibTeX arXiv:2605.27957

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DisasterBench: A Multimodal Benchmark for UAV-Based Disaster Response in Complex Environments

2026-06-04 · Tan Zhang, Quanyou Li, Lu Zhang, Jun Liu 외 arxiv

When a disaster unfolds, responders must answer not only what is happening, but also why it is happening, what will happen next, and what to do now, often from noisy low-altitude UAV views and under tight on-site compute…

Reinforcement LearningMultimodal Reasoning

Benchmarking Flexible Electric Loads Scheduling Algorithms under Market Price Uncertainty

2020-02-04 · Koos van der Linden, Natalia Romero, Mathijs M. de Weerdt

Because of increasing amounts of intermittent and distributed generators in power systems, many demand response programs have been developed to schedule flexible energy consumption. However, proper benchmarks for compari…

BenchmarkingDecision MakingScheduling

Beyond Prompt-Based Planning: MCP-Native Graph Planning-based Biomedical Agent System

2026-06-03 · Zhangtianyi Chen, Florensia Widjaja, Wufei Dai, Xiangjun Zhang 외 arxiv

Biomedical agents promise to automate complex biological workflows, yet current systems face two fundamental bottlenecks: bioinformatics tools are highly heterogeneous in interfaces and execution environments, while agen…

Planning, Creation, Usage: Benchmarking LLMs for Comprehensive Tool Utilization in Real-World Complex Scenarios

2024-01-30 · Shijue Huang, Wanjun Zhong, Jianqiao Lu, Qi Zhu 외

The recent trend of using Large Language Models (LLMs) as tool agents in real-world applications underscores the necessity for comprehensive evaluations of their capabilities, particularly in complex scenarios involving …

Benchmarking

CTIFoundry: An Agent-Native Corpus Scaffold for Cyber Threat Intelligence

2026-08-19 · Yutong Cheng, Changze Li, Qian Cui, Wei Ding 외 arxiv

Cyber threat intelligence (CTI) is increasingly consumed not by human analysts but by LLM agents that compose multi-step investigations at query time. The harness side of this shift has matured rapidly (planning loops, t…