Table of Contents
Fetching ...

AI-Driven Day-to-Day Route Choice

Leizhen Wang, Peibo Duan, Zhengbing He, Cheng Lyu, Xin Chen, Nan Zheng, Li Yao, Zhenliang Ma

TL;DR

This work proposes LLMTraveler, a memory-enabled agent that uses an LLM as its decision core to model day-to-day route choice in transportation networks. By coupling per-day memory updates, exponential smoothing of experienced travel times, and context-rich prompts, the framework captures adaptive learning, explainability, and diverse decision strategies. Evaluations in both a single-OD congestion game and a multi-OD Ortuzar-Willumsen network show that LLMTravelers can reproduce key human-like patterns, approach dynamic user equilibrium in aggregate, and offer natural language rationales for their choices. The results suggest lightweight, open-source LLMs can effectively simulate realistic traveler behavior, with implications for policy analysis and scenario planning.

Abstract

Understanding travelers' route choices can help policymakers devise optimal operational and planning strategies for both normal and abnormal circumstances. However, existing choice modeling methods often rely on predefined assumptions and struggle to capture the dynamic and adaptive nature of travel behavior. Recently, Large Language Models (LLMs) have emerged as a promising alternative, demonstrating remarkable ability to replicate human-like behaviors across various fields. Despite this potential, their capacity to accurately simulate human route choice behavior in transportation contexts remains doubtful. To satisfy this curiosity, this paper investigates the potential of LLMs for route choice modeling by introducing an LLM-empowered agent, "LLMTraveler." This agent integrates an LLM as its core, equipped with a memory system that learns from past experiences and makes decisions by balancing retrieved data and personality traits. The study systematically evaluates the LLMTraveler's ability to replicate human-like decision-making through two stages of day-to-day (DTD) congestion games: (1) analyzing its route-switching behavior in single origin-destination (OD) pair scenarios, where it demonstrates patterns that align with laboratory data but cannot be fully explained by traditional models, and (2) testing its capacity to model adaptive learning behaviors in multi-OD scenarios on the Ortuzar and Willumsen (OW) network, producing results comparable to Multinomial Logit (MNL) and Reinforcement Learning (RL) models. These experiments demonstrate that the framework can partially replicate human-like decision-making in route choice while providing natural language explanations for its decisions. This capability offers valuable insights for transportation policymaking, such as simulating traveler responses to new policies or changes in the network.

AI-Driven Day-to-Day Route Choice

TL;DR

This work proposes LLMTraveler, a memory-enabled agent that uses an LLM as its decision core to model day-to-day route choice in transportation networks. By coupling per-day memory updates, exponential smoothing of experienced travel times, and context-rich prompts, the framework captures adaptive learning, explainability, and diverse decision strategies. Evaluations in both a single-OD congestion game and a multi-OD Ortuzar-Willumsen network show that LLMTravelers can reproduce key human-like patterns, approach dynamic user equilibrium in aggregate, and offer natural language rationales for their choices. The results suggest lightweight, open-source LLMs can effectively simulate realistic traveler behavior, with implications for policy analysis and scenario planning.

Abstract

Understanding travelers' route choices can help policymakers devise optimal operational and planning strategies for both normal and abnormal circumstances. However, existing choice modeling methods often rely on predefined assumptions and struggle to capture the dynamic and adaptive nature of travel behavior. Recently, Large Language Models (LLMs) have emerged as a promising alternative, demonstrating remarkable ability to replicate human-like behaviors across various fields. Despite this potential, their capacity to accurately simulate human route choice behavior in transportation contexts remains doubtful. To satisfy this curiosity, this paper investigates the potential of LLMs for route choice modeling by introducing an LLM-empowered agent, "LLMTraveler." This agent integrates an LLM as its core, equipped with a memory system that learns from past experiences and makes decisions by balancing retrieved data and personality traits. The study systematically evaluates the LLMTraveler's ability to replicate human-like decision-making through two stages of day-to-day (DTD) congestion games: (1) analyzing its route-switching behavior in single origin-destination (OD) pair scenarios, where it demonstrates patterns that align with laboratory data but cannot be fully explained by traditional models, and (2) testing its capacity to model adaptive learning behaviors in multi-OD scenarios on the Ortuzar and Willumsen (OW) network, producing results comparable to Multinomial Logit (MNL) and Reinforcement Learning (RL) models. These experiments demonstrate that the framework can partially replicate human-like decision-making in route choice while providing natural language explanations for its decisions. This capability offers valuable insights for transportation policymaking, such as simulating traveler responses to new policies or changes in the network.

Paper Structure

This paper contains 27 sections, 5 equations, 13 figures, 7 tables.

Figures (13)

  • Figure 1: Framework of LLMTraveler
  • Figure 2: Example prompt template
  • Figure 3: DTD route choice modeling framework
  • Figure 4: Single OD pair network
  • Figure 5: Travel time evolution examples in all scenarios in the experiment
  • ...and 8 more figures