vix.ing · top · new · best · stats

TransitGPT: A Generative AI-based framework for interacting with GTFS data using Large Language Models

2024/12/07 by Saipraneeth Devunuri, Lewis Lehe, Devunuri, Saipraneeth +1 · 1 citation
Computer Science · #Applications (stat.AP) #Artificial Intelligence (cs.AI) #Computation and Language (cs.CL) #Distributed and Parallel Computing Systems #FOS: Computer and information sciences

paper · pdf · doi:10.48550/arxiv.2412.06831

openalex publication_date 2024/12/07 · openalex created_date 2024/12/12 · openalex updated_date 2026/07/28

Abstract

This paper introduces a framework that leverages Large Language Models (LLMs) to answer natural language queries about General Transit Feed Specification (GTFS) data. The framework is implemented in a chatbot called TransitGPT with open-source code. TransitGPT works by guiding LLMs to generate Python code that extracts and manipulates GTFS data relevant to a query, which is then executed on a server where the GTFS feed is stored. It can accomplish a wide range of tasks, including data retrieval, calculations, and interactive visualizations, without requiring users to have extensive knowledge of GTFS or programming. The LLMs that produce the code are guided entirely by prompts, without fine-tuning or access to the actual GTFS feeds. We evaluate TransitGPT using GPT-4o and Claude-3.5-Sonnet LLMs on a benchmark dataset of 100 tasks, to demonstrate its effectiveness and versatility. The results show that TransitGPT can significantly enhance the accessibility and usability of transit data.

Cited by

Related