{"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":"/code/pool","entry":"pool","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":9,"n_papers_ran":6,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":8,"n_samples_ran":5,"n_samples_fingerprinted":2,"n_places":9,"n_places_pointer_only":1,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":3,"unverified":3},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2603.17305","paper":"/paper/arxiv-2603-17305","title":"Contrastive Reasoning Alignment: Reinforcement Learning from Hidden Representations","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"robinzixuan/CRAFT","path":"src/lclr/lca.py","file_url":"https://github.com/robinzixuan/CRAFT/blob/HEAD/src/lclr/lca.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"b6aa7d2f5a56d6fd","mcp_get_code":{"code_sha256":"b6aa7d2f5a56d6fd"}},{"arxiv_id":"2406.16332","paper":"/paper/demorank-selecting-effective-demonstrations","title":"DemoRank: Selecting Effective Demonstrations for Large Language Models in Ranking Task","date":"2024-06-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"8421bcd/demorank","path":"build_index/build_dense_index_after_train.py","file_url":"https://github.com/8421bcd/demorank/blob/HEAD/build_index/build_dense_index_after_train.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"595c0a53a8076613","mcp_get_code":{"code_sha256":"595c0a53a8076613"}},{"arxiv_id":"2311.15100","paper":"/paper/unbalancedness-in-neural-monge-maps-improves","title":"Unbalancedness in Neural Monge Maps Improves Unpaired Domain Translation","date":"2023-11-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ExplainableML/uot-fm","path":"models/inception.py","file_url":"https://github.com/ExplainableML/uot-fm/blob/HEAD/models/inception.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"19dd078b5186d077","mcp_get_code":{"code_sha256":"19dd078b5186d077"}},{"arxiv_id":"2305.02463","paper":"/paper/shap-e-generating-conditional-3d-implicit","title":"Shap-E: Generating Conditional 3D Implicit Functions","date":"2023-05-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"openai/shap-e","path":"shap_e/models/generation/pooled_mlp.py","file_url":"https://github.com/openai/shap-e/blob/HEAD/shap_e/models/generation/pooled_mlp.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6892bf2a02e0f069","mcp_get_code":{"code_sha256":"6892bf2a02e0f069"}},{"arxiv_id":"2111.03205","paper":"/paper/lila-language-informed-latent-actions","title":"LILA: Language-Informed Latent Actions","date":"2021-11-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"siddk/lila","path":"teleoperate.py","file_url":"https://github.com/siddk/lila/blob/HEAD/teleoperate.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"7dee1a73c093841c","mcp_get_code":{"code_sha256":"7dee1a73c093841c"}},{"arxiv_id":"1812.11647","paper":"/paper/path-invariant-map-networks","title":"Path-Invariant Map Networks","date":"2018-12-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zaiweizhang/path_invariance_map_network","path":"ops.py","file_url":"https://github.com/zaiweizhang/path_invariance_map_network/blob/HEAD/ops.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"9518b8490afb46d3","mcp_get_code":{"code_sha256":"9518b8490afb46d3"}},{"arxiv_id":"1611.05424","paper":"/paper/associative-embedding-end-to-end-learning-for","title":"Associative Embedding: End-to-End Learning for Joint Detection and Grouping","date":"2016-11-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"stevehjc/pose-ae-demo-tf","path":"model.py","file_url":"https://github.com/stevehjc/pose-ae-demo-tf/blob/HEAD/model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"code_sha256_prefix":"31b24789005491aa","mcp_get_code":{"code_sha256":"31b24789005491aa"}},{"arxiv_id":"1605.07648","paper":"/paper/fractalnet-ultra-deep-neural-networks-without","title":"FractalNet: Ultra-Deep Neural Networks without Residuals","date":"2016-05-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gustavla/fractalnet","path":"generation/fractalnet.py","file_url":"https://github.com/gustavla/fractalnet/blob/HEAD/generation/fractalnet.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"b3442826ef00d81b","mcp_get_code":{"code_sha256":"b3442826ef00d81b"}},{"arxiv_id":"1512.00567","paper":"/paper/rethinking-the-inception-architecture-for","title":"Rethinking the Inception Architecture for Computer Vision","date":"2015-12-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"matthias-wright/jax-fid","path":"jax_fid/inception.py","file_url":"https://github.com/matthias-wright/jax-fid/blob/HEAD/jax_fid/inception.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"19dd078b5186d077","mcp_get_code":{"code_sha256":"19dd078b5186d077"}}]}