paper-with-me

홈 › Papers

A Dataset for Spatiotemporal-Sensitive POI Question Answering

2025-05-16 · Xiao Han, Dayan Pan, Xiangyu Zhao, Xuyuan Hu, Zhaolin Deng, Xiangjie Kong, Guojiang Shen

Spatiotemporal relationships are critical in data science, as many prediction and reasoning tasks require analysis across both spatial and temporal dimensions--for instance, navigating an unfamiliar city involves planning itineraries that sequence locations and timing cultural experiences. However, existing Question-Answering (QA) datasets lack sufficient spatiotemporal-sensitive questions, making them inadequate benchmarks for evaluating models' spatiotemporal reasoning capabilities. To address this gap, we introduce POI-QA, a novel spatiotemporal-sensitive QA dataset centered on Point of Interest (POI), constructed through three key steps: mining and aligning open-source vehicle trajectory data from GAIA with high-precision geographic POI data, rigorous manual validation of noisy spatiotemporal facts, and generating bilingual (Chinese/English) QA pairs that reflect human-understandable spatiotemporal reasoning tasks. Our dataset challenges models to parse complex spatiotemporal dependencies, and evaluations of state-of-the-art multilingual LLMs (e.g., Qwen2.5-7B, Llama3.1-8B) reveal stark limitations: even the top-performing model (Qwen2.5-7B fine-tuned with RAG+LoRA) achieves a top 10 Hit Ratio (HR@10) of only 0.41 on the easiest task, far below human performance at 0.56. This underscores persistent weaknesses in LLMs' ability to perform consistent spatiotemporal reasoning, while highlighting POI-QA as a robust benchmark to advance algorithms sensitive to spatiotemporal dynamics. The dataset is publicly available at https://www.kaggle.com/ds/7394666.

📄 PDF Abstract BibTeX arXiv:2505.10928

Code (1)

hahahenha/poi-qa 공식 구현 pytorch

Tasks

Question AnsweringRAG

Similar Papers 제목 키워드 기반

TerraQ: Spatiotemporal Question-Answering on Satellite Image Archives

2025-02-06 · Sergios-Anestis Kefalidis, Konstantinos Plas, Manolis Koubarakis

TerraQ is a spatiotemporal question-answering engine for satellite image archives. It is a natural language processing system that is built to process requests for satellite images satisfying certain criteria. The reques…

Earth ObservationQuestion Answering

Secret-Keeping in Question Answering

2023-03-16 · Nathaniel W. Rollings, Kent O'Sullivan, Sakshum Kulshrestha

Existing question-answering research focuses on unanswerable questions in the context of always providing an answer when a system can\dots but what about cases where a system {\bf should not} answer a question. This can …

Question Answering

MRAG: A Modular Retrieval Framework for Time-Sensitive Question Answering

2024-12-20 · Zhang Siyue, Xue Yuxiang, Zhang Yiming, Wu Xiaobao 외

Understanding temporal relations and answering time-sensitive questions is crucial yet a challenging task for question-answering systems powered by large language models (LLMs). Existing approaches either update the para…

Question AnsweringRetrievalRetrieval-augmented Generation

Continual Learning for Temporal-Sensitive Question Answering

2024-07-17 · Wanqi Yang, Yunqiu Xu, Yanda Li, Kunze Wang 외

In this study, we explore an emerging research area of Continual Learning for Temporal Sensitive Question Answering (CLTSQA). Previous research has primarily focused on Temporal Sensitive Question Answering (TSQA), often…

Continual LearningContrastive LearningQuestion Answering

A Question Answering Dataset for Temporal-Sensitive Retrieval-Augmented Generation

2025-08-17 · Ziyang Chen, Erxue Min, Xiang Zhao, Yunxin Li 외 arxiv

We introduce ChronoQA, a large-scale benchmark dataset for Chinese question answering, specifically designed to evaluate temporal reasoning in Retrieval-Augmented Generation (RAG) systems. ChronoQA is constructed from ov…

Question Answering