{"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-2602-20459","title":"PreScience: A Dataset and Benchmark for Scientific Forecasting","arxiv_id":"2602.20459","date":"2026-02-24","proceeding":null,"authors":["Anirudh Ajith","Amanpreet Singh","Jay DeYoung","Nadav Kunievsky","Austin C. Kozlowski","Oyvind Tafjord","James Evans","Daniel S. Weld","Tom Hope","Doug Downey"],"abstract":"Can AI systems trained on the existing scientific record forecast the advances that will follow? We introduce PreScience, a dataset and benchmark for scientific forecasting built around 98K recent AI research papers, together with companion papers covering author publication histories and citation links, yielding 502K papers in total. The resulting paper records include titles, abstracts, disambiguated author identities, influential references, topic labels, citation trajectories, and metadata snapshotted to respect temporal cutoffs. We instantiate seven exemplar tasks: five paper-anchored tasks -- contribution generation, collaborator prediction, prior work selection, citation count prediction, and future combination prediction -- and two aggregate topic trend forecasting variants. We develop baselines ranging from simple heuristics and embedding methods to frontier language models and agentic systems, and introduce LACER, an LLM-based metric for evaluating similarity of generated contribution descriptions that agrees better with human judgments than existing metrics. Finally, we compose task models to generate a 12-month synthetic corpus and find that the resulting papers are systematically less diverse and less novel than human-authored research from the same period. We release the PreScience dataset (https://huggingface.co/datasets/allenai/prescience) and code (https://github.com/allenai/prescience).","url_abs":"https://arxiv.org/abs/2602.20459","url_pdf":"https://arxiv.org/pdf/2602.20459","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=2602.20459","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.20459"}},"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/CompVis/latent-diffusion","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LHDuan/ConDaFormer","reach":{"status":"ok"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/RomGai/BrainVis","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/HKUDS/LightRAG","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_violates":2,"unverified":27},"by_repo_kind":{"found_in_text":{"samples":29,"ran":2,"repositories":3}},"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":9,"samples":[{"code_sha256_prefix":"5f4f4355be28c01e","entry":"isnan","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/utils/losses.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/utils/losses.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5f4f4355be28c01e"}},{"code_sha256_prefix":"e85b5d21dc5b8382","entry":"lovasz_grad","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/utils/losses.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/utils/losses.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e85b5d21dc5b8382"}},{"code_sha256_prefix":"2a2c9e53188de780","entry":"batch2offset","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/models/utils.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/models/utils.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":"2a2c9e53188de780"}},{"code_sha256_prefix":"979a7927f4aa11d9","entry":"channel_last","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"cascade_diffusion.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/cascade_diffusion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"979a7927f4aa11d9"}},{"code_sha256_prefix":"014de214db1895ca","entry":"collect_kg_merge_candidates","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/operate.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/operate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"014de214db1895ca"}},{"code_sha256_prefix":"1729c5aef344cc43","entry":"find_target_span","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/multimodal_context.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/multimodal_context.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1729c5aef344cc43"}},{"code_sha256_prefix":"d354e00aa94a14de","entry":"fit_lr","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"classification.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/classification.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d354e00aa94a14de"}},{"code_sha256_prefix":"07fbfec7874e6a96","entry":"flush_may_have_lost_reference","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/exceptions.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/exceptions.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"07fbfec7874e6a96"}},{"code_sha256_prefix":"66d6bb150bbb2e57","entry":"grid_sample","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/models/condaformer/utils.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/models/condaformer/utils.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":"66d6bb150bbb2e57"}},{"code_sha256_prefix":"cad2192dedaa609f","entry":"is_namespace","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/namespace.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/namespace.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cad2192dedaa609f"}},{"code_sha256_prefix":"3fb22d63b664978c","entry":"larger_the_better","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"eval_metrics.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/eval_metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3fb22d63b664978c"}},{"code_sha256_prefix":"8ed8f44f5b0d2921","entry":"load_EEG","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"datautils.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/datautils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8ed8f44f5b0d2921"}},{"code_sha256_prefix":"bbe6b674d1af4f5b","entry":"load_EEG_with_img_name","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"datautils.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/datautils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bbe6b674d1af4f5b"}},{"code_sha256_prefix":"c629108e63d2245a","entry":"load_content_rows_by_blockid","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/multimodal_context.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/multimodal_context.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c629108e63d2245a"}},{"code_sha256_prefix":"82b9b0ff4b3626c9","entry":"lovasz_softmax","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/utils/losses.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/utils/losses.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":"82b9b0ff4b3626c9"}},{"code_sha256_prefix":"26ee4a53b6d00e3d","entry":"mse_metric","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"eval_metrics.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/eval_metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"26ee4a53b6d00e3d"}},{"code_sha256_prefix":"256f9a7da1ea965e","entry":"normalize","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"cascade_diffusion.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/cascade_diffusion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"256f9a7da1ea965e"}},{"code_sha256_prefix":"e7cb1387b8010919","entry":"normalize_array","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"datautils.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/datautils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e7cb1387b8010919"}},{"code_sha256_prefix":"245793d97f7a353f","entry":"normalize_chunk_heading","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/chunk_schema.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/chunk_schema.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"245793d97f7a353f"}},{"code_sha256_prefix":"65781232be7b3546","entry":"normalize_kv_create_time","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/base.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/base.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"65781232be7b3546"}},{"code_sha256_prefix":"6dd8eac8666461f5","entry":"offset2batch","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/models/condaformer/condaformer.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/models/condaformer/condaformer.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":"6dd8eac8666461f5"}},{"code_sha256_prefix":"d78aee4794314c59","entry":"offset2batch","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/models/utils.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/models/utils.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":"d78aee4794314c59"}},{"code_sha256_prefix":"704d18c7ee43b72e","entry":"preprocess_images","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"evaluate_GA.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/evaluate_GA.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"704d18c7ee43b72e"}},{"code_sha256_prefix":"c59c3677a8ada751","entry":"recalls_and_ndcgs_for_ks","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"loss.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/loss.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c59c3677a8ada751"}},{"code_sha256_prefix":"2e211cdb44f1535e","entry":"smaller_the_better","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"eval_metrics.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/eval_metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2e211cdb44f1535e"}},{"code_sha256_prefix":"ccd0f27cd6e9b5ba","entry":"ssim_metric","repo":"RomGai/BrainVis","repo_kind":"found_in_text","path":"evaluate_GA.py","file_url":"https://github.com/RomGai/BrainVis/blob/HEAD/evaluate_GA.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ccd0f27cd6e9b5ba"}},{"code_sha256_prefix":"851727a852a7d324","entry":"tmp_path_for","repo":"HKUDS/LightRAG","repo_kind":"found_in_text","path":"lightrag/file_atomic.py","file_url":"https://github.com/HKUDS/LightRAG/blob/HEAD/lightrag/file_atomic.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"851727a852a7d324"}},{"code_sha256_prefix":"ae72b160c77cb3e4","entry":"to_3d_numpy","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/models/condaformer/utils.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/models/condaformer/utils.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":"ae72b160c77cb3e4"}},{"code_sha256_prefix":"5436174f8c0e64e0","entry":"trunc_normal_","repo":"LHDuan/ConDaFormer","repo_kind":"found_in_text","path":"pcr/models/utils.py","file_url":"https://github.com/LHDuan/ConDaFormer/blob/HEAD/pcr/models/utils.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":"5436174f8c0e64e0"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}