{"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/incorporating-constituent-syntax-for","title":"Incorporating Constituent Syntax for Coreference Resolution","arxiv_id":"2202.10710","date":"2022-02-22","proceeding":null,"authors":["Fan Jiang","Trevor Cohn"],"abstract":"Syntax has been shown to benefit Coreference Resolution from incorporating long-range dependencies and structured information captured by syntax trees, either in traditional statistical machine learning based systems or recently proposed neural models. However, most leading systems use only dependency trees. We argue that constituent trees also encode important information, such as explicit span-boundary signals captured by nested multi-word phrases, extra linguistic labels and hierarchical structures useful for detecting anaphora. In this work, we propose a simple yet effective graph-based method to incorporate constituent syntactic structures. Moreover, we also explore to utilise higher-order neighbourhood information to encode rich structures in constituent trees. A novel message propagation mechanism is therefore proposed to enable information flow among elements in syntax trees. Experiments on the English and Chinese portions of OntoNotes 5.0 benchmark show that our proposed model either beats a strong baseline or achieves new state-of-the-art performance. (Code is available at https://github.com/Fantabulous-J/Coref-Constituent-Graph)","url_abs":"https://arxiv.org/abs/2202.10710v1","url_pdf":"https://arxiv.org/pdf/2202.10710v1.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":"incorporating-constituent-syntax-for","repo_url":"https://github.com/fantabulous-j/coref-constituent-graph","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"coreference-resolution","task_name":"Coreference Resolution"},{"task_slug":"coreference-resolution-1","task_name":"coreference-resolution"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2202.10710","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2202.10710"}},"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":"deterministic:regex_extraction","url":"https://github.com/facebookresearch/SpanBERT","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/ymcui/Chinese-BERT-wwm","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/mandarjoshi90/coref","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/Fantabulous-J/Coref-Constituent-Graph","reach":null}],"summary":{"ran":2,"ran_draft_wrong":2,"unverified":14},"by_repo_kind":{"official":{"samples":1,"ran":0,"repositories":1},"found_in_text":{"samples":17,"ran":4,"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":4,"samples":[{"code_sha256_prefix":"25f39b2758a0eba9","entry":"FairseqCriterion","repo":"facebookresearch/SpanBERT","repo_kind":"found_in_text","path":"pretraining/fairseq/criterions/spanbert_loss.py","file_url":"https://github.com/facebookresearch/SpanBERT/blob/HEAD/pretraining/fairseq/criterions/spanbert_loss.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"25f39b2758a0eba9"}},{"code_sha256_prefix":"df76c3d158410db6","entry":"NoNSPPairLoss","repo":"facebookresearch/SpanBERT","repo_kind":"found_in_text","path":"pretraining/fairseq/criterions/spanbert_loss.py","file_url":"https://github.com/facebookresearch/SpanBERT/blob/HEAD/pretraining/fairseq/criterions/spanbert_loss.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"df76c3d158410db6"}},{"code_sha256_prefix":"5681f7dd9b6e3679","entry":"get_activation","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"bert/modeling.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/bert/modeling.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5681f7dd9b6e3679"}},{"code_sha256_prefix":"3cc2e76a1b0117ef","entry":"register_criterion","repo":"facebookresearch/SpanBERT","repo_kind":"found_in_text","path":"pretraining/fairseq/criterions/spanbert_loss.py","file_url":"https://github.com/facebookresearch/SpanBERT/blob/HEAD/pretraining/fairseq/criterions/spanbert_loss.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":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3cc2e76a1b0117ef"}},{"code_sha256_prefix":"e5030f6584af77f6","entry":"CGATLayer","repo":"Fantabulous-J/Coref-Constituent-Graph","repo_kind":"official","path":"chinese/coref-cons/modules.py","file_url":"https://github.com/Fantabulous-J/Coref-Constituent-Graph/blob/HEAD/chinese/coref-cons/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e5030f6584af77f6"}},{"code_sha256_prefix":"3643e9b2dc2db0a3","entry":"b_cubed","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"metrics.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/metrics.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":"3643e9b2dc2db0a3"}},{"code_sha256_prefix":"ea92f536bea4cbd4","entry":"evaluate_conll","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"conll.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/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":"ea92f536bea4cbd4"}},{"code_sha256_prefix":"5dc251a1bb16c94f","entry":"f1","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"metrics.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/metrics.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":"5dc251a1bb16c94f"}},{"code_sha256_prefix":"ecab128238ebf253","entry":"gelu","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"bert/modeling.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/bert/modeling.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":"ecab128238ebf253"}},{"code_sha256_prefix":"50958618b65e514e","entry":"get_assignment_map_from_checkpoint","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"bert/modeling.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/bert/modeling.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":"50958618b65e514e"}},{"code_sha256_prefix":"f300a33fe05fc609","entry":"get_doc_key","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"conll.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/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":"f300a33fe05fc609"}},{"code_sha256_prefix":"f4ced68dcb59457a","entry":"get_sentence_map","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"overlap_minimize.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/overlap_minimize.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":"f4ced68dcb59457a"}},{"code_sha256_prefix":"de32dc1a0c359c0d","entry":"get_sentence_map","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"minimize.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/minimize.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":"de32dc1a0c359c0d"}},{"code_sha256_prefix":"0b4f0651a8572be2","entry":"is_start","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"gap_to_jsonlines.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/gap_to_jsonlines.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":"0b4f0651a8572be2"}},{"code_sha256_prefix":"3b625164c1147fcf","entry":"normalize_word","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"minimize.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/minimize.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":"3b625164c1147fcf"}},{"code_sha256_prefix":"5712dc7b00cdd758","entry":"official_conll_eval","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"conll.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/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":"5712dc7b00cdd758"}},{"code_sha256_prefix":"edcb69a1bdf0f631","entry":"read_doc_keys","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"evaluate.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/evaluate.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":"edcb69a1bdf0f631"}},{"code_sha256_prefix":"ae6a373fe4f5dee8","entry":"read_tsv","repo":"mandarjoshi90/coref","repo_kind":"found_in_text","path":"gap_to_jsonlines.py","file_url":"https://github.com/mandarjoshi90/coref/blob/HEAD/gap_to_jsonlines.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":"ae6a373fe4f5dee8"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}