TL;DR
This paper introduces CACER, a new annotated corpus of cancer-related medical problems and drug relations, and evaluates transformer models for extracting this information from clinical notes, highlighting the importance of fine-tuning over in-context learning.
Contribution
The creation of CACER, a large, fine-grained annotated corpus for cancer event and relation extraction, and a comprehensive evaluation of transformer models for clinical information extraction.
Findings
Fine-tuned BERT and Llama3 achieved 88.2-88.0 F1 in event extraction.
Fine-tuned models outperformed GPT-4 with in-context learning.
Annotated training data is crucial for optimal model performance.
Abstract
Clinical notes contain unstructured representations of patient histories, including the relationships between medical problems and prescription drugs. To investigate the relationship between cancer drugs and their associated symptom burden, we extract structured, semantic representations of medical problem and drug information from the clinical narratives of oncology notes. We present Clinical Concept Annotations for Cancer Events and Relations (CACER), a novel corpus with fine-grained annotations for over 48,000 medical problems and drug events and 10,000 drug-problem and problem-problem relations. Leveraging CACER, we develop and evaluate transformer-based information extraction (IE) models such as BERT, Flan-T5, Llama3, and GPT-4 using fine-tuning and in-context learning (ICL). In event extraction, the fine-tuned BERT and Llama3 models achieved the highest performance at 88.2-88.0…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Byte Pair Encoding · Absolute Position Encodings · Softmax · Label Smoothing · Layer Normalization · Dropout · Attention Is All You Need · Position-Wise Feed-Forward Layer · WordPiece
