{"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/sharpen","entry":"sharpen","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":6,"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":13,"n_samples_ran":8,"n_samples_fingerprinted":8,"n_places":14,"n_places_pointer_only":4,"by_status":{"ran_honours":6,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":1,"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":"2407.08127","paper":"/paper/prediction-exposes-your-face-black-box-model","title":"Prediction Exposes Your Face: Black-box Model Inversion via Prediction Alignment","date":"2024-07-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zllrunning/face-parsing.PyTorch","path":"makeup.py","file_url":"https://github.com/zllrunning/face-parsing.PyTorch/blob/HEAD/makeup.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"866f68096a94d1a5","mcp_get_code":{"code_sha256":"866f68096a94d1a5"}},{"arxiv_id":"2312.13032","paper":"/paper/nodemixup-tackling-under-reaching-for-graph","title":"NodeMixup: Tackling Under-Reaching for Graph Neural Networks","date":"2023-12-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"weiganglu/nodemixup","path":"utils.py","file_url":"https://github.com/weiganglu/nodemixup/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"05a6e0bd80de935b","mcp_get_code":{"code_sha256":"05a6e0bd80de935b"}},{"arxiv_id":"2306.11386","paper":"/paper/did-the-models-understand-documents","title":"Did the Models Understand Documents? Benchmarking Models for Language Understanding in Document-Level Relation Extraction","date":"2023-06-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Hytn/DocRED-HWE","path":"MAP_metric.py","file_url":"https://github.com/Hytn/DocRED-HWE/blob/HEAD/MAP_metric.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"fabdd1c4c1560dd8","mcp_get_code":{"code_sha256":"fabdd1c4c1560dd8"}},{"arxiv_id":"2204.07141","paper":"/paper/masked-siamese-networks-for-label-efficient","title":"Masked Siamese Networks for Label-Efficient Learning","date":"2022-04-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lightly-ai/lightly","path":"lightly/loss/msn_loss.py","file_url":"https://github.com/lightly-ai/lightly/blob/HEAD/lightly/loss/msn_loss.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"65d0b05308ec2373","mcp_get_code":{"code_sha256":"65d0b05308ec2373"}},{"arxiv_id":"2203.13993","paper":"/paper/rscfed-random-sampling-consensus-federated","title":"RSCFed: Random Sampling Consensus Federated Semi-supervised Learning","date":"2022-03-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"XMed-Lab/RSCFed","path":"local_unsupervised.py","file_url":"https://github.com/XMed-Lab/RSCFed/blob/HEAD/local_unsupervised.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"82fe0a0d909496fc","mcp_get_code":{"code_sha256":"82fe0a0d909496fc"}},{"arxiv_id":"2103.16725","paper":"/paper/simple-similar-pseudo-label-exploitation-for","title":"SimPLE: Similar Pseudo Label Exploitation for Semi-Supervised Classification","date":"2021-03-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zijian-hu/SimPLE","path":"models/mixmatch/simple_mixmatch.py","file_url":"https://github.com/zijian-hu/SimPLE/blob/HEAD/models/mixmatch/simple_mixmatch.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":"e53854d98b01d0b3","mcp_get_code":{"code_sha256":"e53854d98b01d0b3"}},{"arxiv_id":"2003.02245","paper":"/paper/data-augmentation-using-pre-trained","title":"Data Augmentation using Pre-trained Transformer Models","date":"2020-03-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"megagonlabs/rotom","path":"rotom/auto_filter_weight.py","file_url":"https://github.com/megagonlabs/rotom/blob/HEAD/rotom/auto_filter_weight.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"05741498b43e4e31","mcp_get_code":{"code_sha256":"05741498b43e4e31"}},{"arxiv_id":"2003.02245","paper":"/paper/data-augmentation-using-pre-trained","title":"Data Augmentation using Pre-trained Transformer Models","date":"2020-03-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"megagonlabs/rotom","path":"rotom/auto_mixda.py","file_url":"https://github.com/megagonlabs/rotom/blob/HEAD/rotom/auto_mixda.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"b82757d05d446661","mcp_get_code":{"code_sha256":"b82757d05d446661"}},{"arxiv_id":"1905.02249","paper":"/paper/mixmatch-a-holistic-approach-to-semi","title":"MixMatch: A Holistic Approach to Semi-Supervised Learning","date":"2019-05-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ntozer/mixmatch-tensorflow2.0","path":"mixmatch.py","file_url":"https://github.com/ntozer/mixmatch-tensorflow2.0/blob/HEAD/mixmatch.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2777c70138515c4d","mcp_get_code":{"code_sha256":"2777c70138515c4d"}},{"arxiv_id":"1905.02249","paper":"/paper/mixmatch-a-holistic-approach-to-semi","title":"MixMatch: A Holistic Approach to Semi-Supervised Learning","date":"2019-05-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"FelixAbrahamsson/mixmatch-pytorch","path":"mixmatch_pytorch/mixmatch_batch.py","file_url":"https://github.com/FelixAbrahamsson/mixmatch-pytorch/blob/HEAD/mixmatch_pytorch/mixmatch_batch.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"cbc1955a34800714","mcp_get_code":{"code_sha256":"cbc1955a34800714"}},{"arxiv_id":"1905.02249","paper":"/paper/mixmatch-a-holistic-approach-to-semi","title":"MixMatch: A Holistic Approach to Semi-Supervised Learning","date":"2019-05-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gan3sh500/mixmatch-pytorch","path":"mixmatch_utils.py","file_url":"https://github.com/gan3sh500/mixmatch-pytorch/blob/HEAD/mixmatch_utils.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6d22d34f03eff901","mcp_get_code":{"code_sha256":"6d22d34f03eff901"}},{"arxiv_id":"1905.02249","paper":"/paper/mixmatch-a-holistic-approach-to-semi","title":"MixMatch: A Holistic Approach to Semi-Supervised Learning","date":"2019-05-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"dhx000/DGM_project","path":"mixmatch/cycle_mixmatch.py","file_url":"https://github.com/dhx000/DGM_project/blob/HEAD/mixmatch/cycle_mixmatch.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"63688837810c6e5a","mcp_get_code":{"code_sha256":"63688837810c6e5a"}},{"arxiv_id":"1806.05236","paper":"/paper/manifold-mixup-better-representations-by","title":"Manifold Mixup: Better Representations by Interpolating Hidden States","date":"2018-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chris-tng/semi-supervised-nlp","path":"utils.py","file_url":"https://github.com/chris-tng/semi-supervised-nlp/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b84625043a59fcf0","mcp_get_code":{"code_sha256":"b84625043a59fcf0"}},{"arxiv_id":"aaai_29328","paper":null,"title":"arXiv:aaai_29328","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"WeigangLu/NodeMixup","path":"utils.py","file_url":"https://github.com/WeigangLu/NodeMixup/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"05a6e0bd80de935b","mcp_get_code":{"code_sha256":"05a6e0bd80de935b"}}]}