Papers › Higher-order Coreference Resolution with Coarse-to-fine Inference

Higher-order Coreference Resolution with Coarse-to-fine Inference

15 Apr 2018NAACL 2018 6arXiv:1804.05392archive 2025-07-28

Kenton Lee, Luheng He, Luke Zettlemoyer

We introduce a fully differentiable approximation to higher-order inference for coreference resolution. Our approach uses the antecedent distribution from a span-ranking architecture as an attention mechanism to iteratively refine span representations. This enables the model to softly consider multiple hops in the predicted clusters. To alleviate the computational cost of this iterative process, we introduce a coarse-to-fine approach that incorporates a less accurate but more efficient bilinear factor, enabling more aggressive pruning without hurting accuracy. Compared to the existing state-of-the-art span-ranking approach, our model significantly improves accuracy on the English OntoNotes benchmark, while being far more computationally efficient.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1804.05392")

Code

Syntology Ran 2 of 23 code samples harvested from 3 repositories linked to this paper; 21 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 6 samples from 1 repository, 0 ran; community (archive-listed): 17 samples from 2 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kentonl/e2e-coref officialmentioned in papermentioned on GitHubtfApache-2.0 report
Filter-Bubble/e2e-Dutch mentioned on GitHubtfApache-2.0 report
bkntr/coref-ee mentioned on GitHubtfApache-2.0 report
kkjawz/coref-ee mentioned on GitHubtfApache-2.0 report
shayneobrien/coreference-resolution mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 2 ran; 0 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
21unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

b_cubed kentonl/e2e-coref/metrics.py official repository unverified Apache-2.0 (permissive) · 3643e9b2dc2db0a3 · report
evaluate_conll kentonl/e2e-coref/conll.py official repository unverified Apache-2.0 (permissive) · 926accff13df41f1 · report
f1 kentonl/e2e-coref/metrics.py official repository unverified Apache-2.0 (permissive) · 5dc251a1bb16c94f · report
get_doc_key kentonl/e2e-coref/conll.py official repository unverified Apache-2.0 (permissive) · f300a33fe05fc609 · report
normalize_word kentonl/e2e-coref/minimize.py official repository unverified Apache-2.0 (permissive) · 3b625164c1147fcf · report
official_conll_eval kentonl/e2e-coref/conll.py official repository unverified Apache-2.0 (permissive) · 5712dc7b00cdd758 · report
get_activation bkntr/coref-ee/modeling.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 2dc172f4dc0c745c · report
normalize_word Filter-Bubble/e2e-Dutch/e2edutch/minimize.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 67b9b442fafaf135 · report
create_example Filter-Bubble/e2e-Dutch/e2edutch/util.py community (archive-listed) unverified Apache-2.0 (permissive) · ed6c424cfbcc05d2 · report
encode_sentences Filter-Bubble/e2e-Dutch/e2edutch/bert.py community (archive-listed) unverified Apache-2.0 (permissive) · 611737050d77ba8e · report
evaluate_conll bkntr/coref-ee/conll.py community (archive-listed) unverified Apache-2.0 (permissive) · 00a3badc95e7a110 · report
evaluate_documents Filter-Bubble/e2e-Dutch/e2edutch/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · fb091f0baeb8754b · report
filter_embedded_mentions bkntr/coref-ee/data.py community (archive-listed) unverified Apache-2.0 (permissive) · e1c488c0a12228b0 · report
gelu bkntr/coref-ee/modeling.py community (archive-listed) unverified Apache-2.0 (permissive) · 6558b9f62bb65244 · report
get_assignment_map_from_checkpoint bkntr/coref-ee/modeling.py community (archive-listed) unverified Apache-2.0 (permissive) · 50958618b65e514e · report
get_doc_key Filter-Bubble/e2e-Dutch/e2edutch/conll.py community (archive-listed) unverified Apache-2.0 (permissive) · 0b3e399d5766581a · report
get_prediction_map Filter-Bubble/e2e-Dutch/e2edutch/conll.py community (archive-listed) unverified Apache-2.0 (permissive) · 9546e87ba8191ce9 · report
get_reverse_doc_key Filter-Bubble/e2e-Dutch/e2edutch/conll.py community (archive-listed) unverified Apache-2.0 (permissive) · 307916bd2f65b4ed · report
index_in_mention bkntr/coref-ee/data.py community (archive-listed) unverified Apache-2.0 (permissive) · 1fddeb8edf3b310c · report
input_fn_builder bkntr/coref-ee/extract_features.py community (archive-listed) unverified Apache-2.0 (permissive) · fb8d325e40dbff1b · report
load_bert Filter-Bubble/e2e-Dutch/e2edutch/bert.py community (archive-listed) unverified Apache-2.0 (permissive) · 0eb897cb891b4790 · report
make_summary Filter-Bubble/e2e-Dutch/e2edutch/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 01664a0b4c74a36e · report
mention_contains bkntr/coref-ee/data.py community (archive-listed) unverified Apache-2.0 (permissive) · baf41dd8b65076e6 · report

Tasks

Coreference Resolution

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Coreference Resolution CoNLL 2012 c2f-coref + ELMo Avg F1 73.0 #15 of 18 Archive leaderboard report
Coreference Resolution OntoNotes c2f-coref F1 73.0 #19 of 26 Archive leaderboard report
Coreference Resolution OntoNotes e2e-coref + ELMo + hyperparameter tuning F1 72.3 #20 of 26 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections