# SimCIT **Repository Path**: alibaba/SimCIT ## Basic Information - **Project Name**: SimCIT - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-15 - **Last Updated**: 2026-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Guess Where You Go: Generative Next Point-of-Interest Recommendation in Amap View Demo · Report Bug · Request Feature
## About The Project [![Product Name Screen Shot][product-screenshot]](https://github.com/alibaba/SimCIT) Gwhere is an end-to-end generative recommendation framework for next point-of-interest (POI) prediction, designed to overcome the scalability limits of token-based retrieval and the lack of spatial-world understanding in LLMs. It introduces a contrastive item tokenization method that fuses multi-modal signals (text, image, spatial, and collaborative data) into compact, discriminative semantic identifiers (SIDs), enabling efficient large-scale generative retrieval. Built on these SIDs, a spatio-temporal LLM—pretrained on real-world mobility corpora and fine-tuned with a reinforcement learning algorithm (EAKTO)—aligns closely with user behavior. ## Getting Started This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps. ### Prerequisites This is an example of how to list things you need to use the software and how to install them. 1. Clone the repository: ```bash git clone repo_name cd repo ``` 2. Install dependencies: * Python 3.9+ * PyTorch 2.2.0 * requirements.txt ```sh pip install -r requirements.txt ``` ### SID Generation 1. Training the Model To start distributed training, use the following command: ``` ./run_train.sh ``` 2. Parameters - `--state_dict_save_path`: Directory for model outputs. 3. Testing the Model Use the following command to start testing: ```bash ./run_infer.sh ``` ### LLM training coming soon ## License Distributed under the project_license. See `LICENSE` for more information. ## Contact If you have any questions or encounter difficulties, we welcome you to contact ours via [GitHub Issues](https://github.com/alibaba/SimCIT/issues). We are dedicated to supporting you in resolving issues related to sid generation, facilitating a robust and efficient setup for your system. ## Citing this work Please cite the following paper if you find our code helpful. ``` @misc{zhai2025cognitivealignedspatiotemporallargelanguage, title={Cognitive-Aligned Spatio-Temporal Large Language Models For Next Point-of-Interest Prediction}, author={Penglong Zhai and Jie Li and Fanyi Di and Yue Liu and Yifang Yuan and Jie Huang and Peng Wu and Sicong Wang and Mingyang Yin and Tingting Hu and Yao Xu and Xin Li}, year={2025}, eprint={2510.14702}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={https://arxiv.org/abs/2510.14702}, } ``` [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/linkedin_username [product-screenshot]: asset/framework_gwhere.jpg [Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white [Next-url]: https://nextjs.org/ [React-url]: https://reactjs.org/ [Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D [Vue-url]: https://vuejs.org/ [Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white [Angular-url]: https://angular.io/ [Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00 [Svelte-url]: https://svelte.dev/ [Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white [Laravel-url]: https://laravel.com [Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white [Bootstrap-url]: https://getbootstrap.com [JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white [JQuery-url]: https://jquery.com