Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.48 KB

Comparing Open-Access Database and Traditional Intensive Care Studies: A Literature Mapping Analysis Using Machine Learning

Table of Contents

Contributors

Yuhe Ke, Rui Yang, Nan Liu

Contents

The volume of research literature on critical care has experienced exponential growth over the past two decades, rendering traditional bibliometric methods inadequate for analyzing such vast datasets. This necessitates the employment of machine learning (ML) and natural language processing (NLP) techniques to investigate research trends and uncover knowledge gaps. In this study, we utilized uniform manifold approximation and projection (UMAP) and the BERTopic algorithm to explore the differences and similarities between open-access database studies and traditional intensive care studies. Our objective is to identify existing knowledge gaps and explore ways in which they can complement each other.

Data

Publication abstracts were obtained from Web of Science. The search result was on January 18, 2023.

Notebooks

  • UMAP: jupyter notebook with UMAP algorithm
  • BERTopic: jupyter notebook with BERTopic algorithm

Dependencies

Key packages used in the model:

  • bertopic
  • gensim
  • nltk
  • sklearn
  • umap