{"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-2608-10528","title":"When Do Anchor-Based Pointwise LLM Rerankers Help? Retriever Quality, Statistical Scope, and Anchor Design","arxiv_id":"2608.10528","date":"2026-08-11","proceeding":null,"authors":["Utshab Kumar Ghosh","Shubham Chatterjee"],"abstract":"Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction as a starting point for a controlled component-level stress test of anchor-based pointwise reranking. Our initial reimplementation, based only on the paper text, achieves 0.24 nDCG@10 instead of the reported 0.66, revealing that several undocumented implementation details are necessary to reproduce the method. After identifying and recovering eight such details, we reproduce the reported results within 1.6% and use the validated implementation for controlled analysis. We find that the core contrastive scoring idea is robust under rigorous statistical correction. However, two design choices held fixed in the original paper are less reliable. First, we find that combining the contrastive score with the standard pointwise relevance score helps when the first-stage retriever is BM25, but gives little or no benefit when the first-stage retriever is a stronger dense model such as E5. Second, the paper's more complex method for constructing the anchor is unnecessary. A much simpler anchor, built by interleaving the top-ranked sentences, matches or outperforms it across datasets. These findings are consistent across different LLM backbones, including a 4-bit quantized 72B model. Overall, anchor-based pointwise reranking is effective, but its gains come mainly from contrastive scoring rather than from the more complex aggregation and anchor-construction choices, and they appear under narrower conditions than the original evaluation suggests.","url_abs":"https://arxiv.org/abs/2608.10528","url_pdf":"https://arxiv.org/pdf/2608.10528","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=2608.10528","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.10528"}},"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/utshabkg/GCCP-reproduce","reach":null}],"summary":{"ran":11,"unverified":5},"by_repo_kind":{"found_in_text":{"samples":16,"ran":11,"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":16,"samples":[{"code_sha256_prefix":"6c400decd573e0ca","entry":"avg","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/decoder_only_models/run_decoder.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/decoder_only_models/run_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6c400decd573e0ca"}},{"code_sha256_prefix":"d75f633822e894a3","entry":"avg","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/decoder_only_models/run_decoder_beir.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/decoder_only_models/run_decoder_beir.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d75f633822e894a3"}},{"code_sha256_prefix":"723e706a97f65874","entry":"borda_aggregation","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/pagc/aggregation.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/pagc/aggregation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"723e706a97f65874"}},{"code_sha256_prefix":"19f42c5dc14dc706","entry":"build_random_document_anchor","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/ablation_studies/ablation_anchor.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/ablation_studies/ablation_anchor.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19f42c5dc14dc706"}},{"code_sha256_prefix":"1d3487e263044617","entry":"build_top1_anchor","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/ablation_studies/ablation_anchor.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/ablation_studies/ablation_anchor.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1d3487e263044617"}},{"code_sha256_prefix":"2b14176b46374eb1","entry":"compute_ndcg","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/evaluation/metrics.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2b14176b46374eb1"}},{"code_sha256_prefix":"af86853b6de63266","entry":"condorcet_aggregation","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/pagc/aggregation.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/pagc/aggregation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"af86853b6de63266"}},{"code_sha256_prefix":"4b678ff224ad34b3","entry":"convert_ranking_to_run","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/evaluation/metrics.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4b678ff224ad34b3"}},{"code_sha256_prefix":"7cb902a2e5adc4f5","entry":"linear_aggregation","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/pagc/aggregation.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/pagc/aggregation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7cb902a2e5adc4f5"}},{"code_sha256_prefix":"03061900d639cf62","entry":"load_e5_data","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/dense_retrieval/run_gccp_with_e5.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/dense_retrieval/run_gccp_with_e5.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"03061900d639cf62"}},{"code_sha256_prefix":"6d9055c831b3518d","entry":"segment_sentences","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/gccp/spectral_mds.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/gccp/spectral_mds.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6d9055c831b3518d"}},{"code_sha256_prefix":"c7b452b634bb735e","entry":"generate_anchor_document","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/gccp/spectral_mds.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/gccp/spectral_mds.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":"c7b452b634bb735e"}},{"code_sha256_prefix":"8fdc3a39f596c438","entry":"get_ranker","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/pointwise/rankers.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/pointwise/rankers.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":"8fdc3a39f596c438"}},{"code_sha256_prefix":"1b1bf31fe276bf0f","entry":"load_data","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/decoder_only_models/run_decoder.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/decoder_only_models/run_decoder.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":"1b1bf31fe276bf0f"}},{"code_sha256_prefix":"a978db78bb38b809","entry":"load_dataset","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"experiments/ablation_studies/ablation_anchor.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/experiments/ablation_studies/ablation_anchor.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":"a978db78bb38b809"}},{"code_sha256_prefix":"555160a14d055928","entry":"segment_sentences_spacy","repo":"utshabkg/GCCP-reproduce","repo_kind":"found_in_text","path":"src/gccp/spectral_mds.py","file_url":"https://github.com/utshabkg/GCCP-reproduce/blob/HEAD/src/gccp/spectral_mds.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":"555160a14d055928"}}]},"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":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":3,"rejected_by_independent_check":3,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}