| Literature DB >> 23523875 |
Colin Cherry1, Xiaodan Zhu, Joel Martin, Berry de Bruijn.
Abstract
OBJECTIVE: An analysis of the timing of events is critical for a deeper understanding of the course of events within a patient record. The 2012 i2b2 NLP challenge focused on the extraction of temporal relationships between concepts within textual hospital discharge summaries.Entities:
Keywords: clinical text; information extraction; natural language processing; relation extraction; temporal reasoning
Mesh:
Year: 2013 PMID: 23523875 PMCID: PMC3756270 DOI: 10.1136/amiajnl-2013-001624
Source DB: PubMed Journal: J Am Med Inform Assoc ISSN: 1067-5027 Impact factor: 4.497
Figure 1Example of a sentence from a discharge text, the provided annotations (balloons), and desired temporal relations (arrows).
Extending links through inference
| B after C | B overlap C | |
|---|---|---|
| A after B | A after C | A after C |
| A overlap B | A after C | A overlap C |
Training set and test set performance of system submissions
| Training set (n=190) | Test set (n=120) | |||||
|---|---|---|---|---|---|---|
| Precision | Recall | F1 score | Precision | Recall | F1 score | |
| System 1 | 0.7573 | 0.6499 | 0.6995 | 0.7499 | 0.6431 | 0.6924 |
| System 2 | 0.7727 | 0.6543 | 0.7086 | 0.7474 | 0.6433 | 0.6914 |
| System 3 | 0.7825 | 0.6567 | 0.7141 | 0.7273 | 0.6449 | 0.6837 |
| Post-hoc | 0.7686 | 0.6570 | 0.7085 | 0.7537 | 0.6455 | 0.6954 |
Ablation test results
| Specialist | Specialist tested alone | System without specialist | Delta F1 | ||||
|---|---|---|---|---|---|---|---|
| Precision | Recall | F1 score | Precision | Recall | F1 score | ||
| All | 0.7273 | 0.6449 | 0.6837 | 0.7273 | 0.6449 | 0.6837 | – |
| Sectime | 0.9274 | 0.2661 | 0.4136 | 0.6541 | 0.3997 | 0.4962 | −0.1875 |
| Local | 0.5960 | 0.3573 | 0.4468 | 0.8333 | 0.3005 | 0.4417 | −0.2420 |
| Non-local overlap | 0.6166 | 0.0358 | 0.0676 | 0.7316 | 0.6142 | 0.6678 | −0.0159 |
| Non-local rules | 0.7623 | 0.0030 | 0.0060 | 0.7499 | 0.6431 | 0.6924 | 0.0083 |