Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Integrating LLMs with ITS: Recent Advances, Potentials, Challenges, and Future Directions

T0 review · 4 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read This review argues that large language models can serve as the reasoning layer of intelligent transportation systems, improving prediction, signal control, and driving assistance while facing real-time and ethical barriers.

desk verdict A broad but uneven survey whose central LLM-specific claim is undercut by its own evidence, much of which is about transformer architectures rather than language models. read the letter →

arxiv 2501.04437 v1 pith:RGRVYENM submitted 2025-01-08 eess.SY cs.AIcs.ETcs.SY

classification eess.SYcs.AIcs.ETcs.SY
keywords intelligenttransportationsystemslargelanguagemodelstrafficpredictionsignalcontrolautonomousdrivingV2XcommunicationdecentralizedLLMsedgecomputing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This review sets out to establish that large language models, though built for text, can serve as the reasoning layer of intelligent transportation systems: predicting traffic, timing signals, planning routes, assisting autonomous vehicles, scheduling transit, and enabling V2X communication. It treats the transformer's self-attention mechanism as the bridge, since the same machinery that captures word dependencies can capture spatiotemporal dependencies in traffic data, and the same model that generates language can generate alerts, explanations, and control suggestions. The paper's own evidence is a set of research prototypes in which LLM-based or transformer-based systems match or beat classical baselines for traffic forecasting and signal control. If the claim holds, transportation agencies would integrate LLMs into traffic management rather than treating them as isolated chatbots, while meeting data quality, latency, privacy, and network reliability constraints.

What carries the argument

The central object is the transformer's multi-head self-attention mechanism, generalized beyond language so it can encode both temporal and spatial dependencies in traffic data; the paper also relies on pre-training and fine-tuning, and on decentralized or edge deployment, as the machinery for making LLMs practical in ITS. The attention mechanism lets a model weigh every relevant input at once, which is what makes it suited to forecasting traffic from many heterogeneous streams and to explaining its own control choices. Pre-training supplies general world knowledge that can be adapted to traffic with limited in-domain data, while decentralization distributes inference across vehicles, roadside units, and edge nodes to cut latency and preserve data locality.

What would settle it

A field deployment that measures end-to-end latency of an LLM-driven traffic signal controller against the signal phase cycle would settle the practical claim: if median decision latency during peak traffic exceeds the phase-change interval, or if the controller causes a safety-critical failure, the real-time viability thesis is falsified. A second observation would be a benchmark where an LLM-based traffic forecaster, trained on the same historical data, fails to beat a standard graph neural network on held-out incident days.

Watch

Extended reading notes

Core claim

The paper argues that LLMs are broadly applicable to transportation management and should be integrated into future ITS: they can interpret, predict, and respond to complex scenarios within transportation networks, improving decision-making and traffic management. Its central claim is that the transformer's attention mechanism can be transferred from language to traffic data, letting the same models that understand text also model spatiotemporal traffic patterns and generate human-readable explanations for control actions. The paper also claims that decentralized and edge-deployed LLM architectures are needed to make this practical in connected vehicle environments, and that data quality, computational cost, bias, privacy, and network latency are the barriers that future research must remove.

Load-bearing premise

The load-bearing premise is that LLM-based systems can be run in real time in safety-critical transportation settings with acceptable latency, reliability, and resource use, and that decentralized LLM architectures can meet the communication and computational constraints of vehicular networks.

Editorial extensions

If this is right

  • Traffic prediction can move from task-specific deep networks to pre-trained LLMs that integrate text, weather, and sensor data with limited labeled data, reducing the dependence on large historical traffic datasets.
  • Traffic signal control can become human-mimetic and explainable: LLM-based agents can justify each signal phase change, which helps operators trust and audit decisions in complex urban intersections.
  • Autonomous driving and V2X communication can gain a linguistic layer that interprets instructions, road signs, and alerts, and generates context-aware responses, improving situational awareness and hazard detection.
  • Public transit can use LLM-driven analysis of traffic patterns, sensor data, and rider information to adjust schedules in real time and provide passengers with useful, up-to-date travel information.
  • Realizing these applications at scale requires decentralized and edge deployment, model compression, and new network architectures, because cloud-only LLMs are too slow and bandwidth-hungry for safety-critical traffic loops.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If LLMs enter live traffic systems, their first safe role is likely advisory: producing explainable signal recommendations, incident summaries, and passenger alerts, with a human or a verified controller retaining final authority, because current latency and verification gaps make direct control risky.
  • The case studies reviewed are mostly research prototypes and simulation results, so the natural next step is shared, standardized benchmarks that measure not only forecast accuracy but also inference latency, bandwidth, and safety outcomes across LLM-based and conventional ITS controllers.
  • The paper's emphasis on edge computing suggests a concrete testable route: small fine-tuned LLMs running at roadside units could meet real-time constraints while large cloud models handle non-critical planning, a hybrid architecture the review points toward but does not itself test.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. This manuscript is a survey of the role of large language models in intelligent transportation systems. It motivates the topic with market projections, reviews centralized LLM families (GPT, T5, BERT, LLaMA, Falcon) and decentralized training/inference frameworks (GPT-NeoX, OpenFlamingo, BLOOM, Colossal-AI, Mesh TensorFlow, Petals), and then surveys uses in traffic prediction, signal control, route planning, autonomous driving, public transport, V2X, ADAS, traffic control centers, smart cities, pedestrian flow, and multimodal transport. It also presents five case studies and a discussion of challenges and future directions including data, computation, ethics, integration, latency, scalability, edge computing, and 6G/quantum computing. The paper's central claim is that LLMs can potentially revolutionize user interaction with transportation systems and substantially improve ITS functions.

Significance. The topic is timely and the reference list is broad, covering 2023-2024 developments, and the paper offers a useful high-level taxonomy of challenges. The strongest contribution is the organization of applications and the enumeration of open problems rather than a quantitative comparison. However, several load-bearing examples in Sections IV and V are not language models, and the text contains internal inconsistencies; as a result, the manuscript does not currently establish the claimed LLM-specific advantages.

major comments (4)
  1. [Sections IV-A, V-A, V-C, V-D, V-E] Several systems presented as evidence of LLM benefits are not large language models. TrafficBERT (V-A) is a BERT-style transformer pretrained on traffic time-series data; STransformer/STPT (V-C), TransTTE (V-D), and BERT4ITS/BERT-ITS (V-E) are general transformer architectures for spatiotemporal or time-series data without natural-language training. Including these as 'case studies of LLMs' conflates LLMs with transformer architectures generally. Since the central claim that LLMs improve ITS depends on these examples, the authors must reclassify each cited system as an LLM, a non-LLM transformer baseline, or a framework, and then reassess which remaining systems (e.g., LA-Light, TF-LLM) support the LLM-specific claim.
  2. [Section II-E] The paragraph beginning 'Distributed architectures distribute...' introduces 'Sora's LLMs' without definition, describes data being stored 'within currently consigned data-protecting devices,' refers to a 'torrent protocol' for decentralized model updates, and ends with the incomplete sentence 'would not be just like that.' This passage is not coherent and cannot be verified against the cited literature. It should be removed or rewritten with proper technical definitions and citations before the survey can be considered reliable.
  3. [Table II] Table II contains factual errors and category confusions. LLaMA is described as an 'Encoder-decoder Transformer,' but LLaMA models are decoder-only transformers. Colossal-AI, Mesh TensorFlow, and Petals are listed as 'LLM models' with architecture and training entries, although they are distributed training/inference frameworks. GPT-NeoX is also a library rather than a pretrained model, and the 'multi-query attention' attribution appears unsupported. The table should be corrected and reorganized to distinguish models from frameworks.
  4. [Section III] This section repeatedly labels Colossal-AI, Mesh TensorFlow, Petals, and GPT-NeoX as 'decentralized LLMs' and says 'we discuss emerging DLLMs,' but these are tools for distributed computation rather than language models. This conflation affects the technical discussion of communication complexity and model updates, since the complexity of training infrastructure is not the same as the complexity of an LLM itself. The section should separate model architectures from systems/frameworks.
minor comments (5)
  1. [Section II-A] GPT-3 is called 'the latest iteration' in the first paragraph of Section II-A, but GPT-4 is discussed later in the same subsection; the wording should be corrected to reflect the chronology.
  2. [Sections I-C and III] There are typographical errors such as 'Colossoal-AI,' 'LlaMa,' 'pedestrain,' and 'logO(n log n)'; these should be corrected throughout.
  3. [Table I] The row for reference [47] describes 'generative LLM models in traffic simulation' and mentions DriveGAN, but the cited work is a survey of vision-language models in autonomous driving and ITS; the table entry should match the cited source.
  4. [Sections I and V] The model name is inconsistently written as 'LLMLight,' 'LLM-Light,' and 'LA-Light'; pick one notation and use it consistently.
  5. [References [109]-[110]] The reference metadata in [109] and [110] appears inconsistent with the cited papers in author names and titles; check and update these entries.

Circularity Check

0 steps flagged · score 1.0 of 10

No substantive circularity; the survey's claims rest on external literature, with only minor non-load-bearing self-citations.

full rationale

This is a review/survey paper, not a derivation. The central claim—that LLMs can enhance ITS in areas such as traffic prediction, signal optimization, and autonomous driving—is supported by citations to external systems and studies (e.g., TrafficBERT, LLM-Light, NavGPT, HighwayLLM). None of the paper's statements reduce by construction to its own inputs: there are no fitted parameters renamed as predictions, no self-referential definitions, no uniqueness theorems imported from the authors' prior work, and no ansatz smuggled in via citation. The only self-citations are [1] and [27] (author-group references in the introduction), used as general background support for 'ITS represent a transformative approach' and for the broadening of ITS potential with LLMs; these are not load-bearing because the surrounding claims are independently supported by a large set of other references. The paper does contain a scope problem—several systems treated as LLMs (TrafficBERT, STPT, TransTTE, BERT4ITS) are Transformer architectures for time-series or sensor data rather than language models, and Section III lists non-model frameworks (Colossal-AI, Mesh TensorFlow, Petals) as decentralized LLMs. This is a correctness/classification issue, not circularity. Similarly, the incoherent 'Sora's LLMs ... torrent protocol' passage in Section II-E is an artifact that undermines reliability but does not create a circular derivation. Under the circularity rubric, the honest finding is a very low score.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

This is a review, so there are no fitted parameters or invented entities. The central claim rests on the accuracy of cited literature and untested assumptions about real-time and decentralized deployment.

assumptions (3)
  • domain assumption The performance improvements reported in the cited studies are accurate and will transfer to real-world ITS deployments.
    The review's central claim that LLMs enhance ITS is built on the empirical results of papers it cites; if those results are not reproducible or transferable, the claim weakens.
  • domain assumption LLMs can be integrated with real-time, safety-critical transportation systems without fundamental technical barriers such as unacceptable latency.
    The paper speculates about applications like autonomous driving and traffic signal control that assume real-time feasibility, which is not established.
  • domain assumption Decentralized LLM training and inference frameworks can meet the communication and computational constraints of vehicular networks.
    Section III discusses decentralized LLMs as a solution for ITS, assuming the distributed infrastructure is practical.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Integrating LLMs with ITS: Recent Advances, Potentials, Challenges, and Future Directions." pith.science (2026). https://pith.science/paper/RGRVYENM

@misc{pith2026250104437,
  author       = {Pith},
  title        = {Pith review of: Integrating LLMs with ITS: Recent Advances, Potentials, Challenges, and Future Directions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RGRVYENM}},
  note         = {Machine review of arXiv:2501.04437}
}
read the original abstract

Intelligent Transportation Systems (ITS) are crucial for the development and operation of smart cities, addressing key challenges in efficiency, productivity, and environmental sustainability. This paper comprehensively reviews the transformative potential of Large Language Models (LLMs) in optimizing ITS. Initially, we provide an extensive overview of ITS, highlighting its components, operational principles, and overall effectiveness. We then delve into the theoretical background of various LLM techniques, such as GPT, T5, CTRL, and BERT, elucidating their relevance to ITS applications. Following this, we examine the wide-ranging applications of LLMs within ITS, including traffic flow prediction, vehicle detection and classification, autonomous driving, traffic sign recognition, and pedestrian detection. Our analysis reveals how these advanced models can significantly enhance traffic management and safety. Finally, we explore the challenges and limitations LLMs face in ITS, such as data availability, computational constraints, and ethical considerations. We also present several future research directions and potential innovations to address these challenges. This paper aims to guide researchers and practitioners through the complexities and opportunities of integrating LLMs in ITS, offering a roadmap to create more efficient, sustainable, and responsive next-generation transportation systems.

Figures

Figures reproduced from arXiv: 2501.04437 by the authors.

Figure 1
Figure 1. Projected growth of the LLM market trends by 2030. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. A generic illustration of the LLM transformer. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Different types of LLM models. the following, we briefly discuss these well-known LLMs. A. Generative Pre-Trained Transformer (GPT) GPT is a DL model that has been pre-trained on vast amounts of text data, enabling it to be fine-tuned for a variety of specific tasks, such as language generation, sentiment analysis, language modelling, machine translation, and text categorization [65]. The transformer architecture em… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Basic architecture of the LLaMA-2 model. [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: A generic architecture of Falcon LLM. advanced language understanding and generative capabilities can achieve higher efficiency, safety, and user satisfaction levels [88], [89]. The Falcon LLM is notable for its outstanding scalabil￾ity and performance among language m…
Figure 6
Figure 6. Figure 6: Illustration of the LA-light model for ITS. [PITH_FULL_IMAGE:figures/full_fig_p016_6.png]
Figure 7
Figure 7. Figure 7: Illustration of LLM-assisted optimization of public [PITH_FULL_IMAGE:figures/full_fig_p017_7.png]
Figure 8
Figure 8. Figure 8: Illustration of traffic network, control, optimization, [PITH_FULL_IMAGE:figures/full_fig_p023_8.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Spatiotemporal Semantic V2X Framework for Cooperative Collision Prediction

    cs.CV 2026-01 reject novelty 5.0 of 10

    A V2X system that sends V-JEPA embeddings instead of video can predict collisions with 92% accuracy at ~10^5 lower bandwidth in simulation, but lacks a held-out evaluation.

Reference graph

Works this paper leans on

295 extracted references · 11 canonical work pages · cited by 1 Pith paper

  1. [1]

    Advanced learning technologies for intelligent trans- portation systems: Prospects and challenges,

    R. A. Khalil, Z. Safelnasr, N. Yemane, M. Kedir, A. Shafiqurrahman, and N. Saeed, “Advanced learning technologies for intelligent trans- portation systems: Prospects and challenges,” IEEE Open Journal of Vehicular Technology, vol. 5, no. 1, pp. 397–427, 2024

  2. [2]

    Prospects and challenges of metaverse application in data-driven intelligent transportation systems,

    J. N. Njoku, C. I. Nwakanma, G. C. Amaizu, and D.-S. Kim, “Prospects and challenges of metaverse application in data-driven intelligent transportation systems,” IET Intelligent Transport Systems , vol. 17, no. 1, pp. 1–21, 2023. 30

  3. [3]

    Towards the development of intelligent transportation systems,

    L. Figueiredo, I. Jesus, J. T. Machado, J. R. Ferreira, and J. M. De Carvalho, “Towards the development of intelligent transportation systems,” IEEE intelligent transportation systems. Proceedings (Cat. No. 01TH8585), pp. 1206–1211, 2001

  4. [4]

    Middle East Intelligent Transportation Systems Market Size, Share & Trends Analysis,

    6Wresearch, “Middle East Intelligent Transportation Systems Market Size, Share & Trends Analysis,” https://www .6wresearch.com/ industry-report/uae-intelligent-transportation-system-market-2017- 2023-forecast-by-type-verticals-regions-competitive-landscape, online; accessed 2 September 2023

  5. [5]

    Large language model market size, share & trends analysis report by application, 2030,

    Grand View Research, “Large language model market size, share & trends analysis report by application, 2030,” https://www.grandviewresearch.com/industry-analysis/large-language- model-llm-market-report, online; accessed 10 April 2024

  6. [6]

    Intelligent transportation systems,

    S. Shaheen and R. Finson, “Intelligent transportation systems,” 2013

  7. [7]

    A review of intelligent trans- portation systems from a communications technology perspective,

    A. Maimaris and G. Papageorgiou, “A review of intelligent trans- portation systems from a communications technology perspective,” in 2016 IEEE 19th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2016, pp. 54–59

  8. [8]

    Intelligent trans- portation systems for smart cities: a progress review,

    Z. Xiong, H. Sheng, W. Rong, and D. E. Cooper, “Intelligent trans- portation systems for smart cities: a progress review,” Science China Information Sciences, vol. 55, pp. 2908–2914, 2012

Show all 295 references
  1. [9]

    Smarter and more connected: Future intelligent transportation system,

    A. Sumalee and H. W. Ho, “Smarter and more connected: Future intelligent transportation system,” Iatss Research , vol. 42, no. 2, pp. 67–71, 2018

  2. [10]

    Intelligent transportation sys- tems using external infrastructure: A literature survey,

    C. Creß, Z. Bing, and A. C. Knoll, “Intelligent transportation sys- tems using external infrastructure: A literature survey,” arXiv preprint arXiv:2112.05615, 2021

  3. [11]

    A survey on intelligent trans- portation systems,

    K. N. Qureshi and A. H. Abdullah, “A survey on intelligent trans- portation systems,” Middle-East Journal of Scientific Research, vol. 15, no. 5, pp. 629–642, 2013

  4. [12]

    Intelligent transportation systems: A survey,

    R. Ghosh, R. Pragathi, S. Ullas, and S. Borra, “Intelligent transportation systems: A survey,” in 2017 International Conference on Circuits, Controls, and Communications (CCUBE) . IEEE, 2017, pp. 160–165

  5. [13]

    Explainable traf- fic flow prediction with large language models,

    X. Guo, Q. Zhang, M. Peng, M. Zhua et al. , “Explainable traf- fic flow prediction with large language models,” arXiv preprint arXiv:2404.02937, 2024

  6. [14]

    Intelligent transportation systems,

    G. Dimitrakopoulos and P. Demestichas, “Intelligent transportation systems,” IEEE Vehicular Technology Magazine, vol. 5, no. 1, pp. 77– 84, 2010

  7. [15]

    Context-aware machine learning for intelligent transportation systems: A survey,

    G.-L. Huang, A. Zaslavsky, S. W. Loke, A. Abkenar, A. Medvedev, and A. Hassani, “Context-aware machine learning for intelligent transportation systems: A survey,” IEEE Transactions on Intelligent Transportation Systems, 2022

  8. [16]

    Solving the security problem of in- telligent transportation system with deep learning,

    Z. Lv, S. Zhang, and W. Xiu, “Solving the security problem of in- telligent transportation system with deep learning,” IEEE Transactions on Intelligent Transportation Systems , vol. 22, no. 7, pp. 4281–4290, 2020

  9. [17]

    Machine learning-based traffic scheduling techniques for intelligent transportation system: Opportunities and challenges,

    M. Nama, A. Nath, N. Bechra, J. Bhatia, S. Tanwar, M. Chaturvedi, and B. Sadoun, “Machine learning-based traffic scheduling techniques for intelligent transportation system: Opportunities and challenges,” International Journal of Communication Systems , vol. 34, no. 9, p. e4814, 2021

  10. [18]

    Deep learning support for intelligent transportation systems,

    J. Guerrero-Iba ˜nez, J. Contreras-Castillo, and S. Zeadally, “Deep learning support for intelligent transportation systems,” Transactions on Emerging Telecommunications Technologies, vol. 32, no. 3, p. e4169, 2021

  11. [19]

    Mohri, A

    M. Mohri, A. Rostamizadeh, and A. Talwalkar, Foundations of machine learning. MIT press, 2018

  12. [20]

    Deep learning for reliable mo- bile edge analytics in intelligent transportation systems: An overview,

    A. Ferdowsi, U. Challita, and W. Saad, “Deep learning for reliable mo- bile edge analytics in intelligent transportation systems: An overview,” ieee vehicular technology magazine , vol. 14, no. 1, pp. 62–70, 2019

  13. [21]

    A real- time collision prediction mechanism with deep learning for intelligent transportation system,

    X. Wang, J. Liu, T. Qiu, C. Mu, C. Chen, and P. Zhou, “A real- time collision prediction mechanism with deep learning for intelligent transportation system,” IEEE Transactions on Vehicular technology , vol. 69, no. 9, pp. 9497–9508, 2020

  14. [22]

    Deep reinforcement learning for intelligent transportation systems: A survey,

    A. Haydari and Y . Yılmaz, “Deep reinforcement learning for intelligent transportation systems: A survey,” IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 1, pp. 11–32, 2020

  15. [23]

    A survey on the applications of frontier ai, foundation models, and large language models to intelligent transportation systems,

    M. R. Shoaib, H. M. Emara, and J. Zhao, “A survey on the applications of frontier ai, foundation models, and large language models to intelligent transportation systems,” in 2023 International Conference on Computer and Applications (ICCA) . IEEE, 2023, pp. 1–7

  16. [24]

    Deep learning methods in transportation domain: a review,

    H. Nguyen, L.-M. Kieu, T. Wen, and C. Cai, “Deep learning methods in transportation domain: a review,” IET Intelligent Transport Systems, vol. 12, no. 9, pp. 998–1004, 2018

  17. [25]

    Deep learning for intelligent transportation systems: A survey of emerging trends,

    M. Veres and M. Moussa, “Deep learning for intelligent transportation systems: A survey of emerging trends,” IEEE Transactions on Intelli- gent transportation systems , vol. 21, no. 8, pp. 3152–3168, 2019

  18. [26]

    Large language model- driven urban traffic signal control,

    Y . Tang, X. Dai, C. Zhao, Q. Cheng, and Y . Lv, “Large language model- driven urban traffic signal control,” in 2024 Australian & New Zealand Control Conference (ANZCC). IEEE, 2024, pp. 67–71

  19. [27]

    Lever- aging large language models for integrated satellite-aerial-terrestrial networks: Recent advances and future directions,

    S. Javaid, R. A. Khalil, N. Saeed, B. He, and M.-S. Alouini, “Lever- aging large language models for integrated satellite-aerial-terrestrial networks: Recent advances and future directions,” arXiv preprint arXiv:2407.04581, 2024

  20. [30]

    Chatgpt is on the horizon: Could a large language model be all we need for intelligent transportation?

    O. Zheng, M. Abdel-Aty, D. Wang, Z. Wang, and S. Ding, “Chatgpt is on the horizon: Could a large language model be all we need for intelligent transportation?” arXiv preprint arXiv:2303.05382 , 2023

  21. [31]

    Intelligent transportation systems (its): A systematic review using a natural language processing (nlp) approach,

    T. D. Putri et al., “Intelligent transportation systems (its): A systematic review using a natural language processing (nlp) approach,” Heliyon, vol. 7, no. 12, 2021

  22. [32]

    Misbehavior detection using machine learn- ing in vehicular communication networks,

    S. Gyawali and Y . Qian, “Misbehavior detection using machine learn- ing in vehicular communication networks,” in ICC 2019-2019 IEEE International Conference on Communications (ICC) . IEEE, 2019, pp. 1–6

  23. [33]

    Data- driven intelligent transportation systems: A survey,

    J. Zhang, F.-Y . Wang, K. Wang, W.-H. Lin, X. Xu, and C. Chen, “Data- driven intelligent transportation systems: A survey,” IEEE Transactions on Intelligent Transportation Systems , vol. 12, no. 4, pp. 1624–1639, 2011

  24. [34]

    A survey of intelligent transporta- tion systems,

    S.-h. An, B.-H. Lee, and D.-R. Shin, “A survey of intelligent transporta- tion systems,” in 2011 third international conference on computational intelligence, communication systems and networks . IEEE, 2011, pp. 332–337

  25. [35]

    A survey on the current security landscape of intelligent transportation systems,

    A. Lamssaggad, N. Benamar, A. S. Hafid, and M. Msahli, “A survey on the current security landscape of intelligent transportation systems,” IEEE Access, vol. 9, pp. 9180–9208, 2021

  26. [37]

    Envisioning the future of transportation: Inspiration of chatgpt and large models,

    X. Qu, H. Lin, and Y . Liu, “Envisioning the future of transportation: Inspiration of chatgpt and large models,” Communications in Trans- portation Research, vol. 3, 2023

  27. [38]

    Accidentgpt: Accident analysis and prevention from v2x environmental perception with multi-modal large model,

    L. Wang, H. Jiang, P. Cai, D. Fu, T. Wang, Z. Cui, Y . Ren, H. Yu, X. Wang, and Y . Wang, “Accidentgpt: Accident analysis and prevention from v2x environmental perception with multi-modal large model,” arXiv preprint arXiv:2312.13156 , 2023

  28. [39]

    Frontier ai regulation: Managing emerging risks to public safety,

    M. Anderljung, J. Barnhart, J. Leung, A. Korinek, C. O’Keefe, J. Whit- tlestone, S. Avin, M. Brundage, J. Bullock, D. Cass-Beggs et al. , “Frontier ai regulation: Managing emerging risks to public safety,” arXiv preprint arXiv:2307.03718 , 2023

  29. [40]

    On the use of artificial intelligence techniques in intelligent transportation systems,

    M. Machin, J. A. Sanguesa, P. Garrido, and F. J. Martinez, “On the use of artificial intelligence techniques in intelligent transportation systems,” in 2018 IEEE wireless communications and networking conference workshops (WCNCW) . IEEE, 2018, pp. 332–337

  30. [41]

    Artificial intelligence techniques for driving safety and vehicle crash prediction,

    Z. Halim, R. Kalsoom, S. Bashir, and G. Abbas, “Artificial intelligence techniques for driving safety and vehicle crash prediction,” Artificial Intelligence Review, vol. 46, pp. 351–387, 2016

  31. [42]

    A survey of generative ai for intelligent transporta- tion systems,

    H. Yan and Y . Li, “A survey of generative ai for intelligent transporta- tion systems,” arXiv preprint arXiv:2312.08248 , 2023

  32. [43]

    Explainable arti- ficial intelligence for autonomous driving: A comprehensive overview and field guide for future research directions,

    S. Atakishiyev, M. Salameh, H. Yao, and R. Goebel, “Explainable arti- ficial intelligence for autonomous driving: A comprehensive overview and field guide for future research directions,” IEEE Access , vol. 12, pp. 101 603–101 625, 2024

  33. [45]

    Chat-gpt is on the horizon: Could a large language model be suitable for intelligent traffic safety research and applications?

    O. Zheng, D. Wang, Z. Wang, and S. Ding, “Chat-gpt is on the horizon: Could a large language model be suitable for intelligent traffic safety research and applications?” ArXiv, 2023

  34. [46]

    Trafficgpt: Viewing, processing and interacting with traffic foundation models,

    S. Zhang, D. Fu, W. Liang, Z. Zhang, B. Yu, P. Cai, and B. Yao, “Trafficgpt: Viewing, processing and interacting with traffic foundation models,” Transport Policy, vol. 150, pp. 95–105, 2024

  35. [47]

    Vision language models in autonomous driving and intelligent transportation systems,

    X. Zhou, M. Liu, B. L. Zagar, E. Yurtsever, and A. C. Knoll, “Vision language models in autonomous driving and intelligent transportation systems,” arXiv preprint arXiv:2310.14414 , 2023. 31

  36. [48]

    Open-ti: Open traffic intelligence with augmented language model,

    L. Da, K. Liou, T. Chen, X. Zhou, X. Luo, Y . Yang, and H. Wei, “Open-ti: Open traffic intelligence with augmented language model,” International Journal of Machine Learning and Cybernetics , pp. 1–26, 2024

  37. [49]

    A survey on multimodal large language models for autonomous driving,

    C. Cui, Y . Ma, X. Cao, W. Ye, Y . Zhou, K. Liang, J. Chen, J. Lu, Z. Yang, K.-D. Liao et al. , “A survey on multimodal large language models for autonomous driving,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2024, pp. 958– 979

  38. [50]

    Evaluating large language models for sentence augmentation in low- resource languages: A case study on kazakh,

    Z. Bimagambetova, D. Rakhymzhanov, A. Jaxylykova, and A. Pak, “Evaluating large language models for sentence augmentation in low- resource languages: A case study on kazakh,” in 2023 19th Interna- tional Asian School-Seminar on Optimization Problems of Complex Systems (OPCS), ...

  39. [51]

    On the opportunities and risks of foundation models,

    R. Bommasani, D. A. Hudson, E. Adeli, R. Altman, S. Arora, S. von Arx, M. S. Bernstein, J. Bohg, A. Bosselut, E. Brunskill et al. , “On the opportunities and risks of foundation models,” arXiv preprint arXiv:2108.07258, 2021

  40. [52]

    A survey on evaluation of large language models,

    Y . Chang, X. Wang, J. Wang, Y . Wu, L. Yang, K. Zhu, H. Chen, X. Yi, C. Wang, Y . Wang et al. , “A survey on evaluation of large language models,” ACM Transactions on Intelligent Systems and Technology , vol. 15, no. 3, pp. 1–45, 2024

  41. [53]

    A survey of large language models,

    W. X. Zhao, K. Zhou, J. Li, T. Tang, X. Wang, Y . Hou, Y . Min, B. Zhang, J. Zhang, Z. Dong et al. , “A survey of large language models,” arXiv preprint arXiv:2303.18223 , 2023

  42. [54]

    Emergent abilities of large language models,

    J. Wei, Y . Tay, R. Bommasani, C. Raffel, B. Zoph, S. Borgeaud, D. Yogatama, M. Bosma, D. Zhou, D. Metzler et al. , “Emergent abilities of large language models,” arXiv preprint arXiv:2206.07682 , 2022

  43. [55]

    Recent advances in natural language processing via large pre-trained language models: A survey,

    B. Min, H. Ross, E. Sulem, A. P. B. Veyseh, T. H. Nguyen, O. Sainz, E. Agirre, I. Heintz, and D. Roth, “Recent advances in natural language processing via large pre-trained language models: A survey,” ACM Computing Surveys, vol. 56, no. 2, pp. 1–40, 2023

  44. [56]

    Chatgpt for good? on opportunities and challenges of large language models for education,

    E. Kasneci, K. Seßler, S. K ¨uchemann, M. Bannert, D. Dementieva, F. Fischer, U. Gasser, G. Groh, S. G ¨unnemann, E. H ¨ullermeier et al., “Chatgpt for good? on opportunities and challenges of large language models for education,” Learning and individual differences , vol. 103...

  45. [57]

    Towards efficient generative large language model serving: A survey from algorithms to systems,

    X. Miao, G. Oliaro, Z. Zhang, X. Cheng, H. Jin, T. Chen, and Z. Jia, “Towards efficient generative large language model serving: A survey from algorithms to systems,” arXiv preprint arXiv:2312.15234 , 2023

  46. [58]

    Language models with transform- ers,

    C. Wang, M. Li, and A. J. Smola, “Language models with transform- ers,” arXiv preprint arXiv:1904.09408 , 2019

  47. [59]

    Self- attention and transformers: Driving the evolution of large language models,

    Q. Luo, W. Zeng, M. Chen, G. Peng, X. Yuan, and Q. Yin, “Self- attention and transformers: Driving the evolution of large language models,” in 2023 IEEE 6th International Conference on Electronic Information and Communication Technology (ICEICT), 2023, pp. 401– 405

  48. [60]

    Large language models in radiology: fundamentals, applications, ethical con- siderations, risks, and future directions,

    T. A. D’Antonoli, A. Stanzione, C. Bluethgen, F. Vernuccio, L. Ugga, M. E. Klontzas, R. Cuocolo, R. Cannella, and B. Koc ¸ak, “Large language models in radiology: fundamentals, applications, ethical con- siderations, risks, and future directions,” Diagnostic and Interventional...

  49. [61]

    Attention is all you need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” Advances in neural information processing systems , vol. 30, 2017

  50. [62]

    Subword regularization: Improving neural network trans- lation models with multiple subword candidates,

    T. Kudo, “Subword regularization: Improving neural network trans- lation models with multiple subword candidates,” arXiv preprint arXiv:1804.10959, 2018

  51. [63]

    Chatgpt for good? on opportunities and challenges of large language models for education,

    E. Kasneci, K. Sessler, S. K ¨uchemann, M. Bannert, D. Dementieva, F. Fischer, U. Gasser, G. Groh, S. G ¨unnemann, E. H ¨ullermeier, S. Krusche, G. Kutyniok, T. Michaeli, C. Nerdel, J. Pfeffer, O. Poquet, M. Sailer, A. Schmidt, T. Seidel, M. Stadler, J. Weller, J. Kuhn, and G....

  52. [64]

    Improved fine-tuning by better leveraging pre-training data,

    Z. Liu, Y . Xu, Y . Xu, Q. Qian, H. Li, X. Ji, A. Chan, and R. Jin, “Improved fine-tuning by better leveraging pre-training data,”Advances in Neural Information Processing Systems , vol. 35, pp. 32 568–32 581, 2022

  53. [65]

    Speech-transformer: a no-recurrence sequence-to-sequence model for speech recognition,

    L. Dong, S. Xu, and B. Xu, “Speech-transformer: a no-recurrence sequence-to-sequence model for speech recognition,” in 2018 IEEE international conference on acoustics, speech and signal processing (ICASSP). IEEE, 2018, pp. 5884–5888

  54. [66]

    Extracting family history of patients from clinical narratives: exploring an end-to-end solution with deep learning models,

    X. Yang, H. Zhang, X. He, J. Bian, Y . Wu et al. , “Extracting family history of patients from clinical narratives: exploring an end-to-end solution with deep learning models,” JMIR Medical Informatics, vol. 8, no. 12, p. e22982, 2020

  55. [67]

    Zero-shot learning with minimum instruction to extract social determinants and family history from clinical notes using gpt model,

    N. J. Bhate, A. Mittal, Z. He, and X. Luo, “Zero-shot learning with minimum instruction to extract social determinants and family history from clinical notes using gpt model,” in 2023 IEEE International Conference on Big Data (BigData) , 2023, pp. 1476–1480

  56. [68]

    Gpt-3: Its nature, scope, limits, and consequences,

    L. Floridi and M. Chiriatti, “Gpt-3: Its nature, scope, limits, and consequences,” Minds and Machines , vol. 30, pp. 681–694, 2020

  57. [69]

    Microsoft teams up with openai to exclusively license gpt-3 language model,

    K. Scott, “Microsoft teams up with openai to exclusively license gpt-3 language model,” Official Microsoft Blog , vol. 22, 2020

  58. [70]

    Openai’s massive gpt-3 model is impressive, but size isn’t everything,

    K. Wiggers, “Openai’s massive gpt-3 model is impressive, but size isn’t everything,” VentureBeat. June, 2020

  59. [71]

    Improving language understanding by generative pre-training,

    A. Radford, K. Narasimhan, T. Salimans, I. Sutskever et al., “Improving language understanding by generative pre-training,” 2018

  60. [72]

    Language models are unsupervised multitask learners,

    A. Radford, J. Wu, R. Child, D. Luan, D. Amodei, I. Sutskever et al., “Language models are unsupervised multitask learners,” OpenAI blog, vol. 1, no. 8, p. 9, 2019

  61. [73]

    Language mod- els are few-shot learners,

    T. Brown, B. Mann, N. Ryder, M. Subbiah, J. D. Kaplan, P. Dhariwal, A. Neelakantan, P. Shyam, G. Sastry, A. Askell et al., “Language mod- els are few-shot learners,” Advances in neural information processing systems, vol. 33, pp. 1877–1901, 2020

  62. [74]

    Gpt-4 technical report,

    J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat et al. , “Gpt-4 technical report,” arXiv preprint arXiv:2303.08774 , 2023

  63. [75]

    Exploring the limits of transfer learning with a unified text-to-text transformer,

    C. Raffel, N. Shazeer, A. Roberts, K. Lee, S. Narang, M. Matena, Y . Zhou, W. Li, and P. J. Liu, “Exploring the limits of transfer learning with a unified text-to-text transformer,” Journal of machine learning research, vol. 21, no. 140, pp. 1–67, 2020

  64. [76]

    Detecting personal information in training corpora: an analysis,

    N. Subramani, S. Luccioni, J. Dodge, and M. Mitchell, “Detecting personal information in training corpora: an analysis,” in Proceedings of the 3rd Workshop on Trustworthy Natural Language Processing (TrustNLP 2023), 2023, pp. 208–220

  65. [77]

    Scifive: a text-to-text transformer model for biomedical literature,

    L. N. Phan, J. T. Anibal, H. Tran, S. Chanana, E. Bahadroglu, A. Peltekian, and G. Altan-Bonnet, “Scifive: a text-to-text transformer model for biomedical literature,” arXiv preprint arXiv:2106.03598 , 2021

  66. [78]

    Lens: A foundation model for network traffic,

    Q. Wang, C. Qian, X. Li, Z. Yao, and H. Shao, “Lens: A foundation model for network traffic,” arXiv preprint arXiv:2402.03646 , 2024

  67. [79]

    A survey on large language models: Applications, challenges, limitations, and practical usage,

    M. U. Hadi, R. Qureshi, A. Shah, M. Irfan, A. Zafar, M. B. Shaikh, N. Akhtar, J. Wu, S. Mirjalili et al. , “A survey on large language models: Applications, challenges, limitations, and practical usage,” Authorea Preprints, 2023

  68. [80]

    Bert: Pre-training of deep bidirectional transformers for language understanding,

    J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “Bert: Pre-training of deep bidirectional transformers for language understanding,” arXiv preprint arXiv:1810.04805, 2018

  69. [81]

    A study of chinese text classification based on a new type of bert pre-training,

    Y . Liu, H. Huang, J. Gao, and S. Gai, “A study of chinese text classification based on a new type of bert pre-training,” in 2023 5th International Conference on Natural Language Processing (ICNLP) , 2023, pp. 303–307

  70. [82]

    Best: Bert pre-training for sign language recognition with coupling tokenization,

    W. Zhao, H. Hu, W. Zhou, J. Shi, and H. Li, “Best: Bert pre-training for sign language recognition with coupling tokenization,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 37, no. 3, 2023, pp. 3597–3605

  71. [83]

    Llama: Open and efficient foundation language models,

    H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozi `ere, N. Goyal, E. Hambro, F. Azhar et al., “Llama: Open and efficient foundation language models,” arXiv preprint arXiv:2302.13971, 2023

  72. [84]

    Llama guard: Llm-based input-output safeguard for human-ai conversations,

    H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y . Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosale et al. , “Llama guard: Llm-based input-output safeguard for human-ai conversations,” arXiv preprint arXiv:2312.06674 , 2023. [Online]. Available: https://arxiv...

  73. [85]

    The refined- web dataset for falcon llm: outperforming curated corpora with web data, and web data only,

    G. Penedo, Q. Malartic, D. Hesslow, R. Cojocaru, A. Cappelli, H. Alobeidli, B. Pannier, E. Almazrouei, and J. Launay, “The refined- web dataset for falcon llm: outperforming curated corpora with web data, and web data only,” arXiv preprint arXiv:2306.01116 , 2023

  74. [86]

    Palm: Scaling language modeling with pathways,

    A. Chowdhery, S. Narang, J. Devlin, M. Bosma, G. Mishra, A. Roberts, P. Barham, H. W. Chung, C. Sutton, S. Gehrmannet al., “Palm: Scaling language modeling with pathways,” Journal of Machine Learning Research, vol. 24, no. 240, pp. 1–113, 2023

  75. [87]

    The falcon series of open language models,

    E. Almazrouei, H. Alobeidli, A. Alshamsi, A. Cappelli, R. Cojo- caru, M. Debbah, ´E. Goffinet, D. Hesslow, J. Launay, Q. Malartic et al. , “The falcon series of open language models,” arXiv preprint arXiv:2311.16867, 2023

  76. [88]

    Efficiently scaling transformer 32 inference,

    R. Pope, S. Douglas, A. Chowdhery, J. Devlin, J. Bradbury, J. Heek, K. Xiao, S. Agrawal, and J. Dean, “Efficiently scaling transformer 32 inference,” Proceedings of Machine Learning and Systems , vol. 5, 2023

  77. [89]

    Fast transformer decoding: One write-head is all you need,

    N. Shazeer, “Fast transformer decoding: One write-head is all you need,” arXiv preprint arXiv:1911.02150 , 2019

  78. [90]

    A literature survey on open source large language models,

    S. Kukreja, T. Kumar, A. Purohit, A. Dasgupta, and D. Guha, “A literature survey on open source large language models,” inProceedings of the 2024 7th International Conference on Computers in Management and Business, 2024, pp. 133–143

  79. [91]

    A survey on edge and edge-cloud computing assisted cyber-physical systems,

    K. Cao, S. Hu, Y . Shi, A. W. Colombo, S. Karnouskos, and X. Li, “A survey on edge and edge-cloud computing assisted cyber-physical systems,” IEEE Transactions on Industrial Informatics, vol. 17, no. 11, pp. 7806–7819, 2021

  80. [92]

    Recent theoretical advances in non- convex optimization,

    M. Danilova, P. Dvurechensky, A. Gasnikov, E. Gorbunov, S. Guminov, D. Kamzolov, and I. Shibaev, “Recent theoretical advances in non- convex optimization,” in High-Dimensional Optimization and Proba- bility: With a View Towards Data Science. Springer, 2022, pp. 79–163

  81. [93]

    Distributed support vector machines over dynamic balanced directed networks,

    M. Doostmohammadian, A. Aghasi, T. Charalambous, and U. A. Khan, “Distributed support vector machines over dynamic balanced directed networks,” IEEE Control Systems Letters , vol. 6, pp. 758–763, 2021

  82. [94]

    On the complexity of minimum-cost networked estimation of self-damped dynamical sys- tems,

    M. Doostmohammadian and U. A. Khan, “On the complexity of minimum-cost networked estimation of self-damped dynamical sys- tems,” IEEE Transactions on Network Science and Engineering, vol. 7, no. 3, pp. 1891–1900, 2019

  83. [95]

    Distributed reinforcement learning for cyber-physical system with multiple remote state estima- tion under dos attacker,

    P. Dai, W. Yu, H. Wang, G. Wen, and Y . Lv, “Distributed reinforcement learning for cyber-physical system with multiple remote state estima- tion under dos attacker,” IEEE Transactions on Network Science and Engineering, vol. 7, no. 4, pp. 3212–3222, 2020

  84. [96]

    Decentralized stochastic optimization and machine learning: A unified variance-reduction framework for robust performance and fast convergence,

    R. Xin, S. Kar, and U. A. Khan, “Decentralized stochastic optimization and machine learning: A unified variance-reduction framework for robust performance and fast convergence,” IEEE Signal Processing Magazine, vol. 37, no. 3, pp. 102–113, 2020

  85. [97]

    S-addopt: Decen- tralized stochastic first-order optimization over directed graphs,

    M. I. Qureshi, R. Xin, S. Kar, and U. A. Khan, “S-addopt: Decen- tralized stochastic first-order optimization over directed graphs,” IEEE Control Systems Letters , vol. 5, no. 3, pp. 953–958, 2020

  86. [98]

    Discretized distributed optimization over dynamic di- graphs,

    M. Doostmohammadian, W. Jiang, M. Liaquat, A. Aghasi, and H. Zarrabi, “Discretized distributed optimization over dynamic di- graphs,” IEEE Transactions on Automation Science and Engineering , 2024

  87. [99]

    Non- linear perturbation-based non-convex optimization over time-varying networks,

    M. Doostmohammadian, Z. R. Gabidullina, and H. R. Rabiee, “Non- linear perturbation-based non-convex optimization over time-varying networks,” IEEE Transactions on Network Science and Engineering , 2024

  88. [100]

    The power of decentralised large language models: Privacy, security, and efficiency,

    A. Hinde, “The power of decentralised large language models: Privacy, security, and efficiency,” 2023, accessed: 2024-09-05. [Online]. Available: https://www .linkedin.com/pulse/power-decentralised-large- language-models-privacy-security-hinde/

  89. [101]

    Gradient quantization for efficient decentralized learn- ing,

    Y . Wang et al., “Gradient quantization for efficient decentralized learn- ing,” IEEE Transactions on Neural Networks and Learning Systems , 2021

  90. [102]

    Hybrid parallelism for large scale decentralized training,

    J. Lee et al., “Hybrid parallelism for large scale decentralized training,” in Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , 2022

  91. [103]

    Adaptive synchronization in federated learning for large scale models,

    H. Zhou et al. , “Adaptive synchronization in federated learning for large scale models,” Journal of Machine Learning Research , 2023

  92. [104]

    gpt-neox,

    EleutherAI, “gpt-neox,” 2024, accessed: 2024-09-18. [Online]. Available: https://github.com/EleutherAI/gpt-neox

  93. [105]

    Openflamingo: An open-source framework for training large autoregressive vision- language models,

    A. Awadalla, I. Gao, J. Gardner, J. Hessel, Y . Hanafy, W. Zhu, K. Marathe, Y . Bitton, S. Gadre, S. Sagawa et al. , “Openflamingo: An open-source framework for training large autoregressive vision- language models,” arXiv preprint arXiv:2308.01390 , 2023

  94. [106]

    Flamingo: a visual language model for few-shot learning,

    J.-B. Alayrac, J. Donahue, P. Luc, A. Miech, I. Barr, Y . Hasson, K. Lenc, A. Mensch, K. Millican, M. Reynolds et al. , “Flamingo: a visual language model for few-shot learning,” Advances in neural information processing systems , vol. 35, pp. 23 716–23 736, 2022

  95. [107]

    Bloom: A 176b-parameter open-access multilingual language model,

    B. Workshop, “Bloom: A 176b-parameter open-access multilingual language model,” Hugging Face, 2022, accessed: 2024-09-18. [Online]. Available: https://huggingface.co/blog/bloom

  96. [108]

    Colossal-ai: A framework for efficient large- scale ai training,

    Colossal-AI Team, “Colossal-ai: A framework for efficient large- scale ai training,” 2024, accessed: 2024-09-18. [Online]. Available: https://github.com/hpcaitech/ColossalAI

  97. [109]

    Deep convolutional mesh rnn for urban traf- fic passenger flows prediction,

    Z. Zhene, P. Hao, L. Lin, X. Guixi, B. Du, M. Z. A. Bhuiyan, Y . Long, and D. Li, “Deep convolutional mesh rnn for urban traf- fic passenger flows prediction,” in 2018 IEEE SmartWorld, Ubiq- uitous Intelligence & Computing, Advanced & Trusted Comput- ing, Scalable Computing & ...

  98. [110]

    Mesh-TensorFlow: Deep learning for supercomputers,

    N. Shazeer, Y . Cheng, N. Parmar, D. Tran, A. Vaswani, P. Koanan- takool, P. Hawkins, H. Lee, M. Hong, C. Young, R. Sepassi, and B. Hechtman, “Mesh-TensorFlow: Deep learning for supercomputers,” in Neural Information Processing Systems , 2018

  99. [111]

    Parameter-efficient transfer learning for nlp,

    N. Houlsby, A. Giurgiu, S. Jastrzebski, B. Morrone, Q. De Laroussilhe, A. Gesmundo, M. Attariyan, and S. Gelly, “Parameter-efficient transfer learning for nlp,” in International conference on machine learning . PMLR, 2019, pp. 2790–2799

  100. [112]

    The power of scale for parameter-efficient prompt tuning,

    B. Lester, R. Al-Rfou, and N. Constant, “The power of scale for parameter-efficient prompt tuning,” arXiv preprint arXiv:2104.08691 , 2021

  101. [113]

    Petals: Collabo- rative inference and fine-tuning of large models,

    A. Borzunov, D. Baranchuk, T. Dettmers, M. Ryabinin, Y . Belkada, A. Chumachenko, P. Samygin, and C. Raffel, “Petals: Collabo- rative inference and fine-tuning of large models,” arXiv preprint arXiv:2209.01188, 2022

  102. [114]

    Gman: A graph multi-attention network for traffic prediction,

    C. Zheng, X. Fan, C. Wang, and J. Qi, “Gman: A graph multi-attention network for traffic prediction,” in Proceedings of the AAAI conference on artificial intelligence , vol. 34, no. 01, 2020, pp. 1234–1241

  103. [115]

    Deep learning on traffic prediction: Methods, analysis, and future directions,

    X. Yin, G. Wu, J. Wei, Y . Shen, H. Qi, and B. Yin, “Deep learning on traffic prediction: Methods, analysis, and future directions,” IEEE Transactions on Intelligent Transportation Systems , vol. 23, no. 6, pp. 4927–4943, 2022

  104. [116]

    Is smart transportation associated with reduced carbon emissions? the case of china,

    C. Zhao, K. Wang, X. Dong, and K. Dong, “Is smart transportation associated with reduced carbon emissions? the case of china,” Energy Economics, vol. 105, p. 105715, 2022

  105. [117]

    Short-term traffic volume forecasting: A k-nearest neighbor approach enhanced by constrained linearly sewing principle component algorithm,

    Z. Zheng and D. Su, “Short-term traffic volume forecasting: A k-nearest neighbor approach enhanced by constrained linearly sewing principle component algorithm,” Transportation Research Part C: Emerging Technologies, vol. 43, pp. 143–157, 2014

  106. [118]

    Traffic flow time series prediction based on statistics learning theory,

    A. Ding, X. Zhao, and L. Jiao, “Traffic flow time series prediction based on statistics learning theory,” in Proceedings. The IEEE 5th International Conference on Intelligent Transportation Systems , 2002, pp. 727–730

  107. [119]

    Short-term pre- diction of traffic volume in urban arterials,

    M. M. Hamed, H. R. Al-Masaeid, and Z. M. B. Said, “Short-term pre- diction of traffic volume in urban arterials,” Journal of Transportation Engineering, vol. 121, no. 3, pp. 249–254, 1995

  108. [120]

    Distributed representations, simple recurrent networks, and grammatical structure,

    J. L. Elman, “Distributed representations, simple recurrent networks, and grammatical structure,” Machine learning , vol. 7, pp. 195–225, 1991

  109. [121]

    Long short-term memory,

    N. Computation, “Long short-term memory,” Neural Comput , vol. 9, pp. 1735–1780, 2016

  110. [122]

    Learning phrase representations using rnn encoder-decoder for statistical machine translation,

    K. Cho, B. Van Merri ¨enboer, C. Gulcehre, D. Bahdanau, F. Bougares, H. Schwenk, and Y . Bengio, “Learning phrase representations using rnn encoder-decoder for statistical machine translation,” arXiv preprint arXiv:1406.1078, 2014

  111. [123]

    Spectral net- works and locally connected networks on graphs,

    J. Bruna, W. Zaremba, A. Szlam, and Y . LeCun, “Spectral net- works and locally connected networks on graphs,” arXiv preprint arXiv:1312.6203, 2013

  112. [124]

    Backpropagation applied to handwritten zip code recognition,

    Y . LeCun, B. Boser, J. S. Denker, D. Henderson, R. E. Howard, W. Hubbard, and L. D. Jackel, “Backpropagation applied to handwritten zip code recognition,” Neural computation, vol. 1, no. 4, pp. 541–551, 1989

  113. [125]

    Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting,

    B. Yu, H. Yin, and Z. Zhu, “Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting,” arXiv preprint arXiv:1709.04875, 2017

  114. [126]

    Attention based spatial- temporal graph convolutional networks for traffic flow forecasting,

    S. Guo, Y . Lin, N. Feng, C. Song, and H. Wan, “Attention based spatial- temporal graph convolutional networks for traffic flow forecasting,” in Proceedings of the AAAI conference on artificial intelligence , vol. 33, no. 01, 2019, pp. 922–929

  115. [127]

    Spatial-temporal synchronous graph convolutional networks: A new framework for spatial-temporal network data forecasting,

    C. Song, Y . Lin, S. Guo, and H. Wan, “Spatial-temporal synchronous graph convolutional networks: A new framework for spatial-temporal network data forecasting,” in Proceedings of the AAAI conference on artificial intelligence, vol. 34, no. 01, 2020, pp. 914–921

  116. [128]

    An extended filtered channel framework for pedestrian detection,

    M. You, Y . Zhang, C. Shen, and X. Zhang, “An extended filtered channel framework for pedestrian detection,” IEEE Transactions on Intelligent Transportation Systems, vol. 19, no. 5, pp. 1640–1651, 2018

  117. [129]

    Large language models for mobility in transportation systems: A survey on forecasting tasks,

    Z. Zhang, Y . Sun, Z. Wang, Y . Nie, X. Ma, P. Sun, and R. Li, “Large language models for mobility in transportation systems: A survey on forecasting tasks,” arXiv preprint arXiv:2405.02357 , 2024

  118. [130]

    Spatial-temporal large language model for traffic predic- tion,

    J. e. a. Liu, “Spatial-temporal large language model for traffic predic- tion,” arXiv preprint arXiv:2401.10134 , 2023

  119. [131]

    Tpllm: A traffic prediction framework based on pretrained large language models,

    Y . e. a. Chen, “Tpllm: A traffic prediction framework based on pretrained large language models,” arXiv preprint arXiv:2403.02221 , 2023. 33

  120. [132]

    Trafficbert: Pre-trained model with large-scale data for long-range traffic flow forecasting,

    K. Jin, J. Wi, E. Lee, S. Kang, S. Kim, and Y . Kim, “Trafficbert: Pre-trained model with large-scale data for long-range traffic flow forecasting,” Expert Systems with Applications , vol. 186, p. 115738, 2021

  121. [133]

    Building transportation foundation model via generative graph transformer,

    X. Wang, D. Wang, L. Chen, F.-Y . Wang, and Y . Lin, “Building transportation foundation model via generative graph transformer,” in 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2023, pp. 6042–6047

  122. [134]

    Spatio-temporal graph learning with large language model,

    Q. Zhang, X. Ren, L. Xia, S. M. Yiu, and C. Huang, “Spatio-temporal graph learning with large language model,” 2023

  123. [135]

    How can large language models understand spatial-temporal data?

    L. Liu, S. Yu, R. Wang, Z. Ma, and Y . Shen, “How can large language models understand spatial-temporal data?” arXiv preprint arXiv:2401.14192, 2024

  124. [136]

    Llm multimodal traffic accident forecasting,

    I. de Zarz `a, J. de Curt `o, G. Roig, and C. T. Calafate, “Llm multimodal traffic accident forecasting,” Sensors, vol. 23, no. 22, p. 9225, 2023

  125. [137]

    Traffic signal optimization on a square lattice with quantum annealing,

    D. Inoue, A. Okada, T. Matsumori, K. Aihara, and H. Yoshida, “Traffic signal optimization on a square lattice with quantum annealing,” Scientific reports, vol. 11, no. 1, p. 3303, 2021

  126. [138]

    Real-time traffic signal control with swarm optimization methods,

    S. A. Celtek, A. Durdu, and M. E. M. Alı, “Real-time traffic signal control with swarm optimization methods,” Measurement, vol. 166, p. 108206, 2020

  127. [139]

    Traffic signal timing and trajectory optimization in a mixed autonomy traffic stream,

    M. Tajalli and A. Hajbabaie, “Traffic signal timing and trajectory optimization in a mixed autonomy traffic stream,” IEEE Transactions on Intelligent Transportation Systems , vol. 23, no. 7, pp. 6525–6538, 2021

  128. [140]

    Network-wide traffic signal control optimization using a multi-agent deep reinforcement learning,

    Z. Li, H. Yu, G. Zhang, S. Dong, and C.-Z. Xu, “Network-wide traffic signal control optimization using a multi-agent deep reinforcement learning,” Transportation Research Part C: Emerging Technologies , vol. 125, p. 103059, 2021

  129. [141]

    A public transport network design using a hidden markov model and an optimization algorithm,

    Y . Zhang, W. Xue, W. Wei, and H. Nazif, “A public transport network design using a hidden markov model and an optimization algorithm,” Research in Transportation Economics , vol. 92, p. 101095, 2022

  130. [142]

    Llms vs. traditional language models: A comparative analysis,

    Appy Pie, “Llms vs. traditional language models: A comparative analysis,” 2024, accessed: 2024-05-22. [Online]. Available: https: //www.appypie.com/blog/llms-vs-traditional-language-models

  131. [143]

    A dynamic optimization method for adaptive signal control in a connected vehicle environment,

    Z. Yao, Y . Jiang, B. Zhao, X. Luo, and B. Peng, “A dynamic optimization method for adaptive signal control in a connected vehicle environment,” Journal of Intelligent Transportation Systems , vol. 24, no. 2, pp. 184–200, 2020

  132. [144]

    Large language models as traffic signal control agents: Capacity and opportunity,

    S. Lai, Z. Xu, W. Zhang, H. Liu, and H. Xiong, “Large language models as traffic signal control agents: Capacity and opportunity,”arXiv preprint arXiv:2312.16044, 2023

  133. [145]

    Tr2mtl: Llm-based framework for metric temporal logic formalization of traffic rules,

    K. Manas, S. Zwicklbauer, and A. Paschke, “Tr2mtl: Llm-based framework for metric temporal logic formalization of traffic rules,” arXiv preprint arXiv:2406.05709 , 2024

  134. [146]

    Optimizing autonomous driving for safety: A human-centric approach with llm-enhanced rlhf,

    Y . Sun, N. S. Pargoo, P. J. Jin, and J. Ortiz, “Optimizing autonomous driving for safety: A human-centric approach with llm-enhanced rlhf,” arXiv preprint arXiv:2406.04481 , 2024

  135. [147]

    Deep learning system for vehicular re-routing and congestion avoidance,

    P. Perez-Murueta, A. G ´omez-Espinosa, C. Cardenas, and M. Gonzalez- Mendoza Jr, “Deep learning system for vehicular re-routing and congestion avoidance,” Applied Sciences, vol. 9, no. 13, p. 2717, 2019

  136. [148]

    Deep neural network dynamic traffic routing system for vehicles,

    I. Lamouik, A. Yahyaouy, and M. A. Sabri, “Deep neural network dynamic traffic routing system for vehicles,” in 2018 International Conference on Intelligent Systems and Computer Vision (ISCV) , 2018, pp. 1–4

  137. [149]

    Navigation with large language models: Semantic guesswork as a heuristic for planning,

    D. Shah, M. R. Equi, B. Osi ´nski, F. Xia, B. Ichter, and S. Levine, “Navigation with large language models: Semantic guesswork as a heuristic for planning,” in Conference on Robot Learning . PMLR, 2023, pp. 2683–2699

  138. [150]

    Alt-pilot: Autonomous nav- igation with language augmented topometric maps,

    M. Omama, P. Inani, P. Paul, S. C. Yellapragada, K. M. Jataval- labhula, S. Chinchali, and M. Krishna, “Alt-pilot: Autonomous nav- igation with language augmented topometric maps,” arXiv preprint arXiv:2310.02324, 2023

  139. [151]

    Chain-of-thought prompting elicits reasoning in large language models,

    J. Wei, X. Wang, D. Schuurmans, M. Bosma, F. Xia, E. Chi, Q. V . Le, D. Zhou et al., “Chain-of-thought prompting elicits reasoning in large language models,” Advances in neural information processing systems , vol. 35, pp. 24 824–24 837, 2022

  140. [152]

    Can large language models be good path planners? a benchmark and investigation on spatial-temporal reasoning,

    M. Aghzal, E. Plaku, and Z. Yao, “Can large language models be good path planners? a benchmark and investigation on spatial-temporal reasoning,” arXiv preprint arXiv:2310.03249 , 2023

  141. [153]

    React: Synergizing reasoning and acting in language models,

    S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. Narasimhan, and Y . Cao, “React: Synergizing reasoning and acting in language models,” arXiv preprint arXiv:2210.03629, 2022

  142. [154]

    Llm-assist: Enhancing closed-loop planning with language-based reasoning,

    S. Sharan, F. Pittaluga, M. Chandraker et al. , “Llm-assist: Enhancing closed-loop planning with language-based reasoning,” arXiv preprint arXiv:2401.00125, 2023

  143. [155]

    Navgpt: Explicit reasoning in vision- and-language navigation with large language models,

    G. Zhou, Y . Hong, and Q. Wu, “Navgpt: Explicit reasoning in vision- and-language navigation with large language models,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 38, no. 7, 2024, pp. 7641–7649

  144. [156]

    Drive as you speak: Enabling human-like interaction with large language models in autonomous vehicles,

    C. Cui, Y . Ma, X. Cao, W. Ye, and Z. Wang, “Drive as you speak: Enabling human-like interaction with large language models in autonomous vehicles,” in 2024 IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (WACVW), 2024, pp. 902– 909

  145. [157]

    Climbing towards nlu: On meaning, form, and understanding in the age of data,

    E. M. Bender and A. Koller, “Climbing towards nlu: On meaning, form, and understanding in the age of data,” in Proceedings of the 58th annual meeting of the association for computational linguistics , 2020, pp. 5185–5198

  146. [158]

    Service quality attributes affecting customer satisfaction for bus transit,

    L. Eboli and G. Mazzulla, “Service quality attributes affecting customer satisfaction for bus transit,” Journal of public transportation , vol. 10, no. 3, pp. 21–34, 2007

  147. [159]

    Improving of urban public transportation quality via operator sched- ule optimization,

    Y . Davidich, Y . Kush, A. Galkin, N. Davidich, and I. Tkachenko, “Improving of urban public transportation quality via operator sched- ule optimization,” Journal of Urban and Environmental Engineering , vol. 13, no. 1, pp. 23–33, 2019

  148. [160]

    Modelling the public transport capacity constraints’ impact on passenger path choices in transit assignment models,

    A. Drabicki, R. Kucharski, and A. Szarata, “Modelling the public transport capacity constraints’ impact on passenger path choices in transit assignment models,” Archives of Transport , vol. 43, no. 3, pp. 7–28, 2017

  149. [161]

    Optimizing public transport services using ai to reduce congestion in metropolitan area,

    I. P. Kozlov, “Optimizing public transport services using ai to reduce congestion in metropolitan area,” International Journal of Intelligent Automation and Computing , vol. 5, no. 2, pp. 1–14, 2022

  150. [162]

    An examination of the public transport information requirements of users,

    B. Caulfield and M. O’Mahony, “An examination of the public transport information requirements of users,” IEEE Transactions on intelligent transportation systems, vol. 8, no. 1, pp. 21–30, 2007

  151. [163]

    Developing a real-time passenger information system for rural areas,

    K. Papangelis, S. Sripada, D. Corsar, N. Velaga, P. Edwards, and J. D. Nelson, “Developing a real-time passenger information system for rural areas,” in Human Interface and the Management of Information. Information and Interaction for Health, Safety, Mobility and Complex Envi...

  152. [164]

    A real-time machine learning-based public transport bus-passenger information system

    M. Skhosana and A. E. Ezugwu, “A real-time machine learning-based public transport bus-passenger information system.” International Jour- nal of Sustainable Development & Planning , vol. 16, no. 7, 2021

  153. [165]

    Cities with the best & worst public transportation,

    A. McCann, “Cities with the best & worst public transportation,” WalletHub, September, vol. 10, 2019

  154. [166]

    Connected roads of the future: Use cases, requirements, and design considerations for vehicle-to-everything communications,

    M. Boban, A. Kousaridas, K. Manolakis, J. Eichinger, and W. Xu, “Connected roads of the future: Use cases, requirements, and design considerations for vehicle-to-everything communications,” IEEE vehic- ular technology magazine , vol. 13, no. 3, pp. 110–123, 2018

  155. [167]

    6g for vehicle-to-everything (v2x) communications: Enabling technologies, challenges, and oppor- tunities,

    M. Noor-A-Rahim, Z. Liu, H. Lee, M. O. Khyam, J. He, D. Pesch, K. Moessner, W. Saad, and H. V . Poor, “6g for vehicle-to-everything (v2x) communications: Enabling technologies, challenges, and oppor- tunities,” Proceedings of the IEEE, vol. 110, no. 6, pp. 712–734, 2022

  156. [168]

    Artificial intelli- gence for vehicle-to-everything: A survey,

    W. Tong, A. Hussain, W. X. Bo, and S. Maharjan, “Artificial intelli- gence for vehicle-to-everything: A survey,” IEEE Access , vol. 7, pp. 10 823–10 843, 2019

  157. [169]

    V2x explainer: The basics on vehicle-to-everything tech- nology,

    Haas Alert, “V2x explainer: The basics on vehicle-to-everything tech- nology,” https://www .haasalert.com/news/v2x-explainer, online; ac- cessed 10 June 2024

  158. [170]

    Integration of mixture of experts and multimodal generative ai in internet of vehicles: A survey,

    M. Xu, D. Niyato, J. Kang, Z. Xiong, A. Jamalipour, Y . Fang, D. I. Kim et al., “Integration of mixture of experts and multimodal generative ai in internet of vehicles: A survey,” arXiv preprint arXiv:2404.16356 , 2024

  159. [171]

    Resource allocation in large language model integrated 6g vehicular networks,

    C. Liu and J. Zhao, “Resource allocation in large language model integrated 6g vehicular networks,” arXiv preprint arXiv:2403.19016 , 2024

  160. [172]

    Llm’s for autonomous driving: A new way to teach machines to drive,

    K. Ananthajothi, S. S. GS, and J. Saran, “Llm’s for autonomous driving: A new way to teach machines to drive,” in 2023 3rd International Con- ference on Mobile Networks and Wireless Communications (ICMNWC). IEEE, 2023, pp. 1–6

  161. [173]

    On the road with gpt-4v (ision): Explorations of utilizing visual-language model as autonomous driving agent,

    L. Wen, X. Yang, D. Fu, X. Wang, P. Cai, X. Li, M. Tao, Y . Li, X. Lin- ran, D. Shang et al., “On the road with gpt-4v (ision): Explorations of utilizing visual-language model as autonomous driving agent,” in ICLR 2024 Workshop on Large Language Model (LLM) Agents , 2024

  162. [174]

    Advanced driver assistance systems from autonomous to cooperative approach,

    J. Piao and M. McDonald, “Advanced driver assistance systems from autonomous to cooperative approach,”Transport reviews, vol. 28, no. 5, pp. 659–684, 2008

  163. [175]

    Transforming driver education: A comparative analysis of llm-augmented training and conventional instruction for autonomous vehicle technologies,

    M. Murtaza, C.-T. Cheng, M. Fard, and J. Zeleznikow, “Transforming driver education: A comparative analysis of llm-augmented training and conventional instruction for autonomous vehicle technologies,” 34 International Journal of Artificial Intelligence in Education , pp. 1–38, 2024

  164. [176]

    Effects of non-driving-related task attributes on takeover quality in automated vehicles,

    S. C. Lee, S. H. Yoon, and Y . G. Ji, “Effects of non-driving-related task attributes on takeover quality in automated vehicles,” International Journal of Human-Computer Interaction , vol. 37, no. 3, pp. 211–219, 2021

  165. [177]

    Active and passive fatigue in simulated driving: dis- criminating styles of workload regulation and their safety impacts

    D. J. Saxby, G. Matthews, J. S. Warm, E. M. Hitchcock, and C. Neubauer, “Active and passive fatigue in simulated driving: dis- criminating styles of workload regulation and their safety impacts.” Journal of experimental psychology: applied , vol. 19, no. 4, p. 287, 2013

  166. [178]

    Chatbot and fatigued driver: Exploring the use of llm-based voice assistants for driving fatigue,

    S. Huang, X. Zhao, D. Wei, X. Song, and Y . Sun, “Chatbot and fatigued driver: Exploring the use of llm-based voice assistants for driving fatigue,” in Extended Abstracts of the CHI Conference on Human Factors in Computing Systems , 2024, pp. 1–8

  167. [179]

    Lc-llm: Explainable lane-change intention and trajectory predictions with large language models,

    M. Peng, X. Guo, X. Chen, M. Zhu, K. Chen, X. Wang, Y . Wang et al., “Lc-llm: Explainable lane-change intention and trajectory predictions with large language models,” arXiv preprint arXiv:2403.18344 , 2024

  168. [180]

    Highwayllm: Decision-making and navigation in highway driving with rl-informed language model,

    M. Yildirim, B. Dagda, and S. Fallah, “Highwayllm: Decision-making and navigation in highway driving with rl-informed language model,” arXiv preprint arXiv:2405.13547 , 2024

  169. [181]

    A fuzzy decision support system for traffic control centers,

    A. Hegyi, B. De Schutter, S. Hoogendoorn, R. Babuska, H. van Zuylen, and H. Schuurman, “A fuzzy decision support system for traffic control centers,” in ITSC 2001. 2001 IEEE Intelligent Transportation Systems. Proceedings (Cat. No.01TH8585) , 2001, pp. 358–363

  170. [183]

    Unitsa: A universal reinforcement learning framework for v2x traffic signal control,

    ——, “Unitsa: A universal reinforcement learning framework for v2x traffic signal control,” IEEE Transactions on Vehicular Technology , 2024

  171. [184]

    Vehicle-to-roadside-unit-to-vehicle communication system under different amplify-and-forward relaying schemes,

    Y . M. Khattabi, S. A. Alkhawaldeh, M. M. Matalgah, O. S. Badarneh, and R. Mesleh, “Vehicle-to-roadside-unit-to-vehicle communication system under different amplify-and-forward relaying schemes,” Vehic- ular Communications, vol. 38, p. 100539, 2022

  172. [185]

    Can chatgpt enable its? the case of mixed traffic control via reinforcement learning,

    M. Villarreal, B. Poudel, and W. Li, “Can chatgpt enable its? the case of mixed traffic control via reinforcement learning,” in 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2023, pp. 3749–3755

  173. [186]

    Llm powered sim-to-real transfer for traffic signal control,

    L. Da, M. Gao, H. Mei, and H. Wei, “Llm powered sim-to-real transfer for traffic signal control,” arXiv preprint arXiv:2308.14284 , 2023

  174. [187]

    The role of 5g technologies in a smart city: The case for intelligent transportation system,

    A. Gohar and G. Nencioni, “The role of 5g technologies in a smart city: The case for intelligent transportation system,” Sustainability, vol. 13, no. 9, p. 5188, 2021

  175. [188]

    Steventon and S

    A. Steventon and S. Wright, Intelligent spaces: The application of pervasive ICT. Springer Science & Business Media, 2010

  176. [189]

    Smart cities and service integration,

    T. Nam, F. A. Aldama, H. Chourabi, S. Mellouli, T. A. Pardo, J. R. Gil- Garcia, H. J. Scholl, A. Ojo, E. Estevez, and L. Zheng, “Smart cities and service integration,” in Proceedings of the 12th Annual Interna- tional Digital Government Research Conference: Digital Government ...

  177. [190]

    An llm-driven framework for multiple-vehicle dispatching and navigation in smart city landscapes,

    R. Chen, W. Song, W. Zu, Z. Dong, Z. Guo, F. Sun, Z. Tian, and J. Wang, “An llm-driven framework for multiple-vehicle dispatching and navigation in smart city landscapes,” in 2024 IEEE International Conference on Robotics and Automation (ICRA), 2024, pp. 2147–2153

  178. [191]

    Lg-traj: Llm guided pedestrian trajectory prediction,

    P. S. Chib and P. Singh, “Lg-traj: Llm guided pedestrian trajectory prediction,” arXiv preprint arXiv:2403.08032 , 2024

  179. [192]

    An agent-based microscopic pedestrian flow simulation model for pedestrian traffic problems,

    S. Liu, S. Lo, J. Ma, and W. Wang, “An agent-based microscopic pedestrian flow simulation model for pedestrian traffic problems,”IEEE Transactions on Intelligent Transportation Systems , vol. 15, no. 3, pp. 992–1001, 2014

  180. [193]

    Video-to-text pedestrian monitoring (vtpm): Leveraging computer vision and large language models for privacy-preserve pedestrian activity monitoring at intersections,

    A. S. Abdelrahman, M. Abdel-Aty, and D. Wang, “Video-to-text pedestrian monitoring (vtpm): Leveraging computer vision and large language models for privacy-preserve pedestrian activity monitoring at intersections,” arXiv preprint arXiv:2408.11649 , 2024

  181. [194]

    Multi-modal combined route choice modeling in the maas age considering gen- eralized path overlapping problem,

    D. Li, M. Yang, C.-J. Jin, G. Ren, X. Liu, and H. Liu, “Multi-modal combined route choice modeling in the maas age considering gen- eralized path overlapping problem,” IEEE Transactions on Intelligent Transportation Systems, vol. 22, no. 4, pp. 2430–2441, 2021

  182. [195]

    Deep learning models for traffic flow pre- diction in autonomous vehicles: A review, solutions, and challenges,

    A. Miglani and N. Kumar, “Deep learning models for traffic flow pre- diction in autonomous vehicles: A review, solutions, and challenges,” Vehicular Communications, vol. 20, p. 100184, 2019

  183. [196]

    LLM-assisted light: Leveraging large language model capabilities for human-mimetic traffic signal control in complex urban environments,

    M. Wang, A. Pang, Y . Kan, M.-O. Pun, C. S. Chen, and B. Huang, “LLM-assisted light: Leveraging large language model capabilities for human-mimetic traffic signal control in complex urban environments,” arXiv preprint arXiv:2403.08337 , 2024

  184. [197]

    Spatio-temporal paral- lel transformer based model for traffic prediction,

    R. Kumar, J. Mendes-Moreira, and J. Chandra, “Spatio-temporal paral- lel transformer based model for traffic prediction,” ACM Transactions on Knowledge Discovery from Data , 2024

  185. [198]

    Logistics, graphs, and transformers: towards improving travel time estimation,

    N. Semenova, V . Porvatov, V . Tishin, A. Sosedka, and V . Zamkovoy, “Logistics, graphs, and transformers: towards improving travel time estimation,” in Joint European Conference on Machine Learning and Knowledge Discovery in Databases . Springer, 2022, pp. 589–593

  186. [199]

    Large language models for intelligent transportation: A review of the state of the art and challenges,

    S. Wandelt, C. Zheng, S. Wang, Y . Liu, and X. Sun, “Large language models for intelligent transportation: A review of the state of the art and challenges,” Applied Sciences, vol. 14, no. 17, p. 7455, 2024

  187. [200]

    BERT-ITS: Traffic incident detection using BERT for intelligent transportation systems,

    X. Liu et al. , “BERT-ITS: Traffic incident detection using BERT for intelligent transportation systems,” Journal/Conference Name, vol. XX, no. X, pp. XX–XX, 2024

  188. [201]

    LLM API Traffic Management: Mastering Integration with LLM DevOps and LLM Gateway,

    Gecholog.ai, “LLM API Traffic Management: Mastering Integration with LLM DevOps and LLM Gateway,” https://www .gecholog.ai/ blog/LLM-API-Traffic-Management-Mastering-Integration, online; accessed 21 June 2024

  189. [202]

    Scaling laws for neural language models,

    J. Kaplan, S. McCandlish, T. Henighan, T. B. Brown, B. Chess, R. Child, S. Gray, A. Radford, J. Wu, and D. Amodei, “Scaling laws for neural language models,” arXiv preprint arXiv:2001.08361 , 2020

  190. [203]

    Fine tuning llm for en- terprise: Practical guidelines and recommendations,

    K. VM, H. Warrier, Y . Gupta et al. , “Fine tuning llm for en- terprise: Practical guidelines and recommendations,” arXiv preprint arXiv:2404.10779, 2024

  191. [204]

    D4: Improv- ing llm pretraining via document de-duplication and diversification,

    K. Tirumala, D. Simig, A. Aghajanyan, and A. Morcos, “D4: Improv- ing llm pretraining via document de-duplication and diversification,” Advances in Neural Information Processing Systems , vol. 36, 2024

  192. [205]

    Leveraging large language models for traffic signal con- trol,

    LinNK, “Leveraging large language models for traffic signal con- trol,” https://linnk .ai/insight/transportation/leveraging-large-language- models-for-traffic-signal-control-qPtCOAnZ/, online; accessed 21 June 2024

  193. [206]

    From quantity to quality: Boosting llm performance with self-guided data selection for instruction tuning,

    M. Li, Y . Zhang, Z. Li, J. Chen, L. Chen, N. Cheng, J. Wang, T. Zhou, and J. Xiao, “From quantity to quality: Boosting llm performance with self-guided data selection for instruction tuning,” arXiv preprint arXiv:2308.12032, 2023

  194. [207]

    Llmclean: Context- aware tabular data cleaning via llm-generated ofds,

    F. Biester, M. Abdelaal, and D. Del Gaudio, “Llmclean: Context- aware tabular data cleaning via llm-generated ofds,” arXiv preprint arXiv:2404.18681, 2024

  195. [208]

    A review of IoT convergence in healthcare and smart cities: Challenges, innovations, and future perspectives,

    A. U. Nabi, T. Snoussi, and Z. A. Abdalkareem, “A review of IoT convergence in healthcare and smart cities: Challenges, innovations, and future perspectives,” Babylonian Journal of Internet of Things , vol. 2023, pp. 23–30, 2023

  196. [209]

    Chatgpt label: Comparing the quality of human-generated and llm-generated annotations in low-resource language nlp tasks,

    A. H. Nasution and A. Onan, “Chatgpt label: Comparing the quality of human-generated and llm-generated annotations in low-resource language nlp tasks,” IEEE Access, 2024

  197. [210]

    Missing traffic data imputation for artificial intelligence in intelligent transportation sys- tems: Review of methods, limitations, and challenges,

    R. K. C. Chan, J. M.-Y . Lim, and R. Parthiban, “Missing traffic data imputation for artificial intelligence in intelligent transportation sys- tems: Review of methods, limitations, and challenges,” IEEE Access , vol. 11, pp. 34 080–34 093, 2023

  198. [211]

    Road traffic data: Collection methods and appli- cations,

    G. Leduc et al. , “Road traffic data: Collection methods and appli- cations,” Working Papers on Energy, Transport and Climate Change , vol. 1, no. 55, pp. 1–55, 2008

  199. [212]

    A hybrid processing system for large-scale traffic sensor data,

    Z. Zhao, W. Ding, J. Wang, and Y . Han, “A hybrid processing system for large-scale traffic sensor data,” IEEE Access, vol. 3, pp. 2341–2351, 2015

  200. [213]

    Investigating bias in llm- based bias detection: Disparities between llms and human perception,

    L. Lin, L. Wang, J. Guo, and K.-F. Wong, “Investigating bias in llm- based bias detection: Disparities between llms and human perception,” arXiv preprint arXiv:2403.14896 , 2024

  201. [214]

    Humans or llms as the judge? a study on judgement biases,

    G. H. Chen, S. Chen, Z. Liu, F. Jiang, and B. Wang, “Humans or llms as the judge? a study on judgement biases,” arXiv preprint arXiv:2402.10669, 2024

  202. [215]

    Breaking bias, building bridges: Evaluation and mitiga- tion of social biases in llms via contact hypothesis,

    C. Raj, A. Mukherjee, A. Caliskan, A. Anastasopoulos, and Z. Zhu, “Breaking bias, building bridges: Evaluation and mitiga- tion of social biases in llms via contact hypothesis,” arXiv preprint arXiv:2407.02030, 2024

  203. [216]

    Probing multimodal llms as world models for driving,

    S. Sreeram, T.-H. Wang, A. Maalouf, G. Rosman, S. Karaman, and D. Rus, “Probing multimodal llms as world models for driving,” arXiv preprint arXiv:2405.05956, 2024

  204. [217]

    Facts: First amplify correlations and then slice to discover bias,

    S. Yenamandra, P. Ramesh, V . Prabhu, and J. Hoffman, “Facts: First amplify correlations and then slice to discover bias,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 4794–4804

  205. [218]

    Quantifying social biases in nlp: A generalization and empirical comparison of extrinsic fairness metrics,

    P. Czarnowska, Y . Vyas, and K. Shah, “Quantifying social biases in nlp: A generalization and empirical comparison of extrinsic fairness metrics,” Transactions of the Association for Computational Linguis- tics, vol. 9, pp. 1249–1267, 2021. 35

  206. [219]

    Large language models for air transportation: A critical review,

    Y . Liu, “Large language models for air transportation: A critical review,” Journal of the Air Transport Research Society , p. 100024, 2024

  207. [220]

    Training language models to follow instructions with human feedback,

    L. Ouyang, J. Wu, X. Jiang, D. Almeida, C. Wainwright, P. Mishkin, C. Zhang, S. Agarwal, K. Slama, A. Ray et al. , “Training language models to follow instructions with human feedback,” Advances in neural information processing systems , vol. 35, pp. 27 730–27 744, 2022

  208. [221]

    Is gpt-4 a good data analyst?

    L. Cheng, X. Li, and L. Bing, “Is gpt-4 a good data analyst?” arXiv preprint arXiv:2305.15038, 2023

  209. [222]

    Survey of hallucination in natural language generation,

    Z. Ji, N. Lee, R. Frieske, T. Yu, D. Su, Y . Xu, E. Ishii, Y . J. Bang, A. Madotto, and P. Fung, “Survey of hallucination in natural language generation,” ACM Computing Surveys, vol. 55, no. 12, pp. 1–38, 2023

  210. [223]

    Augmented large language models with parametric knowledge guid- ing,

    Z. Luo, C. Xu, P. Zhao, X. Geng, C. Tao, J. Ma, Q. Lin, and D. Jiang, “Augmented large language models with parametric knowledge guid- ing,” arXiv preprint arXiv:2305.04757 , 2023

  211. [224]

    Harnessing the power of llms in practice: A survey on chatgpt and beyond,

    J. Yang, H. Jin, R. Tang, X. Han, Q. Feng, H. Jiang, S. Zhong, B. Yin, and X. Hu, “Harnessing the power of llms in practice: A survey on chatgpt and beyond,” ACM Transactions on Knowledge Discovery from Data, 2023

  212. [225]

    A survey of resource-efficient llm and mul- timodal foundation models,

    M. Xu, W. Yin, D. Cai, R. Yi, D. Xu, Q. Wang, B. Wu, Y . Zhao, C. Yang, S. Wang et al., “A survey of resource-efficient llm and mul- timodal foundation models,” arXiv preprint arXiv:2401.08092 , 2024

  213. [226]

    Advances in explainable reinforce- ment learning: An intelligent transportation systems perspective,

    R. Milani, M. Moll, and S. Pickl, “Advances in explainable reinforce- ment learning: An intelligent transportation systems perspective,” Ex- plainable Artificial Intelligence for Intelligent Transportation Systems , p. 93, 2023

  214. [227]

    Llms in the loop: Leveraging large language model annota- tions for active learning in low-resource languages,

    N. Kholodna, S. Julka, M. Khodadadi, M. N. Gumus, and M. Gran- itzer, “Llms in the loop: Leveraging large language model annota- tions for active learning in low-resource languages,” arXiv preprint arXiv:2404.02261, 2024

  215. [228]

    Clue-guided path exploration: An efficient knowledge base question-answering frame- work with low computational resource consumption,

    D. Tao, F. Huang, Y . Huang, and M. Jiang, “Clue-guided path exploration: An efficient knowledge base question-answering frame- work with low computational resource consumption,” arXiv preprint arXiv:2401.13444, 2024

  216. [229]

    Llms are few-shot in-context low-resource language learners,

    S. Cahyawijaya, H. Lovenia, and P. Fung, “Llms are few-shot in-context low-resource language learners,” arXiv preprint arXiv:2403.16512 , 2024

  217. [230]

    The ethics of interaction: Mitigating security threats in llms,

    A. Kumar, S. Singh, S. V . Murty, and S. Ragupathy, “The ethics of interaction: Mitigating security threats in llms,” arXiv preprint arXiv:2401.12273, 2024

  218. [231]

    Llms and ai: Understanding its reach and impact,

    A. Gokul, “Llms and ai: Understanding its reach and impact,” 2023

  219. [232]

    Ethical considerations and potential risks in the deployment of large language models in diverse societal contexts,

    U. P. Liyanage and N. D. Ranaweera, “Ethical considerations and potential risks in the deployment of large language models in diverse societal contexts,” Journal of Computational Social Dynamics , vol. 8, no. 11, pp. 15–25, 2023

  220. [233]

    A new era in llm security: Exploring security concerns in real-world llm-based systems,

    F. Wu, N. Zhang, S. Jha, P. McDaniel, and C. Xiao, “A new era in llm security: Exploring security concerns in real-world llm-based systems,” arXiv preprint arXiv:2402.18649 , 2024

  221. [234]

    Ethical considerations in the implementation and usage of large language models,

    R. Stefan, G. Carutasu, and M. Mocan, “Ethical considerations in the implementation and usage of large language models,” in International Conference Interdisciplinarity in Engineering . Springer, 2023, pp. 131–144

  222. [235]

    The incorporation of large language models (llms) in the field of education: Ethical possibilities, threats, and opportunities,

    P. A. P. Dungca, “The incorporation of large language models (llms) in the field of education: Ethical possibilities, threats, and opportunities,” in Philosophy of Artificial Intelligence and Its Place in Society . IGI Global, 2023, pp. 78–97

  223. [236]

    Whispered tun- ing: Data privacy preservation in fine-tuning llms through differential privacy,

    T. Singh, H. Aditya, V . K. Madisetti, and A. Bahga, “Whispered tun- ing: Data privacy preservation in fine-tuning llms through differential privacy,” Journal of Software Engineering and Applications , vol. 17, no. 1, pp. 1–22, 2024

  224. [237]

    Traffic performance gpt (tp-gpt): Real-time data informed intelligent chatbot for transportation surveillance and management,

    B. Wang, M. M. Karim, C. Liu, Y . Wanget al., “Traffic performance gpt (tp-gpt): Real-time data informed intelligent chatbot for transportation surveillance and management,” arXiv preprint arXiv:2405.03076, 2024

  225. [238]

    Preventing health data from leaking in a machine learning system: Implementing code analysis with llm and model privacy evaluation testing,

    B. Janryd and T. Johansson, “Preventing health data from leaking in a machine learning system: Implementing code analysis with llm and model privacy evaluation testing,” 2024

  226. [239]

    Cybercrime and privacy threats of large language models,

    N. Kshetri, “Cybercrime and privacy threats of large language models,” IT Professional, vol. 25, no. 3, pp. 9–13, 2023

  227. [240]

    Why johnny can’t prompt: how non-ai experts try (and fail) to design llm prompts,

    J. Zamfirescu-Pereira, R. Y . Wong, B. Hartmann, and Q. Yang, “Why johnny can’t prompt: how non-ai experts try (and fail) to design llm prompts,” in Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems , 2023, pp. 1–21

  228. [241]

    On protecting the data privacy of large language models (llms): A survey,

    B. Yan, K. Li, M. Xu, Y . Dong, Y . Zhang, Z. Ren, and X. Cheng, “On protecting the data privacy of large language models (llms): A survey,” arXiv preprint arXiv:2403.05156 , 2024

  229. [242]

    Llm-rec: Personalized recommendation via prompting large language models,

    H. Lyu, S. Jiang, H. Zeng, Y . Xia, and J. Luo, “Llm-rec: Personalized recommendation via prompting large language models,” arXiv preprint arXiv:2307.15780, 2023

  230. [243]

    Leveraging large language models for sequential recommendation,

    J. Harte, W. Zorgdrager, P. Louridas, A. Katsifodimos, D. Jannach, and M. Fragkoulis, “Leveraging large language models for sequential recommendation,” in Proceedings of the 17th ACM Conference on Recommender Systems, 2023, pp. 1096–1102

  231. [244]

    Anonymity at risk? assessing re-identification capabilities of large language models in court decisions,

    A. Nyffenegger, M. St ¨urmer, and J. Niklaus, “Anonymity at risk? assessing re-identification capabilities of large language models in court decisions,” in Findings of the Association for Computational Linguistics: NAACL 2024 , 2024, pp. 2433–2462

  232. [245]

    On the privacy risk of in-context learning,

    H. Duan, A. Dziedzic, M. Yaghini, N. Papernot, and F. Boenisch, “On the privacy risk of in-context learning,” in The 61st Annual Meeting Of The Association For Computational Linguistics , 2023

  233. [246]

    A note on bias to complete,

    J. Xu and M. Diab, “A note on bias to complete,” arXiv preprint arXiv:2402.11710, 2024

  234. [247]

    Security and privacy challenges of large language models: A survey,

    B. C. Das, M. H. Amini, and Y . Wu, “Security and privacy challenges of large language models: A survey,” arXiv preprint arXiv:2402.00888, 2024

  235. [248]

    Heuristic analysis for security, privacy and bias of text generative ai: Ghatgpt-3.5 case as of june 2023,

    T. Mitsunaga, “Heuristic analysis for security, privacy and bias of text generative ai: Ghatgpt-3.5 case as of june 2023,” in 2023 IEEE International Conference on Computing (ICOCO) , 2023, pp. 301–305

  236. [249]

    Comprehensive study on bias in large language models

    N. Srinivasan, K. K. Perumalsamy, P. K. Sridhar, G. Rajendran, and A. A. Kumar, “Comprehensive study on bias in large language models.”

  237. [250]

    Privacy property graph: Towards automated privacy threat modeling via static graph- based analysis,

    I. Kunz, K. Weiss, A. Schneider, and C. Banse, “Privacy property graph: Towards automated privacy threat modeling via static graph- based analysis,” Proceedings on Privacy Enhancing Technologies , 2023

  238. [251]

    De- identification is not always enough,

    A. R. Sarkar, Y .-S. Chuang, N. Mohammed, and X. Jiang, “De- identification is not always enough,” arXiv preprint arXiv:2402.00179, 2024

  239. [252]

    Data safe havens and trust: toward a common understanding of trusted research platforms for governing secure and ethical health research,

    N. C. Lea, J. Nicholls, C. Dobbs, N. Sethi, J. Cunningham, J. Ainsworth, M. Heaven, T. Peacock, A. Peacock, K. Jones et al. , “Data safe havens and trust: toward a common understanding of trusted research platforms for governing secure and ethical health research,” JMIR medica...

  240. [253]

    Can language models identify use of pii data types in code

    A. Gurjar, L. J. Camp, T. Ringenberg, X. Ma, and A. Chaora, “Can language models identify use of pii data types in code.” ACSAC, 2024

  241. [254]

    Measuring privacy protection in structured synthetic datasets: A survey,

    D. Panfilo, A. T. Boudewijn, A. F. Ferraris, V . Cocca, S. Zinutti, K. De Schepper, and C. R. Chauvenet, “Measuring privacy protection in structured synthetic datasets: A survey,” Computers, Privacy and Data Protection, p. 304, 2024

  242. [255]

    The emerged security and privacy of llm agent: A survey with case studies,

    F. He, T. Zhu, D. Ye, B. Liu, W. Zhou, and P. S. Yu, “The emerged security and privacy of llm agent: A survey with case studies,” arXiv preprint arXiv:2407.19354, 2024

  243. [256]

    Extracting training data from large language models,

    N. Carlini, F. Tramer, E. Wallace, M. Jagielski, A. Herbert-V oss, K. Lee, A. Roberts, T. Brown, D. Song, U. Erlingssonet al., “Extracting training data from large language models,” in 30th USENIX Security Symposium (USENIX Security 21) , 2021, pp. 2633–2650

  244. [257]

    Training data extraction from pre-trained language mod- els: A survey,

    S. Ishihara, “Training data extraction from pre-trained language mod- els: A survey,” arXiv preprint arXiv:2305.16157 , 2023

  245. [258]

    A theoretical insight into attack and defense of gradient leakage in transformer,

    C. Li, Z. Song, W. Wang, and C. Yang, “A theoretical insight into attack and defense of gradient leakage in transformer,” arXiv preprint arXiv:2311.13624, 2023

  246. [259]

    Data-free model extraction,

    J.-B. Truong, P. Maini, R. J. Walls, and N. Papernot, “Data-free model extraction,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 4771–4780

  247. [260]

    Cybersecurity in intelligent transporta- tion systems,

    T. Mecheva and N. Kakanakov, “Cybersecurity in intelligent transporta- tion systems,” Computers, vol. 9, no. 4, p. 83, 2020

  248. [261]

    AI in the Workplace: The New Legal Landscape Facing US Employers,

    Morgan Lewis, “AI in the Workplace: The New Legal Landscape Facing US Employers,” https://www .morganlewis.com/pubs/2024/07/ ai-in-the-workplace-the-new-legal-landscape-facing-us-employers, online; accessed 11 September 2024

  249. [262]

    Introduction to explainable ai and intelligent transportation,

    L. Gaur and B. M. Sahoo, “Introduction to explainable ai and intelligent transportation,” in Explainable Artificial Intelligence for Intelligent Transportation Systems: Ethics and Applications . Springer, 2022, pp. 1–25

  250. [263]

    Brand ˜ao, C

    R. Brand ˜ao, C. Oliveira, S. M. Peres, L. da Silva Junior, M. Papp, J. P. C. Veiga, R. Bec ¸ak, and L. Camargo, “Artificial intelligence, algo- rithmic transparency and public policies: The case of facial recognition technologies in the public transportation system of large b...

  251. [264]

    Artificial intelligence, transport and the smart city: Definitions and 36 dimensions of a new mobility era,

    A. Nikitas, K. Michalakopoulou, E. T. Njoya, and D. Karampatzakis, “Artificial intelligence, transport and the smart city: Definitions and 36 dimensions of a new mobility era,” Sustainability, vol. 12, no. 7, p. 2789, 2020

  252. [265]

    Dartmann, A

    G. Dartmann, A. Schmeink, V . L ¨ucken, H. Song, M. Ziefle, and G. Prestiflippo, Smart transportation: AI enabled mobility and au- tonomous driving. CRC Press, 2021

  253. [266]

    Grush and J

    B. Grush and J. Niles, The end of driving: transportation systems and public policy planning for autonomous vehicles . Elsevier, 2018

  254. [267]

    Applications of ai, iot, and cloud computing in smart transportation: A review,

    M. Mnyakin, “Applications of ai, iot, and cloud computing in smart transportation: A review,”Artificial Intelligence in Society, vol. 3, no. 1, pp. 9–27, 2023

  255. [268]

    A survey on the applications of frontier ai, foundation models, and large language models to intelligent transportation systems,

    M. R. Shoaib, H. M. Emara, and J. Zhao, “A survey on the applications of frontier ai, foundation models, and large language models to intelligent transportation systems,” in 2023 International Conference on Computer and Applications (ICCA) , 2023, pp. 1–7

  256. [269]

    Pushing large language models to the 6g edge: Vision, challenges, and oppor- tunities,

    Z. Lin, G. Qu, Q. Chen, X. Chen, Z. Chen, and K. Huang, “Pushing large language models to the 6g edge: Vision, challenges, and oppor- tunities,” arXiv preprint arXiv:2309.16739 , 2023

  257. [270]

    Foundation models for generalist medical artificial intelligence,

    M. Moor, O. Banerjee, Z. S. H. Abad, H. M. Krumholz, J. Leskovec, E. J. Topol, and P. Rajpurkar, “Foundation models for generalist medical artificial intelligence,” Nature, vol. 616, no. 7956, pp. 259– 265, 2023

  258. [271]

    Real-time execution of large-scale language models on mobile,

    W. Niu, Z. Kong, G. Yuan, W. Jiang, J. Guan, C. Ding, P. Zhao, S. Liu, B. Ren, and Y . Wang, “Real-time execution of large-scale language models on mobile,” arXiv preprint arXiv:2009.06823 , 2020

  259. [272]

    A comprehensive overview of large language models,

    H. Naveed, A. U. Khan, S. Qiu, M. Saqib, S. Anwar, M. Usman, N. Barnes, and A. Mian, “A comprehensive overview of large language models,” arXiv preprint arXiv:2307.06435 , 2023

  260. [273]

    Rt-2: Vision- language-action models transfer web knowledge to robotic control,

    A. Brohan, N. Brown, J. Carbajal, Y . Chebotar, X. Chen, K. Choro- manski, T. Ding, D. Driess, A. Dubey, C. Finn et al. , “Rt-2: Vision- language-action models transfer web knowledge to robotic control,” arXiv preprint arXiv:2307.15818 , 2023

  261. [274]

    Fast and furious: Real time end- to-end 3d detection, tracking and motion forecasting with a single convolutional net,

    W. Luo, B. Yang, and R. Urtasun, “Fast and furious: Real time end- to-end 3d detection, tracking and motion forecasting with a single convolutional net,” inProceedings of the IEEE conference on Computer Vision and Pattern Recognition , 2018, pp. 3569–3577

  262. [275]

    Mtd-gpt: A multi-task decision-making gpt model for autonomous driving at unsignalized in- tersections,

    J. Liu, P. Hang, X. Qi, J. Wang, and J. Sun, “Mtd-gpt: A multi-task decision-making gpt model for autonomous driving at unsignalized in- tersections,” in 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC) . IEEE, 2023, pp. 5154–5161

  263. [276]

    Drivegpt4: Interpretable end-to-end autonomous driving via large language model,

    Z. Xu, Y . Zhang, E. Xie, Z. Zhao, Y . Guo, K. K. Wong, Z. Li, and H. Zhao, “Drivegpt4: Interpretable end-to-end autonomous driving via large language model,” arXiv preprint arXiv:2310.01412 , 2023

  264. [277]

    Adaptive learning using artificial intelligence in e- learning: a literature review,

    I. Gligorea, M. Cioca, R. Oancea, A.-T. Gorski, H. Gorski, and P. Tudorache, “Adaptive learning using artificial intelligence in e- learning: a literature review,” Education Sciences , vol. 13, no. 12, p. 1216, 2023

  265. [278]

    Dilu: A knowledge-driven approach to autonomous driving with large language models,

    L. Wen, D. Fu, X. Li, X. Cai, T. Ma, P. Cai, M. Dou, B. Shi, L. He, and Y . Qiao, “Dilu: A knowledge-driven approach to autonomous driving with large language models,” arXiv preprint arXiv:2309.16292 , 2023

  266. [279]

    Receive, reason, and react: Drive as you say, with large language models in autonomous vehicles,

    C. Cui, Y . Ma, X. Cao, W. Ye, and Z. Wang, “Receive, reason, and react: Drive as you say, with large language models in autonomous vehicles,” IEEE Intelligent Transportation Systems Magazine , 2024

  267. [280]

    Livemind: Low-latency large language models with simultaneous inference,

    C. Chen, G. L. Zhang, X. Yin, C. Zhuo, U. Schlichtmann, and B. Li, “Livemind: Low-latency large language models with simultaneous inference,” arXiv preprint arXiv:2406.14319 , 2024

  268. [281]

    Taming throughput-latency tradeoff in llm inference with sarathi-serve,

    A. Agrawal, N. Kedia, A. Panwar, J. Mohan, N. Kwatra, B. S. Gulavani, A. Tumanov, and R. Ramjee, “Taming throughput-latency tradeoff in llm inference with sarathi-serve,” arXiv preprint arXiv:2403.02310 , 2024

  269. [282]

    Capacity, bandwidth, and compositionality in emergent language learning,

    C. Resnick, A. Gupta, J. Foerster, A. M. Dai, and K. Cho, “Capacity, bandwidth, and compositionality in emergent language learning,” arXiv preprint arXiv:1910.11424, 2019

  270. [283]

    Large language models (llms) assisted wireless network deployment in urban settings,

    N. Sevim, M. Ibrahim, and S. Ekin, “Large language models (llms) assisted wireless network deployment in urban settings,” arXiv preprint arXiv:2405.13356, 2024

  271. [284]

    Large language model adaptation for networking,

    D. Wu, X. Wang, Y . Qiao, Z. Wang, J. Jiang, S. Cui, and F. Wang, “Large language model adaptation for networking,” arXiv preprint arXiv:2402.02338, 2024

  272. [285]

    Personalized wireless federated learning for large language models,

    F. Jiang, L. Dong, S. Tu, Y . Peng, K. Wang, K. Yang, C. Pan, and D. Niyato, “Personalized wireless federated learning for large language models,” arXiv preprint arXiv:2404.13238 , 2024

  273. [286]

    On the modelling and performance analysis of lower layer mobility in 5g- advanced,

    A. G ¨undogan, A. Badalıo ˘glu, P. Spapis, and A. Awada, “On the modelling and performance analysis of lower layer mobility in 5g- advanced,” in 2023 IEEE Wireless Communications and Networking Conference (WCNC). IEEE, 2023, pp. 1–6

  274. [287]

    Wirelessllm: Empowering large language models towards wireless intelligence,

    J. Shao, J. Tong, Q. Wu, W. Guo, Z. Li, Z. Lin, and J. Zhang, “Wirelessllm: Empowering large language models towards wireless intelligence,” arXiv preprint arXiv:2405.17053 , 2024

  275. [288]

    What if llms have different world views: Simulating alien civilizations with llm-based agents,

    M. Jin, B. Wang, Z. Xue, S. Zhu, W. Hua, H. Tang, K. Mei, M. Du, and Y . Zhang, “What if llms have different world views: Simulating alien civilizations with llm-based agents,” arXiv preprint arXiv:2402.13184, 2024

  276. [289]

    Perez, Wireless Communications Design Handbook: Interference into Circuits: Aspects of Noise, Interference, and Environmental Con- cerns

    R. Perez, Wireless Communications Design Handbook: Interference into Circuits: Aspects of Noise, Interference, and Environmental Con- cerns. Academic Press, 1998

  277. [290]

    An analytical represen- tation of the 3gpp 3d channel model parameters for mmwave bands,

    M. Gapeyenko, V . Petrov, D. Moltchanov, S. Andreev, Y . Koucheryavy, M. Valkama, M. R. Akdeniz, and N. Himayat, “An analytical represen- tation of the 3gpp 3d channel model parameters for mmwave bands,” in Proceedings of the 2nd ACM workshop on millimeter wave networks and se...

  278. [291]

    Leveraging channel capacity of weibull fading with co-channel interference shape and scale parameters for chatgpt-enabled qos determination

    V . Jerkovic, D. Bovzic, and D. Miladinovic, “Leveraging channel capacity of weibull fading with co-channel interference shape and scale parameters for chatgpt-enabled qos determination.”

  279. [292]

    Llm enhanced reconfigurable intelligent surface for energy-efficient and reliable 6g iov,

    Q. Liu, J. Mu, D. ChenZhang, Y . Liu, and T. Hong, “Llm enhanced reconfigurable intelligent surface for energy-efficient and reliable 6g iov,” IEEE Transactions on Vehicular Technology, 2024

  280. [293]

    Urllc for 5g and beyond: Requirements, enabling incumbent technologies and network intelligence,

    R. Ali, Y . B. Zikria, A. K. Bashir, S. Garg, and H. S. Kim, “Urllc for 5g and beyond: Requirements, enabling incumbent technologies and network intelligence,” IEEE Access, vol. 9, pp. 67 064–67 095, 2021

  281. [294]

    Large language model-driven curriculum design for mobile networks,

    O. Erak, O. Alhussein, S. Naser, N. Alabbasi, D. Mi, and S. Muhaidat, “Large language model-driven curriculum design for mobile networks,” arXiv preprint arXiv:2405.18039 , 2024

  282. [295]

    Survey on the internet of vehicles: Network architectures and appli- cations,

    B. Ji, X. Zhang, S. Mumtaz, C. Han, C. Li, H. Wen, and D. Wang, “Survey on the internet of vehicles: Network architectures and appli- cations,” IEEE Communications Standards Magazine, vol. 4, no. 1, pp. 34–41, 2020

  283. [296]

    Fog based intelligent transportation big data analytics in the internet of vehicles environment: motivations, architecture, challenges, and critical issues,

    T. S. Darwish and K. A. Bakar, “Fog based intelligent transportation big data analytics in the internet of vehicles environment: motivations, architecture, challenges, and critical issues,” IEEE Access , vol. 6, pp. 15 679–15 701, 2018

  284. [297]

    Blockchain-based internet of vehicles: Distributed network architecture and performance analysis,

    T. Jiang, H. Fang, and H. Wang, “Blockchain-based internet of vehicles: Distributed network architecture and performance analysis,” IEEE Internet of Things Journal , vol. 6, no. 3, pp. 4640–4649, 2018

  285. [298]

    Performance and reliability of dsrc vehicular safety communication: a formal analysis,

    X. Ma, X. Chen, and H. H. Refai, “Performance and reliability of dsrc vehicular safety communication: a formal analysis,” EURASIP Journal on Wireless Communications and Networking , vol. 2009, pp. 1–13, 2009

  286. [299]

    An analysis of large language models: their impact and potential applications,

    G. Bharathi Mohan, R. Prasanna Kumar, P. Vishal Krishh, A. Keerthi- nathan, G. Lavanya, M. K. U. Meghana, S. Sulthana, and S. Doss, “An analysis of large language models: their impact and potential applications,” Knowledge and Information Systems , pp. 1–24, 2024

  287. [300]

    Highly-scalable traffic management of autonomous industrial trans- portation systems,

    I. Draganjac, T. Petrovi ´c, D. Mikli ´c, Z. Kova ˇci´c, and J. Or ˇsuli´c, “Highly-scalable traffic management of autonomous industrial trans- portation systems,” Robotics and Computer-Integrated Manufacturing , vol. 63, p. 101915, 2020

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.