{"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/cal-metric","entry":"cal_metric","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":2,"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":7,"n_samples_ran":2,"n_samples_fingerprinted":0,"n_places":7,"n_places_pointer_only":2,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":2,"unverified":5},"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":"2507.10225","paper":null,"title":"arXiv:2507.10225","date":null,"month_inferred_from_arxiv_id":"2025-07","title_source":null,"repo":"Jarvisgivemeasuit/SynOOD","path":"utils.py","file_url":"https://github.com/Jarvisgivemeasuit/SynOOD/blob/HEAD/utils.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":"19c2302530829663","mcp_get_code":{"code_sha256":"19c2302530829663"}},{"arxiv_id":"2411.14049","paper":"/paper/out-of-distribution-detection-with-1","title":"Out-Of-Distribution Detection with Diversification (Provably)","date":"2024-11-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"haiyunyao/diversemix","path":"compute_metrics.py","file_url":"https://github.com/haiyunyao/diversemix/blob/HEAD/compute_metrics.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"19a1562ecc07342e","mcp_get_code":{"code_sha256":"19a1562ecc07342e"}},{"arxiv_id":"2407.13974","paper":"/paper/continual-learning-for-remote-physiological","title":"Continual Learning for Remote Physiological Measurement: Minimize Forgetting and Simplify Inference","date":"2024-07-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MayYoY/rPPGDIL","path":"evaluate/metrics.py","file_url":"https://github.com/MayYoY/rPPGDIL/blob/HEAD/evaluate/metrics.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"aa83f259724c908b","mcp_get_code":{"code_sha256":"aa83f259724c908b"}},{"arxiv_id":"2406.17419","paper":"/paper/leave-no-document-behind-benchmarking-long","title":"Leave No Document Behind: Benchmarking Long-Context LLMs with Extended Multi-Doc QA","date":"2024-06-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MozerWang/Loong","path":"src/utils/metric.py","file_url":"https://github.com/MozerWang/Loong/blob/HEAD/src/utils/metric.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":"08724221f8dab062","mcp_get_code":{"code_sha256":"08724221f8dab062"}},{"arxiv_id":"2402.02653","paper":"/paper/learning-with-mixture-of-prototypes-for-out","title":"Learning with Mixture of Prototypes for Out-of-Distribution Detection","date":"2024-02-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jeff024/PALM","path":"util/evaluations/metrics.py","file_url":"https://github.com/jeff024/PALM/blob/HEAD/util/evaluations/metrics.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a81c47f74ffdeafe","mcp_get_code":{"code_sha256":"a81c47f74ffdeafe"}},{"arxiv_id":"2310.17110","paper":"/paper/llm4dyg-can-large-language-models-solve","title":"LLM4DyG: Can Large Language Models Solve Spatial-Temporal Problems on Dynamic Graphs?","date":"2023-10-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wondergo2017/llm4dyg","path":"llm4dyg/utils/task/link_pred.py","file_url":"https://github.com/wondergo2017/llm4dyg/blob/HEAD/llm4dyg/utils/task/link_pred.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"eaafd6210492f18a","mcp_get_code":{"code_sha256":"eaafd6210492f18a"}},{"arxiv_id":"2310.07820","paper":"/paper/large-language-models-are-zero-shot-time-1","title":"Large Language Models Are Zero-Shot Time Series Forecasters","date":"2023-10-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"junwoopark92/revisiting-llms-zeroshot-forecaster","path":"experiments_revisiting_llm_acl25/exp_utils.py","file_url":"https://github.com/junwoopark92/revisiting-llms-zeroshot-forecaster/blob/HEAD/experiments_revisiting_llm_acl25/exp_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"64d16d6e3eb94bcd","mcp_get_code":{"code_sha256":"64d16d6e3eb94bcd"}}]}