| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
COVID-19 Open Research Dataset (CORD-19), offered by Allen Institute for AI and other leading research groups, is a collection of thousands of articles related to COVID-19 and related coronaviruses. Here, we are using text analytics techniques in MATLAB to explore the articles and use topic modeling and document summarization to answer some of the relevant questions.
Goal: Explore relevant articles to understand “what do we know about transmission?”
Data used: comm_use_subset from the dataset hosted at COVID-19 Open Research Dataset (CORD-19)
Techniques used: Topic modeling and Document Summarization
MATLAB Live Script: TopicModel_Transmission_comm_use.mlx
Step 1: First, we use a latent Dirichlet allocation (LDA) method to perform topic modeling to discover underlying topics in the articles. We test four different solvers:
Step 2: After choosing a solver, we then choose the optimum number of topics by comparing validation perplexities for different numbers of topics.
Step 3: Build the final model using the chosen solver and optimum number of topics.
Step 4: In order to answer the question “what do we know about transmission?”, we choose the most relevant article by identifying the topic with the word, “transmission”, having highest probability and then identifying the document in that topic that has the highest probability.
Step 5: An alternate approach is to summarize the top abstracts.
Next Steps
There are many ways to dig deeper into this single question. Some of the possible approaches are:
The aim of this example is to show
Copyright 2020 - 2020 The MathWorks, Inc.
| Back | FazBrowse Home | New Git URL |