{"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/l1-distance","entry":"l1_distance","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":5,"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":3,"n_places":8,"n_places_pointer_only":4,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":2,"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":"2410.04118","paper":"/paper/riemann-sum-optimization-for-accurate","title":"Riemann Sum Optimization for Accurate Integrated Gradients Computation","date":"2024-10-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ShreeSinghi/RiemannOpt","path":"gig.py","file_url":"https://github.com/ShreeSinghi/RiemannOpt/blob/HEAD/gig.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2bddbe8f3d657d11","mcp_get_code":{"code_sha256":"2bddbe8f3d657d11"}},{"arxiv_id":"2403.20287","paper":"/paper/benchmarking-counterfactual-image-generation","title":"Benchmarking Counterfactual Image Generation","date":"2024-03-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gulnazaki/counterfactual-benchmark","path":"counterfactual_benchmark/evaluation/metrics/composition.py","file_url":"https://github.com/gulnazaki/counterfactual-benchmark/blob/HEAD/counterfactual_benchmark/evaluation/metrics/composition.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"785be62d438020c7","mcp_get_code":{"code_sha256":"785be62d438020c7"}},{"arxiv_id":"2312.01811","paper":"/paper/energy-based-potential-games-for-joint-motion","title":"Energy-based Potential Games for Joint Motion Forecasting and Control","date":"2023-12-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"rst-tu-dortmund/diff_epo_planner","path":"source_code/model/losses.py","file_url":"https://github.com/rst-tu-dortmund/diff_epo_planner/blob/HEAD/source_code/model/losses.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":"984f6501ea229809","mcp_get_code":{"code_sha256":"984f6501ea229809"}},{"arxiv_id":"2304.06715","paper":"/paper/evaluating-the-robustness-of-interpretability","title":"Evaluating the Robustness of Interpretability Methods through Explanation Invariance and Equivariance","date":"2023-04-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JonathanCrabbe/RobustXAI","path":"interpretability/robustness.py","file_url":"https://github.com/JonathanCrabbe/RobustXAI/blob/HEAD/interpretability/robustness.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"bd9383f51198bb85","mcp_get_code":{"code_sha256":"bd9383f51198bb85"}},{"arxiv_id":"2210.12438","paper":"/paper/algorithms-with-prediction-portfolios","title":"Algorithms with Prediction Portfolios","date":"2022-10-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"tlavastida/PredictionPortfolios","path":"KMedian.py","file_url":"https://github.com/tlavastida/PredictionPortfolios/blob/HEAD/KMedian.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8689b1b268903675","mcp_get_code":{"code_sha256":"8689b1b268903675"}},{"arxiv_id":"2209.08801","paper":"/paper/sequence-to-set-generative-models","title":"Sequence-to-Set Generative Models","date":"2022-09-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"longtaotang/setlearning","path":"utility/metric.py","file_url":"https://github.com/longtaotang/setlearning/blob/HEAD/utility/metric.py","status":"unverified","verification_level":0,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"dac4293cef446a2a","mcp_get_code":{"code_sha256":"dac4293cef446a2a"}},{"arxiv_id":"2106.09788","paper":"/paper/guided-integrated-gradients-an-adaptive-path","title":"Guided Integrated Gradients: An Adaptive Path Method for Removing Noise","date":"2021-06-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"PAIR-code/saliency","path":"saliency/core/guided_ig.py","file_url":"https://github.com/PAIR-code/saliency/blob/HEAD/saliency/core/guided_ig.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"4d1b7fc161031727","mcp_get_code":{"code_sha256":"4d1b7fc161031727"}},{"arxiv_id":"1908.08705","paper":"/paper/advhat-real-world-adversarial-attack-on","title":"AdvHat: Real-world adversarial attack on ArcFace Face ID system","date":"2019-08-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Jiawei955/detection-of-physical-adversarial-attack","path":"Codes/defense.py","file_url":"https://github.com/Jiawei955/detection-of-physical-adversarial-attack/blob/HEAD/Codes/defense.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9bd45ffd1997cac2","mcp_get_code":{"code_sha256":"9bd45ffd1997cac2"}}]}