{"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-parameter-names","entry":"get_parameter_names","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":7,"n_papers_ran":4,"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":6,"n_samples_ran":3,"n_samples_fingerprinted":1,"n_places":7,"n_places_pointer_only":1,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"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":"2412.06781","paper":"/paper/around-the-world-in-80-timesteps-a-generative","title":"Around the World in 80 Timesteps: A Generative Approach to Global Visual Geolocation","date":"2024-12-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nicolas-dufour/plonk","path":"plonk/models/module.py","file_url":"https://github.com/nicolas-dufour/plonk/blob/HEAD/plonk/models/module.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f75f50c4b155ad69","mcp_get_code":{"code_sha256":"f75f50c4b155ad69"}},{"arxiv_id":"2410.01215","paper":"/paper/from-code-to-correctness-closing-the-last","title":"From Code to Correctness: Closing the Last Mile of Code Generation with Hierarchical Debugging","date":"2024-10-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"YerbaPage/MGDebugger","path":"src/testcase_utils.py","file_url":"https://github.com/YerbaPage/MGDebugger/blob/HEAD/src/testcase_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c85ba1046609f5b4","mcp_get_code":{"code_sha256":"c85ba1046609f5b4"}},{"arxiv_id":"2408.16090","paper":"/paper/epo-hierarchical-llm-agents-with-environment","title":"EPO: Hierarchical LLM Agents with Environment Preference Optimization","date":"2024-08-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kevinz8866/EPO","path":"utils/model_utils.py","file_url":"https://github.com/kevinz8866/EPO/blob/HEAD/utils/model_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"214442c552c26bab","mcp_get_code":{"code_sha256":"214442c552c26bab"}},{"arxiv_id":"2407.09533","paper":"/paper/video-occupancy-models","title":"Video Occupancy Models","date":"2024-06-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"manantomar/video-occupancy-models","path":"utils/network_utils.py","file_url":"https://github.com/manantomar/video-occupancy-models/blob/HEAD/utils/network_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"02651e015d7df7d8","mcp_get_code":{"code_sha256":"02651e015d7df7d8"}},{"arxiv_id":"2405.18540","paper":"/paper/learning-diverse-attacks-on-large-language","title":"Learning diverse attacks on large language models for robust red-teaming and safety tuning","date":"2024-05-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"GFNOrg/red-teaming","path":"utils.py","file_url":"https://github.com/GFNOrg/red-teaming/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"214442c552c26bab","mcp_get_code":{"code_sha256":"214442c552c26bab"}},{"arxiv_id":"2311.00430","paper":"/paper/distil-whisper-robust-knowledge-distillation","title":"Distil-Whisper: Robust Knowledge Distillation via Large-Scale Pseudo Labelling","date":"2023-11-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"innerNULL/simpler-distil-whisper","path":"run_distillation.py","file_url":"https://github.com/innerNULL/simpler-distil-whisper/blob/HEAD/run_distillation.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"12e3f6878a17c836","mcp_get_code":{"code_sha256":"12e3f6878a17c836"}},{"arxiv_id":"2106.02584","paper":"/paper/self-attention-between-datapoints-going","title":"Self-Attention Between Datapoints: Going Beyond Individual Input-Output Pairs in Deep Learning","date":"2021-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"oatml-markslab/proteinnpt","path":"proteinnpt/utils/model_utils.py","file_url":"https://github.com/oatml-markslab/proteinnpt/blob/HEAD/proteinnpt/utils/model_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a8991266f955dd35","mcp_get_code":{"code_sha256":"a8991266f955dd35"}}]}