{"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/make-head","entry":"make_head","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":8,"n_papers_ran":7,"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":5,"n_samples_ran":4,"n_samples_fingerprinted":0,"n_places":8,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":1,"ran":3,"unverified":1},"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":"2409.12822","paper":"/paper/language-models-learn-to-mislead-humans-via","title":"Language Models Learn to Mislead Humans via RLHF","date":"2024-09-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jiaxin-wen/misleadlm","path":"trlx/utils/modeling.py","file_url":"https://github.com/jiaxin-wen/misleadlm/blob/HEAD/trlx/utils/modeling.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2ab02dee00149590","mcp_get_code":{"code_sha256":"2ab02dee00149590"}},{"arxiv_id":"2404.02257","paper":"/paper/snag-scalable-and-accurate-video-grounding","title":"SnAG: Scalable and Accurate Video Grounding","date":"2024-04-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"fmu2/snag_release","path":"libs/modeling/model.py","file_url":"https://github.com/fmu2/snag_release/blob/HEAD/libs/modeling/model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"10c20d3c7447a10c","mcp_get_code":{"code_sha256":"10c20d3c7447a10c"}},{"arxiv_id":"2403.05612","paper":"/paper/unfamiliar-finetuning-examples-control-how","title":"Unfamiliar Finetuning Examples Control How Language Models Hallucinate","date":"2024-03-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"katiekang1998/llm_hallucinations","path":"trlx/utils/modeling.py","file_url":"https://github.com/katiekang1998/llm_hallucinations/blob/HEAD/trlx/utils/modeling.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2ab02dee00149590","mcp_get_code":{"code_sha256":"2ab02dee00149590"}},{"arxiv_id":"2309.17179","paper":"/paper/alphazero-like-tree-search-can-guide-large","title":"Alphazero-like Tree-Search can Guide Large Language Model Decoding and Training","date":"2023-09-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"waterhorse1/llm_tree_search","path":"tsllm/model/modeling_actor_critic.py","file_url":"https://github.com/waterhorse1/llm_tree_search/blob/HEAD/tsllm/model/modeling_actor_critic.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"25be1b228e07de4e","mcp_get_code":{"code_sha256":"25be1b228e07de4e"}},{"arxiv_id":"2307.14768","paper":"/paper/gloss-free-sign-language-translation","title":"Gloss-free Sign Language Translation: Improving from Visual-Language Pretraining","date":"2023-07-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhoubenjia/gfslt-vlp","path":"models.py","file_url":"https://github.com/zhoubenjia/gfslt-vlp/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"dd6acfc78ad9755a","mcp_get_code":{"code_sha256":"dd6acfc78ad9755a"}},{"arxiv_id":"2306.02231","paper":"/paper/fine-tuning-language-models-with-advantage","title":"Fine-Tuning Language Models with Advantage-Induced Policy Alignment","date":"2023-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"microsoft/rlhf-apa","path":"trlx/utils/modeling.py","file_url":"https://github.com/microsoft/rlhf-apa/blob/HEAD/trlx/utils/modeling.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2ab02dee00149590","mcp_get_code":{"code_sha256":"2ab02dee00149590"}},{"arxiv_id":"2111.01606","paper":"/paper/polytrack-tracking-with-bounding-polygons","title":"PolyTrack: Tracking with Bounding Polygons","date":"2021-11-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gafaua/polytrack","path":"src/lib/model/networks/base_model_poly.py","file_url":"https://github.com/gafaua/polytrack/blob/HEAD/src/lib/model/networks/base_model_poly.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4377f5f0aecf273d","mcp_get_code":{"code_sha256":"4377f5f0aecf273d"}},{"arxiv_id":"2025.findings-acl.229","paper":null,"title":"arXiv:2025.findings-acl.229","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"CarperAI/trlx","path":"trlx/utils/modeling.py","file_url":"https://github.com/CarperAI/trlx/blob/HEAD/trlx/utils/modeling.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2ab02dee00149590","mcp_get_code":{"code_sha256":"2ab02dee00149590"}}]}