{"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/convert-time","entry":"convert_time","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":9,"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":9,"n_samples_ran":5,"n_samples_fingerprinted":3,"n_places":10,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":5,"unverified":4},"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":"2502.19750","paper":"/paper/cirt-global-subseasonal-to-seasonal","title":"CirT: Global Subseasonal-to-Seasonal Forecasting with Geometry-inspired Transformer","date":"2025-02-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"compasszzn/CirT","path":"CIRT/utils.py","file_url":"https://github.com/compasszzn/CirT/blob/HEAD/CIRT/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3cd9a84568633114","mcp_get_code":{"code_sha256":"3cd9a84568633114"}},{"arxiv_id":"2406.09072","paper":"/paper/living-in-the-moment-can-large-language","title":"Living in the Moment: Can Large Language Models Grasp Co-Temporal Reasoning?","date":"2024-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhaochen0110/cotempqa","path":"data_construct/classify_data.py","file_url":"https://github.com/zhaochen0110/cotempqa/blob/HEAD/data_construct/classify_data.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"56249fb66fc01d89","mcp_get_code":{"code_sha256":"56249fb66fc01d89"}},{"arxiv_id":"2406.09072","paper":"/paper/living-in-the-moment-can-large-language","title":"Living in the Moment: Can Large Language Models Grasp Co-Temporal Reasoning?","date":"2024-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhaochen0110/cotempqa","path":"data_construct/structured_to_query.py","file_url":"https://github.com/zhaochen0110/cotempqa/blob/HEAD/data_construct/structured_to_query.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"17bca88667af7592","mcp_get_code":{"code_sha256":"17bca88667af7592"}},{"arxiv_id":"2403.05026","paper":"/paper/spectral-invariant-learning-for-dynamic-1","title":"Spectral Invariant Learning for Dynamic Graphs under Distribution Shifts","date":"2024-03-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wondergo2017/sild","path":"sild/utils/misc.py","file_url":"https://github.com/wondergo2017/sild/blob/HEAD/sild/utils/misc.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"af00f5a224563094","mcp_get_code":{"code_sha256":"af00f5a224563094"}},{"arxiv_id":"2402.13250","paper":"/paper/video-recap-recursive-captioning-of-hour-long","title":"Video ReCap: Recursive Captioning of Hour-Long Videos","date":"2024-02-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"md-mohaiminul/VideoRecap","path":"train_text_only.py","file_url":"https://github.com/md-mohaiminul/VideoRecap/blob/HEAD/train_text_only.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9173ec5b02744124","mcp_get_code":{"code_sha256":"9173ec5b02744124"}},{"arxiv_id":"2402.00712","paper":"/paper/chaosbench-a-multi-channel-physics-based","title":"ChaosBench: A Multi-Channel, Physics-Based Benchmark for Subseasonal-to-Seasonal Climate Prediction","date":"2024-02-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"leap-stc/ChaosBench","path":"chaosbench/utils.py","file_url":"https://github.com/leap-stc/ChaosBench/blob/HEAD/chaosbench/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"3cd9a84568633114","mcp_get_code":{"code_sha256":"3cd9a84568633114"}},{"arxiv_id":"2201.12433","paper":"/paper/fedgcn-convergence-and-communication","title":"FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks","date":"2022-01-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"fedgraph/fedgraph","path":"fedgraph/utils_lp.py","file_url":"https://github.com/fedgraph/fedgraph/blob/HEAD/fedgraph/utils_lp.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"code_sha256_prefix":"484f676e1159b7c5","mcp_get_code":{"code_sha256":"484f676e1159b7c5"}},{"arxiv_id":"2010.07518","paper":"/paper/automatic-analysis-and-influence-of","title":"Automatic Analysis and Influence of Hierarchical Structure on Melody, Rhythm and Harmony in Popular Music","date":null,"month_inferred_from_arxiv_id":"2020-10","title_source":"archive","repo":"Dsqvival/hierarchical-structure-analysis","path":"preprocessing/quantize_and_match.py","file_url":"https://github.com/Dsqvival/hierarchical-structure-analysis/blob/HEAD/preprocessing/quantize_and_match.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"778388d3d0a9131d","mcp_get_code":{"code_sha256":"778388d3d0a9131d"}},{"arxiv_id":"1903.11328","paper":"/paper/rethinking-the-evaluation-of-video-summaries","title":"Rethinking the Evaluation of Video Summaries","date":"2019-03-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"emsalinha/videosum-eval","path":"play_summary/create_summaries.py","file_url":"https://github.com/emsalinha/videosum-eval/blob/HEAD/play_summary/create_summaries.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e9cdc6271927cde1","mcp_get_code":{"code_sha256":"e9cdc6271927cde1"}},{"arxiv_id":"aaai_25540","paper":null,"title":"arXiv:aaai_25540","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"KingGugu/TiCoSeRec","path":"data_process/json2csv_yelp.py","file_url":"https://github.com/KingGugu/TiCoSeRec/blob/HEAD/data_process/json2csv_yelp.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":"737dfde74d9ead3d","mcp_get_code":{"code_sha256":"737dfde74d9ead3d"}}]}