Papers › RANKVIDEO: Reasoning Reranking for Text-to-Video Retrieval

RANKVIDEO: Reasoning Reranking for Text-to-Video Retrieval

2 Feb 2026arXiv:2602.02444added by Syntology

Tyler Skow, Alexander Martin, Benjamin Van Durme, Rama Chellappa, Reno Kriz

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Reranking is a critical component of modern retrieval systems, which typically pair an efficient first-stage retriever with a more expressive model to refine results. While large reasoning models have driven rapid progress in text-centric reranking, reasoning-based reranking for video retrieval remains underexplored. To address this gap, we introduce RANKVIDEO, a reasoning-based reranker for video retrieval that explicitly reasons over query-video pairs using video content to assess relevance. RANKVIDEO is trained using a two-stage curriculum consisting of perception-grounded supervised fine-tuning followed by reranking training that combines pointwise, pairwise, and teacher confidence distillation objectives, and is supported by a data synthesis pipeline for constructing reasoning-intensive query-video pairs. Experiments on the large-scale MultiVENT 2.0 benchmark demonstrate that RANKVIDEO consistently improves retrieval performance within a two-stage framework, yielding an average improvement of 31% on nDCG@10 and outperforming text-only and vision-language reranking alternatives, while more efficient.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.02444")

Code

Syntology Ran 0 of 23 code samples harvested from 1 repository linked to this paper; 23 have no recorded run.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tskow99/RANKVIDEO-Reasoning-Reranker found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 0 ran; 0 honoured the contract we drafted; 23 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

23unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tskow99/RANKVIDEO-Reasoning-Reranker. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_messages tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/train_reranker.py found in paper text by Syntology unverified no licence file found · pointer only · 2e15b025fc5ea900 · report
ecdf tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/visualize.py found in paper text by Syntology unverified no licence file found · pointer only · 02262d4743af6e74 · report
evenly_spaced_indices tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/generate_captions.py found in paper text by Syntology unverified no licence file found · pointer only · af0f79c4d7e7510e · report
extract_caption tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/train_perception.py found in paper text by Syntology unverified no licence file found · pointer only · 0cce228fddd95339 · report
extract_doc_id tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/train_perception.py found in paper text by Syntology unverified no licence file found · pointer only · 961f150f76fa96f2 · report
format_time tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/generate_reasoning.py found in paper text by Syntology unverified no licence file found · pointer only · 579becd082f48476 · report
get_label tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/train_reranker.py found in paper text by Syntology unverified no licence file found · pointer only · 4444c32851c13096 · report
get_teacher_p_yes tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/train_reranker.py found in paper text by Syntology unverified no licence file found · pointer only · 65dbf11a1f9c9038 · report
has_caption_and_video tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/train_perception.py found in paper text by Syntology unverified no licence file found · pointer only · f4fe44bdd478287f · report
index_video_paths tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/generate_captions.py found in paper text by Syntology unverified no licence file found · pointer only · 98f620f1b9912c6b · report
load_candidates tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/generate_reasoning.py found in paper text by Syntology unverified no licence file found · pointer only · d966157ec6cc6174 · report
load_first_stage tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · 699130722dcc4f60 · report
load_qrels tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · 0ba56ee29da26ed0 · report
load_queries tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/generate_reasoning.py found in paper text by Syntology unverified no licence file found · pointer only · ac4763387ee2e14b · report
load_query_mapping tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/rerank.py found in paper text by Syntology unverified no licence file found · pointer only · 127623fe8fb211c8 · report
load_results_dir tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/visualize.py found in paper text by Syntology unverified no licence file found · pointer only · d0149769fbc2f5d3 · report
load_video_frames tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/generate_captions.py found in paper text by Syntology unverified no licence file found · pointer only · 9fc452929ebdba53 · report
maybe_to_dict tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 4b19ccd746e020cb · report
open_text tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · ff4ba92ed7d2a396 · report
robust_xlim tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/visualize.py found in paper text by Syntology unverified no licence file found · pointer only · fd08c6cc99edba01 · report
safe_serialize tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/utils.py found in paper text by Syntology unverified no licence file found · pointer only · f2e2d2cca25839fc · report
valid_example tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 14d50831081a017b · report
video_id_to_path tskow99/RANKVIDEO-Reasoning-Reranker/rankvideo/rerank.py found in paper text by Syntology unverified no licence file found · pointer only · b9d7dbee7a42acdb · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.02444, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections