Skip to main content
medRxiv
  • Home
  • About
  • Submit
  • ALERTS / RSS
Advanced Search

Mapping echocardiogram reports to a structured ontology: a task for statistical machine learning or large language models?

Suganya Subramaniam, Sara Rizvi, Ramya Ramesh, Vibhor Sehgal, Brinda Gurusamy, Hikamtullah Arif, Jeffrey Tran, Ritu Thamman, Emeka Anyanwu, Ronald Mastouri, G. Burkhard Mackensen, Rima Arnaout
doi: https://doi.org/10.1101/2024.02.20.24302419
Suganya Subramaniam
aUniversity of California, San Francisco, San Francisco, California
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Sara Rizvi
aUniversity of California, San Francisco, San Francisco, California
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Ramya Ramesh
bUniversity of California, Berkeley, Berkeley, California
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Vibhor Sehgal
bUniversity of California, Berkeley, Berkeley, California
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Brinda Gurusamy
bUniversity of California, Berkeley, Berkeley, California
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Hikamtullah Arif
cUniversity of Washington, Seattle, Washington
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Jeffrey Tran
dUniversity of Arizona, Tucson, Arizona
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Ritu Thamman
eUniversity of Pittsburgh, Pittsburgh, Pennsylvania
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Emeka Anyanwu
fUniversity of Pennsylvania, Philadelphia, Pennsylvania
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Ronald Mastouri
gIndiana University, Indianapolis, Indiana
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
G. Burkhard Mackensen
cUniversity of Washington, Seattle, Washington
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Rima Arnaout
aUniversity of California, San Francisco, San Francisco, California
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • For correspondence: rima.arnaout{at}ucsf.edu
  • Abstract
  • Full Text
  • Info/History
  • Metrics
  • Data/Code
  • Preview PDF
Loading

Abstract

Background Big data has the potential to revolutionize echocardiography by enabling novel research and rigorous, scalable quality improvement. Text reports are a critical part of such analyses, and ontology is a key strategy for promoting interoperability of heterogeneous data through consistent tagging. Currently, echocardiogram reports include both structured and free text and vary across institutions, hampering attempts to mine text for useful insights. Natural language processing (NLP) can help and includes both non-deep learning and deep-learning (e.g., large language model, or LLM) based techniques. Challenges to date in using echo text with LLMs include small corpus size, domain-specific language, and high need for accuracy and clinical meaning in model results.

Methods We tested whether we could map echocardiography text to a structured, three-level hierarchical ontology using NLP. We used two methods: statistical machine learning (EchoMap) and one-shot inference using the Generative Pre-trained Transformer (GPT) large language model. We tested against eight datasets from 24 different institutions and compared both methods against clinician-scored ground truth.

Results Despite all adhering to clinical guidelines, there were notable differences by institution in what information was included in data dictionaries for structured reporting. EchoMap performed best in mapping test set sentences to the ontology, with validation accuracy of 98% for the first level of the ontology, 93% for the first and second level, and 79% for the first, second, and third levels. EchoMap retained good performance across external test datasets and displayed the ability to extrapolate to examples not initially included in training. EchoMap’s accuracy was comparable to one-shot GPT at the first level of the ontology and outperformed GPT at second and third levels.

Conclusions We show that statistical machine learning can achieve good performance on text mapping tasks and may be especially useful for small, specialized text datasets. Furthermore, this work highlights the utility of a high-resolution, standardized cardiac ontology to harmonize reports across institutions.

Introduction

Big data has the potential to revolutionize echocardiography by enabling novel research and rigorous, scalable quality improvement1. Echocardiogram text reports are a key component of such analyses, serving as the prime means of communication for imaging findings 2 and as a source of data labels for machine learning research.

Currently, echocardiogram reports include both structured and free text and vary across institutions, hampering attempts to mine text for useful insights. Alternatively, mapping report text to a standardized ontology can help harmonize reports across institutions, languages, and imaging modalities3.

Several medical ontologies exist 4–7. The Unified Medical Language System (UMLS)4 is supported in some natural language processing (NLP) software packages, but it is focused on describing terms found in clinical notes rather than the structure and attribute details important in echocardiogram reporting. Radlex6, developed and maintained by the Radiological Society of North America (RSNA), is not as well supported by NLP software but contains additional attributes, for example on patient status and study protocol, that may be useful for echocardiography as well. To date, however, neither echocardiogram nor radiology report text is routinely mapped to an ontology in clinical practice.

Similarly, NLP research to date has focused not on mapping text to ontology but on extracting particular numerical values or concepts of interest from medical report text. Many published methods for extraction of multiple values use tailored regular expressions and rule- or pattern-based algorithms8–12. These approaches are an effective use of small datasets, but they can require considerable human effort to develop and can be poorly generalizable to additional concepts or institutions outside the training set. Most did not test externally9–12, and one that did showed recall near 50% on the external test set8.

Machine learning has been used on clinical reports but not specifically for extraction of concepts from echocardiogram reports. Many have used various implementations of BERT (Bidirectional Encoder Representations from Transformers), an early large language model (LLM), to extract radiographic clinical findings13, mentions of devices14, study characteristics15, and result keywords16 from radiology or pathology reports.

However, performance of these models is often lower than what would be required clinically without additional feature engineering13,15 or fine-tuning on thousands of manually-derived labels14,16 specific to the task. This likely reflects the fact that medical report text has specific structure and meaning while comprising only a small proportion of the general language used to train these models. Newer, larger LLMs like GPT hold greater promise for one-shot inference17,18 (making predictions without the need for transfer learning or fine-tuning) so that all curated data may be used for testing. To our knowledge these models have not been applied specifically to echocardiogram report text.

In this work, we use NLP to extract all qualitative components of an adult transthoracic echocardiogram (TTE) report and map them to a standardized hierarchical ontology in a way that accommodates both free and structured text from across institutions. We compare a statistical ML model we developed, EchoMap, against one-shot inference using GPT.

Methods

Ontology construction

We developed a three-tier ontology for the echocardiographic anatomic structures, functional elements, and descriptive characteristics in adult transthoracic echocardiograms. UCSF’s structured echocardiogram report data dictionary (standard phrases that populate structured reporting, n=951 sentences) was used as a starting point. Structures or attributes not mentioned in UCSF dictionaries were added, and all terms were mapped to UMLS (https://uts.nlm.nih.gov/uts/umls/home) and RadLex (https://radlex.org/) identifiers where available.There were 260 distinct ontology terms across all three levels of the ontology (five terms are found in both Level 2 and Level 3 of the ontology). Table 1 provides an example.

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 1. Example sentences from TTE reports and representative ontology mappings.

Datasets

Training and validation. The UCSF data dictionary (n=951 sentences) was split into a training set (n=723 sentences) and separate validation set (n=228 sentences).

Testing. Data dictionaries from the University of Arizona (n=1202), Indiana University (n=2143), University of Washington (n=504), University of Pennsylvania (n=2024), and University of Pittsburgh (n=966) medical centers were used as five external test sets. Two additional test sets were derived from patient echocardiogram reports. First, all patient echo reports from 1995-2021 were obtained from UCSF in accordance with the UCSF IRB and de-identified. 102 reports in the UCSF system had come from eighteen outside hospitals and were used for an “outside hospital” dataset (n=483 unique sentences). Second, UCSF patient reports had data dictionary sentences removed so that only free-text sentences were remaining (n >250,000 sentences). A random sample of these free-text sentences (1500 minus 32 sentence fragments removed, n = 1468 unique sentences) became the UCSF free-text dataset.

All training and test datasets were labeled with ontology terms by clinicians, to serve as ground truth.

Text processing

Sentences were delimited, spell-corrected, abbreviations were expanded, and made lowercase.

Feature engineering

For input into the statistical ML model, feature engineering was performed on each sentence as follows. For each sentence, negation detection (https://pypi.org/project/negspacy/) was performed to tag sentences with negation detection absent vs present (0 vs 1). UMLS entities were extracted from each sentence (https://pypi.org/project/scispacy/ named entity recognition (NER), and principal component analysis (PCA) (https://scikit-learn.org/) was used to reduce this result into a 25-element vector. Finally, Jaccard indices (a measure of overlap) were calculated between the sentence and each ontology term (257 terms) using tri-grams. The final input feature to the Level 1 statistical model was 53 elements (negation + 25-element UMLS + 27 Level1 Jaccard indices). The final input feature to the Level 2 statistical model was 284 elements (negation + UMLS + 27 Level1 Jaccard + 230 Levels 2 and 3 Jaccards + Level1 prediction). The final input feature to the Level 3 statistical model was 285 elements (Level2 features + Level2 prediction).

Additional features calculated, but not used in the final model, include a 25-element embedding from position of speech tagging (“en_core_web_sm” model from scispacy, then reduced to 25 elements with PCA) and a 25-element embedding from the BioWordVec large language model19 (“BioWordVec_PubMed_MIMICIII_d200.vec.bin” from scispacy, reduced with PCA (Supplemental Table 2).

View this table:
  • View inline
  • View popup
  • Download powerpoint
Supplemental Table 1. Extrapolation performance on term combinations outside TTE ontology.
View this table:
  • View inline
  • View popup
  • Download powerpoint
Supplemental Table 2. Iterations on statistical ML model features.

Bold indicates the highest performance at each level. EchoMap is represented as the final entry in the table.

For inference using GPT 3.5 (OpenAI), the OpenAI API was accessed using scikit-llm (https://pypi.org/project/scikit-llm/ ). For input into GPT3.5, raw sentences were used without feature engineering.

Model architectures, training, and inference

For the statistical ML model, random forest (RF) classifiers were used (https://scikit-learn.org/) for classification at each of the three ontology levels. GridSearch was used to help determine optimal parameters for each classifier. The first RF classifier had a maximum depth of 25 and 100 estimators. The second classifier had max depth 40, number of estimators 120. The third classifier had max depth 25, number of estimators 100. All classifiers used the class balance option to mitigate class imbalance among different ontology terms.

For the large language model (LLM) classifier, OpenAI’s GPT 3.5 (a pre-trained model) was accessed via scikit-llm Python package (https://pypi.org/project/scikit-llm/; the zero-shot GPT classifier and multi-class zero-shot GPT classifiers were used, respectively, for one classification at a time vs multi-class predictions).

Statistical analysis

Model predictions were compared to ground-truth labels, and percent correct was calculated both by ontology level and overall. One-sample t-test, Friedman X2, and Nemenyi post-hoc comparisons were used to perform statistical comparison across groups.

Data and code availability

Code will be made available at github.com/ArnaoutLabUCSF/CardioML/ upon publication. Patient report data cannot be made available. The UCSF data dictionary can be made available upon reasonable request for non-commercial use and with approval.

Results

An ontology was created from the UCSF data dictionary as a proof-of-concept ontology designed to capture most relevant TTE descriptors within three or fewer hierarchical levels (Table 1). We then tested the ability of (i) a hierarchical statistical machine learning model, termed “EchoMap,” trained on a small corpus of echocardiogram sentences and (ii) one-shot inference from GPT to map echocardiogram report sentences to the ontology. Overall, EchoMap outperformed single-shot GPT.

Structured reporting text varies across institutions, and existing medical ontologies do not contain all terms relevant to echocardiography

Despite all adhering to clinical guidelines, there were notable differences by institution in what structural and functional information was included in structured reporting. Our proof-of-concept TTE ontology (that captures all concepts in the UCSF data dictionary) captured only 57-68% of concepts in the data dictionaries from the other institutions in our test set (Table 2).

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 2. Sentences in external data dictionaries represented by TTE ontology.

Additionally, mainstream ontologies like UMLS and Radlex contained some, but not all, of the echo-specific terms from the TTE ontology (Table 3). At each level of our ontology, UMLS contained a higher proportion of terms than Radlex did (while Radlex includes additional terms describing radiology study quality and protocol, those are not part of the current TTE ontology). Level 1 of the ontology, containing more common cardiac structures, was best covered in both UMLS and Radlex, followed by Level 2, and then Level 3, which each contain structures and observations successively more specific to echocardiogram findings.

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 3. TTE ontology concepts represented in existing ontologies.

Machine learning can map echocardiography report text to an ontology

We tested two machine learning models for mapping echocardiogram report sentences to our TTE ontology. The first was EchoMap, a statistical machine learning model trained on a portion of the UCSF data dictionary (see Methods). The second was single-shot inference using GPT. We used GPT in two ways: (i) single-shot inference to predict all three ontology terms at once (multi-class inference), and (ii) single-shot inference to predict Level 1, Level 2, and Level 3 terms separately (Figure 1).

Figure 1.
  • Download figure
  • Open in new tab
Figure 1. Workflow for the three machine learning approaches evaluated.

Data (structured dictionaries and free text from echo reports) were preprocessed, then passed to each of three model types: (A) Hierarchical Random Forest statistical machine learning model, which included additional engineered features and used each level’s prediction to inform the subsequent level, (B) Zero-shot GPT making independent predictions per level of ontology, (C) Zero-shot GPT making multi-class prediction. GPT, Generative Pre-trained Transformer. RF, Random Forest. UMLS, Unified Medical Language System. L1, L2, L3, Level 1, Level 2, Level 3, respectively.

For EchoMap, the balance of the UCSF dictionary served as a validation dataset, and seven additional datasets served as test datasets. These included the data dictionaries from the University of Washington, the University of Pennsylvania, the University of Pittsburgh, Indiana University, and the University of Arizona, as well as free text sentences from UCSF reports, and report sentences from a group of 18 outside hospitals incidentally found in the UCSF database. Because GPT was used “out of the box” rather than fine-tuned on any of our echocardiogram text, the UCSF data dictionary also served as a test set with respect to GPT.

EchoMap’s validation accuracy was 98% for the first level of the ontology, 93% for the first and second levels together, and 79% for the first, second, and third levels (Figure 2A). Notably, Level 1 contained the fewest different ontological terms (n=27) with the most representation in UMLS, and was therefore the least difficult task. Levels 2 and 3 were more complex (containing 102 and 150 distinct terms, respectively) and contained less representation in UMLS, as mentioned above (Table 3).

Figure 2.
  • Download figure
  • Open in new tab
Figure 2. Correctness by ontology level, by dataset.

Validation (UCSF) and test set (outside hospitals) performance for each of three model architectures: (A) Echomap, (B) Zero-shot GPT, (C) Multi-class zero-shot GPT. UCSF, University of California, San Francisco. PITT, University of Pittsburgh. IU, Indiana University. UCSF-OSH, outside hospital reports in the UCSF system. UAZ, University of Arizona. UCSF-FREE, free-text sentences from UCSF reports. UPENN, University of Pennsylvania. UW, University of Washington.

EchoMap retained good first-level performance across test datasets, with a mean of 82±4% correct on Level 1 (range 78-89%), 61±7% cumulatively on Levels 1 and 2(range 54%-74%), and 39±5% cumulatively on all three levels (range 32-46%, Figure 2A). Level 1 performance on the test datasets was lower than performance on the validation dataset (one-sample t-test p<0.001). For Levels 1 and 2 together, and for all three levels together, test dataset performance was also statistically significantly different from performance on the validation dataset (p<0.001, p<0.001 respectively).

A small, statistical machine learning model was superior to single-shot inference from a large language model

Given the rapidly improving capabilities of newer LLMs for myriad language tasks, we also tested the ability of GPT to map echocardiogram text to the TTE ontology. Using one-shot inference allowed us to leverage the power of GPT without sacrificing any of the small echocardiogram dataset for training or fine-tuning; one-shot inference has recently been shown to meet or beat fine-tuned performance at some medical tasks20. GPT was used in two different ways. First, level 1, level 2, and level 3 were each predicted independently for each test sentence. Second, all three levels were predicted simultaneously for each sentence.

Using the independent classification approach, GPT gave 85±5% correct for Level 1 (range 79%-91%), 41±7% correct for Levels 1 and 2 (range 26%-46%), and 11±5% correct for all three levels (range 1%-15%). Using simultaneous classification for all three levels, performance was 64±5% for Level 1 (range 57%-72%), 19±5% for Levels 1 and 2 (range 10%-23%), and 11±4% for all three levels (range 5%-16%). These results are shown in Figure 2.

We compared test performance across the three methods: EchoMap, GPT with individual classifications, and multi-class GPT(Figure 1). EchoMap was statistically superior to GPT at all three ontology Levels (Friedman’s X2 p < 0.01 at Level1, p < 0.001 at Levels 1 and 2, and p < 0.01 at Levels 1, 2, and 3) (Figure 3). Only at Level 1, independent classification GPT, but not multi-class GPT, was statistically similar to EchoMap (pairwise p = 0.6 for individual GPT vs. EchoMap; p < 0.05 for multi-class GPT vs. EchoMap). At Levels 1, 2, and 3 together, both methods for GPT inference performed poorly and were statistically indistinguishable from each other (pairwise p = 0.9).

Figure 3.
  • Download figure
  • Open in new tab
Figure 3. Aggregate performance across all datasets evaluated, by each mapping model and by ontology level.

Box plots represent performance of all eight validation and test datasets in order to illustrate differences among mapping models.

EchoMap performance relies most on UMLS entities and simple text overlap

In the development of the EchoMap statistical ML model, different engineered features were tested (see Methods). In addition to negation, Jaccard similarities, UMLS named entity recognition, and hierarchical predictions, all used in the final EchoMap model, position of speech embedding as well as BioWordVec embedding were also evaluated against the validation dataset for Level 1, Level 2, and Level 3 of the ontology (Supplemental Table 2).

Simple Jaccard indices between sentences and ontological terms worked well. Overall, UMLS named entity recognition was the most useful embedding compared to position of speech or BioWordVec. UMLS embeddings were more useful for L1 performance than for L2 or L3, likely consistent with the fact that fewer ontological terms from L2/L3 are currently represented in UMLS (Table 3).

ML models displayed the ability to extrapolate to ontological combinations not initially included in training

Across all 7 external test sets, there were 2076 sentences where each level of Level 1, Level 2, and Level3 were able to be mapped using a rearrangement of existing ontology terms, even though that particular L1-L2-L3 combination was not present in the TTE ontology. EchoMap demonstrated an ability to map sentences not originally included in the training, mapping 359 of these sentences correctly. Multi-class GPT performed similarly, correctly mapping 354 of these sentences, while GPT making independent predictions per level performed worse, only mapping 128 correctly.

Discussion

Harmonizing echocardiogram report text is critical to leverage it for cross-institutional big-data research. In this study, we provide proof of concept for how to apply NLP to harmonize echocardiogram report text.

Importantly, the models in this study do not just extract certain information from text but seek to map all echo report text to an ontology – a framework for knowledge. An ontology is key because, as Meta Chief AI Scientist Yann LeCun says, “there is a limit to how smart [language models] can be and how accurate they can be because they have no experience of the real world, which is really the underlying reality of language21.” The finding that eight different accredited hospitals operating according to echocardiography guidelines have such different data dictionaries is important in and of itself and demonstrates the need for greater harmonization.

One reason echocardiography report text has not been mapped to an ontology to date is the technical challenges inherent in doing so – challenges we address in this proof-of-concept study. Regular expressions-based text extraction is tedious and brittle, while the corpus of echo text is so small that ML is hard to implement – especially those large language models that seem to excel at more general language tasks. We show that a small statistical ML model, EchoMap, trained on a small amount of the echo report corpus can actually outperform one-shot inference from prevailing LLMs.

With EchoMap, we see a relationship between each level’s performance and the number of ontology terms present in UMLS; this suggests that further investment of adding echo-specific terms to UMLS (or alternatively, Radlex with greater software support for feature embeddings) could pay dividends both in improving EchoMap and in achieving greater representation of echocardiography concepts in more general medical ontologies.

Limitations

There are several limitations of the current study, which we see as areas for future improvement.

A major limitation is that the echo ontology developed must be improved and expanded. The ontology used in the current study was created from only one institution’s data dictionary (along with clinical domain knowledge), so that other institutions’ dictionaries could be reserved for testing. An improved ontology could start with more data dictionaries, and could expand to all areas germane to echo reporting, including study quality, patient status, pediatric congenital heart disease, stress and transesophageal echocardiography, and more. With more institutional sharing of data dictionaries, the ontology can be improved.

Second, despite testing of several versions of EchoMap and two versions of GPT, more ML model exploration and improvement may further improve performance and generalizability.

Conclusions

Mapping echocardiographic report text to a standardized ontology can aid in data mining efforts for both quality improvement and machine learning research. While LLMs have risen in popularity, small statistical machine learning models also perform well and may be especially useful for small, specialized text datasets where clinical meaning is important. These results highlight the utility of continuing to develop an open-source, high-resolution, standardized cardiac ontology to harmonize reports across institutions. One can envision a future where an optimized ontology is developed and maintained by the echocardiography community, with investment into depositing all terms into UMLS or similar general medical ontologies, and where all institutions can map their data dictionaries to this central and comprehensive resource.

Data Availability

The UCSF data dictionary may be made available upon reasonable request for non-commercial use and with approval

Author Contributions

R.A. conceived of the manuscript. S.S., R.A., S.R., R.R., V.S. and B.G. performed analyses. R.A., S.S., H.A., J.T., R.T., E.A., R.M., and G.B.M. prepared and labeled data dictionaries and text. R.A., S.S. wrote the manuscript with input from all authors.

Competing Interests

None.

Figure Legends

Figure
  • Download figure
  • Open in new tab
Central Illustration.

(A) Echocardiography report text is a small, highly specialized corpus of text used to communicate echocardiography findings, and it includes both structured and free text that varies among institutions. (B) Mapping such text to a centralized ontology (C) for harmonization can improve quality improvement, big-data research, and cross-institution collaboration (D). We tested the ability of natural language processing (NLP) to map echocardiography text to ontology, evaluating both a small statistical machine learning (ML) model as well as a large language model (LLM).

Acknowledgements

We thank Marc Kohli and Ross Filice for background information about Radlex.

Abbreviations

(NLP)
Natural language processing
(ML)
machine learning
(LLM)
large language model
(GPT)
generative pre-trained transformer
(NER)
named entity recognition

References

  1. 1.↵
    Arnaout, R. et al. The (Heart and) Soul of a Human Creation: Designing Echocardiography for the Big Data Age. J. Am. Soc. Echocardiogr. Off. Publ. Am. Soc. Echocardiogr. 36, 800– 801 (2023).
    OpenUrl
  2. 2.↵
    Galderisi, M. et al. Standardization of adult transthoracic echocardiography reporting in agreement with recent chamber quantification, diastolic function, and heart valve disease recommendations: an expert consensus document of the European Association of Cardiovascular Imaging. Eur. Heart J. Cardiovasc. Imaging 18, 1301–1310 (2017).
    OpenUrlPubMed
  3. 3.↵
    Haendel, M. A., Chute, C. G. & Robinson, P. N. Classification, Ontology, and Precision Medicine. N. Engl. J. Med. 379, 1452–1462 (2018).
    OpenUrlCrossRef
  4. 4.↵
    Bodenreider, O. The Unified Medical Language System (UMLS): integrating biomedical terminology. Nucleic Acids Res. 32, D267–270 (2004).
    OpenUrlCrossRefPubMedWeb of Science
  5. 5.
    SNOMED CT. SNOMED International https://www.snomed.org/use-snomed-ct.
  6. 6.↵
    RadLex Term Browser. https://radlex.org/.
  7. 7.↵
    Standardized Data: The OMOP Common Data Model. https://www.ohdsi.org/data-standardization/.
  8. 8.↵
    Chung, J. & Murphy, S. Concept-value pair extraction from semi-structured clinical narrative: a case study using echocardiogram reports. AMIA Annu. Symp. Proc. AMIA Symp. 2005, 131–135 (2005).
  9. 9.↵
    Patterson, O. V. et al. Unlocking echocardiogram measurements for heart disease research through natural language processing. BMC Cardiovasc. Disord. 17, 151 (2017).
    OpenUrlPubMed
  10. 10.
    Nath, C., Albaghdadi, M. S. & Jonnalagadda, S. R. A Natural Language Processing Tool for Large-Scale Data Extraction from Echocardiography Reports. PloS One 11, e0153749 (2016).
    OpenUrlPubMed
  11. 11.
    Szekér, S., Fogarassy, G. & Vathy-Fogarassy, Á. A general text mining method to extract echocardiography measurement results from echocardiography documents. Artif. Intell. Med. 143, 102584 (2023).
    OpenUrl
  12. 12.↵
    Dong, T. et al. Development and Evaluation of a Natural Language Processing System for Curating a Trans-Thoracic Echocardiogram (TTE) Database. Bioengineering 10, 1307 (2023).
    OpenUrl
  13. 13.↵
    Schrempf, P. et al. Templated Text Synthesis for Expert-Guided Multi-Label Extraction from Radiology Reports. Mach. Learn. Knowl. Extr. 3, 299–317 (2021).
    OpenUrl
  14. 14.↵
    Tejani, A. S. et al. Performance of Multiple Pretrained BERT Models to Automate and Accelerate Data Annotation for Large Datasets. Radiol. Artif. Intell. 4, e220007 (2022).
    OpenUrl
  15. 15.↵
    Kuling, G., Curpen, B. & Martel, A. L. BI-RADS BERT and Using Section Segmentation to Understand Radiology Reports. J. Imaging 8, 131 (2022).
    OpenUrl
  16. 16.↵
    Kim, Y. et al. Validation of deep learning natural language processing algorithm for keyword extraction from pathology reports in electronic health records. Sci. Rep. 10, 20265 (2020).
    OpenUrl
  17. 17.↵
    Arnaout, R. ChatGPT Helped Me Write This Talk Title, but Can It Read an Echocardiogram? J. Am. Soc. Echocardiogr. Off. Publ. Am. Soc. Echocardiogr. 36, 1021– 1026 (2023).
    OpenUrl
  18. 18.↵
    Zhong, Q., Ding, L., Liu, J., Du, B. & Tao, D. Can ChatGPT Understand Too? A Comparative Study on ChatGPT and Fine-tuned BERT.
  19. 19.↵
    Zhang, Y., Chen, Q., Yang, Z., Lin, H. & Lu, Z. BioWordVec, improving biomedical word embeddings with subword information and MeSH. Sci. Data 6, 52 (2019).
    OpenUrl
  20. 20.↵
    Nori, H., et al. Can Generalist Foundation Models Outcompete Special-Purpose Tuning? Case Study in Medicine. Preprint at doi:10.48550/arXiv.2311.16452 (2023).
  21. 21.↵
    Hallucinations Could Blunt ChatGPT’s Success - IEEE Spectrum. https://spectrum.ieee.org/ai-hallucination.
Back to top
PreviousNext
Posted February 21, 2024.
Download PDF
Data/Code
Email

Thank you for your interest in spreading the word about medRxiv.

NOTE: Your email address is requested solely to identify you as the sender of this article.

Enter multiple addresses on separate lines or separate them with commas.
Mapping echocardiogram reports to a structured ontology: a task for statistical machine learning or large language models?
(Your Name) has forwarded a page to you from medRxiv
(Your Name) thought you would like to see this page from the medRxiv website.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Share
Mapping echocardiogram reports to a structured ontology: a task for statistical machine learning or large language models?
Suganya Subramaniam, Sara Rizvi, Ramya Ramesh, Vibhor Sehgal, Brinda Gurusamy, Hikamtullah Arif, Jeffrey Tran, Ritu Thamman, Emeka Anyanwu, Ronald Mastouri, G. Burkhard Mackensen, Rima Arnaout
medRxiv 2024.02.20.24302419; doi: https://doi.org/10.1101/2024.02.20.24302419
Twitter logo Facebook logo LinkedIn logo Mendeley logo
Citation Tools
Mapping echocardiogram reports to a structured ontology: a task for statistical machine learning or large language models?
Suganya Subramaniam, Sara Rizvi, Ramya Ramesh, Vibhor Sehgal, Brinda Gurusamy, Hikamtullah Arif, Jeffrey Tran, Ritu Thamman, Emeka Anyanwu, Ronald Mastouri, G. Burkhard Mackensen, Rima Arnaout
medRxiv 2024.02.20.24302419; doi: https://doi.org/10.1101/2024.02.20.24302419

Citation Manager Formats

  • BibTeX
  • Bookends
  • EasyBib
  • EndNote (tagged)
  • EndNote 8 (xml)
  • Medlars
  • Mendeley
  • Papers
  • RefWorks Tagged
  • Ref Manager
  • RIS
  • Zotero
  • Tweet Widget
  • Facebook Like
  • Google Plus One

Subject Area

  • Cardiovascular Medicine
Subject Areas
All Articles
  • Addiction Medicine (349)
  • Allergy and Immunology (668)
  • Allergy and Immunology (668)
  • Anesthesia (181)
  • Cardiovascular Medicine (2648)
  • Dentistry and Oral Medicine (316)
  • Dermatology (223)
  • Emergency Medicine (399)
  • Endocrinology (including Diabetes Mellitus and Metabolic Disease) (942)
  • Epidemiology (12228)
  • Forensic Medicine (10)
  • Gastroenterology (759)
  • Genetic and Genomic Medicine (4103)
  • Geriatric Medicine (387)
  • Health Economics (680)
  • Health Informatics (2657)
  • Health Policy (1005)
  • Health Systems and Quality Improvement (985)
  • Hematology (363)
  • HIV/AIDS (851)
  • Infectious Diseases (except HIV/AIDS) (13695)
  • Intensive Care and Critical Care Medicine (797)
  • Medical Education (399)
  • Medical Ethics (109)
  • Nephrology (436)
  • Neurology (3882)
  • Nursing (209)
  • Nutrition (577)
  • Obstetrics and Gynecology (739)
  • Occupational and Environmental Health (695)
  • Oncology (2030)
  • Ophthalmology (585)
  • Orthopedics (240)
  • Otolaryngology (306)
  • Pain Medicine (250)
  • Palliative Medicine (75)
  • Pathology (473)
  • Pediatrics (1115)
  • Pharmacology and Therapeutics (466)
  • Primary Care Research (452)
  • Psychiatry and Clinical Psychology (3432)
  • Public and Global Health (6527)
  • Radiology and Imaging (1403)
  • Rehabilitation Medicine and Physical Therapy (814)
  • Respiratory Medicine (871)
  • Rheumatology (409)
  • Sexual and Reproductive Health (410)
  • Sports Medicine (342)
  • Surgery (448)
  • Toxicology (53)
  • Transplantation (185)
  • Urology (165)