{"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/get-checkpoint-path","entry":"get_checkpoint_path","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":17,"n_papers_ran":11,"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":14,"n_samples_ran":8,"n_samples_fingerprinted":0,"n_places":17,"n_places_pointer_only":6,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":6,"unverified":6},"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":"2607.01105","paper":"/paper/arxiv-2607-01105","title":"SynLaD: Latent Diffusion for Generating Synthesizable Molecules Conditioned on 3D Pharmacophore Profiles","date":null,"month_inferred_from_arxiv_id":"2026-07","title_source":"syntology","repo":"coleygroup/shepherd","path":"src/shepherd/checkpoint_manager.py","file_url":"https://github.com/coleygroup/shepherd/blob/HEAD/src/shepherd/checkpoint_manager.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e99c5d0f3be8f529","mcp_get_code":{"code_sha256":"e99c5d0f3be8f529"}},{"arxiv_id":"2605.30965","paper":"/paper/arxiv-2605-30965","title":"ImmersiveTTS: Environment-Aware Text-to-Speech with Multimodal Diffusion Transformer and Domain-Specific Representation Alignment","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"black-forest-labs/flux","path":"src/flux/util.py","file_url":"https://github.com/black-forest-labs/flux/blob/HEAD/src/flux/util.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"b2844de086e3e48c","mcp_get_code":{"code_sha256":"b2844de086e3e48c"}},{"arxiv_id":"2602.03333","paper":"/paper/arxiv-2602-03333","title":"PWAVEP: Purifying Imperceptible Adversarial Perturbations in 3D Point Clouds via Spectral Graph Wavelets","date":null,"month_inferred_from_arxiv_id":"2026-02","title_source":"syntology","repo":"a772316182/pwavep","path":"src/models/trainer.py","file_url":"https://github.com/a772316182/pwavep/blob/HEAD/src/models/trainer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1a0a76ee585e74bd","mcp_get_code":{"code_sha256":"1a0a76ee585e74bd"}},{"arxiv_id":"2510.00296","paper":"/paper/arxiv-2510-00296","title":"Beyond Token Probes: Hallucination Detection via Activation Tensors with ACT-ViT","date":null,"month_inferred_from_arxiv_id":"2025-10","title_source":"syntology","repo":"BarSGuy/ACT-ViT","path":"LA_training.py","file_url":"https://github.com/BarSGuy/ACT-ViT/blob/HEAD/LA_training.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6fd43933edbb0a68","mcp_get_code":{"code_sha256":"6fd43933edbb0a68"}},{"arxiv_id":"2408.12245","paper":"/paper/scalable-autoregressive-image-generation-with","title":"Scalable Autoregressive Image Generation with Mamba","date":"2024-08-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hp-l33/aim","path":"util/helper.py","file_url":"https://github.com/hp-l33/aim/blob/HEAD/util/helper.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9206a5875c1b30e9","mcp_get_code":{"code_sha256":"9206a5875c1b30e9"}},{"arxiv_id":"2406.18847","paper":"/paper/learning-retrieval-augmentation-for","title":"Learning Retrieval Augmentation for Personalized Dialogue Generation","date":"2024-06-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hqsiswiliam/lapdog","path":"src/model_io.py","file_url":"https://github.com/hqsiswiliam/lapdog/blob/HEAD/src/model_io.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c3e2125348379a5c","mcp_get_code":{"code_sha256":"c3e2125348379a5c"}},{"arxiv_id":"2406.02657","paper":"/paper/block-transformer-global-to-local-language","title":"Block Transformer: Global-to-Local Language Modeling for Fast Inference","date":"2024-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"itsnamgyu/block-transformer","path":"inference_demo.py","file_url":"https://github.com/itsnamgyu/block-transformer/blob/HEAD/inference_demo.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"97cd91e06d329bda","mcp_get_code":{"code_sha256":"97cd91e06d329bda"}},{"arxiv_id":"2405.20053","paper":"/paper/would-i-lie-to-you-inference-time-alignment","title":"Would I Lie To You? Inference Time Alignment of Language Models using Direct Preference Heads","date":"2024-05-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Avelina9X/direct-preference-heads","path":"src/train_utils.py","file_url":"https://github.com/Avelina9X/direct-preference-heads/blob/HEAD/src/train_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"4ef815f16b596db0","mcp_get_code":{"code_sha256":"4ef815f16b596db0"}},{"arxiv_id":"2402.03138","paper":"/paper/just-cluster-it-an-approach-for-exploration","title":"Just Cluster It: An Approach for Exploration in High-Dimensions using Clustering and Pre-Trained Representations","date":"2024-02-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"stefanwm13/just-cluster-it-public","path":"dinov2/utils/cluster.py","file_url":"https://github.com/stefanwm13/just-cluster-it-public/blob/HEAD/dinov2/utils/cluster.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"996697a5f744ee8c","mcp_get_code":{"code_sha256":"996697a5f744ee8c"}},{"arxiv_id":"2402.02503","paper":"/paper/gerea-question-aware-prompt-captions-for","title":"GeReA: Question-Aware Prompt Captions for Knowledge-based Visual Question Answering","date":"2024-02-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"upper9527/gerea","path":"src/util.py","file_url":"https://github.com/upper9527/gerea/blob/HEAD/src/util.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e3a0e6ac26d46ae2","mcp_get_code":{"code_sha256":"e3a0e6ac26d46ae2"}},{"arxiv_id":"2401.16979","paper":"/paper/re3val-reinforced-and-reranked-generative","title":"Re3val: Reinforced and Reranked Generative Retrieval","date":"2024-01-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"facebookresearch/FiD","path":"src/util.py","file_url":"https://github.com/facebookresearch/FiD/blob/HEAD/src/util.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e3a0e6ac26d46ae2","mcp_get_code":{"code_sha256":"e3a0e6ac26d46ae2"}},{"arxiv_id":"2308.07922","paper":"/paper/raven-in-context-learning-with-retrieval","title":"RAVEN: In-Context Learning with Retrieval-Augmented Encoder-Decoder Language Models","date":"2023-08-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jeffhj/raven","path":"src/model_io.py","file_url":"https://github.com/jeffhj/raven/blob/HEAD/src/model_io.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c3e2125348379a5c","mcp_get_code":{"code_sha256":"c3e2125348379a5c"}},{"arxiv_id":"2307.07002","paper":"/paper/classical-out-of-distribution-detection","title":"Classical Out-of-Distribution Detection Methods Benchmark in Text Classification Tasks","date":"2023-07-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mateuszbaransanok/TrustworthyAI","path":"trustworthyai/utils/checkpoints.py","file_url":"https://github.com/mateuszbaransanok/TrustworthyAI/blob/HEAD/trustworthyai/utils/checkpoints.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8e63b8dff24f870b","mcp_get_code":{"code_sha256":"8e63b8dff24f870b"}},{"arxiv_id":"2305.10424","paper":"/paper/zeroflow-fast-zero-label-scene-flow-via","title":"ZeroFlow: Scalable Scene Flow via Distillation","date":"2023-05-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kylevedder/zeroflow","path":"train_pl.py","file_url":"https://github.com/kylevedder/zeroflow/blob/HEAD/train_pl.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2d7c18a592896780","mcp_get_code":{"code_sha256":"2d7c18a592896780"}},{"arxiv_id":"2305.00944","paper":"/paper/poisoning-language-models-during-instruction","title":"Poisoning Language Models During Instruction Tuning","date":"2023-05-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alexwan0/poisoning-instruction-tuned-models","path":"src/finetune_loop.py","file_url":"https://github.com/alexwan0/poisoning-instruction-tuned-models/blob/HEAD/src/finetune_loop.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d20865aeab773b41","mcp_get_code":{"code_sha256":"d20865aeab773b41"}},{"arxiv_id":"2112.08688","paper":"/paper/evidentiality-guided-generation-for-knowledge","title":"Evidentiality-guided Generation for Knowledge-Intensive NLP Tasks","date":"2021-12-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"akariasai/evidentiality_qa","path":"evi_gen/src/util.py","file_url":"https://github.com/akariasai/evidentiality_qa/blob/HEAD/evi_gen/src/util.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e3a0e6ac26d46ae2","mcp_get_code":{"code_sha256":"e3a0e6ac26d46ae2"}},{"arxiv_id":"1905.08085","paper":"/paper/arena-a-general-evaluation-platform-and","title":"Arena: A General Evaluation Platform and Building Toolkit for Multi-Agent Intelligence","date":"2019-05-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"YuhangSong/Arena-Baselines","path":"arena/arena.py","file_url":"https://github.com/YuhangSong/Arena-Baselines/blob/HEAD/arena/arena.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4adc88dea642732b","mcp_get_code":{"code_sha256":"4adc88dea642732b"}}]}