Papers › DWIE: an entity-centric dataset for multi-task document-level information extraction

DWIE: an entity-centric dataset for multi-task document-level information extraction

26 Sep 2020arXiv:2009.12626archive 2025-07-28

Klim Zaporojets, Johannes Deleu, Chris Develder, Thomas Demeester

This paper presents DWIE, the 'Deutsche Welle corpus for Information Extraction', a newly created multi-task dataset that combines four main Information Extraction (IE) annotation subtasks: (i) Named Entity Recognition (NER), (ii) Coreference Resolution, (iii) Relation Extraction (RE), and (iv) Entity Linking. DWIE is conceived as an entity-centric dataset that describes interactions and properties of conceptual entities on the level of the complete document. This contrasts with currently dominant mention-driven approaches that start from the detection and classification of named entity mentions in individual sentences. Further, DWIE presented two main challenges when building and evaluating IE models for it. First, the use of traditional mention-level evaluation metrics for NER and RE tasks on entity-centric DWIE dataset can result in measurements dominated by predictions on more frequently mentioned entities. We tackle this issue by proposing a new entity-driven metric that takes into account the number of mentions that compose each of the predicted and ground truth entities. Second, the document-level multi-task annotations require the models to transfer information between entity mentions located in different parts of the document, as well as between different tasks, in a joint learning setting. To realize this, we propose to use graph-based neural message passing techniques between document-level mention spans. Our experiments show an improvement of up to 5.5 F1 percentage points when incorporating neural graph propagation into our joint model. This demonstrates DWIE's potential to stimulate further research in graph neural networks for representation learning in multi-task IE. We make DWIE publicly available at https://github.com/klimzaporojets/DWIE.

PaperPDFCodeCode 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="2009.12626")

Code

Syntology Ran 5 of 14 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong.

By repository: official repository: 3 samples from 1 repository, 3 ran; community (archive-listed): 11 samples from 1 repository, 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.

klimzaporojets/DWIE officialmentioned in papermentioned on GitHubpytorch report
klimzaporojets/consistent-el mentioned on GitHubpytorchApache-2.0 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

14 samples harvested; 5 ran; 1 honoured the contract we drafted; 9 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.

1ran · honoured contract
4ran · our draft was wrong
9unverified

Licence: 3 of the 14 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 2 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.

load_data klimzaporojets/DWIE/src/dwie_evaluation.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 47534b76005be430 · report
load_json klimzaporojets/DWIE/src/dwie_evaluation.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · c767859799a51b24 · report
load_jsonl klimzaporojets/DWIE/src/dwie_evaluation.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 7f7d1c199331fe6c · report
flatten klimzaporojets/consistent-el/src/data_processing/bert_preprocessing.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 20922c79a0929bbf · report
normalize_word klimzaporojets/consistent-el/src/data_processing/bert_preprocessing.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 67b9b442fafaf135 · report
convert_to_json klimzaporojets/consistent-el/src/data_processing/predictions_serializer.py community (archive-listed) unverified Apache-2.0 (permissive) · e852643db27db477 · report
decode_m2i klimzaporojets/consistent-el/src/metrics/coref.py community (archive-listed) unverified Apache-2.0 (permissive) · b004dddaa40dc224 · report
exclude_links klimzaporojets/consistent-el/src/metrics/linker.py community (archive-listed) unverified Apache-2.0 (permissive) · c9abe1390899bf09 · report
exclude_nills klimzaporojets/consistent-el/src/metrics/linker.py community (archive-listed) unverified Apache-2.0 (permissive) · f8f43e943c125d80 · report
get_gold_clusters klimzaporojets/consistent-el/src/metrics/coref.py community (archive-listed) unverified Apache-2.0 (permissive) · f4df55d79bfc8dc1 · report
get_sentence_map klimzaporojets/consistent-el/src/data_processing/bert_preprocessing.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e343394ad073c52 · report
get_token_buckets klimzaporojets/consistent-el/src/data_processing/tokenizer.py community (archive-listed) unverified Apache-2.0 (permissive) · cd2e4269e0d4741c · report
get_tokenizer klimzaporojets/consistent-el/src/main_bert_processor_dwie.py community (archive-listed) unverified Apache-2.0 (permissive) · 7a641c71a3209a70 · report
m2i_to_clusters klimzaporojets/consistent-el/src/metrics/coref.py community (archive-listed) unverified Apache-2.0 (permissive) · 3cb74b9eea1966e1 · report

Tasks

Coreference ResolutionEntity LinkingNERNamed Entity RecognitionNamed Entity Recognition (NER)Relation ExtractionRepresentation Learningcoreference-resolutionnamed-entity-recognition

Datasets

Introduced by this paper, per the archive.

DWIE

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Coreference Resolution DWIE Joint Avg. F1 91.6 #2 of 3 Archive leaderboard report
Named Entity Recognition (NER) DWIE Joint+RelProp F1-Hard 74.8 #3 of 3 Archive leaderboard report
Relation Extraction DWIE Joint+AttProp F1-Hard 50.4 #3 of 3 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