paper-with-me

홈 › Papers

Planning Beyond Text: Graph-based Reasoning for Complex Narrative Generation

2026-04-23 · Hanwen Gu, Chao Guo, Junle Wang, Wenda Xie, Yisheng Lv arxiv

While LLMs demonstrate remarkable fluency in narrative generation, existing methods struggle to maintain global narrative coherence, contextual logical consistency, and smooth character development, often producing monotonous scripts with structural fractures. To this end, we introduce PLOTTER, a framework that performs narrative planning on structural graph representations instead of the direct sequential text representations used in existing work. Specifically, PLOTTER executes the Evaluate-Plan-Revise cycle on the event graph and character graph. By diagnosing and repairing issues of the graph topology under rigorous logical constraints, the model optimizes the causality and narrative skeleton before complete context generation. Experiments demonstrate that PLOTTER significantly outperforms representative baselines across diverse narrative scenarios. These findings verify that planning narratives on structural graph representations-rather than directly on text-is crucial to enhance the long context reasoning of LLMs in complex narrative generation.

📄 PDF Abstract BibTeX arXiv:2604.21253

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Beyond Entangled Planning: Task-Decoupled Planning for Long-Horizon Agents

2026-01-12 · Yunfan Li, Bingbing Xu, Xueyun Tian, Xiucheng Xu 외 arxiv

Recent advances in large language models (LLMs) have enabled agents to autonomously execute complex, long-horizon tasks, yet planning remains a primary bottleneck for reliable task execution. Existing methods typically f…

Reasoning Models Reason Well, Until They Don't

2025-10-25 · Revanth Rameshkumar, Jimson Huang, Yunxin Sun, Fei Xia 외 arxiv

Large language models (LLMs) have shown significant progress in reasoning tasks. However, recent studies show that transformers and LLMs fail catastrophically once reasoning problems exceed modest complexity. We revisit …

Knowledge Graphs

Beyond ReAct: A Planner-Centric Framework for Complex Tool-Augmented LLM Reasoning

2025-11-13 · Xiaolong Wei, Yuehu Dong, Xingliang Wang, Xingyu Zhang 외 arxiv

Existing tool-augmented large language models (LLMs) encounter significant challenges when processing complex queries. Current frameworks such as ReAct are prone to local optimization traps due to their reliance on incre…

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 in…