Papers › SHELF: A Synthetic Harness for Multi-Task Bibliographic Benchmarking

SHELF: A Synthetic Harness for Multi-Task Bibliographic Benchmarking

2 Sep 2026arXiv:2609.03047added by Syntology

Michael J. Bommarito

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

Libraries and archives manage large collections with limited staff and computing budgets, yet common benchmarks do not systematically test their bibliographic work. They need to know which methods work for their tasks and what those methods require to run. SHELF, the Synthetic Harness for Evaluating LLM Fitness, addresses this gap. It is a Python system that turns labelled taxonomies, writing specifications, and a generation budget into controlled benchmark data and evaluation tasks. This first release contains 62,899 model-written documents based on Library of Congress vocabularies, with tasks for classification, clustering, retrieval, pair classification, and instruction retrieval. We compare TF, TF-IDF, BM25, popular encoders, and, on subject classification only, zero-shot decoders; each method appears only on tasks that support it. Subject classification reaches 0.8887, while genre-form classification reaches only 0.2605, and several pair and clustering tasks remain near chance. Sparse methods remain competitive on classification, while TF-IDF is the fastest measured arm in the subject timing experiment. SHELF also varies bibliographic facets independently and can generate new, verifiably unseen documents after a model's training cutoff. Comparisons with LCSHBench and Project Gutenberg show that model rankings transfer more reliably than absolute scores, but SHELF scores do not estimate accuracy on production catalogue data. We release all source code and data under permissive licenses on GitHub and Hugging Face.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2609.03047")

Code

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

By repository: found in paper text by Syntology: 14 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.

mjbommar/shelf-benchmark found in paper text by SyntologyNOASSERTION 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

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

14unverified

Licence: 14 of the 14 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 mjbommar/shelf-benchmark. “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.

compute_data_checksum mjbommar/shelf-benchmark/src/shelf/evaluate/results.py found in paper text by Syntology unverified licence not identified · pointer only · 22c441eba5a80571 · report
compute_file_checksum mjbommar/shelf-benchmark/src/shelf/evaluate/results.py found in paper text by Syntology unverified licence not identified · pointer only · 262935abedda368d · report
compute_shelf_compute mjbommar/shelf-benchmark/src/shelf/evaluate/efficiency.py found in paper text by Syntology unverified licence not identified · pointer only · 27a5d62f43b01cd3 · report
compute_shelf_eff mjbommar/shelf-benchmark/src/shelf/evaluate/efficiency.py found in paper text by Syntology unverified licence not identified · pointer only · 87d2897d53a3c943 · report
format_params mjbommar/shelf-benchmark/src/shelf/cli_cmds/models.py found in paper text by Syntology unverified licence not identified · pointer only · bdeb9f655d9a60e9 · report
get_archetype_by_id mjbommar/shelf-benchmark/src/shelf/benchmark/archetypes.py found in paper text by Syntology unverified licence not identified · pointer only · 18c1667c7dde359d · report
get_document_type_by_id mjbommar/shelf-benchmark/src/shelf/benchmark/universal_taxonomy.py found in paper text by Syntology unverified licence not identified · pointer only · 4d61744895ca69f4 · report
get_document_types_by_domain mjbommar/shelf-benchmark/src/shelf/benchmark/universal_taxonomy.py found in paper text by Syntology unverified licence not identified · pointer only · 6272b3bb2e8c5c47 · report
get_instruction mjbommar/shelf-benchmark/src/shelf/evaluate/instructions.py found in paper text by Syntology unverified licence not identified · pointer only · 8e7ef1fe35d19eb3 · report
get_model_info_from_hf mjbommar/shelf-benchmark/src/shelf/cli_cmds/models.py found in paper text by Syntology unverified licence not identified · pointer only · 226ca294f0eb3639 · report
get_size_category mjbommar/shelf-benchmark/src/shelf/evaluate/efficiency.py found in paper text by Syntology unverified licence not identified · pointer only · c33f9903e70bc1c0 · report
is_instruction_task mjbommar/shelf-benchmark/src/shelf/evaluate/instructions.py found in paper text by Syntology unverified licence not identified · pointer only · 307b5a5dc0369628 · report
load_config mjbommar/shelf-benchmark/src/shelf/cli_cmds/models.py found in paper text by Syntology unverified licence not identified · pointer only · 9287be2a1dfa30bb · report
load_env mjbommar/shelf-benchmark/src/shelf/config/env.py found in paper text by Syntology unverified licence not identified · pointer only · 943cbcdbc4ab245e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.03047, was issued in September 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