- The paper presents a novel dual-stage framework that integrates structured natural language captioning with LLM-based common-sense reward learning.
- It leverages interpretable scene representations to mitigate reward hacking and align reinforcement learning policies with human-level traffic laws.
- Empirical results in city-scale simulations show improved traffic throughput, reduced travel times, and enhanced policy robustness over state-of-the-art methods.
C2T: Captioning-Structure and LLM-Aligned Common-Sense Reward Learning for Traffic--Vehicle Coordination
Problem Statement and Motivation
Coordinating traffic signals and vehicles for efficient, safe, and scalable urban mobility is a longstanding challenge that has been modeled using DRL, imitation learning, and, more recently, language-augmented systems. Previous approaches have been impeded by difficulties in representing multi-modal and interpretable coordination rules, reliance on opaque reward systems prone to reward hacking, and limited capacity for reasoning over high-level common-sense requirements. The paper addresses these limitations by proposing C2T, a structured reward formulation and alignment framework that leverages natural language captioning, traffic scene representations, and LLM-based common-sense reward modeling to facilitate more robust coordination between intelligent traffic signals and connected autonomous vehicles.
Technical Contributions
C2T introduces a two-stage framework: 1) Captioning-structure reward modeling and 2) LLM-aligned common-sense reward learning. The method first uses a structured natural language (NL) captioning model to translate traffic states and agent actions into fine-grained scene descriptions aligned with coordination rules (e.g., right-of-way, priority, stoppage). These captions form an interpretable intermediate representation that can be used for downstream RL signal construction.
Second, C2T deploys an LLM-based reward judge, trained with instruction-tuned LLMs, to assess the plausibility, safety, and common-sense adherence of the joint traffic--vehicle scene as represented by the captions. The LLM acts as a sparsity-robust, hack-resilient reward function that aligns RL policy training with human-level commonsense and traffic law, moving beyond brittle, hand-crafted or environment simulator-based reward shaping prevalent in prior work such as GAIL (Ho et al., 2016), AIRL (Diamond, 2018), and DRL with human reward (Christiano et al., 2017).
The paper operationalizes these concepts in a unified multi-agent coordination setting. It creates a custom captioning scheme and integrates a judging LLM with policy optimization (such as PPO (Schulman et al., 2017)), providing step-wise dense reward supervision and scene-level critique at various granularities.
Empirical Evaluation and Results
The method is evaluated across multiple city-scale simulated traffic scenarios (e.g., CityFlow [zhang2019cityflow], RL-based signal control benchmarks [wei2018intellilight, wei2019presslight, wei2019colight, chen2020mplight]), with extensive ablation and comparison to state-of-the-art multi-agent RL, language-guided RL, and rule-based baselines. The evaluation demonstrates that C2T achieves consistent improvements in traffic throughput, average travel time, and policy robustness. Notably, the LLM alignment significantly reduces reward exploitation behaviors and enhances interpretability, as evidenced by inspection of generated captions and LLM feedback. The framework generalizes well to scenarios involving both classical (signal-based) and vehicle-based (connected/autonomous) agents, outperforming conventional reward learning and language-augmented RL baselines [lai2023llmlight, guo2023cotv].
Implications and Future Work
C2T evidences the utility of natural language as a structural scaffolding for RL-based multi-agent coordination, enabling transparent interface between low-level perception/action and high-level traffic laws. This formulation allows integration of external domain expertise, facilitates post-hoc safety verification, and supports incorporation of advances in LLM alignment and instruction tuning [ouyang2022instructgpt, xu2025llmjudge].
Theoretically, C2T demonstrates that LLM-aligned reward modeling can mitigate reward hacking by enforcing interpretability constraints and robust generalization, which could extend to other safety-critical domains. Future developments could include online learning with interactive human feedback, scaling to real-world fleet operations, and multilingual or jurisdiction-adaptive captioning.
Conclusion
C2T establishes a comprehensive pipeline for traffic--vehicle coordination by unifying captioning-based scene representation with LLM-aligned common-sense reward modeling. This approach addresses interpretability, reward alignment, and generalization challenges, yielding superior empirical performance and suggesting a promising pathway for integrating LLMs and RL in complex, real-world safety-critical systems.