Commit
·
c8a4684
1
Parent(s):
e665382
upload hub_repos/n2c2_2011/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
license_bigbio_shortname: DUA
|
7 |
+
pretty_name: n2c2 2011 Coreference
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for n2c2 2011 Coreference
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/
|
16 |
+
- **Pubmed:** False
|
17 |
+
- **Public:** False
|
18 |
+
- **Tasks:** Coreference Resolution
|
19 |
+
|
20 |
+
|
21 |
+
The i2b2/VA corpus contained de-identified discharge summaries from Beth Israel
|
22 |
+
Deaconess Medical Center, Partners Healthcare, and University of Pittsburgh Medical
|
23 |
+
Center (UPMC). In addition, UPMC contributed de-identified progress notes to the
|
24 |
+
i2b2/VA corpus. This dataset contains the records from Beth Israel and Partners.
|
25 |
+
|
26 |
+
The i2b2/VA corpus contained five concept categories: problem, person, pronoun,
|
27 |
+
test, and treatment. Each record in the i2b2/VA corpus was annotated by two
|
28 |
+
independent annotators for coreference pairs. Then the pairs were post-processed
|
29 |
+
in order to create coreference chains. These chains were presented to an adjudicator,
|
30 |
+
who resolved the disagreements between the original annotations, and added or deleted
|
31 |
+
annotations as necessary. The outputs of the adjudicators were then re-adjudicated, with
|
32 |
+
particular attention being paid to duplicates and enforcing consistency in the annotations.
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
## Citation Information
|
38 |
+
|
39 |
+
```
|
40 |
+
@article{uzuner2012evaluating,
|
41 |
+
author = {
|
42 |
+
Uzuner, Ozlem and
|
43 |
+
Bodnari, Andreea and
|
44 |
+
Shen, Shuying and
|
45 |
+
Forbush, Tyler and
|
46 |
+
Pestian, John and
|
47 |
+
South, Brett R
|
48 |
+
},
|
49 |
+
title = "{Evaluating the state of the art in coreference resolution for electronic medical records}",
|
50 |
+
journal = {Journal of the American Medical Informatics Association},
|
51 |
+
volume = {19},
|
52 |
+
number = {5},
|
53 |
+
pages = {786-791},
|
54 |
+
year = {2012},
|
55 |
+
month = {02},
|
56 |
+
issn = {1067-5027},
|
57 |
+
doi = {10.1136/amiajnl-2011-000784},
|
58 |
+
url = {https://doi.org/10.1136/amiajnl-2011-000784},
|
59 |
+
eprint = {https://academic.oup.com/jamia/article-pdf/19/5/786/17374287/19-5-786.pdf},
|
60 |
+
}
|
61 |
+
|
62 |
+
```
|