{"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/dot-attention","entry":"dot_attention","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":7,"n_papers_ran":2,"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":2,"n_samples_fingerprinted":1,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"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":"2503.13012","paper":"/paper/test-time-domain-generalization-via-universe","title":"Test-Time Domain Generalization via Universe Learning: A Multi-Graph Matching Approach for Medical Image Segmentation","date":"2025-03-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Yore0/TTDG-MGM","path":"adapteacher/modeling/GModule/multi_graph_matching.py","file_url":"https://github.com/Yore0/TTDG-MGM/blob/HEAD/adapteacher/modeling/GModule/multi_graph_matching.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e65af3d8e3ea20f6","mcp_get_code":{"code_sha256":"e65af3d8e3ea20f6"}},{"arxiv_id":"2306.04954","paper":"/paper/re-matching-a-fine-grained-semantic-matching","title":"RE-Matching: A Fine-Grained Semantic Matching Method for Zero-Shot Relation Extraction","date":"2023-06-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zweny/RE-Matching","path":"model/model.py","file_url":"https://github.com/zweny/RE-Matching/blob/HEAD/model/model.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":"690255d0e59768d1","mcp_get_code":{"code_sha256":"690255d0e59768d1"}},{"arxiv_id":"2305.01778","paper":"/paper/sltunet-a-simple-unified-model-for-sign-1","title":"SLTUNET: A Simple Unified Model for Sign Language Translation","date":"2023-05-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bzhangGo/sltunet","path":"sltunet.py","file_url":"https://github.com/bzhangGo/sltunet/blob/HEAD/sltunet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e49b122cb1a5be6e","mcp_get_code":{"code_sha256":"e49b122cb1a5be6e"}},{"arxiv_id":"2104.07012","paper":"/paper/sparse-attention-with-linear-units","title":"Sparse Attention with Linear Units","date":"2021-04-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bzhangGo/zero","path":"modules/rela.py","file_url":"https://github.com/bzhangGo/zero/blob/HEAD/modules/rela.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":"c93a3ed41b61c72f","mcp_get_code":{"code_sha256":"c93a3ed41b61c72f"}},{"arxiv_id":"2004.11867","paper":"/paper/improving-massively-multilingual-neural","title":"Improving Massively Multilingual Neural Machine Translation and Zero-Shot Translation","date":"2020-04-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bzhangGo/zero","path":"models/transformer_l0drop.py","file_url":"https://github.com/bzhangGo/zero/blob/HEAD/models/transformer_l0drop.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":"b04d0b5aeab65a69","mcp_get_code":{"code_sha256":"b04d0b5aeab65a69"}},{"arxiv_id":"1804.09541","paper":"/paper/qanet-combining-local-convolution-with-global","title":"QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension","date":"2018-04-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Tao-Mind/QDD_Net","path":"models/layers.py","file_url":"https://github.com/Tao-Mind/QDD_Net/blob/HEAD/models/layers.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"96be8bbb7b022500","mcp_get_code":{"code_sha256":"96be8bbb7b022500"}},{"arxiv_id":"1706.03762","paper":"/paper/attention-is-all-you-need","title":"Attention Is All You Need","date":"2017-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bzhangGo/zero","path":"models/transformer.py","file_url":"https://github.com/bzhangGo/zero/blob/HEAD/models/transformer.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":"e874f7de4dfc4d8d","mcp_get_code":{"code_sha256":"e874f7de4dfc4d8d"}}]}