{"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/moving-avg","entry":"moving_avg","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":8,"n_samples_ran":7,"n_samples_fingerprinted":7,"n_places":8,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":7,"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":"2608.10145","paper":"/paper/arxiv-2608-10145","title":"The Evaluation Protocol Determines the Result: An Independent Reproduction of LeWorldModel on TwoRoom","date":null,"month_inferred_from_arxiv_id":"2026-08","title_source":"syntology","repo":"joyjeet-singh/tinylab","path":"analyze_rl.py","file_url":"https://github.com/joyjeet-singh/tinylab/blob/HEAD/analyze_rl.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"53fa761eae0bf783","mcp_get_code":{"code_sha256":"53fa761eae0bf783"}},{"arxiv_id":"2505.13896","paper":"/paper/craft-time-series-forecasting-with-cross","title":"CRAFT: Time Series Forecasting with Cross-Future Behavior Awareness","date":"2025-05-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"CRAFTinTSF/CRAFT","path":"craft.py","file_url":"https://github.com/CRAFTinTSF/CRAFT/blob/HEAD/craft.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4837115ada19bc89","mcp_get_code":{"code_sha256":"4837115ada19bc89"}},{"arxiv_id":"2406.14399","paper":"/paper/weather-5k-a-large-scale-global-station","title":"How far are today's time-series models from real-world weather forecasting applications?","date":"2024-06-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"taohan10200/weather-5k","path":"models/Corrformer.py","file_url":"https://github.com/taohan10200/weather-5k/blob/HEAD/models/Corrformer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"627811d6e342bdbf","mcp_get_code":{"code_sha256":"627811d6e342bdbf"}},{"arxiv_id":"2212.08151","paper":"/paper/first-de-trend-then-attend-rethinking","title":"First De-Trend then Attend: Rethinking Attention for Time-Series Forecasting","date":"2022-12-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"BeBeYourLove/TDformer","path":"model/TDformer.py","file_url":"https://github.com/BeBeYourLove/TDformer/blob/HEAD/model/TDformer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"94ce7d58219032b2","mcp_get_code":{"code_sha256":"94ce7d58219032b2"}},{"arxiv_id":"2206.04038","paper":"/paper/scaleformer-iterative-multi-scale-refining","title":"Scaleformer: Iterative Multi-scale Refining Transformers for Time Series Forecasting","date":"2022-06-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"borealisai/scaleformer","path":"models/AutoformerMS.py","file_url":"https://github.com/borealisai/scaleformer/blob/HEAD/models/AutoformerMS.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"dafd454219d21bd8","mcp_get_code":{"code_sha256":"dafd454219d21bd8"}},{"arxiv_id":"2205.13504","paper":"/paper/are-transformers-effective-for-time-series","title":"Are Transformers Effective for Time Series Forecasting?","date":"2022-05-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"taohan10200/weather-5k","path":"models/DLinear.py","file_url":"https://github.com/taohan10200/weather-5k/blob/HEAD/models/DLinear.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"262d9b037b804057","mcp_get_code":{"code_sha256":"262d9b037b804057"}},{"arxiv_id":"2201.12740","paper":"/paper/fedformer-frequency-enhanced-decomposed","title":"FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting","date":"2022-01-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"damo-di-ml/icml2022-fedformer","path":"models/FEDformer.py","file_url":"https://github.com/damo-di-ml/icml2022-fedformer/blob/HEAD/models/FEDformer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9b305cbd3bf0b841","mcp_get_code":{"code_sha256":"9b305cbd3bf0b841"}},{"arxiv_id":"1911.00068","paper":"/paper/confident-learning-estimating-uncertainty-in","title":"Confident Learning: Estimating Uncertainty in Dataset Labels","date":"2019-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chang-yue/ctrl","path":"clustering.py","file_url":"https://github.com/chang-yue/ctrl/blob/HEAD/clustering.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b7de9a2eab9a6e44","mcp_get_code":{"code_sha256":"b7de9a2eab9a6e44"}}]}