1 / 22

I nformation Extraction from Radiology Reports: System Design and Implementation

I nformation Extraction from Radiology Reports: System Design and Implementation. Information Model System Architecture – UIMA Automatic Report Segmentation NER Negation Discovery Coreference Resolution, Relationship Discovery, Inference. Information Schemas. DICOM SR

kiral
Download Presentation

I nformation Extraction from Radiology Reports: System Design and Implementation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Information Extraction from Radiology Reports: System Design and Implementation Information Model System Architecture – UIMA Automatic Report Segmentation NER Negation Discovery Coreference Resolution, Relationship Discovery, Inference

  2. Information Schemas DICOM SR AIM (Information and Image Markup)

  3. Coding Scheme - Code Value - Description UMLS-2008AA,C0006141, Breast [Body Part, Organ, or Organ Component].

  4. Overall System Design

  5. Automatic Report Segmentation

  6. SVM classifier achieved accuracy of over 0.9

  7. NER Image ROI and Image Referents Discovery Imaging Observations and Characteristics Imaging Procedure Body Parts and Organs Findings and Abnormalities Persons, Dates, Times

  8. Image and Image ROIs Referents

  9. NER – OBA and MetaMap

  10. Negation Discovery

  11. The NegEx Algorithm A rule based system for the discovery of negation of findings and diseases in discharge summaries. A list of 35 negation phrases - negations preceding a term (e.g. not signs of, no evidence of, negative for ), negations following a term (e.g. declined, unlikely ), and what they refer to as ‘pseudo negations’ - false negations triggers such as double negatives or ambiguous negations (e.g. not necessarily, not rule out, not certain wether ). A 5-token window around the negation cue

  12. BioScope Clinical free-texts (radiology reports), biological full papers, and biological paper abstracts from the GENIA corpus. Minimal retrocardiac opacity, <xcope id="X382.1.1"> <cue type="speculation" ref="X382.1.1">likely</cue> atelectasis</xcope>. Normal chest x-ray <xcope id="X394.1.1"> <cue type="negation" ref="X394.1.1"> without</cue> radiographic evidence of residual bronchopulmonary dysplasia</xcope>.

  13. Coreference Resolution Coreference resolution is the process of determining whether two expressions in natural language refer to the same entity in the world. The largest lymph node is inferiorly positioned in the level IV and measures 29 mm in diameter. Just superior to this, there is a necrotic lymph node measuring 16 mm in size.

  14. Relationship Discovery The goal of relationship extraction is to detect occurrences of a prespecified type of relationship between a pair of entities of given types. Associations between an imaging observation and imaging observation characteristics. Between an imaging observation and a body part or organ. Between imaging observations/characteristics and inferred diagnosis. Spatial relationships.

  15. Inference Module Domain specific inference module that would have the ability to fill in gaps in the relationships between the named entities present in the report. The inference module will also be used to validate the output of both named entity and relationship discovery modules.

  16. Q/A

More Related