Skip to content
Imon edited this page Aug 12, 2018 · 2 revisions

Welcome to the PE_annotation wiki!

A hybrid method–**Intelligent Word Embedding (IWE) **that combines neural embedding method with a semantic dictionary mapping technique for creating a dense vector representation of unstructured radiology reports.

We applied IWE to generate embedding of chest CT radiology reports from two healthcare organizations and utilized the vector representations to semi-automate radiology report categorization based on clinically relevant categorization related to the diagnosis of pulmonary embolism (PE).

Steps

  1. Extract Impression
  2. Pre-process text
  3. Use pre-trained embedding to create vector
  4. Use pre-trained classification to generate annotation
  5. Generates annotation for PE positive (1 = PE positive) and PE acute (1 = PE acute)

Find more detail in - Banerjee, Imon, Matthew C. Chen, Matthew P. Lungren, and Daniel L. Rubin. "Radiology report annotation using intelligent word embeddings: Applied to multi-institutional chest CT cohort." Journal of biomedical informatics 77 (2018): 11-20. https://www.sciencedirect.com/science/article/pii/S1532046417302575

Clone this wiki locally