{"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":"/paper/a-decomposable-attention-model-for-natural","title":"A Decomposable Attention Model for Natural Language Inference","arxiv_id":"1606.01933","date":"2016-06-06","proceeding":"EMNLP 2016 11","authors":["Ankur P. Parikh","Oscar Täckström","Dipanjan Das","Jakob Uszkoreit"],"abstract":"We propose a simple neural architecture for natural language inference. Our\napproach uses attention to decompose the problem into subproblems that can be\nsolved separately, thus making it trivially parallelizable. On the Stanford\nNatural Language Inference (SNLI) dataset, we obtain state-of-the-art results\nwith almost an order of magnitude fewer parameters than previous work and\nwithout relying on any word-order information. Adding intra-sentence attention\nthat takes a minimum amount of order into account yields further improvements.","url_abs":"http://arxiv.org/abs/1606.01933v2","url_pdf":"http://arxiv.org/pdf/1606.01933v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/DeNeutoy/Decomposable_Attn","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/bitextor/bicleaner-ai","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/blcunlp/CNLI","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/fatma-mohamed-98/Recognising-Textual-Entailment-using-Decomposable-Attention","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/harvardnlp/decomp-attn","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/libowen2121/SNLI-decomposable-attention","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/nvnhat95/Natural-Language-Inference","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/sminer3/duplicate_statement_detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/sunsiqi26/Entailment-with-TensorFlow","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"a-decomposable-attention-model-for-natural","repo_url":"https://github.com/dmlc/gluon-nlp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mxnet","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"natural-language-inference","task_name":"Natural Language Inference"},{"task_slug":"sentence","task_name":"Sentence"},{"task_slug":"model","task_name":"model"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/natural-language-inference-on-snli","task":"Natural Language Inference","dataset":"SNLI","model":"200D decomposable attention feed-forward model with intra-sentence attention","rank_in_archive_order":48,"of":98,"metrics":{"% Test Accuracy":"86.8","% Train Accuracy":"90.5","Parameters":"580k"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-inference-on-snli","task":"Natural Language Inference","dataset":"SNLI","model":"200D decomposable attention model with intra-sentence attention","rank_in_archive_order":49,"of":98,"metrics":{"% Test Accuracy":"86.8","% Train Accuracy":"90.5","Parameters":"580k"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-inference-on-snli","task":"Natural Language Inference","dataset":"SNLI","model":"200D decomposable attention feed-forward model","rank_in_archive_order":58,"of":98,"metrics":{"% Test Accuracy":"86.3","% Train Accuracy":"89.5","Parameters":"380k"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-inference-on-snli","task":"Natural Language Inference","dataset":"SNLI","model":"200D decomposable attention model","rank_in_archive_order":59,"of":98,"metrics":{"% Test Accuracy":"86.3","% Train Accuracy":"89.5","Parameters":"380k"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1606.01933","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1606.01933"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nvnhat95/Natural-Language-Inference","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/fatma-mohamed-98/Recognising-Textual-Entailment-using-Decomposable-Attention","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sminer3/duplicate_statement_detection","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dmlc/gluon-nlp","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/DeNeutoy/Decomposable_Attn","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/libowen2121/SNLI-decomposable-attention","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sunsiqi26/Entailment-with-TensorFlow","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/blcunlp/CNLI","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/bitextor/bicleaner-ai","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/harvardnlp/decomp-attn","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":6},"by_repo_kind":{"listed":{"samples":6,"ran":0,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"9b1c530597d3f87e","entry":"get_data","repo":"harvardnlp/decomp-attn","repo_kind":"listed","path":"preprocess.py","file_url":"https://github.com/harvardnlp/decomp-attn/blob/HEAD/preprocess.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9b1c530597d3f87e"}},{"code_sha256_prefix":"7f8679063c6a2b35","entry":"get_data","repo":"nvnhat95/Natural-Language-Inference","repo_kind":"listed","path":"preprocess.py","file_url":"https://github.com/nvnhat95/Natural-Language-Inference/blob/HEAD/preprocess.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7f8679063c6a2b35"}},{"code_sha256_prefix":"02f680c0cdae0af1","entry":"get_glove_words","repo":"harvardnlp/decomp-attn","repo_kind":"listed","path":"preprocess.py","file_url":"https://github.com/harvardnlp/decomp-attn/blob/HEAD/preprocess.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"02f680c0cdae0af1"}},{"code_sha256_prefix":"2b6d2f674c108cc1","entry":"get_glove_words","repo":"nvnhat95/Natural-Language-Inference","repo_kind":"listed","path":"preprocess.py","file_url":"https://github.com/nvnhat95/Natural-Language-Inference/blob/HEAD/preprocess.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2b6d2f674c108cc1"}},{"code_sha256_prefix":"33256b707314fadf","entry":"load_glove_vec","repo":"harvardnlp/decomp-attn","repo_kind":"listed","path":"get_pretrain_vecs.py","file_url":"https://github.com/harvardnlp/decomp-attn/blob/HEAD/get_pretrain_vecs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"33256b707314fadf"}},{"code_sha256_prefix":"da8e4408c385c601","entry":"pad","repo":"harvardnlp/decomp-attn","repo_kind":"listed","path":"preprocess.py","file_url":"https://github.com/harvardnlp/decomp-attn/blob/HEAD/preprocess.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"da8e4408c385c601"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}