Skip to main content

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

Advertisement

Scientific Reports
  • View all journals
  • Search
  • My Account Login
  • Content Explore content
  • About the journal
  • Publish with us
  • Sign up for alerts
  • RSS feed
  1. nature
  2. scientific reports
  3. articles
  4. article
Urban theft prediction via LLM-empowered spatiotemporal transformer
Download PDF
Download PDF
  • Article
  • Open access
  • Published: 31 March 2026

Urban theft prediction via LLM-empowered spatiotemporal transformer

  • Minghu Tang1,2,3,
  • Junjie Wang1,2,3,
  • Xuan Bu1,2,3,
  • Jiayi Zhang1,2,3 &
  • …
  • Peng Luo4 

Scientific Reports , Article number:  (2026) Cite this article

We are providing an unedited version of this manuscript to give early access to its findings. Before final publication, the manuscript will undergo further editing. Please note there may be errors present which affect the content, and all legal disclaimers apply.

Subjects

  • Engineering
  • Mathematics and computing

Abstract

With the deepening of urbanization, the spatiotemporal heterogeneity of theft crimes in New York City has become prominent, creating a demand for more accurate prediction. Existing models face limitations in capturing nonlinear correlations, integrating multi-source data, and generalizing to dynamic scenarios. This study proposes an LLM-enhanced Spatiotemporal Transformer (LLM-STT) model, which integrates multi-source spatiotemporal features (including taxi passenger flow proxy) and Gemma3-12B embeddings, with a lightweight fine-tuning scheme for Gemma3-1B. Its main explorations include LLM-based semantic encoding, quantifying feature coupling, and balancing performance and deployment feasibility. Experiments on hourly neighborhood-scale theft prediction in New York City show the model achieves an AUC of 0.91 and an F1 score of 0.83, demonstrating competitive performance against baselines. LLM embeddings and dynamic population features contribute positively, and the lightweight fine-tuned model outperforms the random baseline. These findings offer preliminary support for targeted crime prevention in similar urban contexts, with broader generalization requiring further validation.

Similar content being viewed by others

Neural embeddings of urban big data reveal spatial structures in cities

Article Open access 14 March 2024

A multi-modal geospatial–temporal LSTM based deep learning framework for predictive modeling of urban mobility patterns

Article Open access 30 December 2024

Spatial–temporal combination and multi-head flow-attention network for traffic flow prediction

Article Open access 26 April 2024

Data availability

The data that support the findings of this study are publicly accessible or derived from publicly available sources, in compliance with Springer Nature’s research data policy. Details on access paths, processing procedures, and citations are provided below: 1. Theft Crime Data Source: New York City Police Department (NYPD) Open Database, “NYPD Complaint Data Historic”. Access Link: https://www.kaggle.com/datasets/leilahmiller/2006-2023-nypd-complaint-data-historic Usage Scope: We filtered theft case records from November 2013–December 2015 and January 2020–December 2020, excluding duplicate reports, samples with abnormal latitude/longitude (outside the study area: 40.496\(^{\circ }\)N–40.915\(^{\circ }\)N, 73.7\(^{\circ }\)W–74.25\(^{\circ }\)W), and invalid timestamps. A total of 619,059 valid records were retained as binary prediction labels (1 = theft occurred, 0 = no theft occurred). Citation: Miller, L. (2023). 2006-2023 NYPD Complaint Data Historic [Dataset]. Kaggle. https://www.kaggle.com/datasets/leilahmiller/2006-2023-nypd-complaint-data-historic. 2. Taxi Passenger Flow Proxy Data Source: New York City Taxi and Limousine Commission (TLC) “TLC Trip Record Data”. Access Link: https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page Usage Scope: Hourly grid-level passenger flow indicators (inflow: number of destination passengers, outflow: number of origin passengers, net flow: inflow – outflow) were extracted from trajectory data covering January 2013–December 2015 and January 2020–December 2020. GPS coordinates of taxi pick-up/drop-off points were matched to the 14.3-hectare grid system (106\(\times\)139) used in this study. Missing values were imputed using the historical average of the same grid and time period. Citation: New York City Taxi and Limousine Commission (TLC). (2023). TLC Trip Record Data [Dataset]. TLC Official Website. https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page. 3. Multi-Source Spatiotemporal Data 3.1 Nighttime Light Data Source: Colorado School of Mines Earth Observing Group (EOG), “Visible Night Lights (VNL) – VIIRS/NPP Nighttime Light Data”. Access Link: https://eogdata.mines.edu/products/vnl/ Usage Scope: 500-meter resolution nighttime light intensity data (January 2013–December 2015, January 2020–December 2020) were resampled to the 14.3-hectare grid scale to represent regional activity intensity. Citation: Colorado School of Mines Earth Observing Group (EOG). (2023). Visible Night Lights (VNL) – VIIRS/NPP Nighttime Light Data [Dataset]. EOG Mines. https://eogdata.mines.edu/products/vnl/. 3.2 POI Data Source: OpenStreetMap Foundation, “OpenStreetMap Geospatial Data”. Access Link: https://osmfoundation.org/wiki/Main_Page Usage Scope: 12 categories of POIs (e.g., commercial, residential, public transportation) were extracted to calculate functional density and road network accessibility. Citation: OpenStreetMap Foundation. (2023). OpenStreetMap Geospatial Data [Dataset]. OpenStreetMap Official Website. https://osmfoundation.org/wiki/Main_Page. 3.3 Meteorological Data Source: U.S. National Weather Service, U.S. National Centers for Environmental Information (NCEI) (National Oceanic and Atmospheric Administration, NOAA), “Daily Summaries (Global Historical Climatology Network - Daily, GHCN-D)”. Access Link: https://www.ncei.noaa.gov/cdo-web/ Usage Scope: Weather type data (2013–2015, 2020) were spatially aligned to New York City’s administrative districts and matched to hourly time windows for constructing “weather-space interaction features”. Citation: U.S. National Weather Service, U.S. National Centers for Environmental Information (NCEI) (NOAA). (2023). Daily Summaries (GHCN-D) [Dataset]. NCEI Official Website. https://www.ncei.noaa.gov/cdo-web/. 4. Control Data (Socio-Economic Data) Source: U.S. Census Bureau (population density data); U.S. Bureau of Economic Analysis (BEA), “Gross Domestic Product (GDP) by County”. Access Link: https://apps.bea.gov/regional/ Usage Scope: Socio-economic indicators (GDP, population density) for January 2020–December 2020 were used to control for regional demographic and economic heterogeneity. Citation: U.S. Bureau of Economic Analysis (BEA). (2023). Gross Domestic Product (GDP) by County [Dataset]. U.S. Bureau of Economic Analysis. https://apps.bea.gov/regional/. 5. Code Availability The code used for model training (LLM-STT model implementation, spatiotemporal attention module, LLM lightweight fine-tuning) and data analysis (feature engineering, experimental result validation) is available from the corresponding author (Junjie Wang) upon reasonable request. All data used in this study have undergone standardization (Min-Max normalization, Z-score standardization), data cleaning (outlier removal, missing value imputation), and spatiotemporal alignment to ensure consistency with the model’s input requirements. No restricted or proprietary data were used in this research.

References

  1. Brantingham, P. L. & Brantingham, P. J. Notes on the geometry of crime. In Principles of Geographical Offender Profiling 97–124 (Routledge, 2017)

  2. Sherman, L. W., Gartin, P. R. & Buerger, M. E. Hot spots of predatory crime: Routine activities and the criminology of place. Criminology 27(1), 27–56 (1989).

    Google Scholar 

  3. Mansha, S., Rehman, A., Abdullah, S., Kamiran, F. & Yin, H. Locality aware temporal fms for crime prediction. In Proceedings of the 31st ACM International Conference on Information & Knowledge Management 4324–4328 (2022)

  4. Fu, H. et al. Augmented graph information bottleneck with type-aware periodicity heterogeneity for explainable crime prediction. Inf. Process. Manag. 62(6), 104227 (2025).

    Google Scholar 

  5. Shan, M., Ye, C., Chen, P. & Peng, S. Ada-gcnlstm: An adaptive urban crime spatiotemporal prediction model. J. Saf. Sci. Resil. 6(2), 226–236 (2025).

    Google Scholar 

  6. Jing, C. et al. A deep multi-scale neural networks for crime hotspot mapping prediction. Comput. Environ. Urban Syst. 109, 102089 (2024).

    Google Scholar 

  7. Guo, Y. Multimodal spatio-temporal fusion: A generalizable gcn-lstm with attention framework for urban application. Inf. Fus. 131, 104164 (2026).

    Google Scholar 

  8. Liang, W., Wang, Y., Tao, H. & Cao, J. Towards hour-level crime prediction: A neural attentive framework with spatial-temporal-categorical fusion. Neurocomputing 486, 286–297 (2022).

    Google Scholar 

  9. Butt, U. M., Letchmunan, S., Ali, M. & Sherazi, H. H. R. Start: A spatiotemporal autoregressive transformer for enhancing crime prediction accuracy. IEEE Trans. Comput. Soc. Syst. 12, 4650–4664 (2025).

    Google Scholar 

  10. Qin, Z. et al. Acsaformer: A crime forecasting model based on sparse attention and adaptive graph convolution. Front. Phys. 13, 1596987 (2025).

    Google Scholar 

  11. Lu, H., Chen, C., Ma, Y. & Ma, Y. Lightweight deep learning model for crime pattern recognition based on transformer with simulated annealing sparsity and cnn. Sci. Rep. 15(1), 20311 (2025).

    Google Scholar 

  12. Mechqrane, Y. & Elabbassi, I. From prediction to action: A constraint-based approach to predictive policing. In 31st International Conference on Principles and Practice of Constraint Programming (CP 2025) 29–1 (Schloss Dagstuhl–Leibniz-Zentrum für Informatik, 2025).

  13. Shahmoradi, N., Alesheikh, A. A., Jafari, A. & Lotfata, A. Hybrid st-resnet and lstm approach for precise crime hotspot prediction. Sci. Rep. 15(1), 40754 (2025).

    Google Scholar 

  14. Reza, M. A., Bisaria, A., Advaitha, S., Ponnekanti, A. & Arya, A. Crix: Intersection of crime, demographics and explainable AI. In ICAART (2) 714–725 (2025)

  15. Zhang, X., Liu, L., Xiao, L. & Ji, J. Comparison of machine learning algorithms for predicting crime hotspots. IEEE Access 8, 181302–181310 (2020).

    Google Scholar 

  16. Xia, L. et al. Spatial-temporal sequential hypergraph network for crime prediction with dynamic multiplex relation learning. arXiv preprint arXiv:2201.02435 (2022)

  17. Li, Z., Huang, C., Xia, L., Xu, Y. & Pei, J. Spatial-temporal hypergraph self-supervised learning for crime prediction. In 2022 IEEE 38th International Conference on Data Engineering (ICDE) 2984–2996 (IEEE, 2022).

  18. Corbett-Davies, S., Pierson, E., Feller, A., Goel, S. & Huq, A. Algorithmic decision making and the cost of fairness. In Proceedings of the 23rd Acm Sigkdd International Conference on Knowledge Discovery and Data Mining 797–806 (2017)

  19. Feng, J., Wang, S., Liu, T., Xi, Y. & Li, Y. Urbanllava: A multi-modal large language model for urban intelligence with spatial reasoning and understanding. arXiv preprint arXiv:2506.23219 (2025)

  20. Liu, C. et al. St-llm+: Graph enhanced spatio-temporal large language models for traffic prediction. IEEE Trans. Knowl. Data Eng. 37, 4846–4859 (2025).

    Google Scholar 

  21. Vaswani, A. et al. Attention is all you need. Adv. Neural Inf. Process. Syst. 30, 6000–6010 (2017).

    Google Scholar 

  22. Deng, J., Chen, X., Jiang, R., Song, X. & Tsang, I. W. St-norm: Spatial and temporal normalization for multi-variate time series forecasting. In Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining 269–278 (2021)

  23. Linning, S. J., Andresen, M. A. & Brantingham, P. J. Crime seasonality: Examining the temporal fluctuations of property crime in cities with varying climates. Int. J. Offender Ther. Comp. Criminol. 61(16), 1866–1891 (2017).

    Google Scholar 

  24. Reinhart, A. Point process modeling with spatiotemporal covariates for predicting crime. PhD thesis, Carnegie Mellon University (2016)

  25. Benda, B. B. Survival analysis of criminal recidivism of boot camp graduates using elements from general and developmental explanatory models. Int. J. Offender Ther. Comp. Criminol. 47(1), 89–110 (2003).

    Google Scholar 

  26. Cozens, P. M., Saville, G. & Hillier, D. Crime prevention through environmental design (cpted): A review and modern bibliography. Prop. Manag. 23(5), 328–356 (2005).

    Google Scholar 

  27. Anderson, J. M., MacDonald, J. M., Bluthenthal, R. & Ashwood, J. S. Reducing crime by shaping the built environment with zoning: An empirical study of los angeles. University of Pennsylvania Law Review 699–756 (2013)

  28. Bonilla Alguera, G. & Gutierrez Meave, R. Zoning out robbery? an empirical study in Mexico city. Hous. Policy Debate 32(4–5), 730–749 (2022).

    Google Scholar 

  29. Mohler, G. O., Short, M. B. & Brantingham, P. J. The concentration-dynamics tradeoff in crime hot spotting. In Unraveling the Crime-Place Connection 19–39 (Routledge, 2017).

  30. Reinhart, A. & Greenhouse, J. Self-exciting point processes with spatial covariates: Modelling the dynamics of crime. J. R. Stat. Soc.: Ser. C: Appl. Stat. 67(5), 1305–1329 (2018).

    Google Scholar 

  31. Cohen, J. & Tita, G. Diffusion in homicide: Exploring a general method for detecting spatial diffusion processes. J. Quant. Criminol. 15(4), 451–493 (1999).

    Google Scholar 

  32. Sommer, A. J., Lee, M. & Bind, M.-A.C. Comparing apples to apples: An environmental criminology analysis of the effects of heat and rain on violent crimes in boston. Palgrave Commun. 4, 138 (2018).

    Google Scholar 

  33. Schinasi, L. H. & Hamra, G. B. A time series analysis of associations between daily temperature and crime events in Philadelphia, Pennsylvania. J. Urban Health 94(6), 892–900 (2017).

    Google Scholar 

  34. Anderson, C. A. & Anderson, K. B. Temperature and aggression: Paradox, controversy, and a (1998)

  35. Erturk, E., Raynham, P. & Teji, J. U. Exploring the effects of light and dark on crime in London. ISPRS Int. J. Geo Inf. 13(6), 182 (2024).

    Google Scholar 

  36. Fotios, S., Robbins, C. & Farrall, S. Research note: Variation of the effect of ambient light level on crime frequency with type of crime and location. Light. Res. Technol. 56(3), 295–303 (2024).

    Google Scholar 

  37. Welsh, B. C., Farrington, D. P. & Douglas, S. The impact and policy relevance of street lighting for crime prevention: A systematic review based on a half-century of evaluation research. Criminol. Public Policy 21(3), 739–765 (2022).

    Google Scholar 

  38. Song, G. et al. Testing indicators of risk populations for theft from the person across space and time: The significance of mobility and outdoor activity. Ann. Am. Assoc. Geogr. 108(5), 1370–1388 (2018).

    Google Scholar 

  39. Puttock, S., Barros, U., Pinheiro, D. & Oliveira, M. Larger cities, more commuters, more crime? the role of inter-city commuting in the scaling of urban crime. arXiv preprint arXiv:2505.20822 (2025)

  40. He, L. et al. Ambient population and larceny-theft: A spatial analysis using mobile phone data. ISPRS Int. J. Geo Inf. 9(6), 342 (2020).

    Google Scholar 

  41. Braakmann, N. Residential turnover and crime–evidence from administrative data for England and Wales. Br. J. Criminol. 63(6), 1460–1481 (2023).

    Google Scholar 

  42. Kadar, C. & Pletikosa, I. Mining large-scale human mobility data for long-term crime prediction. EPJ Data Sci. 7(1), 1–27 (2018).

    Google Scholar 

  43. Li, B., Shi, P. & Ward, A. R. Latent feature mining with large language models (2024)

  44. Sarzaeim, P., Mahmoud, Q. H. & Azim, A. A framework for llm-assisted smart policing system. IEEE Access 12, 74915–74929 (2024).

    Google Scholar 

  45. Fatima, S. K., Zubair, T., Ahmed, N. & Khan, A. Autogen driven multi agent framework for iterative crime data analysis and prediction. arXiv preprint arXiv:2506.11475 (2025)

  46. Kim, H. et al. Lapis: Language model-augmented police investigation system. In Proceedings of the 33rd ACM International Conference on Information and Knowledge Management 4637–4644 (2024)

  47. Sarzaeim, P., Mahmoud, Q. H. & Azim, A. Experimental analysis of large language models in crime classification and prediction. In Canadian AI (2024)

  48. Echterhoff, J., Liu, Y., Alessa, A., McAuley, J. & He, Z. Cognitive bias in decision-making with llms. arXiv preprint arXiv:2403.00811 (2024)

  49. Mirza, V., Kulkarni, R. & Jadhav, A. Evaluating gender, racial, and age biases in large language models: A comparative analysis of occupational and crime scenarios. In 2025 IEEE Conference on Artificial Intelligence (CAI) 244–251 (IEEE, 2025).

  50. Hu, E. J. et al. Lora: Low-rank adaptation of large language models. ICLR 1(2), 3 (2022).

    Google Scholar 

  51. Wang, E., Liu, W., Liu, W., Xiang, C., Yang, B. & Yang, Y. Spatiotemporal transformer for data inference and long prediction in sparse mobile crowdsensing. In IEEE INFOCOM 2023-IEEE Conference on Computer Communications 1–10 (IEEE, 2023).

  52. Boyle, D. & Kalita, J. Spatiotemporal transformer for stock movement prediction. arXiv preprint arXiv:2305.03835 (2023)

  53. Xu, M. et al. Spatial-temporal transformer networks for traffic flow forecasting. arXiv preprint arXiv:2001.02908 (2020)

  54. Lv, X., Jing, C., Wang, Y. & Jin, S. A deep neural network for spatiotemporal prediction of theft crimes. Int. Arch. Photogramm. Remote. Sens. Spat. Inf. Sci. 48, 35–41 (2022).

    Google Scholar 

  55. Chen, Y., Lin, F., Huo, J. & Yan, H. Designing specialized two-dimensional graph spectral filters for spatial-temporal graph modeling. In Proceedings of the AAAI Conference on Artificial Intelligence Vol. 39 11500–11508 (2025)

  56. Arik, S.Ö. & Pfister, T. Tabnet: Attentive interpretable tabular learning. In Proceedings of the AAAI Conference on Artificial Intelligence Vol. 35, 6679–6687 (2021)

  57. Nguyen-Sy, T. Optimized hybrid xgboost-catboost model for enhanced prediction of concrete strength and reliability analysis using monte carlo simulations. Appl. Soft Comput. 167, 112490 (2024).

    Google Scholar 

  58. Li, Z. et al. Urbangpt: Spatio-temporal large language models. In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining 5351–5362 (2024)

  59. Zhang, X. et al. Interpretable machine learning models for crime prediction. Comput. Environ. Urban Syst. 94, 101789 (2022).

    Google Scholar 

  60. An, B. et al. Geopro-net: Learning interpretable spatiotemporal prediction models through statistically-guided geo-prototyping. In Proceedings of the AAAI Conference on Artificial Intelligence Vol. 39 11427–11435 (2025)

  61. Lee, S., Ki, D., Hipp, J. R. & Kim, J. H. Analysing non-linearities and threshold effects between street-level built environments and local crime patterns: An interpretable machine learning approach. Urban Stud. 62(6), 1186–1208 (2025).

    Google Scholar 

  62. Albors Zumel, A., Tizzoni, M. & Campedelli, G. M. Deep learning for crime forecasting: The role of mobility at fine-grained spatiotemporal scales. J. Quant. Criminol. https://doi.org/10.1007/s10940-025-09629-3 (2025).

    Google Scholar 

  63. Zhao, X. & Tang, J. Exploring transfer learning for crime prediction. In 2017 IEEE International Conference on Data Mining Workshops (ICDMW) 1158–1159 (IEEE, 2017).

  64. Downey, A., Islam, S. R. & Sarker, M. K. Predictive policing: A fairness-aware approach. Int. J. Artif. Intell. Tools 33(03), 2460005 (2024).

    Google Scholar 

Download references

Funding

This work was supported by the Special Project for the Transformation of Scientific and Technological Achievements of Qinghai Province (Project No.: 2025-GX-143). The funder had no role in the design of the study, collection, analysis, or interpretation of data; drafting of the manuscript; or the decision to submit the manuscript for publication.

Author information

Authors and Affiliations

  1. School of Intelligent Science and Engineering, Qinghai Minzu University, Xining, 810007, China

    Minghu Tang, Junjie Wang, Xuan Bu & Jiayi Zhang

  2. School of Cyberspace Security, Qinghai Minzu University, Xining, 810007, China

    Minghu Tang, Junjie Wang, Xuan Bu & Jiayi Zhang

  3. Joint Laboratory of Cyberspace Security, Qinghai Minzu University, Xining, 810007, China

    Minghu Tang, Junjie Wang, Xuan Bu & Jiayi Zhang

  4. School of Computer Science and Technology, Qinghai Normal University, Xining, 810016, China

    Peng Luo

Authors
  1. Minghu Tang
    View author publications

    Search author on:PubMed Google Scholar

  2. Junjie Wang
    View author publications

    Search author on:PubMed Google Scholar

  3. Xuan Bu
    View author publications

    Search author on:PubMed Google Scholar

  4. Jiayi Zhang
    View author publications

    Search author on:PubMed Google Scholar

  5. Peng Luo
    View author publications

    Search author on:PubMed Google Scholar

Contributions

T.M. (Tang Minghu) supervised the entire research process (including data processing, model development, and experimental design), collected and preprocessed multi-source data (theft crime data, taxi passenger flow data), implemented the core LLM-STT model code, and drafted the initial version of the manuscript.W.J. (Wang Junjie, Corresponding Author) conceived and designed the overall research framework, revised the manuscript critically for important intellectual content, coordinated the submission process, and communicated with the journal editorial office.B.X. (Bu Xuan) designed the spatiotemporal attention interaction module and ablation experiments, analyzed experimental results (including AUC/F1 score verification), and optimized model hyperparameters.Z.J. (Zhang Jiayi) completed feature engineering (temporal, geospatial, venue functional features), verified the model’s cross-temporal generalization ability (2020 dataset extrapolation test), and organized supplementary data figures.L.P. (Luo Peng) reviewed relevant literature on crime prediction and LLM applications, optimized the Gemma3-1B lightweight fine-tuning scheme (4-bit quantization + LoRA), and assisted in revising the “Data Availability Statement”. All authors read, revised, and approved the final manuscript.

Corresponding author

Correspondence to Junjie Wang.

Ethics declarations

Ethical approval and consent to participate

Not applicable. All data used in this study are publicly available secondary datasets (e.g., Kaggle-hosted NYPD crime data, New York City TLC taxi trajectory data, Colorado School of Mines EOG nighttime light data) that do not involve human subjects, personal identifiable information, or experimental procedures requiring ethical oversight. No ethical approval or participant consent was required for the use of these public datasets.

Consent for Publication

Not applicable. This study does not include any personal data, individual-level information, images, or content that requires explicit consent for publication.

Competing Interests

All authors (Tang Minghu, Wang Junjie, Bu Xuan, Zhang Jiayi, Luo Peng) declare no known competing financial interests or personal relationships that could have appeared to influence the work reported in this manuscript.

Code Availability

Not applicable. The code used for model training (LLM-STT model implementation, spatiotemporal attention module, LLM lightweight fine-tuning) and data analysis (feature engineering, experimental result validation) is available from the corresponding author (Wang Junjie) upon reasonable request.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Tang, M., Wang, J., Bu, X. et al. Urban theft prediction via LLM-empowered spatiotemporal transformer. Sci Rep (2026). https://doi.org/10.1038/s41598-026-45681-0

Download citation

  • Received: 26 November 2025

  • Accepted: 20 March 2026

  • Published: 31 March 2026

  • DOI: https://doi.org/10.1038/s41598-026-45681-0

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

Keywords

  • Crime Prediction
  • Taxi Passenger Flow Proxy
  • Multi-Source Spatio-Temporal Feature Fusion
  • LLM Lightweight Fine-Tuning/Edge Fine-Tuning
  • Semantic-Spatio-Temporal Transformer
Download PDF

Advertisement

Explore content

  • Research articles
  • News & Comment
  • Collections
  • Subjects
  • Follow us on Facebook
  • Follow us on X
  • Sign up for alerts
  • RSS feed

About the journal

  • About Scientific Reports
  • Contact
  • Journal policies
  • Guide to referees
  • Calls for Papers
  • Editor's Choice
  • Journal highlights
  • Open Access Fees and Funding

Publish with us

  • For authors
  • Language editing services
  • Open access funding
  • Submit manuscript

Search

Advanced search

Quick links

  • Explore articles by subject
  • Find a job
  • Guide to authors
  • Editorial policies

Scientific Reports (Sci Rep)

ISSN 2045-2322 (online)

nature.com footer links

About Nature Portfolio

  • About us
  • Press releases
  • Press office
  • Contact us

Discover content

  • Journals A-Z
  • Articles by subject
  • protocols.io
  • Nature Index

Publishing policies

  • Nature portfolio policies
  • Open access

Author & Researcher services

  • Reprints & permissions
  • Research data
  • Language editing
  • Scientific editing
  • Nature Masterclasses
  • Research Solutions

Libraries & institutions

  • Librarian service & tools
  • Librarian portal
  • Open research
  • Recommend to library

Advertising & partnerships

  • Advertising
  • Partnerships & Services
  • Media kits
  • Branded content

Professional development

  • Nature Awards
  • Nature Careers
  • Nature Conferences

Regional websites

  • Nature Africa
  • Nature China
  • Nature India
  • Nature Japan
  • Nature Middle East
  • Privacy Policy
  • Use of cookies
  • Legal notice
  • Accessibility statement
  • Terms & Conditions
  • Your US state privacy rights
Springer Nature

© 2026 Springer Nature Limited

Nature Briefing AI and Robotics

Sign up for the Nature Briefing: AI and Robotics newsletter — what matters in AI and robotics research, free to your inbox weekly.

Get the most important science stories of the day, free in your inbox. Sign up for Nature Briefing: AI and Robotics