{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-04455","title":"Re-Rankers as Relevance Judges","arxiv_id":"2601.04455","date":"2026-01-08","proceeding":null,"authors":["Chuan Meng","Jiqun Liu","Mohammad Aliannejadi","Fengran Mo","Jeff Dalton","Maarten de Rijke"],"abstract":"Using large language models (LLMs) to predict relevance judgments has shown promising results. Most studies treat this task as a distinct research line, e.g., focusing on prompt design for predicting relevance labels given a query and passage. However, predicting relevance judgments is essentially a form of relevance prediction, a problem extensively studied in tasks such as re-ranking. Despite this potential overlap, little research has explored reusing or adapting established re-ranking methods to predict relevance judgments, leading to potential resource waste and redundant development. To bridge this gap, we reproduce re-rankers in a re-ranker-as-relevance-judge setup. We design two adaptation strategies: (i) using binary tokens (e.g., \"true\" and \"false\") generated by a re-ranker as direct judgments, and (ii) converting continuous re-ranking scores into binary labels via thresholding. We perform extensive experiments on TREC-DL 2019 to 2023 with 8 re-rankers from 3 families, ranging from 220M to 32B, and analyse the evaluation bias exhibited by re-ranker-based judges. Results show that re-ranker-based relevance judges, under both strategies, can outperform UMBRELA, a state-of-the-art LLM-based relevance judge, in around 40% to 50% of the cases; they also exhibit strong self-preference towards their own and same-family re-rankers, as well as cross-family bias.","url_abs":"https://arxiv.org/abs/2601.04455","url_pdf":"https://arxiv.org/pdf/2601.04455","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.04455","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.04455"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ChuanMeng/reranker-as-judge","reach":{"status":"ok"}}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":8,"samples":[{"code_sha256_prefix":"a480ff1b58b2ec4b","entry":"add_ranks","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"monot5.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/monot5.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a480ff1b58b2ec4b"}},{"code_sha256_prefix":"08cf3d5963893d53","entry":"best_threshold_rj","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"cross_evaluation.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/cross_evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"08cf3d5963893d53"}},{"code_sha256_prefix":"f1f165d50af3e74d","entry":"best_threshold_system","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"cross_evaluation.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/cross_evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f1f165d50af3e74d"}},{"code_sha256_prefix":"0931c3571158bdde","entry":"extract_metric_vectors","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"evaluate_system_ranking.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/evaluate_system_ranking.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0931c3571158bdde"}},{"code_sha256_prefix":"b51bdc54aeb5455e","entry":"get_passage","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"prepare_rerank_file.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/prepare_rerank_file.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b51bdc54aeb5455e"}},{"code_sha256_prefix":"d2be521ea106af46","entry":"load_corpus","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"prepare_rerank_file.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/prepare_rerank_file.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d2be521ea106af46"}},{"code_sha256_prefix":"e36b276d9d394d5f","entry":"load_json","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"cross_evaluation.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/cross_evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e36b276d9d394d5f"}},{"code_sha256_prefix":"f7c33325ce77dbf0","entry":"load_ranking_performance","repo":"ChuanMeng/reranker-as-judge","repo_kind":"found_in_text","path":"evaluate_system_ranking.py","file_url":"https://github.com/ChuanMeng/reranker-as-judge/blob/HEAD/evaluate_system_ranking.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f7c33325ce77dbf0"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}