File size: 20,599 Bytes
45ce457
 
 
 
 
b662b33
 
 
45ce457
 
b662b33
 
45ce457
 
 
 
 
 
 
b662b33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45ce457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b70f81b
45ce457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
---
annotations_creators:
- expert-generated
language_creators:
- found
language:
- en
license: other
multilinguality:
- monolingual
size_categories:
- 10M<n<100M
source_datasets:
- original
task_categories:
- feature-extraction
- text-classification
task_ids:
- entity-linking-classification
paperswithcode_id: acronym-identification
pretty_name: DWIE (Deutsche Welle corpus for Information Extraction) is a new dataset
  for document-level multi-task Information Extraction (IE).
tags:
- Named Entity Recognition, Coreference Resolution, Relation Extraction, Entity Linking
dataset_info:
  config_name: Task_1
  features:
  - name: id
    dtype: string
  - name: content
    dtype: string
  - name: tags
    dtype: string
  - name: mentions
    list:
    - name: begin
      dtype: int32
    - name: end
      dtype: int32
    - name: text
      dtype: string
    - name: concept
      dtype: int32
    - name: candidates
      sequence: string
    - name: scores
      sequence: float32
  - name: concepts
    list:
    - name: concept
      dtype: int32
    - name: text
      dtype: string
    - name: keyword
      dtype: bool
    - name: count
      dtype: int32
    - name: link
      dtype: string
    - name: tags
      sequence: string
  - name: relations
    list:
    - name: s
      dtype: int32
    - name: p
      dtype: string
    - name: o
      dtype: int32
  - name: frames
    list:
    - name: type
      dtype: string
    - name: slots
      list:
      - name: name
        dtype: string
      - name: value
        dtype: int32
  - name: iptc
    sequence: string
  splits:
  - name: train
    num_bytes: 16533390
    num_examples: 802
  download_size: 3822277
  dataset_size: 16533390
configs:
- config_name: Task_1
  data_files:
  - split: train
    path: Task_1/train-*
  default: true
train-eval-index:
- col_mapping:
    labels: tags
    tokens: tokens
  config: default
  splits:
    eval_split: test
  task_id: entity_extraction
---

# Dataset Card for DWIE

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage:** [https://opendatalab.com/DWIE](https://opendatalab.com/DWIE)
- **Repository:** [https://github.com/klimzaporojets/DWIE](https://github.com/klimzaporojets/DWIE)
- **Paper:** [DWIE: an entity-centric dataset for multi-task document-level information extraction](https://arxiv.org/abs/2009.12626)
- **Leaderboard:** [https://opendatalab.com/DWIE](https://opendatalab.com/DWIE)
- **Size of downloaded dataset files:** 40.8 MB

### Dataset Summary

DWIE (Deutsche Welle corpus for Information Extraction) is a new dataset for document-level multi-task Information Extraction (IE).

 It combines four main IE sub-tasks:

     1.Named Entity Recognition: 23,130 entities classified in 311 multi-label entity types (tags). 
     2.Coreference Resolution: 43,373 entity mentions clustered in 23,130 entities. 
     3.Relation Extraction: 21,749 annotated relations between entities classified in 65 multi-label relation types. 
     4.Entity Linking: the named entities are linked to Wikipedia (version 20181115).    

For details, see the paper https://arxiv.org/pdf/2009.12626v2.pdf. 

### Supported Tasks and Leaderboards

- **Tasks:** Named Entity Recognition, Coreference Resolution, Relation extraction and entity linking in scientific papers
- **Leaderboards:** [https://opendatalab.com/DWIE](https://opendatalab.com/DWIE)

### Languages

The language in the dataset is English.

## Dataset Structure

### Data Instances

- **Size of downloaded dataset files:** 40.8 MB
  
An example of 'train' looks as follows, provided sample of the data:
```json
{'id': 'DW_3980038',
 'content': 'Proposed Nabucco Gas Pipeline Gets European Bank Backing\nThe heads of the EU\'s European Investment Bank and the European Bank for Reconstruction and Development (EBRD) said Tuesday, Jan. 27, that they are prepared to provide financial backing for the Nabucco gas pipeline.\nSpurred on by Europe\'s worst-ever gas crisis earlier this month, which left millions of homes across the continent without heat in the depths of winter, Hungarian Prime Minister Ferenc Gyurcsany invited top-ranking officials from both the EU and the countries involved in Nabucco to inject fresh momentum into the slow-moving project. Nabucco, an ambitious but still-unbuilt gas pipeline aimed at reducing Europe\'s energy reliance on Russia, is a 3,300-kilometer (2,050-mile) pipeline between Turkey and Austria. Costing an estimated 7.9 billion euros, the aim is to transport up to 31 billion cubic meters of gas each year from the Caspian Sea to Western Europe, bypassing Russia and Ukraine. Nabucco currently has six shareholders -- OMV of Austria, MOL of Hungary, Transgaz of Romania, Bulgargaz of Bulgaria, Botas of Turkey and RWE of Germany. But for the pipeline to get moving, Nabucco would need an initial cash injection of an estimated 300 million euros. Both the EIB and EBRD said they were willing to invest in the early stages of the project through a series of loans, providing certain conditions are met. "The EIB is ready to finance projects that further EU objectives of increased sustainability and energy security," said Philippe Maystadt, president of the European Investment Bank, during the opening addresses by participants at the "Nabucco summit" in Hungary. The EIB is prepared to finance "up to 25 percent of project cost," provided a secure intergovernmental agreement on the Nabucco pipeline is reached, he said. Maystadt noted that of 48 billion euros of financing it provided last year, a quarter was for energy projects. EBRD President Thomas Mirow also offered financial backing to the Nabucco pipeline, on the condition that it "meets the requirements of solid project financing." The bank would need to see concrete plans and completion guarantees, besides a stable political agreement, said Mirow. EU wary of future gas crises Czech Prime Minister Mirek Topolanek, whose country currently holds the rotating presidency of the EU, spoke about the recent gas crisis caused by a pricing dispute between Russia and Ukraine that affected supplies to Europe. "A new crisis could emerge at any time, and next time it could be even worse," Topolanek said. He added that reaching an agreement on Nabucco is a "test of European solidarity." The latest gas row between Russia and Ukraine has highlighted Europe\'s need to diversify its energy sources and thrown the spotlight on Nabucco. But critics insist that the vast project will remain nothing but a pipe dream because its backers cannot guarantee that they will ever have sufficient gas supplies to make it profitable. EU Energy Commissioner Andris Piebalgs urged political leaders to commit firmly to Nabucco by the end of March, or risk jeopardizing the project. In his opening address as host, Hungarian Prime Minister Ferenc Gyurcsany called on the EU to provide 200 to 300 million euros within the next few weeks to get the construction of the pipeline off the ground. Gyurcsany stressed that he was not hoping for a loan, but rather for starting capital from the EU. US Deputy Assistant Secretary of State Matthew Bryza noted that the Tuesday summit had made it clear that Gyurcsany, who dismissed Nabucco as "a dream" in 2007, was now fully committed to the energy supply diversification project. On the supply side, Turkmenistan and Azerbaijan both indicated they would be willing to supply some of the gas. "Azerbaijan, which is according to current plans is a transit country, could eventually serve as a supplier as well," Azerbaijani President Ilham Aliyev said. Azerbaijan\'s gas reserves of some two or three trillion cubic meters would be sufficient to last "several decades," he said. Austrian Economy Minister Reinhold Mitterlehner suggested that Egypt and Iran could also be brought in as suppliers in the long term. But a deal currently seems unlikely with Iran given the long-running international standoff over its disputed nuclear program. Russia, Ukraine still wrangling Meanwhile, Russia and Ukraine were still wrangling over the details of the deal which ended their gas quarrel earlier this month. Ukrainian President Viktor Yushchenko said on Tuesday he would stand by the terms of the agreement with Russia, even though not all the details are to his liking. But Russian officials questioned his reliability, saying that the political rivalry between Yushchenko and Prime Minister Yulia Timoshenko could still lead Kiev to cancel the contract. "The agreements signed are not easy ones, but Ukraine fully takes up the performance (of its commitments) and guarantees full-fledged transit to European consumers," Yushchenko told journalists in Brussels after a meeting with the head of the European Commission, Jose Manuel Barroso. The assurance that Yushchenko would abide by the terms of the agreement finalized by Timoshenko was "an important step forward in allowing us to focus on our broader relationship," Barroso said. But the spokesman for Russian Prime Minister Vladimir Putin said that Moscow still feared that the growing rivalry between Yushchenko and Timoshenko, who are set to face off in next year\'s presidential election, could torpedo the deal. EU in talks to upgrade Ukraine\'s transit system Yushchenko\'s working breakfast with Barroso was dominated by the energy question, with both men highlighting the need to upgrade Ukraine\'s gas-transit system and build more links between Ukrainian and European energy markets. The commission is set to host an international conference aimed at gathering donations to upgrade Ukraine\'s gas-transit system on March 23 in Brussels. The EU and Ukraine have agreed to form a joint expert group to plan the meeting, the leaders said Tuesday. During the conflict, Barroso had warned that both Russia and Ukraine were damaging their credibility as reliable partners. But on Monday he said that "in bilateral relations, we are not taking any negative consequences from (the gas row) because we believe Ukraine wants to deepen the relationship with the EU, and we also want to deepen the relationship with Ukraine." He also said that "we have to state very clearly that we were disappointed by the problems between Ukraine and Russia," and called for political stability and reform in Ukraine. His diplomatic balancing act is likely to have a frosty reception in Moscow, where Peskov said that Russia "would prefer to hear from the European states a very serious and severe evaluation of who is guilty for interrupting the transit."',
 'tags': "['all', 'train']",
 'mentions': [{'begin': 9,
   'end': 29,
   'text': 'Nabucco Gas Pipeline',
   'concept': 1,
   'candidates': [],
   'scores': []},
  {'begin': 287,
   'end': 293,
   'text': 'Europe',
   'concept': 2,
   'candidates': ['Europe',
    'UEFA',
    'Europe_(band)',
    'UEFA_competitions',
    'European_Athletic_Association',
    'European_theatre_of_World_War_II',
    'European_Union',
    'Europe_(dinghy)',
    'European_Cricket_Council',
    'UEFA_Champions_League',
    'Senior_League_World_Series_(Europe–Africa_Region)',
    'Big_League_World_Series_(Europe–Africa_Region)',
    'Sailing_at_the_2004_Summer_Olympics_–_Europe',
    'Neolithic_Europe',
    'History_of_Europe',
    'Europe_(magazine)'],
   'scores': [0.8408304452896118,
    0.10987312346696854,
    0.01377162616699934,
    0.002099192701280117,
    0.0015916954725980759,
    0.0015686274273321033,
    0.001522491336800158,
    0.0013148789294064045,
    0.0012456747936084867,
    0.000991926179267466,
    0.0008073817589320242,
    0.0007843137136660516,
    0.000761245668400079,
    0.0006920415326021612,
    0.0005536332027986646,
    0.000530565157532692]},
    0.00554528646171093,
    0.004390018526464701,
    0.003234750358387828,
    0.002772643230855465,
    0.001617375179193914]},
  {'begin': 6757,
   'end': 6765,
   'text': 'European',
   'concept': 13,
   'candidates': None,
   'scores': []}],
 'concepts': [{'concept': 0,
   'text': 'European Investment Bank',
   'keyword': True,
   'count': 5,
   'link': 'European_Investment_Bank',
   'tags': ['iptc::11000000',
    'slot::keyword',
    'topic::politics',
    'type::entity',
    'type::igo',
    'type::organization']},
  {'concept': 66,
   'text': None,
   'keyword': False,
   'count': 0,
   'link': 'Czech_Republic',
   'tags': []}],
 'relations': [{'s': 0, 'p': 'institution_of', 'o': 2},
  {'s': 0, 'p': 'part_of', 'o': 2},
  {'s': 3, 'p': 'institution_of', 'o': 2},
  {'s': 3, 'p': 'part_of', 'o': 2},
  {'s': 6, 'p': 'head_of', 'o': 0},
  {'s': 6, 'p': 'member_of', 'o': 0},
  {'s': 7, 'p': 'agent_of', 'o': 4},
  {'s': 7, 'p': 'citizen_of', 'o': 4},
  {'s': 7, 'p': 'citizen_of-x', 'o': 55},
  {'s': 7, 'p': 'head_of_state', 'o': 4},
  {'s': 7, 'p': 'head_of_state-x', 'o': 55},
  {'s': 8, 'p': 'agent_of', 'o': 4},
  {'s': 8, 'p': 'citizen_of', 'o': 4},
  {'s': 8, 'p': 'citizen_of-x', 'o': 55},
  {'s': 8, 'p': 'head_of_gov', 'o': 4},
  {'s': 8, 'p': 'head_of_gov-x', 'o': 55},
  {'s': 9, 'p': 'head_of', 'o': 59},
  {'s': 9, 'p': 'member_of', 'o': 59},
  {'s': 10, 'p': 'head_of', 'o': 3},
  {'s': 10, 'p': 'member_of', 'o': 3},
  {'s': 11, 'p': 'citizen_of', 'o': 66},
  {'s': 11, 'p': 'citizen_of-x', 'o': 36},
  {'s': 11, 'p': 'head_of_state', 'o': 66},
  {'s': 11, 'p': 'head_of_state-x', 'o': 36},
  {'s': 12, 'p': 'agent_of', 'o': 24},
  {'s': 12, 'p': 'citizen_of', 'o': 24},
  {'s': 12, 'p': 'citizen_of-x', 'o': 15},
  {'s': 12, 'p': 'head_of_gov', 'o': 24},
  {'s': 12, 'p': 'head_of_gov-x', 'o': 15},
  {'s': 15, 'p': 'gpe0', 'o': 24},
  {'s': 22, 'p': 'based_in0', 'o': 18},
  {'s': 22, 'p': 'based_in0-x', 'o': 50},
  {'s': 23, 'p': 'based_in0', 'o': 24},
  {'s': 23, 'p': 'based_in0-x', 'o': 15},
  {'s': 25, 'p': 'based_in0', 'o': 26},
  {'s': 27, 'p': 'based_in0', 'o': 28},
  {'s': 29, 'p': 'based_in0', 'o': 17},
  {'s': 30, 'p': 'based_in0', 'o': 31},
  {'s': 33, 'p': 'event_in0', 'o': 24},
  {'s': 36, 'p': 'gpe0', 'o': 66},
  {'s': 38, 'p': 'member_of', 'o': 2},
  {'s': 43, 'p': 'agent_of', 'o': 41},
  {'s': 43, 'p': 'citizen_of', 'o': 41},
  {'s': 48, 'p': 'gpe0', 'o': 47},
  {'s': 49, 'p': 'agent_of', 'o': 47},
  {'s': 49, 'p': 'citizen_of', 'o': 47},
  {'s': 49, 'p': 'citizen_of-x', 'o': 48},
  {'s': 49, 'p': 'head_of_state', 'o': 47},
  {'s': 49, 'p': 'head_of_state-x', 'o': 48},
  {'s': 50, 'p': 'gpe0', 'o': 18},
  {'s': 52, 'p': 'agent_of', 'o': 18},
  {'s': 52, 'p': 'citizen_of', 'o': 18},
  {'s': 52, 'p': 'citizen_of-x', 'o': 50},
  {'s': 52, 'p': 'minister_of', 'o': 18},
  {'s': 52, 'p': 'minister_of-x', 'o': 50},
  {'s': 55, 'p': 'gpe0', 'o': 4},
  {'s': 56, 'p': 'gpe0', 'o': 5},
  {'s': 57, 'p': 'in0', 'o': 4},
  {'s': 57, 'p': 'in0-x', 'o': 55},
  {'s': 58, 'p': 'in0', 'o': 65},
  {'s': 59, 'p': 'institution_of', 'o': 2},
  {'s': 59, 'p': 'part_of', 'o': 2},
  {'s': 60, 'p': 'agent_of', 'o': 5},
  {'s': 60, 'p': 'citizen_of', 'o': 5},
  {'s': 60, 'p': 'citizen_of-x', 'o': 56},
  {'s': 60, 'p': 'head_of_gov', 'o': 5},
  {'s': 60, 'p': 'head_of_gov-x', 'o': 56},
  {'s': 61, 'p': 'in0', 'o': 5},
  {'s': 61, 'p': 'in0-x', 'o': 56}],
 'frames': [{'type': 'none', 'slots': []}],
 'iptc': ['04000000',
  '11000000',
  '20000344',
  '20000346',
  '20000378',
  '20000638']}
```

### Data Fields

- `id` : unique identifier of the article.
- `content` : textual content of the article downloaded with src/dwie_download.py script.
- `tags` : used to differentiate between train and test sets of documents.
- `mentions`: a list of entity mentions in the article each with the following keys:
      - `begin` : offset of the first character of the mention (inside content field).
      - `end` : offset of the last character of the mention (inside content field).
      - `text` : the textual representation of the entity mention.
      - `concept` : the id of the entity that represents the entity mention (multiple entity mentions in the article can refer to the same concept).
      - `candidates` : the candidate Wikipedia links.
      - `scores` : the prior probabilities of the candidates entity links calculated on Wikipedia corpus.
- `concepts` : a list of entities that cluster each of the entity mentions. Each entity is annotated with the following keys:
      - `concept` : the unique document-level entity id.
      - `text` : the text of the longest mention that belong to the entity.
      - `keyword` : indicates whether the entity is a keyword.
      - `count` : the number of entity mentions in the document that belong to the entity.
      - `link` : the entity link to Wikipedia.
      - `tags` : multi-label classification labels associated to the entity.
- `relations` : a list of document-level relations between entities (concepts). Each of the relations is annotated with the following keys:
      - `s` : the subject entity id involved in the relation.
      - `p` : the predicate that defines the relation name (i.e., "citizen_of", "member_of", etc.).
      - `o` : the object entity id involved in the relation.
- `iptc` : multi-label article IPTC classification codes. For detailed meaning of each of the codes, please refer to the official IPTC code list.


## Dataset Creation

### Curation Rationale

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Source Data

#### Initial Data Collection and Normalization

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

#### Who are the source language producers?

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Annotations

#### Annotation process

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

#### Who are the annotators?

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Personal and Sensitive Information

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Discussion of Biases

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Other Known Limitations

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

## Additional Information

### Dataset Curators

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Licensing Information

[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

### Citation Information

```
@article{zaporojets2021dwie,
 title={DWIE: An entity-centric dataset for multi-task document-level information extraction},
 author={Zaporojets, Klim and Deleu, Johannes and Develder, Chris and Demeester, Thomas},
 journal={Information Processing \& Management},
 volume={58},
 number={4},
 pages={102563},
 year={2021},
 publisher={Elsevier}
 }
 ```
### Contributions

Thanks to [@basvoju](https://github.com/basvoju) for adding this dataset.