paper-with-me

홈 › Papers

Time to Revist Exact Match

2025-09-20 · Auss Abbood, Zaiqiao Meng, Nigel Collier arxiv

Temporal question answering is an established method for evaluating temporal reasoning in large language models. Expected answers are often numeric (e.g., dates or durations), yet model responses are evaluated like regular text with exact match (EM), unable to distinguish small from large errors. In this investigative work, we frame temporal question answering as a numerical estimation task to assess the shortcomings of EM. We introduce TempAnswerQA, a benchmark distilled from Test of Time and TempTabQA, where all questions require a numerical, temporal answer, allowing us to evaluate models beyond EM. We use the forecasting metrics symmetric mean absolute percentage error (sMAPE) and mean absolute scaled error (MASE). With sMAPE, we find that error size and EM are decoupled. Models with low EM still have low sMAPE (both ~20%), and some models have high sMAPE despite high EM. Scaling errors by the deviation of the ground truth data with MASE reshuffles model rankings compared to EM, revealing gaps in models' understanding of temporal domain knowledge, especially when trained with synthetic data. Lastly, the models' most frequent error is to deviate by only $\pm1$ from the ground truth. sMAPE and MASE, unlike EM, adequately weight these errors. Our findings underscore the need for specialised metrics for temporal QA tasks. Code and data are available on https://github.com/aauss/temporal-answer-qa.

📄 PDF Abstract BibTeX arXiv:2509.16720

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

REVISTING NEGATIVE TRANSFER USING ADVERSARIAL LEARNING

2019-05-01 · ICLR 2019 5 · Saneem Ahmed Chemmengath, Samarth Bharadwaj, Suranjana Samanta, Karthik Sankaranarayanan

An unintended consequence of feature sharing is the model fitting to correlated tasks within the dataset, termed negative transfer. In this paper, we revisit the problem of negative transfer in multitask setting and fin…

AttributeDomain Adaptation

Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization

2022-03-15 · CVPR 2022 1 · Yabin Zhang, Minghan Li, Ruihuang Li, Kui Jia 외

Arbitrary style transfer (AST) and domain generalization (DG) are important yet challenging visual learning tasks, which can be cast as a feature distribution matching problem. With the assumption of Gaussian feature dis…

Domain GeneralizationStyle Transfer

Deep Neural Networks with Inexact Matching for Person Re-Identification

2016-12-01 · NeurIPS 2016 12 · Arulkumar Subramaniam, Moitreya Chatterjee, Anurag Mittal

Person Re-Identification is the task of matching images of a person across multiple camera views. Almost all prior approaches address this challenge by attempting to learn the possible transformations that relate the dif…

Person Re-Identification

Efficient Algorithms for Exact Graph Matching on Correlated Stochastic Block Models with Constant Correlation

2023-05-31 · Joonhyuk Yang, Dongpil Shin, Hye Won Chung

We consider the problem of graph matching, or learning vertex correspondence, between two correlated stochastic block models (SBMs). The graph matching problem arises in various fields, including computer vision, natural…

Graph Matching

COIL: Revisit Exact Lexical Match in Information Retrieval with Contextualized Inverted List

2021-04-15 · NAACL 2021 4 · Luyu Gao, Zhuyun Dai, Jamie Callan

Classical information retrieval systems such as BM25 rely on exact lexical match and carry out search efficiently with inverted list index. Recent neural IR models shifts towards soft semantic matching all query document…

Information RetrievalRetrieval