paper-with-me

Papers

TimelineQA: A Benchmark for Question Answering over Timelines

2023-06-01 · Wang-Chiew Tan, Jane Dwivedi-Yu, Yuliang Li, Lambert Mathias, Marzieh Saeidi, Jing Nathan Yan, Alon Y. Halevy

Lifelogs are descriptions of experiences that a person had during their life. Lifelogs are created by fusing data from the multitude of digital services, such as online photos, maps, shopping and content streaming services. Question answering over lifelogs can offer personal assistants a critical resource when they try to provide advice in context. However, obtaining answers to questions over lifelogs is beyond the current state of the art of question answering techniques for a variety of reasons, the most pronounced of which is that lifelogs combine free text with some degree of structure such as temporal and geographical information. We create and publicly release TimelineQA1, a benchmark for accelerating progress on querying lifelogs. TimelineQA generates lifelogs of imaginary people. The episodes in the lifelog range from major life episodes such as high school graduation to those that occur on a daily basis such as going for a run. We describe a set of experiments on TimelineQA with several state-of-the-art QA models. Our experiments reveal that for atomic queries, an extractive QA system significantly out-performs a state-of-the-art retrieval-augmented QA system. For multi-hop queries involving aggregates, we show that the best result is obtained with a state-of-the-art table QA technique, assuming the ground truth set of episodes for deriving the answer is available.

📄 PDF Abstract BibTeX arXiv:2306.01069

Code (1)

facebookresearch/timelineqa 공식 구현

Tasks

Question AnsweringRetrieval

Similar Papers 제목 키워드 기반

UnSeenTimeQA: Time-Sensitive Question-Answering Beyond LLMs' Memorization

2024-07-03 · Md Nayem Uddin, Amir Saeidi, Divij Handa, Agastya Seth 외

This paper introduces UnSeenTimeQA, a novel data contamination-free time-sensitive question-answering (TSQA) benchmark. It differs from existing TSQA benchmarks by avoiding web-searchable queries grounded in the real-wor…

MemorizationQuestion Answering

NeoQA: Evidence-based Question Answering with Generated News Events

2025-05-09 · Max Glockner, Xiang Jiang, Leonardo F. R. Ribeiro, Iryna Gurevych 외

Evaluating Retrieval-Augmented Generation (RAG) in large language models (LLMs) is challenging because benchmarks can quickly become stale. Questions initially requiring retrieval may become answerable from pretraining k…

ArticlesQuestion AnsweringRAGRetrieval+1

Natural Language Understanding and Inference with MLLM in Visual Question Answering: A Survey

2024-11-26 · Jiayi Kuang, Jingyou Xie, Haohao Luo, Ronghao Li 외

Visual Question Answering (VQA) is a challenge task that combines natural language processing and computer vision techniques and gradually becomes a benchmark test task in multimodal large language models (MLLMs). The go…

Natural Language UnderstandingQuestion AnsweringSurveyVisual Question Answering+1

Promotion of Answer Value Measurement with Domain Effects in Community Question Answering Systems

2019-06-01 · Binbin Jin, Enhong Chen, Hongke Zhao, Zhenya Huang 외

In the area of community question answering (CQA), answer selection and answer ranking are two tasks which are applied to help users quickly access valuable answers. Existing solutions mainly exploit the syntactic or sem…

Answer SelectionCommunity Question AnsweringQuestion AnsweringSentence

HalluScore: Large Language Model Hallucination Question Answering Benchmark

2026-05-16 · Aisha Alansari, Hamzah Luqman arxiv

Large language models (LLMs) have achieved remarkable progress in natural language generation, but remain susceptible to hallucination. In response to growing concerns about hallucinations, several benchmarks have been d…

Question Answering