{"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/one-hot-embedding","entry":"one_hot_embedding","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":14,"n_papers_ran":8,"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":12,"n_samples_ran":6,"n_samples_fingerprinted":1,"n_places":14,"n_places_pointer_only":2,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":3,"ran_fixture":0,"ran":3,"unverified":6},"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":"2406.07882","paper":"/paper/designing-a-dashboard-for-transparency-and","title":"Designing a Dashboard for Transparency and Control of Conversational AI","date":"2024-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yc015/talktuner-chatbot-llm-dashboard","path":"src/losses.py","file_url":"https://github.com/yc015/talktuner-chatbot-llm-dashboard/blob/HEAD/src/losses.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d018404cd06ecc3f","mcp_get_code":{"code_sha256":"d018404cd06ecc3f"}},{"arxiv_id":"2404.17674","paper":"/paper/center-based-relaxed-learning-against","title":"Center-Based Relaxed Learning Against Membership Inference Attacks","date":"2024-04-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jekimlab/uai24_crl","path":"representation/loss/crl.py","file_url":"https://github.com/jekimlab/uai24_crl/blob/HEAD/representation/loss/crl.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"19eccdc224bb3bed","mcp_get_code":{"code_sha256":"19eccdc224bb3bed"}},{"arxiv_id":"2404.10980","paper":"/paper/hyper-evidential-deep-learning-to-quantify","title":"Hyper Evidential Deep Learning to Quantify Composite Classification Uncertainty","date":"2024-04-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hugo101/hyperevidentialnn","path":"loss.py","file_url":"https://github.com/hugo101/hyperevidentialnn/blob/HEAD/loss.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":"b84c9bdf74b1a62b","mcp_get_code":{"code_sha256":"b84c9bdf74b1a62b"}},{"arxiv_id":"2310.08255","paper":"/paper/distilling-from-vision-language-models-for","title":"Leveraging Vision-Language Models for Improving Domain Generalization in Image Classification","date":"2023-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"val-iisc/VL2V-ADiP","path":"domainbed/algorithms/baselines.py","file_url":"https://github.com/val-iisc/VL2V-ADiP/blob/HEAD/domainbed/algorithms/baselines.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"7c5a3128571afe6f","mcp_get_code":{"code_sha256":"7c5a3128571afe6f"}},{"arxiv_id":"2309.13207","paper":"/paper/evidential-deep-learning-enhancing-predictive","title":"Evidential Deep Learning: Enhancing Predictive Uncertainty Estimation for Earth System Science Applications","date":"2023-09-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AI2ES/miles-guess","path":"mlguess/torch/trainer_classifier.py","file_url":"https://github.com/AI2ES/miles-guess/blob/HEAD/mlguess/torch/trainer_classifier.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"CC0-1.0","inline_ok":true,"code_sha256_prefix":"2cb331b8ba848db1","mcp_get_code":{"code_sha256":"2cb331b8ba848db1"}},{"arxiv_id":"2309.02995","paper":"/paper/continual-evidential-deep-learning-for-out-of","title":"Continual Evidential Deep Learning for Out-of-Distribution Detection","date":"2023-09-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"eaaguilart/cedl","path":"losses.py","file_url":"https://github.com/eaaguilart/cedl/blob/HEAD/losses.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1548584fe07bccc2","mcp_get_code":{"code_sha256":"1548584fe07bccc2"}},{"arxiv_id":"2211.04446","paper":"/paper/private-set-generation-with-discriminative","title":"Private Set Generation with Discriminative Information","date":"2022-11-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"DingfanChen/Private-Set","path":"utils/gan_models.py","file_url":"https://github.com/DingfanChen/Private-Set/blob/HEAD/utils/gan_models.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"397e62c7d01d81f7","mcp_get_code":{"code_sha256":"397e62c7d01d81f7"}},{"arxiv_id":"2112.00337","paper":"/paper/a-unified-benchmark-for-the-unknown-detection","title":"A Unified Benchmark for the Unknown Detection Capability of Deep Neural Networks","date":"2021-12-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"daintlab/unknown-detection-benchmarks","path":"utils.py","file_url":"https://github.com/daintlab/unknown-detection-benchmarks/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d018404cd06ecc3f","mcp_get_code":{"code_sha256":"d018404cd06ecc3f"}},{"arxiv_id":"2110.04383","paper":"/paper/learning-3d-representations-of-molecular-1","title":"Learning 3D Representations of Molecular Chirality with Invariance to Bond Rotations","date":"2021-10-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"keiradams/chiro","path":"model/embedding_functions.py","file_url":"https://github.com/keiradams/chiro/blob/HEAD/model/embedding_functions.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e54f293ea46fe8b7","mcp_get_code":{"code_sha256":"e54f293ea46fe8b7"}},{"arxiv_id":"2006.08265","paper":"/paper/gs-wgan-a-gradient-sanitized-approach-for","title":"GS-WGAN: A Gradient-Sanitized Approach for Learning Differentially Private Generators","date":"2020-06-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"DingfanChen/GS-WGAN","path":"source/models.py","file_url":"https://github.com/DingfanChen/GS-WGAN/blob/HEAD/source/models.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9bf347796ee07467","mcp_get_code":{"code_sha256":"9bf347796ee07467"}},{"arxiv_id":"2006.05683","paper":"/paper/tubetk-adopting-tubes-to-track-multi-object-1","title":"TubeTK: Adopting Tubes to Track Multi-Object in a One-Step Training Model","date":"2020-06-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"BoPang1996/TubeTK","path":"network/focal_loss.py","file_url":"https://github.com/BoPang1996/TubeTK/blob/HEAD/network/focal_loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"49cfe0b5c32b3793","mcp_get_code":{"code_sha256":"49cfe0b5c32b3793"}},{"arxiv_id":"2006.04115","paper":"/paper/diffgcn-graph-convolutional-networks-via","title":"DiffGCN: Graph Convolutional Networks via Differential Operators and Algebraic Multigrid Pooling","date":"2020-06-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"BGUCompSci/DiffGCNs.py","path":"partsegmentation_train_test.py","file_url":"https://github.com/BGUCompSci/DiffGCNs.py/blob/HEAD/partsegmentation_train_test.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":"39d1aa21e9bb078b","mcp_get_code":{"code_sha256":"39d1aa21e9bb078b"}},{"arxiv_id":"2003.04297","paper":"/paper/improved-baselines-with-momentum-contrastive","title":"Improved Baselines with Momentum Contrastive Learning","date":"2020-03-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lavoiems/SADt","path":"src/models/EGSC/model.py","file_url":"https://github.com/lavoiems/SADt/blob/HEAD/src/models/EGSC/model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1941df4f816178f1","mcp_get_code":{"code_sha256":"1941df4f816178f1"}},{"arxiv_id":"1806.01768","paper":"/paper/evidential-deep-learning-to-quantify","title":"Evidential Deep Learning to Quantify Classification Uncertainty","date":"2018-06-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"dougbrion/pytorch-classification-uncertainty","path":"helpers.py","file_url":"https://github.com/dougbrion/pytorch-classification-uncertainty/blob/HEAD/helpers.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d018404cd06ecc3f","mcp_get_code":{"code_sha256":"d018404cd06ecc3f"}}]}