{"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/reverse","entry":"reverse","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":15,"n_papers_ran":8,"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":12,"n_samples_ran":6,"n_samples_fingerprinted":3,"n_places":15,"n_places_pointer_only":3,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":3,"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":"2505.11049","paper":"/paper/2505-11049","title":"GuardReasoner-VL: Safeguarding VLMs via Reinforced Reasoning","date":"2025-05-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yueliu1999/guardreasoner-vl","path":"evaluate.py","file_url":"https://github.com/yueliu1999/guardreasoner-vl/blob/HEAD/evaluate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a940cd1fa5eb303c","mcp_get_code":{"code_sha256":"a940cd1fa5eb303c"}},{"arxiv_id":"2501.18492","paper":"/paper/guardreasoner-towards-reasoning-based-llm","title":"GuardReasoner: Towards Reasoning-based LLM Safeguards","date":"2025-01-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yueliu1999/guardreasoner","path":"evaluate.py","file_url":"https://github.com/yueliu1999/guardreasoner/blob/HEAD/evaluate.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6f4e6a4cdd7e9015","mcp_get_code":{"code_sha256":"6f4e6a4cdd7e9015"}},{"arxiv_id":"2410.09350","paper":"/paper/generative-subgraph-retrieval-for-knowledge","title":"Generative Subgraph Retrieval for Knowledge Graph-Grounded Dialog Generation","date":"2024-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mlvlab/dialoggsr","path":"preprocess/build_codebook.py","file_url":"https://github.com/mlvlab/dialoggsr/blob/HEAD/preprocess/build_codebook.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"43704c82e23949b9","mcp_get_code":{"code_sha256":"43704c82e23949b9"}},{"arxiv_id":"2407.02099","paper":"/paper/helpful-assistant-or-fruitful-facilitator","title":"Helpful assistant or fruitful facilitator? Investigating how personas affect language model behavior","date":"2024-07-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"peluz/persona-behavior","path":"compute_results.py","file_url":"https://github.com/peluz/persona-behavior/blob/HEAD/compute_results.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"822511420d0a0c8d","mcp_get_code":{"code_sha256":"822511420d0a0c8d"}},{"arxiv_id":"2401.08326","paper":"/paper/rotbench-a-multi-level-benchmark-for","title":"RoTBench: A Multi-Level Benchmark for Evaluating the Robustness of Large Language Models in Tool Learning","date":"2024-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Junjie-Ye/RoTBench","path":"Code/Data_Process/transformer.py","file_url":"https://github.com/Junjie-Ye/RoTBench/blob/HEAD/Code/Data_Process/transformer.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":"78e64427cacb1728","mcp_get_code":{"code_sha256":"78e64427cacb1728"}},{"arxiv_id":"2302.09018","paper":"/paper/self-supervised-action-representation","title":"Self-supervised Action Representation Learning from Partial Spatio-Temporal Skeleton Sequences","date":"2023-02-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"YujieOuO/PSTL","path":"model.py","file_url":"https://github.com/YujieOuO/PSTL/blob/HEAD/model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"82ec4a95b819c761","mcp_get_code":{"code_sha256":"82ec4a95b819c761"}},{"arxiv_id":"2302.03023","paper":"/paper/v1t-large-scale-mouse-v1-response-prediction","title":"V1T: large-scale mouse V1 response prediction using a Vision Transformer","date":"2023-02-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bryanlimy/V1T","path":"src/v1t/pretrain/data.py","file_url":"https://github.com/bryanlimy/V1T/blob/HEAD/src/v1t/pretrain/data.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"162fbc498c065ad9","mcp_get_code":{"code_sha256":"162fbc498c065ad9"}},{"arxiv_id":"2106.05786","paper":"/paper/cat-cross-attention-in-vision-transformer","title":"CAT: Cross Attention in Vision Transformer","date":"2021-06-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"linhezheng19/CAT","path":"src/cat.py","file_url":"https://github.com/linhezheng19/CAT/blob/HEAD/src/cat.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d079ec76c4e5cb78","mcp_get_code":{"code_sha256":"d079ec76c4e5cb78"}},{"arxiv_id":"2106.04692","paper":"/paper/provably-faster-algorithms-for-bilevel","title":"Provably Faster Algorithms for Bilevel Optimization","date":"2021-06-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"junjieyang97/mrvrbo","path":"hypergrad/hypergradients.py","file_url":"https://github.com/junjieyang97/mrvrbo/blob/HEAD/hypergrad/hypergradients.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"52b6f88728db5c40","mcp_get_code":{"code_sha256":"52b6f88728db5c40"}},{"arxiv_id":"2010.07962","paper":"/paper/provably-faster-algorithms-for-bilevel-1","title":"Bilevel Optimization: Convergence Analysis and Enhanced Design","date":"2020-10-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"junjieyang97/stocbio_hp","path":"Hyperparameter-optimization/hypergrad/hypergradients.py","file_url":"https://github.com/junjieyang97/stocbio_hp/blob/HEAD/Hyperparameter-optimization/hypergrad/hypergradients.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"52b6f88728db5c40","mcp_get_code":{"code_sha256":"52b6f88728db5c40"}},{"arxiv_id":"2006.16218","paper":"/paper/on-the-iteration-complexity-of-hypergradient","title":"On the Iteration Complexity of Hypergradient Computation","date":"2020-06-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"0d5e60bd446341fb","mcp_get_code":{"code_sha256":"0d5e60bd446341fb"}},{"arxiv_id":"2006.14606","paper":"/paper/global-convergence-and-induced-kernels-of","title":"Global Convergence and Generalization Bound of Gradient-Based Meta-Learning with Deep Neural Nets","date":"2020-06-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AI-secure/Meta-Neural-Kernel","path":"hypergrad/hypergradients.py","file_url":"https://github.com/AI-secure/Meta-Neural-Kernel/blob/HEAD/hypergrad/hypergradients.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"112545aa7657ecd8","mcp_get_code":{"code_sha256":"112545aa7657ecd8"}},{"arxiv_id":"1909.04630","paper":"/paper/meta-learning-with-implicit-gradients","title":"Meta-Learning with Implicit Gradients","date":"2019-09-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"prolearner/hypertorch","path":"hypergrad/hypergradients.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/hypergrad/hypergradients.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":"0d5e60bd446341fb","mcp_get_code":{"code_sha256":"0d5e60bd446341fb"}},{"arxiv_id":"Xu_Dual-Temporal_Exemplar_Representation_Network_for_Video_Semantic_Segmentation_ICCV_2025_paper","paper":null,"title":"arXiv:Xu_Dual-Temporal_Exemplar_Representation_Network_for_Video_Semantic_Segmentation_ICCV_2025_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"zlxilo/DTERN","path":"mmseg/models/decode_heads/dtern.py","file_url":"https://github.com/zlxilo/DTERN/blob/HEAD/mmseg/models/decode_heads/dtern.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d079ec76c4e5cb78","mcp_get_code":{"code_sha256":"d079ec76c4e5cb78"}},{"arxiv_id":"2024.acl-demos.24","paper":null,"title":"arXiv:2024.acl-demos.24","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"mhulden/pyfoma","path":"src/pyfoma/fst.py","file_url":"https://github.com/mhulden/pyfoma/blob/HEAD/src/pyfoma/fst.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":"5203bf8271ff0a38","mcp_get_code":{"code_sha256":"5203bf8271ff0a38"}}]}