Papers › LiveXiv -- A Multi-Modal Live Benchmark Based on Arxiv Papers Content

LiveXiv -- A Multi-Modal Live Benchmark Based on Arxiv Papers Content

14 Oct 2024arXiv:2410.10783archive 2025-07-28

Nimrod Shabtay, Felipe Maia Polo, Sivan Doveh, Wei Lin, M. Jehanzeb Mirza, Leshem Chosen, Mikhail Yurochkin, Yuekai Sun, Assaf Arbelle, Leonid Karlinsky, Raja Giryes

The large-scale training of multi-modal models on data scraped from the web has shown outstanding utility in infusing these models with the required world knowledge to perform effectively on multiple downstream tasks. However, one downside of scraping data from the web can be the potential sacrifice of the benchmarks on which the abilities of these models are often evaluated. To safeguard against test data contamination and to truly test the abilities of these foundation models we propose LiveXiv: A scalable evolving live benchmark based on scientific ArXiv papers. LiveXiv accesses domain-specific manuscripts at any given timestamp and proposes to automatically generate visual question-answer pairs (VQA). This is done without any human-in-the-loop, using the multi-modal content in the manuscripts, like graphs, charts, and tables. Moreover, we introduce an efficient evaluation approach that estimates the performance of all models on the evolving benchmark using evaluations of only a subset of models. This significantly reduces the overall evaluation cost. We benchmark multiple open and proprietary Large Multi-modal Models (LMMs) on the first version of our benchmark, showing its challenging nature and exposing the models true abilities, avoiding contamination. Lastly, in our commitment to high quality, we have collected and evaluated a manually verified subset. By comparing its overall results to our automatic annotations, we have found that the performance variance is indeed minimal (<2.5%). Our dataset is available online on HuggingFace, and our code will be available here.

PaperPDFCodeCode 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="2410.10783")

Code

Syntology Ran 17 of 19 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 16 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nimrodshabtay/livexiv officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

19 samples harvested; 17 ran; 0 honoured the contract we drafted; 2 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.

1ran · our draft was wrong
16ran
2unverified

Licence: 0 of the 19 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 nimrodshabtay/livexiv. “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.

collate_fn nimrodshabtay/livexiv/vqa_generation/llava_eval.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 20e4f665698a3d18 · report
collect_all_questions nimrodshabtay/livexiv/vqa_generation/evaluation_utils.py official repository ran Apache-2.0 (permissive) · 55c5aa2c82585ebd · report
create_prompt nimrodshabtay/livexiv/vqa_generation/filter_utils.py official repository ran Apache-2.0 (permissive) · 730b80d67018d2aa · report
encode_image nimrodshabtay/livexiv/vqa_generation/model_utils/claude_utils.py official repository ran Apache-2.0 (permissive) · beb4056b7230f14f · report
encode_image nimrodshabtay/livexiv/vqa_generation/model_utils/gpt_utils.py official repository ran Apache-2.0 (permissive) · 826cad294a32186a · report
extract_gt nimrodshabtay/livexiv/vqa_generation/evaluation_utils.py official repository ran Apache-2.0 (permissive) · cda3c93c1984bd12 · report
get_all_img_cap_pairs_above_length_th nimrodshabtay/livexiv/vqa_generation/document_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · cc0b40f9f77cdf10 · report
get_general_description_prompt nimrodshabtay/livexiv/vqa_generation/model_utils/claude_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 9908efa6f99f8c6f · report
group_by nimrodshabtay/livexiv/vqa_generation/filter_utils.py official repository ran Apache-2.0 (permissive) · b00f8fb2fa7ece30 · report
irt_forward nimrodshabtay/livexiv/livexiv/efficient_eval.py official repository ran fingerprinted Apache-2.0 (permissive) · ec7e7e421e348522 · report
load_description_from_image_path nimrodshabtay/livexiv/vqa_generation/document_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · fde558d67cd0c6b6 · report
loss_matrix nimrodshabtay/livexiv/livexiv/efficient_eval.py official repository ran fingerprinted Apache-2.0 (permissive) · 3a18110e5cc4b51e · report
nearest_multiple_crop nimrodshabtay/livexiv/vqa_generation/model_utils/gpt_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 4f8e0c5e2a5c0e2f · report
prepare_questions_for_eval nimrodshabtay/livexiv/vqa_generation/evaluation_utils.py official repository ran Apache-2.0 (permissive) · 9e6dbf5093b8e74f · report
replace_delimiters nimrodshabtay/livexiv/vqa_generation/generate_raw_questions.py official repository ran Apache-2.0 (permissive) · b69516ff4137a498 · report
resize_to_closest_ar nimrodshabtay/livexiv/vqa_generation/model_utils/claude_utils.py official repository ran Apache-2.0 (permissive) · 4ac30ea009f8b618 · report
without_duplicates nimrodshabtay/livexiv/vqa_generation/filter_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · bbe6df2991cd4f9c · report
EfficEval nimrodshabtay/livexiv/livexiv/efficient_eval.py official repository unverified Apache-2.0 (permissive) · b8e78f199e05bc35 · report
classify_figure_type nimrodshabtay/livexiv/vqa_generation/classify_figures.py official repository unverified Apache-2.0 (permissive) · 199fbacfdb5ba1ef · report

Tasks

Visual Question Answering (VQA)World Knowledge

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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