{"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-2605-18374","title":"Beyond Inference-Time Search: Reinforcement Learning Synthesizes Reusable Solvers","arxiv_id":"2605.18374","date":"2026-05-18","proceeding":null,"authors":["Soheyl Massoudi","Gabriel Apaza","Milad Habibi","Mark Fuge"],"abstract":"Large language models (LLMs) typically approach combinatorial optimization as an inference-time procedure, solving each instance separately through sampling, search, or repeated prompting. We ask whether reinforcement learning can instead shift part of this reasoning cost into the weights of a code LLM, so that the model synthesizes a reusable solver for an entire problem family. We study this question on Synergistic Dependency Selection (SDS), a controlled variant of constrained Quadratic Knapsack designed to expose a specific failure mode: local signals and strict feasibility constraints make greedy heuristics attractive but unreliable. Under identical scaffolding, Best-of-64 base-model sampling saturates at an approximately 28.7% gap to the global Virtual Best Solver (VBS); code audits show that the base model often retrieves Simulated Annealing templates but misimplements the Metropolis acceptance rule. We fine-tune Qwen2.5-Coder-14B-Instruct with Group Relative Policy Optimization (GRPO) using a feasibility-gated reward and light structural scaffolding. The resulting policy converges to a constraint-aware Simulated Annealing template in 99.8% of feasible SDS outputs, achieves a 5.0% gap to that VBS, and is 91 times cheaper in post-generation execution/search cost than cumulative Best-of-64 evaluation. A compile-once check shows that one best frozen solver per seed remains highly competitive when reused unchanged across the SDS test set, while an additional-domain evaluation on Job Shop Scheduling provides narrower but positive evidence that the scaffold transfers beyond SDS. Negative ablations reveal the limits of this recipe: standard stabilizers degrade performance, a soft feasibility gate fails, and results remain sensitive to reward normalization and domain-specific design choices.","url_abs":"https://arxiv.org/abs/2605.18374","url_pdf":"https://arxiv.org/pdf/2605.18374","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":{"syntology_url":"https://syntology.ai/paper/2605.18374","atlas_url":"https://app.syntology.ai/?focus=2605.18374","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.18374"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/IDEALLab/neural-solver-synthesis","reach":null}],"summary":{"ran":32},"by_repo_kind":{"found_in_text":{"samples":32,"ran":32,"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":32,"samples":[{"code_sha256_prefix":"7ca269935c886500","entry":"canonical_json","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/adaptive_repair.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/adaptive_repair.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":"7ca269935c886500"}},{"code_sha256_prefix":"cfdf4b0113f34bed","entry":"canonical_metrics_csv_for_seed","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/extract_frozen_solver.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/extract_frozen_solver.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":"cfdf4b0113f34bed"}},{"code_sha256_prefix":"e253beb124f166e7","entry":"canonicalize_code","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/universal_solver_search.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/universal_solver_search.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":"e253beb124f166e7"}},{"code_sha256_prefix":"0fcfaa30138d9111","entry":"check_hero_structure","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/analyze_base_model_codes.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/analyze_base_model_codes.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":"0fcfaa30138d9111"}},{"code_sha256_prefix":"0a338119f2eea708","entry":"construct_wandb_run_name","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/bigcode/evaluate.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/bigcode/evaluate.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":"0a338119f2eea708"}},{"code_sha256_prefix":"89f5fcb6cf6d20b8","entry":"detect_algorithm","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/analyze_base_model_codes.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/analyze_base_model_codes.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":"89f5fcb6cf6d20b8"}},{"code_sha256_prefix":"5a3b15c8fcdee09d","entry":"extract_code","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/universal_solver_search.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/universal_solver_search.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":"5a3b15c8fcdee09d"}},{"code_sha256_prefix":"3c7475c507730049","entry":"extract_solver","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/extract_frozen_solver.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/extract_frozen_solver.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":"3c7475c507730049"}},{"code_sha256_prefix":"f08018d179b0897a","entry":"family_from_uuid","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/adaptive_repair.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/adaptive_repair.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":"f08018d179b0897a"}},{"code_sha256_prefix":"c2552101f7239100","entry":"find_all_metrics_files","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/bigcode/aggregate_results.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/bigcode/aggregate_results.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":"c2552101f7239100"}},{"code_sha256_prefix":"a8ca1b298f61deae","entry":"find_all_metrics_files","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_plots.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_plots.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":"a8ca1b298f61deae"}},{"code_sha256_prefix":"bcf4698ea2ba174a","entry":"find_all_metrics_files_from_roots","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/bigcode/aggregate_results.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/bigcode/aggregate_results.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":"bcf4698ea2ba174a"}},{"code_sha256_prefix":"248d66f6eb9d4c62","entry":"find_hero_job_directories","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/analyze_convergence.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/analyze_convergence.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":"248d66f6eb9d4c62"}},{"code_sha256_prefix":"4381588fa7826aef","entry":"find_hero_jobs","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/analyze_convergence.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/analyze_convergence.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":"4381588fa7826aef"}},{"code_sha256_prefix":"3c36b6b6f1c34d09","entry":"find_hero_jobs_fallback","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/analyze_convergence.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/analyze_convergence.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":"3c36b6b6f1c34d09"}},{"code_sha256_prefix":"4ca1c8406ecbb1d7","entry":"greet","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"deps/syndeopt/src/example.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/deps/syndeopt/src/example.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":"4ca1c8406ecbb1d7"}},{"code_sha256_prefix":"494a7173ffae6e4f","entry":"hash_code","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/universal_solver_search.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/universal_solver_search.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":"494a7173ffae6e4f"}},{"code_sha256_prefix":"5f039d0a1b4579d8","entry":"infer_runtime_method_name","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_fixed_code_results.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_fixed_code_results.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":"5f039d0a1b4579d8"}},{"code_sha256_prefix":"f35ceaf7e80dbb95","entry":"load_certified_quality","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_program_audits.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_program_audits.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":"f35ceaf7e80dbb95"}},{"code_sha256_prefix":"cd31580733f52ae2","entry":"load_final_topk","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_universal_search.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_universal_search.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":"cd31580733f52ae2"}},{"code_sha256_prefix":"fde9c342de768a35","entry":"load_report_set","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/bigcode/aggregate_results.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/bigcode/aggregate_results.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":"fde9c342de768a35"}},{"code_sha256_prefix":"15e23e61db16cb96","entry":"load_report_set","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_plots.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_plots.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":"15e23e61db16cb96"}},{"code_sha256_prefix":"b718230031b2a563","entry":"load_result_json","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_universal_search.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_universal_search.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":"b718230031b2a563"}},{"code_sha256_prefix":"6916406318a1ab24","entry":"method_from_config_name","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/bigcode/evaluate.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/bigcode/evaluate.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":"6916406318a1ab24"}},{"code_sha256_prefix":"83fa161891bf2706","entry":"normalize_model_name","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/bigcode/evaluate.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/bigcode/evaluate.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":"83fa161891bf2706"}},{"code_sha256_prefix":"358b643f6ac0a2d5","entry":"parse_bool","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_program_audits.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_program_audits.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":"358b643f6ac0a2d5"}},{"code_sha256_prefix":"76ef119774249a8d","entry":"parse_optional_float","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_program_audits.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_program_audits.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":"76ef119774249a8d"}},{"code_sha256_prefix":"5907178e6b372710","entry":"parse_path_metadata","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_plots.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_plots.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":"5907178e6b372710"}},{"code_sha256_prefix":"0aad1e5e6b5ad783","entry":"recompute_global_vbs","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_fixed_code_results.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_fixed_code_results.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":"0aad1e5e6b5ad783"}},{"code_sha256_prefix":"819df9caf830923b","entry":"sha256_text","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/adaptive_repair.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/adaptive_repair.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":"819df9caf830923b"}},{"code_sha256_prefix":"07b406a26178e65c","entry":"strip_clean","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/analyze_base_model_codes.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/analyze_base_model_codes.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":"07b406a26178e65c"}},{"code_sha256_prefix":"e32429796b90ff9c","entry":"summarise_methods","repo":"IDEALLab/neural-solver-synthesis","repo_kind":"found_in_text","path":"evaluation/sds/aggregate_fixed_code_results.py","file_url":"https://github.com/IDEALLab/neural-solver-synthesis/blob/HEAD/evaluation/sds/aggregate_fixed_code_results.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":"e32429796b90ff9c"}}]},"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":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":1,"rejected_by_independent_check":0,"refused_by_a_rule":1,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}