{"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/deep-biaffine-attention-for-neural-dependency","title":"Deep Biaffine Attention for Neural Dependency Parsing","arxiv_id":"1611.01734","date":"2016-11-06","proceeding":null,"authors":["Timothy Dozat","Christopher D. Manning"],"abstract":"This paper builds off recent work from Kiperwasser & Goldberg (2016) using\nneural attention in a simple graph-based dependency parser. We use a larger but\nmore thoroughly regularized parser than other recent BiLSTM-based approaches,\nwith biaffine classifiers to predict arcs and labels. Our parser gets state of\nthe art or near state of the art performance on standard treebanks for six\ndifferent languages, achieving 95.7% UAS and 94.1% LAS on the most popular\nEnglish PTB dataset. This makes it the highest-performing graph-based parser on\nthis benchmark---outperforming Kiperwasser Goldberg (2016) by 1.8% and\n2.2%---and comparable to the highest performing transition-based parser\n(Kuncoro et al., 2016), which achieves 95.8% UAS and 94.6% LAS. We also show\nwhich hyperparameter choices had a significant effect on parsing accuracy,\nallowing us to achieve large gains over other graph-based approaches.","url_abs":"http://arxiv.org/abs/1611.01734v3","url_pdf":"http://arxiv.org/pdf/1611.01734v3.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":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/FranxYao/PoincareProbe","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/JoesSattes/Thai-Biaffine-Dependency-Parsing","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/ShannonAI/mrc-for-dependency-parsing","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/XuezheMax/NeuroNLP2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/anaezquerro/separ","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/baidu/DDParser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"paddle","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/chantera/biaffineparser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/danifg/SyntacticPointer","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/deepdialog/tf-parser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/fajri91/NeuralRST-TopDown","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/fajri91/RSTExtractor","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/februa22/biaffineparser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/freesunshine0316/dep-forest-re","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/ganeshjawahar/ELMoLex","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/idiap/g2g-transformer","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/makyr90/Biaffine_Parser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/mgzeke0/biaffineparser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/redrew/neuralrst-bottom-up","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/shitian-taiger/relational-extraction","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/tdozat/Parser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/tdozat/Parser-v1","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/vsubramaniam851/typ_embed","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/wanghm92/Sing_Par","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/yzhangcs/parser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","repo_url":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/dependency_parsing/ddparser","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":null},{"paper_slug":"deep-biaffine-attention-for-neural-dependency","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":"dependency-parsing","task_name":"Dependency Parsing"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/dependency-parsing-on-conll-2009","task":"Dependency Parsing","dataset":"CoNLL-2009","model":"Biaffine Parser","rank_in_archive_order":2,"of":2,"metrics":{"LAS":"85.38","UAS":"88.90"},"uses_additional_data":false},{"leaderboard":"/sota/dependency-parsing-on-penn-treebank","task":"Dependency Parsing","dataset":"Penn Treebank","model":"Deep Biaffine + RoBERTa","rank_in_archive_order":4,"of":22,"metrics":{"LAS":"95.75","UAS":"97.29"},"uses_additional_data":false},{"leaderboard":"/sota/dependency-parsing-on-penn-treebank","task":"Dependency Parsing","dataset":"Penn Treebank","model":"Deep Biaffine","rank_in_archive_order":13,"of":22,"metrics":{"LAS":"94.22","UAS":"95.87"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1611.01734","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1611.01734"}},"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/XuezheMax/NeuroNLP2","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/februa22/biaffineparser","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/shitian-taiger/relational-extraction","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/dependency_parsing/ddparser","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/FranxYao/PoincareProbe","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/freesunshine0316/dep-forest-re","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/fajri91/NeuralRST-TopDown","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepdialog/tf-parser","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/danifg/SyntacticPointer","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vsubramaniam851/typ_embed","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/wanghm92/Sing_Par","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ganeshjawahar/ELMoLex","reach":{"status":"ok","spdx":"GPL-3.0"}},{"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/fajri91/RSTExtractor","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/JoesSattes/Thai-Biaffine-Dependency-Parsing","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mgzeke0/biaffineparser","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yzhangcs/parser","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/redrew/neuralrst-bottom-up","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tdozat/Parser-v1","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/idiap/g2g-transformer","reach":{"status":"ok","spdx":"GPL-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chantera/biaffineparser","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/anaezquerro/separ","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tdozat/Parser","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/baidu/DDParser","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/makyr90/Biaffine_Parser","reach":{"status":"ok"}}],"summary":{"ran_fixture":1,"ran_violates":1,"ran_draft_wrong":1,"unverified":16},"by_repo_kind":{"listed":{"samples":19,"ran":3,"repositories":6}},"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":2,"samples":[{"code_sha256_prefix":"73d6747bfa5543ce","entry":"get_num_other_elem","repo":"redrew/neuralrst-bottom-up","repo_kind":"listed","path":"models/architecture/bottom_up_architecture.py","file_url":"https://github.com/redrew/neuralrst-bottom-up/blob/HEAD/models/architecture/bottom_up_architecture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"73d6747bfa5543ce"}},{"code_sha256_prefix":"1889abe3c29f3531","entry":"is_number","repo":"JoesSattes/Thai-Biaffine-Dependency-Parsing","repo_kind":"listed","path":"preprocess.py","file_url":"https://github.com/JoesSattes/Thai-Biaffine-Dependency-Parsing/blob/HEAD/preprocess.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1889abe3c29f3531"}},{"code_sha256_prefix":"06e98e0817b9c50f","entry":"set_label_action","repo":"redrew/neuralrst-bottom-up","repo_kind":"listed","path":"train_rst_parser.py","file_url":"https://github.com/redrew/neuralrst-bottom-up/blob/HEAD/train_rst_parser.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"06e98e0817b9c50f"}},{"code_sha256_prefix":"35a97b86a05fcd5c","entry":"add_docstring","repo":"baidu/DDParser","repo_kind":"listed","path":"ddparser/ernie/file_utils.py","file_url":"https://github.com/baidu/DDParser/blob/HEAD/ddparser/ernie/file_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"35a97b86a05fcd5c"}},{"code_sha256_prefix":"57d3f2c264025939","entry":"append_name","repo":"baidu/DDParser","repo_kind":"listed","path":"ddparser/ernie/modeling_ernie.py","file_url":"https://github.com/baidu/DDParser/blob/HEAD/ddparser/ernie/modeling_ernie.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"57d3f2c264025939"}},{"code_sha256_prefix":"4cb6893c39bb6390","entry":"categorical_accuracy","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/models.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/models.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4cb6893c39bb6390"}},{"code_sha256_prefix":"906bfaff2c598764","entry":"chuliu_edmonds","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/utils/chuliu_edmonds.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/utils/chuliu_edmonds.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"906bfaff2c598764"}},{"code_sha256_prefix":"f209dc6a414e163b","entry":"chuliu_edmonds_one_root","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/utils/chuliu_edmonds.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/utils/chuliu_edmonds.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f209dc6a414e163b"}},{"code_sha256_prefix":"fff6c1cc919ef43f","entry":"collate","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/data.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fff6c1cc919ef43f"}},{"code_sha256_prefix":"75843fe2dd997b53","entry":"evaluate","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/utils/conll.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/utils/conll.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"75843fe2dd997b53"}},{"code_sha256_prefix":"2a8f48dd9ad2f576","entry":"forward","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/training.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/training.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2a8f48dd9ad2f576"}},{"code_sha256_prefix":"d9f663d6651746c4","entry":"load_embeddings","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/utils/data.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/utils/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d9f663d6651746c4"}},{"code_sha256_prefix":"2e71814e529d090b","entry":"orthonormal_initializer","repo":"tdozat/Parser","repo_kind":"listed","path":"lib/linalg.py","file_url":"https://github.com/tdozat/Parser/blob/HEAD/lib/linalg.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2e71814e529d090b"}},{"code_sha256_prefix":"90d46b3cd3eacbaf","entry":"orthonormal_initializer","repo":"wanghm92/Sing_Par","repo_kind":"listed","path":"lib/linalg.py","file_url":"https://github.com/wanghm92/Sing_Par/blob/HEAD/lib/linalg.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":"90d46b3cd3eacbaf"}},{"code_sha256_prefix":"d9eca1a4508f789e","entry":"parse_conll","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/utils/conll.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/utils/conll.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d9eca1a4508f789e"}},{"code_sha256_prefix":"5ee5f3de417ac23d","entry":"sigmoid","repo":"tdozat/Parser","repo_kind":"listed","path":"lib/linalg.py","file_url":"https://github.com/tdozat/Parser/blob/HEAD/lib/linalg.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5ee5f3de417ac23d"}},{"code_sha256_prefix":"0073d56ba1481305","entry":"smooth","repo":"wanghm92/Sing_Par","repo_kind":"listed","path":"lib/etc/smooth.py","file_url":"https://github.com/wanghm92/Sing_Par/blob/HEAD/lib/etc/smooth.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":"0073d56ba1481305"}},{"code_sha256_prefix":"00edc2dc619cd019","entry":"tanh","repo":"tdozat/Parser","repo_kind":"listed","path":"lib/linalg.py","file_url":"https://github.com/tdozat/Parser/blob/HEAD/lib/linalg.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"00edc2dc619cd019"}},{"code_sha256_prefix":"02240c2030c902b7","entry":"tarjan","repo":"chantera/biaffineparser","repo_kind":"listed","path":"src/utils/chuliu_edmonds.py","file_url":"https://github.com/chantera/biaffineparser/blob/HEAD/src/utils/chuliu_edmonds.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"02240c2030c902b7"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}