paper-with-me

홈 › Papers

Retrieval Augmented Generation-Enhanced Distributed LLM Agents for Generalizable Traffic Signal Control with Emergency Vehicles

2025-10-30 · Xinhang Li, Qing Guo, Junyu Chen, Zheng Guo, Shengzhe Xu, Lei Li, Lin Zhang arxiv

With increasing urban traffic complexity, Traffic Signal Control (TSC) is essential for optimizing traffic flow and improving road safety. Large Language Models (LLMs) emerge as promising approaches for TSC. However, they are prone to hallucinations in emergencies, leading to unreliable decisions that may cause substantial delays for emergency vehicles. Moreover, diverse intersection types present substantial challenges for traffic state encoding and cross-intersection training, limiting generalization across heterogeneous intersections. Therefore, this paper proposes Retrieval Augmented Generation (RAG)-enhanced distributed LLM agents with Emergency response for Generalizable TSC (REG-TSC). Firstly, this paper presents an emergency-aware reasoning framework, which dynamically adjusts reasoning depth based on the emergency scenario and is equipped with a novel Reviewer-based Emergency RAG (RERAG) to distill specific knowledge and guidance from historical cases, enhancing the reliability and rationality of agents' emergency decisions. Secondly, this paper designs a type-agnostic traffic representation and proposes a Reward-guided Reinforced Refinement (R3) for heterogeneous intersections. R3 adaptively samples training experience from diverse intersections with environment feedback-based priority and fine-tunes LLM agents with a designed reward-weighted likelihood loss, guiding REG-TSC toward high-reward policies across heterogeneous intersections. On three real-world road networks with 17 to 177 heterogeneous intersections, extensive experiments show that REG-TSC reduces travel time by 42.00%, queue length by 62.31%, and emergency vehicle waiting time by 83.16%, outperforming other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2510.26242

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MASS-RAG: Multi-Agent Synthesis Retrieval-Augmented Generation

2026-04-20 · Xingchen Xiao, Heyan Huang, Runheng Liu, Jincheng Xie arxiv

Large language models (LLMs) are widely used in retrieval-augmented generation (RAG) to incorporate external knowledge at inference time. However, when retrieved contexts are noisy, incomplete, or heterogeneous, a single…

Answer Generation

MoK-RAG: Mixture of Knowledge Paths Enhanced Retrieval-Augmented Generation for Embodied AI Environments

2025-03-18 · Zhengsheng Guo, Linwei Zheng, Xinyang Chen, Xuefeng Bai 외

While human cognition inherently retrieves information from diverse and specialized knowledge sources during decision-making processes, current Retrieval-Augmented Generation (RAG) systems typically operate through singl…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+3

Inference Cost Attacks for Retrieval-Augmented Large Language Models

2026-05-31 · Chengliang Liu, Liangbo Ning, Yujuan Ding, Wenqi Fan arxiv

Retrieval-Augmented Generation (RAG)-enhanced LLM systems, while powerful, introduce substantial inference costs due to the inclusion of an extra multi-stage pipeline that dynamically retrieves and synthesizes informatio…

Reinforcement Learning

Crafting Personalized Agents through Retrieval-Augmented Generation on Editable Memory Graphs

2024-09-28 · Zheng Wang, Zhongyang Li, Zeren Jiang, Dandan Tu 외

In the age of mobile internet, user data, often referred to as memories, is continuously generated on personal devices. Effectively managing and utilizing this data to deliver services to users is a compelling research t…

RAGRetrievalRetrieval-augmented Generation

UrbanMind: Towards Urban General Intelligence via Tool-Enhanced Retrieval-Augmented Generation and Multilevel Optimization

2025-07-07 · Kai Yang, Zelin Zhu, Chengtao Jian, Hui Ma 외 arxiv

Urban general intelligence (UGI) refers to the capacity of AI systems to autonomously perceive, reason, and act within dynamic and complex urban environments. In this paper, we introduce UrbanMind, a tool-enhanced retrie…