paper-with-me

Papers

What Does a Temporal Benchmark Score Measure? Decomposing Channel Use in Video VLM Evaluation

2026-07-14 · Farrukh Rahman arxiv

A score on a temporal video question answering benchmark is meant to measure that a model has temporal understanding, but it conflates two questions. 1. The task question: is the question even temporal, does it need several frames and their order? and 2. The channel question, when it does, does the model recover the order from the pixels, or read it off the positional encoding (RoPE)? Most of a temporal score answers neither, a single frame and answer priors often carry it. The field's validity checks, frame-shuffle sensitivity and the accuracy gained from the full video, speak only to the task question. We contribute a label-free screen for the channel question, the reversal-drop: the accuracy lost when the visual sequence is reversed while RoPE remains forward. It can be applied to compatible temporal benchmarks without new annotations. Paired reverse labels, or tasks whose labels transform deterministically under reversal, distinguish models that follow reversed content from those merely disrupted by the conflict. Molmo2 answers the forward event reading order off positions, while Qwen3-VL answers the reversed event it actually sees, reading visual order (comparatively). We call them position-dominant and visual-sequence-dominant. The split holds across two benchmarks and several temporal tasks at two scales, and activation patching shows it is a real internal property, not an artifact of the conflict. The distinction matters, the two channels fail on opposite inputs so two models with similar score are not interchangable, i.e. an aggregate score does not reflect potential failure modes.

📄 PDF Abstract BibTeX arXiv:2607.12304

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 111
arxivsub/arXivSub_daily_arxiv ★ 3

Tasks

Video Question Answering

Similar Papers 제목 키워드 기반

Are We Winning the Wrong Game? Revisiting Evaluation Practices for Long-Term Time Series Forecasting

2026-03-09 · Thanapol Phungtua-eng, Yoshitaka Yamamoto arxiv

Long-term time series forecasting (LTSF) is widely recognized as a central challenge in data mining and machine learning. LTSF has increasingly evolved into a benchmark-driven ''GAME,'' where models are ranked, compared,…

Time Series Forecasting

Does SpatioTemporal information benefit Two video summarization benchmarks?

2024-10-04 · Aashutosh Ganesh, Mirela Popa, Daan Odijk, Nava Tintarev

An important aspect of summarizing videos is understanding the temporal context behind each part of the video to grasp what is and is not important. Video summarization models have in recent years modeled spatio-temporal…

Activity RecognitionVideo Summarization

AI Exposure Scores: what they measure, what they miss, and what comes next

2026-06-22 · Campbell Lund, Thomas Euyang, Zanele Munyikwa, Marzieh Fadaee arxiv

A set of exposure scores calculated in 2023 has become a central empirical input to the future of work debate. Produced by Eloundou et al. (2023) and referred to here as the GPTs are GPTs scores, they define exposure as …

What the F-measure doesn't measure: Features, Flaws, Fallacies and Fixes

2015-03-22 · David M. W. Powers

The F-measure or F-score is one of the most commonly used single number measures in Information Retrieval, Natural Language Processing and Machine Learning, but it is based on a mistake, and the flawed assumptions render…

BIG-bench Machine LearningInformation RetrievalRetrieval

LexFlip: A Dissociation Diagnostic for Legal Meaning Preservation Metrics

2026-09-04 · Gaurab Baral arxiv

Does a simplified legal clause still say what the original said? The checks in current use cannot establish that it does: requiring an identical pair to score highest and an unrelated pair lowest moves lexical overlap an…