paper-with-me

Papers

Improving Event Duration Question Answering by Leveraging Existing Temporal Information Extraction Data

2022-06-01 · LREC 2022 6 · Felix Virgo, Fei Cheng, Sadao Kurohashi

Understanding event duration is essential for understanding natural language. However, the amount of training data for tasks like duration question answering, i.e., McTACO, is very limited, suggesting a need for external duration information to improve this task. The duration information can be obtained from existing temporal information extraction tasks, such as UDS-T and TimeBank, where more duration data is available. A straightforward two-stage fine-tuning approach might be less likely to succeed given the discrepancy between the target duration question answering task and the intermediary duration classification task. This paper resolves this discrepancy by automatically recasting an existing event duration classification task from UDS-T to a question answering task similar to the target McTACO. We investigate the transferability of duration information by comparing whether the original UDS-T duration classification or the recast UDS-T duration question answering can be transferred to the target task. Our proposed model achieves a 13% Exact Match score improvement over the baseline on the McTACO duration question answering task, showing that the two-stage fine-tuning approach succeeds when the discrepancy between the target and intermediary tasks are resolved.

📄 PDF Abstract BibTeX

Code (1)

felixgiov/udst-durationqa 공식 구현

Tasks

Question AnsweringTemporal Information Extraction

Similar Papers 제목 키워드 기반

MEGC2026: Micro-Expression Grand Challenge on Visual Question Answering

2026-03-09 · Xinqi Fan, Jingting Li, John See, Moi Hoon Yap 외 arxiv

Facial micro-expressions (MEs) are involuntary movements of the face that occur spontaneously when a person experiences an emotion but attempts to suppress or repress the facial expression, typically found in a high-stak…

Visual Question AnsweringVideo Question AnsweringMultimodal Reasoning

AUDITA: A New Dataset to Audit Humans vs. AI Skill at Audio QA

2026-04-23 · Tasnim Kabir, Dmytro Kurdydyk, Aadi Palnitkar, Liam Dorn 외 arxiv

Existing audio question answering benchmarks largely emphasize sound event classification or caption-grounded queries, often enabling models to succeed through shortcut strategies, short-duration cues, lexical priors, da…

Question Answering

Event-QA: A Dataset for Event-Centric Question Answering over Knowledge Graphs

2020-04-24 · Tarcísio Souza Costa, Simon Gottschalk, Elena Demidova

Semantic Question Answering (QA) is a crucial technology to facilitate intuitive user access to semantic information stored in knowledge graphs. Whereas most of the existing QA systems and datasets focus on entity-centri…

Knowledge GraphsQuestion Answering

Structured yet Bounded Temporal Understanding in Large Language Models

2025-10-19 · Damin Zhang, Julia Rayz arxiv

Large language models (LLMs) increasingly show strong performance on temporally grounded tasks, such as timeline construction, temporal question answering, and event ordering. However, it remains unclear how their behavi…

Question Answering

Question-Answering Dense Video Events

2024-09-06 · Hangyu Qin, Junbin Xiao, Angela Yao

This paper presents question-answering on dense video events, a novel task that answers and grounds dense-event questions in long videos, thus challenging MLLMs to faithfully comprehend and reason about multiple events o…

BenchmarkingQuestion AnsweringZero-Shot Video Question Answer