{"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/nt-xent","entry":"nt_xent","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":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":9,"n_samples_ran":6,"n_samples_fingerprinted":4,"n_places":11,"n_places_pointer_only":6,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":3,"ran_fixture":2,"ran":1,"unverified":3},"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":"2603.03725","paper":"/paper/arxiv-2603-03725","title":"Why Do Unlearnable Examples Work: A Novel Perspective of Mutual Information","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"hala64/mi-ue","path":"gen_miue.py","file_url":"https://github.com/hala64/mi-ue/blob/HEAD/gen_miue.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"eb3884a759d4d8a1","mcp_get_code":{"code_sha256":"eb3884a759d4d8a1"}},{"arxiv_id":"2411.06508","paper":"/paper/understanding-the-role-of-equivariance-in","title":"Understanding the Role of Equivariance in Self-supervised Learning","date":"2024-11-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kaotty/Understanding-ESSL","path":"ESSL/equivariant_tasks.py","file_url":"https://github.com/kaotty/Understanding-ESSL/blob/HEAD/ESSL/equivariant_tasks.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0931a280f76e561f","mcp_get_code":{"code_sha256":"0931a280f76e561f"}},{"arxiv_id":"2312.02517","paper":"/paper/simplifying-neural-network-training-under-1","title":"Simplifying Neural Network Training Under Class Imbalance","date":"2023-12-05","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":true,"licence":null,"inline_ok":false,"code_sha256_prefix":"0931a280f76e561f","mcp_get_code":{"code_sha256":"0931a280f76e561f"}},{"arxiv_id":"2310.17622","paper":"/paper/combating-representation-learning-disparity-1","title":"Combating Representation Learning Disparity with Geometric Harmonization","date":"2023-10-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MediaBrain-SJTU/Geometric-Harmonization","path":"utils.py","file_url":"https://github.com/MediaBrain-SJTU/Geometric-Harmonization/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":"1223e88b708e9e08","mcp_get_code":{"code_sha256":"1223e88b708e9e08"}},{"arxiv_id":"2302.03857","paper":"/paper/efficient-adversarial-contrastive-learning-1","title":"Efficient Adversarial Contrastive Learning via Robustness-Aware Coreset Selection","date":"2023-02-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"godxuxilie/efficient_acl_via_rcs","path":"ACL_RCS/ImageNet_32/RCS.py","file_url":"https://github.com/godxuxilie/efficient_acl_via_rcs/blob/HEAD/ACL_RCS/ImageNet_32/RCS.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"b65e98b094ad2fb9","mcp_get_code":{"code_sha256":"b65e98b094ad2fb9"}},{"arxiv_id":"2109.07589","paper":"/paper/container-few-shot-named-entity-recognition","title":"CONTaiNER: Few-Shot Named Entity Recognition via Contrastive Learning","date":"2021-09-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"psunlpgroup/container","path":"src/utils.py","file_url":"https://github.com/psunlpgroup/container/blob/HEAD/src/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b0c5474e5dc4f45f","mcp_get_code":{"code_sha256":"b0c5474e5dc4f45f"}},{"arxiv_id":"2105.14289","paper":"/paper/modeling-discriminative-representations-for","title":"Modeling Discriminative Representations for Out-of-Domain Detection with Supervised Contrastive Learning","date":"2021-05-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"parZival27/supervised-contrastive-learning-for-out-of-domain-detection","path":"model.py","file_url":"https://github.com/parZival27/supervised-contrastive-learning-for-out-of-domain-detection/blob/HEAD/model.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0318d5742d9cd09e","mcp_get_code":{"code_sha256":"0318d5742d9cd09e"}},{"arxiv_id":"2103.09742","paper":"/paper/training-gans-with-stronger-augmentations-via-1","title":"Training GANs with Stronger Augmentations via Contrastive Discriminator","date":"2021-03-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jh-jeong/ContraD","path":"training/gan/contrad.py","file_url":"https://github.com/jh-jeong/ContraD/blob/HEAD/training/gan/contrad.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5e524e9bd20e2c36","mcp_get_code":{"code_sha256":"5e524e9bd20e2c36"}},{"arxiv_id":"2002.05709","paper":"/paper/a-simple-framework-for-contrastive-learning","title":"A Simple Framework for Contrastive Learning of Visual Representations","date":"2020-02-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"p3i0t/SimCLR-CIFAR10","path":"simclr.py","file_url":"https://github.com/p3i0t/SimCLR-CIFAR10/blob/HEAD/simclr.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0931a280f76e561f","mcp_get_code":{"code_sha256":"0931a280f76e561f"}},{"arxiv_id":"2002.05709","paper":"/paper/a-simple-framework-for-contrastive-learning","title":"A Simple Framework for Contrastive Learning of Visual Representations","date":"2020-02-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Pangoraw/GeoSSL","path":"geossl/simclr.py","file_url":"https://github.com/Pangoraw/GeoSSL/blob/HEAD/geossl/simclr.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"56d873a0ee406a9d","mcp_get_code":{"code_sha256":"56d873a0ee406a9d"}},{"arxiv_id":"2023.findings-emnlp.594","paper":null,"title":"arXiv:2023.findings-emnlp.594","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"simonucl/HJCL","path":"model/contrast.py","file_url":"https://github.com/simonucl/HJCL/blob/HEAD/model/contrast.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":"8d4aad3989bddbb1","mcp_get_code":{"code_sha256":"8d4aad3989bddbb1"}}]}