{"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/get-feature","entry":"get_feature","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":10,"n_papers_ran":9,"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":6,"n_samples_fingerprinted":0,"n_places":10,"n_places_pointer_only":7,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":3,"ran_fixture":2,"ran":1,"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":"2605.05738","paper":"/paper/arxiv-2605-05738","title":"CoMemNet: Contrastive Sampling with Memory Replay Network for Continual Traffic Prediction","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"meiwu5/CoMemNet","path":"src/model/replay.py","file_url":"https://github.com/meiwu5/CoMemNet/blob/HEAD/src/model/replay.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"766602ec6e157f96","mcp_get_code":{"code_sha256":"766602ec6e157f96"}},{"arxiv_id":"2510.10509","paper":"/paper/arxiv-2510-10509","title":"MARS-Sep: Multimodal-Aligned Reinforced Sound Separation","date":null,"month_inferred_from_arxiv_id":"2025-10","title_source":"syntology","repo":"mars-sep/MARS-Sep","path":"marssep/marssep.py","file_url":"https://github.com/mars-sep/MARS-Sep/blob/HEAD/marssep/marssep.py","status":"ran_fixture","verification_level":1,"contract_check":"DEP_MISSING","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1ba6249b96aa7337","mcp_get_code":{"code_sha256":"1ba6249b96aa7337"}},{"arxiv_id":"2409.19817","paper":"/paper/calibrating-language-models-with-adaptive","title":"Calibrating Language Models with Adaptive Temperature Scaling","date":"2024-09-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Johnathan-Xie/adaptive-temperature-scaling","path":"src/llmtuner/model/calibration/head.py","file_url":"https://github.com/Johnathan-Xie/adaptive-temperature-scaling/blob/HEAD/src/llmtuner/model/calibration/head.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"771fc5ecda4050b9","mcp_get_code":{"code_sha256":"771fc5ecda4050b9"}},{"arxiv_id":"2408.02034","paper":"/paper/2408-02034","title":"Mini-Monkey: Alleviating the Semantic Sawtooth Effect for Lightweight MLLMs via Complementary Image Pyramid","date":"2024-08-04","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":"17d2b38da4eaebf2","mcp_get_code":{"code_sha256":"17d2b38da4eaebf2"}},{"arxiv_id":"2403.04473","paper":"/paper/textmonkey-an-ocr-free-large-multimodal-model","title":"TextMonkey: An OCR-Free Large Multimodal Model for Understanding Document","date":"2024-03-07","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":"17d2b38da4eaebf2","mcp_get_code":{"code_sha256":"17d2b38da4eaebf2"}},{"arxiv_id":"2311.06607","paper":"/paper/monkey-image-resolution-and-text-label-are","title":"Monkey: Image Resolution and Text Label Are Important Things for Large Multi-modal Models","date":"2023-11-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yuliang-liu/monkey","path":"data_generation/grit/grit/modeling/meta_arch/grit.py","file_url":"https://github.com/yuliang-liu/monkey/blob/HEAD/data_generation/grit/grit/modeling/meta_arch/grit.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":"17d2b38da4eaebf2","mcp_get_code":{"code_sha256":"17d2b38da4eaebf2"}},{"arxiv_id":"2308.11166","paper":"/paper/hierarchical-point-based-active-learning-for","title":"Hierarchical Point-based Active Learning for Semi-supervised Point Cloud Semantic Segmentation","date":"2023-08-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"SmiletoE/HPAL","path":"active_func.py","file_url":"https://github.com/SmiletoE/HPAL/blob/HEAD/active_func.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e9750e158328eb77","mcp_get_code":{"code_sha256":"e9750e158328eb77"}},{"arxiv_id":"2203.08992","paper":"/paper/adalogn-adaptive-logic-graph-network-for","title":"AdaLoGN: Adaptive Logic Graph Network for Reasoning-Based Machine Reading Comprehension","date":"2022-03-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nju-websoft/AdaLoGN","path":"utils/pos_neg_transfer.py","file_url":"https://github.com/nju-websoft/AdaLoGN/blob/HEAD/utils/pos_neg_transfer.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":"a1e77cdb9a693af3","mcp_get_code":{"code_sha256":"a1e77cdb9a693af3"}},{"arxiv_id":"1901.05427","paper":"/paper/domain-adaptation-for-structured-output-via","title":"Domain Adaptation for Structured Output via Discriminative Patch Representations","date":"2019-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"0e1dfebc19d73e54","mcp_get_code":{"code_sha256":"0e1dfebc19d73e54"}},{"arxiv_id":"1802.10349","paper":"/paper/learning-to-adapt-structured-output-space-for","title":"Learning to Adapt Structured Output Space for Semantic Segmentation","date":"2018-02-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lym29/DASeg","path":"train_gta2cityscapes_multi.py","file_url":"https://github.com/lym29/DASeg/blob/HEAD/train_gta2cityscapes_multi.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":"0e1dfebc19d73e54","mcp_get_code":{"code_sha256":"0e1dfebc19d73e54"}}]}