paper-with-me

Papers

Large Language Models are Zero-Shot Next Location Predictors

2024-05-31 · Ciro Beneduce, Bruno Lepri, Massimiliano Luca

Predicting the locations an individual will visit in the future is crucial for solving many societal issues like disease diffusion and reduction of pollution. However, next-location predictors require a significant amount of individual-level information that may be scarce or unavailable in some scenarios (e.g., cold-start). Large Language Models (LLMs) have shown good generalization and reasoning capabilities and are rich in geographical knowledge, allowing us to believe that these models can act as zero-shot next-location predictors. We tested more than 15 LLMs on three real-world mobility datasets and we found that LLMs can obtain accuracies up to 36.2%, a significant relative improvement of almost 640% when compared to other models specifically designed for human mobility. We also test for data contamination and explored the possibility of using LLMs as text-based explainers for next-location prediction, showing that, regardless of the model size, LLMs can explain their decision.

📄 PDF Abstract BibTeX arXiv:2405.20962

Code (1)

ssai-trento/llm-zero-shot-nl 공식 구현

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…

Similar Papers 제목 키워드 기반

nextlocllm: next location prediction using LLMs

2024-10-11 · Shuai Liu, Ning Cao, Yile Chen, Yue Jiang 외

Next location prediction is a critical task in human mobility analysis and serves as a foundation for various downstream applications. Existing methods typically rely on discrete IDs to represent locations, which inheren…

Prediction

Towards Zero-Shot Camera Trap Image Categorization

2024-10-16 · Jiří Vyskočil, Lukas Picek

This paper describes the search for an alternative approach to the automatic categorization of camera trap images. First, we benchmark state-of-the-art classifiers using a single model for all images. Next, we evaluate m…

Image Categorization

Zero-Shot Next-Item Recommendation using Large Pretrained Language Models

2023-04-06 · Lei Wang, Ee-Peng Lim

Large language models (LLMs) have achieved impressive zero-shot performance in various natural language processing (NLP) tasks, demonstrating their capabilities for inference without training examples. Despite their succ…

Sequential Recommendation

Adapting Language Models for Zero-shot Learning by Meta-tuning on Dataset and Prompt Collections

2021-04-10 · Findings (EMNLP) 2021 11 · Ruiqi Zhong, Kristy Lee, Zheng Zhang, Dan Klein

Large pre-trained language models (LMs) such as GPT-3 have acquired a surprising ability to perform zero-shot learning. For example, to classify sentiment without any training examples, we can "prompt" the LM with the re…

Language ModellingNatural Language InferenceQuestion AnsweringZero-Shot Learning

Geographic Adaptation of Pretrained Language Models

2022-03-16 · Valentin Hofmann, Goran Glavaš, Nikola Ljubešić, Janet B. Pierrehumbert 외

While pretrained language models (PLMs) have been shown to possess a plethora of linguistic knowledge, the existing body of research has largely neglected extralinguistic knowledge, which is generally difficult to obtain…

Language IdentificationLanguage ModelingLanguage ModellingMasked Language Modeling+2