Literature DB >> 35820793

A novel multiple kernel fuzzy topic modeling technique for biomedical data.

Junaid Rashid1, Jungeun Kim2, Amir Hussain3, Usman Naseem4, Sapna Juneja5.   

Abstract

BACKGROUND: Text mining in the biomedical field has received much attention and regarded as the important research area since a lot of biomedical data is in text format. Topic modeling is one of the popular methods among text mining techniques used to discover hidden semantic structures, so called topics. However, discovering topics from biomedical data is a challenging task due to the sparsity, redundancy, and unstructured format.
METHODS: In this paper, we proposed a novel multiple kernel fuzzy topic modeling (MKFTM) technique using fusion probabilistic inverse document frequency and multiple kernel fuzzy c-means clustering algorithm for biomedical text mining. In detail, the proposed fusion probabilistic inverse document frequency method is used to estimate the weights of global terms while MKFTM generates frequencies of local and global terms with bag-of-words. In addition, the principal component analysis is applied to eliminate higher-order negative effects for term weights.
RESULTS: Extensive experiments are conducted on six biomedical datasets. MKFTM achieved the highest classification accuracy 99.04%, 99.62%, 99.69%, 99.61% in the Muchmore Springer dataset and 94.10%, 89.45%, 92.91%, 90.35% in the Ohsumed dataset. The CH index value of MKFTM is higher, which shows that its clustering performance is better than state-of-the-art topic models.
CONCLUSION: We have confirmed from results that proposed MKFTM approach is very efficient to handles to sparsity and redundancy problem in biomedical text documents. MKFTM discovers semantically relevant topics with high accuracy for biomedical documents. Its gives better results for classification and clustering in biomedical documents. MKFTM is a new approach to topic modeling, which has the flexibility to work with a variety of clustering methods.
© 2022. The Author(s).

Entities:  

Keywords:  Classification; Clustering; MKFTM; Medical data; Multiple kernel fuzzy topic modeling; Topic modeling

Mesh:

Year:  2022        PMID: 35820793      PMCID: PMC9277941          DOI: 10.1186/s12859-022-04780-1

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.307


Background

Many medical records are mostly in text format, and these documents must be analyzed to find meaningful information. According to the National Science Foundation, managing and analyzing scientific data on a large scale is a major challenge for data and future research [1]. The massive amount of biomedical text data can be a valuable source of knowledge for biomedical researchers. Biomedical texts contain unstructured information, such as scientific publications and brief case reports. Text mining seeks to discover knowledge from unstructured text sources by utilizing tools and techniques from a variety of fields such as machine learning, information extraction, and cognitive science. Text mining is a promising approach and great scientific interest in the biomedical domain. These text documents in biomedical require new tools to search for related documents in a collection of documents. Today's biomedical text data is created and stored very quickly. Such as, in 2015, the number of papers available on the PubMed website exceeded six million. The average record of hospital discharges in the United States is more than 30 million [2]. Therefore, companies can save annual costs by using advanced data analysis technology based on machine learning for biomedical text data. Therefore, there is a need to produce efficient topic modeling techniques through advanced machine learning to discover hidden topics in complex biomedical texts. One way to represent biomedical text documents in natural language processing is called the bag-of-words (BOW) model. The BOW model corresponds to the frequency of words reflected in the matrix of a document collection, and word order in the document does not affect the BOW model. If the document has a vocabulary much shorter than a matrix, it is called a sparse matrix [3]. In text mining, all text corpora are processed, not just biomedical ones. There are several text mining applications such as Medline and PubMed. However, because most biomedical data is in unstructured text format, analyzing that unstructured data is a difficult task. Numerous text mining techniques are developed for the biomedical data domain that processes unstructured data into structured data. In the unstructured existence of biomedical text data, topic modeling techniques such as latent Dirichlet allocation (LDA) [4], Latent semantic analysis(LSA) [5], Fuzzy latent semantic analysis (FLSA) [6] and Fuzzy k-means topic model (FKTM)[7] are developed to analyze biomedical text data. LDA performs better in the classification of clinical reports [8]. LDA is used in a various applications, including the classification of genome sequence [9], the discovery of discussion concepts in social networks [10], patient data modeling [11], topic extraction from medical reports [12], the discovery of scientific data and biomedical relationships [13, 14]. The LDA method finds important clinical problems and formats clinical text reports in another investigation [15]. In other work, [16] used topic modeling to express scientific reports efficiently, allowing the analysis of the collections more quickly. Probabilistic-based topic modeling is applied to find the basic topics of the biomedical text collection. Topic process models are utilized in a variety of activities such as computer linguistics, overview for source code documents [17], product review brief opinion [18], description of a thematic revolution [19], discovery aspects of document analysis [20], sentiment analysis [21] and Twitter text message analysis [22]. LSA discovers clinical records from psychiatric narratives [19]. Semantic space is developed from psychological terms. LSA is also used to reveal semantic insights and ontology domains that are used to build a speech act model for spoken speech [23]. LSA also excels at topic identification and segmentation in clinical studies [24]. The RedLDA topic model is used in the biomedical field to determine redundancy in patient information data [25]. The latent semantic analysis (LSA) is an automatic analysis of the summary of clinical cases [26]. Topic models are used in biomedical data for a variety of purposes, such as finding hidden theme in documents and searching documents [27], document classification [28], and document analysis [29]. Topic modeling is an effective way to extract biomedical text, but word redundancy negatively affects topic modeling [30], and since most biomedical documents are duplicate words, it still needs improvement [31]. Answering biological factoid questions is a crucial part of the biomedical question answering domain [32]. In [33] relationship are discover from the text data. Clustering is a process utilized in the biomedical investigation to extract meaningful information from large datasets. Fuzzy clustering is another way for hard clustering algorithms to divide data into subgroups with similar aspects [34]. The nonlinear nature of fuzzy clusters and the flexibility of large-scale data clusters distinguish them from hard clustering. It offers more accurate solutions for partitioning and additional options for decision-making. Fuzzy clustering is a type of computation based on fuzzy logic, reflecting the probability or score of a data item belonging to multiple groups. Once the data is partitioned, the centers of the clusters are moved instead of the data points. Clustering is commonly done in order to identify patterns in large datasets and to retrieve valuable information [35]. Fuzzy grouping techniques are frequently used in a variety of applications where grouping of overlapping and ambiguous elements is required. In the biomedical field, some experience has been gathered in diagnosis and decision support systems, where a wide range of measurements is used as the data entry space, and a decision result is formed by suitably grouping the data symptom. Fuzzy clustering is a technique used for various applications such as medical diagnosis, biomedical signal classification, and diabetic neuropathy [36, 37]. It can also detect topics from biomedical documents and make informed decisions about radiation therapy. Fuzzy clustering has several uses in the biomedical field, especially in image processing and pattern recognition, but it is rarely used in topic modeling. In this study, we presented a multiple kernel fuzzy topic modeling method for biomedical text data. The main contributions made to this research are summarized below. We proposed a novel multiple kernel fuzzy topic modeling (MKFTM) technique, which solves the problem of sparsity and redundancy in biomedical text mining. We proposed a FP-IDF (fusion probabilistic inverse document frequency) for global term weights, which is very effective for filtering out common high frequency words. We conduct extensive experiments and show that MKFTM achieves better classification and clustering performance than latest state-of-the-art topic models including LDA, LSA, FLSA, and FKTM. We also compare the execution time of MKFTM and shows that its execution time is stable for different topics.

Materials and method

We described our proposed multiple kernel fuzzy topic modeling method that discover the uncover hidden topics in biomedical text documents. The two main approaches to clustering are hard clustering and fuzzy (soft) clustering. In clustering, objects are divided, and each object is a partition. MKFTM handles multi-kernel fuzzy view, a unique method for topic modeling, and validates over various experiment for medical documents. LDA performance is better for topic modeling, but redundancy always negatively impacts its performance. Therefore, MKFTM has the potential to deal with redundancy issues and discover more accurate topics in biomedical documents with higher performance than competitors like LDA and LSA.

Multiple kernel fuzzy topic modeling (MKFTM)

The documents and words in these document are fuzzy groups in multiple clusters. Fuzzy logic is an extension of the classic 1 and 0 logic to a truth value between 1 and 0. Through MKFTM, documents and words are fuzzily clustered, with each cluster being a topic. The documents are multi-distribution across topics, and clusters are the topics in these documents. MKFTM finds the different matrices of probability. The proposed MKFTM are the following steps:

Pre-processing

This step performs a preprocessing of the document input text collection. There is a lot of noise in text documents, such as word transforms, word shape transforms, special characters, punctuation marks, and stop words that add noise. Several pre-processing steps are used to clean up the text data. The punctuation is removed from the document collection. Text data is converted to lowercase and documents are tokenized. After that, short, empty words with fewer characters are removed. Also, the words are normalized through the Porter Stemmer [38].

Bag-of-words (BOW) and term weighting

The bag-of-words model represents text documents and extracts features from text documents for machine learning algorithms. BOW is a systematic method for calculating document words count [39]. After collecting and preprocessing the document's text, the BOW model is applied. BOW model converts unstructured text data into word-based structured data, ignoring the grammar in information retrieval [40]. The documents contain the word finding the association between words and document. Also, the frequency of words in documents is calculated. Equation 1 represent the words frequencies in documents . The means the words count in documents. The means the count of words in matrix . The means numbers that the numbers of words count in rows. The is term frequency. Local terms are weighted after applying BOW and the term frequency method is another local term method. The term frequency [41] evaluate evaluates the frequency with which the term appears in a document. Because each document is of different lengths, more terms may appear in longer documents than shorter ones. Equation 2 shows a typical weighting term that uses a vector field of normalization coefficients. The term weight, which reduces these terms, is essential and assigned that constantly varies from 0 to 1. Here, represents a document, k defines the term and means k terms of d documents in words w. Weight is used in the most important terms and zero is used in the least important terms. In some cases, the use of a standard weight assignment may be useful, and the weighting term depends on many impacts on the weights, using different terms individually within each vector. This shows the weight of the term. If a term index frequency appear in the document , the general frequency of the k terms is well-defined in Eq. 3. is a numbers of document in a large set of text corpus. The frequency of document term kiki refers to the number of documents occurrence and ni < Fi.

Fusion probabilistic inverse document frequency (FP-IDF)

The weight of global term (GTW) is estimated at this stage. GTW provide "discrimination values" for all terms. The less frequent terms in document collection are more discriminating [42]. The symbol determine the number of time word appears in document j. The number of documents is indicated by and is total number of documents appearing in the term. GTW is calculated by finding the b(tfij) and Pij using Eq. 4, 5. The b(tfij) and Pij are used to calculate the fusion probabilistic inverse document frequency. We proposed a FP-IDF by combining the hybrid inverse documents frequency and probabilistic Inverse documents frequency for weighting global term. Equations 6 and 7 show the formula for and . Use the product property of logarithms, . Combine and Multiply Raise to the power of 1. Raise to the power of 1. Use the power rule to combine exponents. Add 1 and 1. We proposed a FP-IDF in Eq. 15.

Principal component analysis (PCA)

After the FP-IDF global terms weighting method, the PCA is used. The PCA [43] technique has been used to avoid large-scale adverse effects in the weighting of global terms. This method removes redundant dimensions from the data and retains only the most important data dimensions. The PCA calculates the new variable that refers to the principal component, resulting from the integrated integration of the initial variables.

Multiple Kernel fuzzy C-means clustering

At this step, the multiple kernel fuzzy c-means clustering algorithm [44] is used for fuzzily group documents, which is represented by GTW method. In multiple kernel fuzzy c-means clustering algorithm B is a data point,, kernel function , numbers of desired clusters are F and output membership matrix with weight for kernels. The multiple kernel fuzzy c-means have the following steps: Procedure multiple kernel fuzzy c-means MKFCM (Data Y, Clusters F, Kernels ) Membership matrix initialization . Repeat , Calculate the normalized membership. Calculate Coefficients Eq. 16 for (i = 1…B; f = 1..F; g = 1..S) do end for Calculate coefficient by Eq. 18. for (g = 1…S) do end for Update weights by Eq. 19. for (g = 1…S) do end for distance calculate by Eq. 20. for (i = 1…B;c = 1..F) do end for update memberships Eq. 21 for (i = 1…B;f = 1..F) do end for until < ∋ return . end procedure

Probabilistic distribution of documents

The document term matrix, along with the GTW method (matrix of words × documents), find the probability of a document P(Dj), calculated by Eq. 22. Here represents the various documents.

Probabilistic distribution of the topics for documents

The probabilities of obtaining the documents in the topic are through P(Tk|Dj) with P(Dj), as described in Eq. 23. Since, finding the , normalized the P(D,T) for each topic through Eq. 24.

Probabilistic distribution of words in documents

This step calculates the probability of a word in the document applying Eq. 25.

Probabilistic distribution of words in topics

The probabilities of word in topic through and P(Wi|Dj) is calculated through Eq. 26.

Datasets

In this research, we used six state-of-the-art datasets, which are publicly available. The first dataset is a medical abstract of the English scientific corpus from MuchMore Springer Bilingual Corpus,1 a labeled dataset. We used two categories of journals, including the federal health standard and arthroskopie, for experimentation. Table 1 shows the statistics of datasets.
Table 1

Datasets statistics

DatasetsDocuments (Preprocess)WordsUnique words
MuchMore Springer152719,8355008
Ohsumed209222,66913,238
Genia200021,56017,834
Biotext4025,92110,267
Twitter58,927395,63625,309
WSJ1300680 K36 K
The medical abstract from MeSH categories from Ohsumed Collection2 is a second labeled corpus dataset. The experiments are conducted in three categories: virus disease, bacterial infection, and mycoses. Biotext [45] is the third dataset, containing summaries of diseases and treatments collected from Medline. The fourth data set is GENIA corpora [46], abstracts collection from Medline papers describing the molecular biology literature. The fifth is the redundant corpus of synthetic WSJ and is generally used in natural language processing (NLP) [47, 48]. The six datasets are health news tweets3 (T-datasets), an unlabeled dataset. Datasets statistics

Results

Experimental performed

We performed the classification, clustering, execution time and redundancy issues for experiments. We used six state-of-the-art datasets for experiments. The first two datasets Muchmore springer bilingual and Ohsumed Collection, are labeled datasets. Therefore, it's used for classification. The other two datasets Biotext and Genia are unlabeled. Hence, it's used for clustering. The redundant corpus of synthetic WSJ is used for the redundancy issue comparison because in literature this dataset is mostly consider for redundancy issue. Therefore, we used the same dataset for fair comparison. The execution time is compared to the health news tweets dataset, containing more documents.

Experimental setup

We used the laptop core i7 computer with 16 GB RAM and MATLAB software for experiments.

Baseline topic models

In this section, our proposed MKFTM topic model is compared with the state-of-the-art LDA [4], LSA [5], FLSA [6] and FKTM [7] topic models. Experiments are performed for both classification and clustering. We also compare our proposed topic model with RedLDA [25] and FKTM, which are used for redundancy problems.

Classification of documents

The first classification evaluation is performed with Bayesian optimization for two datasets, including MuchMore Springer Bilingual Corpus and Ohsumed Collection. Optimization refers to searching for points to minimize functions with real value, known as objective functions. The bayes optimization is a gauss-process objective function model that evaluates the objective functions. Bayesian optimization minimizes cross-validation error. MATLAB fit function is used for Bayesian optimization. MKFTM performance is compared to LDA, LSA, FLSA, and Fuzzy k-means topic models using a tenfold cross-validation method. Document classification is performed on topic probabilities for document P(T|D) through discriminant analysis machine learning classifier [49] using Bayes optimization. Discriminant analysis is described in Eq. 27 The represent the expected classes and is number of classes. The is the posterior probability of class and observations x. The Cy|k is the classification cost and observation with the true class . The discriminant analysis classifies the document features with different topics such as 50, 100, 150 and 200. MKFTM performance of classification is measured using precision, recall, accuracy, and F1-score. Precision, recall, accuracy and F1 measurements are used to verify the performance of the MKFTM. The classification results of two datasets labeled MuchMore Springer and Ohsumed are shown in Tables 2 and 3. The results of the MKFTM classification are compared with the latest LDA, LSA, FLSA and FKTM state-of-the-art topic models for the biomedical text corpora.
Table 2

Classification results (muchmore springer bilingual corpus)

MethodAC (%)PrecisionRecallF1-ScoreK
LSA [5]57.650.66670.72210.693350
LDA [4]60.950.69380.73560.714150
FKLSA(Entropy) [6]97.660.9550.95540.97750
FKLSA(IDF) [6]95.900.9370.9350.95950
FKLSA(Normal) [6]91.220.8900.8940.91250
FKLSA(ProbIDF) [6]97.660.9540.9530.97750
FKTM [7]98.290.98800.98830.988050
MKFTM99.040.99750.99780.997550
LSA [5]56.190.66760.67910.6733100
LDA [4]58.850.68540.70110.6932100
FKLSA(Entropy) [6]96.490.9430.9420.965100
FKLSA(IDF) [6]98.240.9610.9600.982100
FKLSA(Normal) [6]92.390.9020.9000.924100
FKLSA(ProbIDF) [6]97.660.9550.9520.977100
FKTM [7]98.870.98790.98410.9844100
MKFTM99.620.99740.99360.9939100
LSA [5]62.670.70910.75360.7285150
LDA [4]59.230.69910.67910.6890150
FKLSA(Entropy) [6]95.900.9370.9350.959150
FKLSA(IDF) [6]97.660.9550.9520.977150
FKLSA(Normal) [6]95.320.9320.9310.953150
FKLSA(ProbIDF) [6]97.070.9500.9520.971150
FKTM [7]98.970.98220.98820.9886150
MKFTM99.690.99170.99760.9980150
LSA [5]60.000.69800.70200.9886200
LDA [4]63.420.70390.77650.7000200
FKLSA(Entropy) [6]97.070.9500.95010.7384200
FKLSA(IDF) [6]97.660.9550.95530.971200
FKLSA(Normal) [6]92.390.9010.9020.977200
FKLSA(ProbIDF) [6]97.660.9550.9500.924200
FKTM [7]98.860.98830.98700.977200
MKFTM99.610.99780.99660.965200
Table 3

Classification results (Ohsumed collection dataset)

MethodAC (%)PrecisionRecallF1-ScoreK
LSA [5]48.360.41460.42240.418550
LDA [4]54.100.47890.51550.497050
FKLSA(Entropy) [6]75.210.7200.7220.74650
FKLSA(IDF) [6]75.900.7220.7230.74650
FKLSA(Normal) [6]71.250.65510.6540.67750
FKLSA(ProbIDF) [6]74.870.7150.7140.73550
FKTM [7]92.350.92360.90060.911950
MKFTM94.100.94310.92000.921350
LSA [5]51.370.44300.40990.4258100
LDA [4]54.920.48730.47830.4828100
FKLSA(Entropy) [6]76.240.7270.7260.747100
FKLSA(IDF) [6]74.350.7010.7030.726100
FKLSA(Normal) [6]71.080.6700.6740.694100
FKLSA(ProbIDF) [6]74.520.7020.7040.724100
FKTM [7]87.700.88670.82610.8553100
MKFTM89.450.90630.84570.8747100
LSA [5]52.730.46510.49690.4805150
LDA [4]57.100.51230.51550.5139150
FKLSA(Entropy) [6]74.870.7150.7140.735150
FKLSA(IDF) [6]76.590.7320.7310.752150
FKLSA(Normal) [6]72.460.6710.6730.691150
FKLSA(ProbIDF) [6]75.040.7150.7120.735150
FKTM [7]90.160.87880.90060.8896150
MKFTM92.910.89840.92030.9092150
LSA [5]49.730.43030.44100.4356200
LDA [4]54.370.48190.49690.4893200
FKLSA(Entropy) [6]75.210.7200.7210.740200
FKLSA(IDF) [6]74.180.7050.7040.725200
FKLSA(Normal) [6]71.940.6710.6730.683200
FKLSA(ProbIDF) [6]74.870.7010.7020.729200
FKTM [7]88.250.89860.82610.8608200
MKFTM90.350.91820.84600.8802200
Classification results (muchmore springer bilingual corpus) Classification results (Ohsumed collection dataset)

Clustering of documents

The clustering performance is measured in two datasets, Genia and Biotext. Document clustering is performed using the k-mean clustering method of P (T | D).There are two methods for clustering validation, and internal validation method is more accurate than external validation [50]. We use the internal validation method of the Calinski-Harabasz index to evaluate multiple topics and clusters. The Calinsiki-Harabasz (CH) index [51] is a widely used internal verification method. The exponent CH is the exponent relationship where cohesion is estimated at the distance from the center point as shown in Eq. 28, where k is the number of clusters and N is the total number of observations. The Calinsiki-Harabasz index can assess the reliability of all clusters by summing the mean square error. The highest Calinsiki-Harabasz index shows the best results of the clustering. The Calinsiki-Harabasz index gives the best results for clusters and finds the corresponding clusters that appear. Figure 1, 2, 3, 4, 5, 6, 7 and 8 shows the CH index for clustering performance in Genia and biotext datasets.
Fig. 1

CH-index results for Genia datasets with K = 50

Fig. 2

CH-index results for Genia datasets with K = 100

Fig. 3

CH-index results for Genia datasets with K = 150

Fig. 4

CH-index results for Genia datasets with K = 200

Fig. 5

CH-index results for Biotext datasets with K = 50

Fig. 6

CH-index results for Biotext datasets with K = 100

Fig. 7

CH-index results for Biotext datasets with K = 150

Fig. 8

CH-index results for Biotext datasets with K = 200

CH-index results for Genia datasets with K = 50 CH-index results for Genia datasets with K = 100 CH-index results for Genia datasets with K = 150 CH-index results for Genia datasets with K = 200 CH-index results for Biotext datasets with K = 50 CH-index results for Biotext datasets with K = 100 CH-index results for Biotext datasets with K = 150 CH-index results for Biotext datasets with K = 200

Redundancy issue

The experiment examined the influence of the redundancy problem using a WSJ synthetic redundant corpus. MKFTM versus LDA and RedLDA developed to address redundancy issues in biomedical documents [25]. LDA, RedLDA, FKLSA, Fuzzy k-means topic model and MKFTM are trained on the same redundant WSJ synthetic corpus to compare the performance of these topic models. Table 4 shows the log-likelihood probability of WSJ dataset synthetic redundancy with topics ranging from 50 to 200.
Table 4

Comparison of loglikelihood for WSJ corpora

Topic ModelLog-LikelihoodNo of Topics
LDA-824,00050
RedLDA-810,00050
FKTM-789,00050
MKFTM-773,00050
LDA-814,000100
RedLDA-805,000100
FKTM-789,500100
MKFTM-773,600100
LDA-815,000150
RedLDA-809,000150
FKTM-789,200150
MKFTM-773,700150
LDA-816,000200
RedLDA-800,000200
FKTM-789,000200
MKFTM-773,900200
Comparison of loglikelihood for WSJ corpora

Execution time

Health News Tweets are used to compare MKFTM runtime with LDA, LSA and FLSA. Figure 9 shows the runtime performance of MKFTM, LDA and LSA.
Fig. 9

Comparison of execution times of health tweet dataset

Comparison of execution times of health tweet dataset

Discussion

The classification, clustering, redundancy issue, and execution time are used for the performance of experiments. The document classification is presented in Tables 2 and 3. Table 2 shows the classification results for the Muchmore Springer dataset. The classification results are measured with 50,100,150 and 200 numbers of topics on both datasets. MKFTM achieved 99.04%, 99.62%, 99.69%,99.61% accuracy with 50,100,150 and 200 topics on Muchmore Springer dataset. FKTM accuracy is 98.29%, 98.87%, 98.97%,98.86% with 50,100,150 and 200 topics for Muchmore Springer dataset. FLSA accuracy is higher than LDA and LSA on the Muchmore Springer dataset. FKTM accuracy is better than FLSA for the Muchmore Springer dataset. However, MKFTM achieved the highest accuracy compared to baseline topics models FKTM, FLSA, LDA, and LSA for the Muchmore Springer dataset. We also measured the precision, recall, and F1-sore score for all topic models. The precision, recall, and F1-sore score of FKTM is better than the FLSA on the Muchmore Springer dataset. LDA and LSA precision, recall, and F1-sore values are lower than FLSA for the Muchmore Springer dataset. Overall, MKFTM attained the higher scores values for precision, recall, and F1-sore for Muchmore Springer dataset. Table 3 shows the Ohsumed dataset classification results and MKFTM achieved 94.10%, 89.45%, 92.91%, 90.35% accuracy with 50,100,150, and 200 topics, respectively. For the Ohsumed dataset, FKTM accuracy is 92.35%, 87.70%, 90.16%, 88.25% for 50,100,150, and 200 topics, respectively. On the Ohsumed dataset, FLSA accuracy outperforms LDA and LSA. For the Ohsumed dataset, FKTM accuracy is highest than FLSA. However, the accuracy of MKFTM for the Ohsumed dataset is higher than the FKTM, FLSA, LDA, and LSA base topics models. In the Ohsumed dataset, FKTM outperforms FLSA in precision, recall, and F1-sore. For the Ohsumed dataset, LDA and LSA values of precision, recall, and F1-sore are lower than the FLSA. The precision, recall, and F1-sore of MKFTM is highest than the FKTM, FLSA, LDA, and LSA. The classification results show that MKFTM performance is superior to FKTM, FLSA, LDA, and LSA for Muchmore Springer and Ohsumed datasets. Documents clustering performance is measured using the Calinski-Harabasz index for Genia and Biotext Datasets with 50,100,150 and 200 numbers of topics. Figure 1, 2, 3 and 4 shows that the CH-index values of LDA and LSA are lower than FLSA for the Genia dataset. The FKTM CH-index values are higher than FLSA for the Genia dataset, and MKFTM CH-index values are higher than FKTM for the Genia dataset. Therefore, the clustering performance of MKFTM is highest than other topic models like FKTM, FLSA, LDA, and LSA for the Genia dataset. Figures 1, 2, 3, and 4 indicate that the CH-index values of LDA and LSA are lower than those of FLSA for the Genia dataset. For the Genia dataset, the FKTM CH-index values are greater than the FLSA. For the Genia dataset, MKFTM CH-index values are greater than FKTM. As a result, MKFTM outperforms other topic models for the Genia dataset, like FKTM, FLSA, LDA, and LSA in terms of clustering performance. Figures 5, 6, 7, and 8 show that the CH-index values of LDA and LSA are lower than FLSA for the Biotext dataset. For the Biotext dataset, the FKTM CH-index values are greater than the FLSA. MKFTM CH-index values are greater than FKTM for the Biotext dataset. As a result, for the Biotext dataset, MKFTM outperforms other topic models like FKTM, FLSA, LDA, and LSA for clustering. Therefore, MKFTM achieved better clustering performance for Genia and Biotext datasets. Table 4 shows that log-likelihood for the WSJ dataset with 50, 100, 150, and 200 topics. The log-likelihood results of MKFTM are better than the FKTM, FLSA, LDA, and LSA with different topics. Therefore, MKFTM also solves the redundancy issues and achieves better performance for redundant corpora than FKTM, FLSA, LDA and LSA. The execution time performance for the health news tweets dataset is shown in Fig. 9. The execution time performance is measured with 50, 100, 150, 200, 250, 300, and 350 numbers of topics. The execution time of LDA and LSA is increased as the number of topics increases, but the execution time of MKFTM is stable.

Conclusion

Biomedical text is on the rise these days, while evaluating these documents is extremely important to discovering valuable sources of information. Biomedical databases like PubMed provide valuable services to scientific communities. To reveal the hidden theme structures from biomedical text document topic modeling is a famous technique. These text documents used structured to search, index, and summarize. In advanced machine learning the fuzzy methods are mostly utilized in medical imaging. The existing topic modeling method is based on linear and statistical distribution. This paper presented a new multiple kernel fuzzy topic modeling (MKFTM) approach for biomedical text documents. We also proposed a new fusion probabilistic inverse document frequency. MKFTM improves the negative consequences of redundancy words for biomedical text documents and perform better than LDA and RedLDA. MKFTM also remove the sparsity problem in biomedical text documents. Experimental results indicate that MKFTM performs better in biomedical documents' classification and clustering tasks than the state-of-the-art topic models LDA, LSA, FLSA and FKTM. MKFTM is a new approach to topic modeling, which has the flexibility to work with a variety of clustering and scaling techniques. Furthermore, the MKFTM method uses discrete and continuous data to extract topics from biomedical documents. The six datasets quantitative evaluation describes that MKFTM performs better than progressive baselines with significant improvements.
  11 in total

1.  Mayo clinical Text Analysis and Knowledge Extraction System (cTAKES): architecture, component evaluation and applications.

Authors:  Guergana K Savova; James J Masanz; Philip V Ogren; Jiaping Zheng; Sunghwan Sohn; Karin C Kipper-Schuler; Christopher G Chute
Journal:  J Am Med Inform Assoc       Date:  2010 Sep-Oct       Impact factor: 4.497

2.  Language abilities of Indigenous and non-Indigenous Australian children from low socioeconomic backgrounds in their first year of school.

Authors:  Wendy M Pearce; Kieran Flanagan
Journal:  Int J Speech Lang Pathol       Date:  2018-03-08       Impact factor: 2.484

3.  Deep contextualized embeddings for quantifying the informative content in biomedical text summarization.

Authors:  Milad Moradi; Georg Dorffner; Matthias Samwald
Journal:  Comput Methods Programs Biomed       Date:  2019-10-04       Impact factor: 5.428

4.  Relation Extraction From Biomedical and Clinical Text: Unified Multitask Learning Framework.

Authors:  Shweta Yadav; Srivatsa Ramesh; Sriparna Saha; Asif Ekbal
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2022-04-01       Impact factor: 3.710

5.  Redundancy in electronic health record corpora: analysis, impact on text mining performance and mitigation strategies.

Authors:  Raphael Cohen; Michael Elhadad; Noémie Elhadad
Journal:  BMC Bioinformatics       Date:  2013-01-16       Impact factor: 3.307

6.  Named Entity Aware Transfer Learning for Biomedical Factoid Question Answering.

Authors:  Keqin Peng; Chuantao Yin; Wenge Rong; Chenghua Lin; Deyu Zhou; Zhang Xiong
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2022-08-08       Impact factor: 3.702

7.  Predicting biomedical relationships using the knowledge and graph embedding cascade model.

Authors:  Xiaomin Liang; Daifeng Li; Min Song; Andrew Madden; Ying Ding; Yi Bu
Journal:  PLoS One       Date:  2019-06-13       Impact factor: 3.240

Review 8.  Antibody Correlates of Protection from Clinical Plasmodium falciparum Malaria in an Area of Low and Unstable Malaria Transmission.

Authors:  Karen E S Hamre; Bartholomew N Ondigo; James S Hodges; Sheetij Dutta; Michael Theisen; George Ayodo; Chandy C John
Journal:  Am J Trop Med Hyg       Date:  2020-10-27       Impact factor: 3.707

9.  Redundancy-aware topic modeling for patient record notes.

Authors:  Raphael Cohen; Iddo Aviram; Michael Elhadad; Noémie Elhadad
Journal:  PLoS One       Date:  2014-02-13       Impact factor: 3.240

10.  COVID-19 Vaccine-Related Discussion on Twitter: Topic Modeling and Sentiment Analysis.

Authors:  Joanne Chen Lyu; Eileen Le Han; Garving K Luli
Journal:  J Med Internet Res       Date:  2021-06-29       Impact factor: 5.428

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.