Literature DB >> 26612232

Supporting systematic reviews using LDA-based document representations.

Yuanhan Mo1, Georgios Kontonatsios2, Sophia Ananiadou3.   

Abstract

BACKGROUND: Identifying relevant studies for inclusion in a systematic review (i.e. screening) is a complex, laborious and expensive task. Recently, a number of studies has shown that the use of machine learning and text mining methods to automatically identify relevant studies has the potential to drastically decrease the workload involved in the screening phase. The vast majority of these machine learning methods exploit the same underlying principle, i.e. a study is modelled as a bag-of-words (BOW).
METHODS: We explore the use of topic modelling methods to derive a more informative representation of studies. We apply Latent Dirichlet allocation (LDA), an unsupervised topic modelling approach, to automatically identify topics in a collection of studies. We then represent each study as a distribution of LDA topics. Additionally, we enrich topics derived using LDA with multi-word terms identified by using an automatic term recognition (ATR) tool. For evaluation purposes, we carry out automatic identification of relevant studies using support vector machine (SVM)-based classifiers that employ both our novel topic-based representation and the BOW representation.
RESULTS: Our results show that the SVM classifier is able to identify a greater number of relevant studies when using the LDA representation than the BOW representation. These observations hold for two systematic reviews of the clinical domain and three reviews of the social science domain.
CONCLUSIONS: A topic-based feature representation of documents outperforms the BOW representation when applied to the task of automatic citation screening. The proposed term-enriched topics are more informative and less ambiguous to systematic reviewers.

Entities:  

Mesh:

Year:  2015        PMID: 26612232      PMCID: PMC4662004          DOI: 10.1186/s13643-015-0117-0

Source DB:  PubMed          Journal:  Syst Rev        ISSN: 2046-4053


Background

The screening phase of systematic reviews aims to identify citations relevant to a research topic, according to a certain pre-defined protocol [1-4] known as the Population, the Intervention, the Comparator and the Outcome (PICO) framework. This framework seeks to identify the Population, the Intervention, the Comparator and the Outcome. This process is usually performed manually, which means that reviewers need to read thousands of citations during the screening phase, due to the rapid growth of the biomedical literature [5], making it an expensive and time-consuming process. According to Wallace et al. [6], an experienced reviewer is able to screen two abstracts per minute on average, with more complex abstracts taking longer. Moreover, a reviewer needs to identify all eligible studies (i.e. 95–100 % recall) [7, 8] in order to minimise publication bias. The number of relevant citations is usually significantly lower than the number of the irrelevant, which means that reviewers have to deal with an extremely imbalanced datasets. To overcome these limitations, methods such as machine learning, text mining [9, 10], text classification [11] and active learning [6, 12] have been used to partially automate this process, in order to reduce the workload, without sacrificing the quality of the reviews. Many approaches based on machine learning have shown to be helpful in reducing the workload of the screening phase [10]. The majority of reported methods exploit automatic or semi-automatic text classification to assist in the screening phase. Text classification is normally performed using the bag-of-words (BOW) model. The model assumes that the words in the documents are used as features for the classification, but their order is ignored. One of the problems of the BOW model is that the number of unique words that appear in a complete corpus (a collection of documents) can be extremely large; using such a large number of features can be problematic for certain algorithms. Thus, a more compact representation of documents is necessary to allow machine learning algorithms to perform more efficiently. In contrast to previous approaches that have used only BOW features, in this study, we systematically compare the two feature representations (Latent Dirichlet allocation (LDA) features and BOW features). Additionally, we investigate the effect of using different parameters (kernel functions) on the underlying classifier (i.e. support vector machine (SVM)).

Topic analysis

Topic analysis is currently gaining popularity in both machine learning and text mining applications [13-16]. A topic model is normally defined as an approach for discovering the latent information in a corpus [17]. LDA [18] is an example of a probabilistic topic modelling technique [19], which assumes that a document covers a number of topics and each word in a document is sampled from the probability distributions with different parameters, so each word would be generated with a latent variable to indicate the distribution it comes from. By computing the extent to which each topic is represented in a document, the content of the document can be represented at a higher level than possible using the BOW approach, i.e. as a set of topics. The generative process of LDA follows the below steps to generate a document w in a corpus D, while Table 1 gives a list of all involved notation:
Table 1

Notation in LDA

K Number of topics
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\vec {\alpha }$\end{document}α Hyperparameter on document-topic distribution
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\vec {\beta }$\end{document}β Hyperparameter on topics-word distribution
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\vec {\theta }_{m}$\end{document}θm A set of parameter vectors for generating a specific topic z in
document m
ϕ A set of parameter vectors for generating word w, according to z
w n,m nth word in document m
z n,m Topic indicator for nth word in document m
Notation in LDA Choose K topics ϕ∼Dir(nβ) Choose topics proportions For each word w in document m: Choose a topic Choose a word w from , a multinomial probability conditioned on the topic z. The hyperparameters and are the parameters of the prior probability distributions which facilitate calculation. The hyperparameters are initialized as constant values. They may be considered as hidden variables which require estimation. The joint probability, i.e. the complete-data likelihood of a document, can be specified according to Fig. 1. The joint probability is the basis of many other derivations [20].
Fig. 1

Latent Dirichlet allocation: a probability graphical model to describe how to construct a corpus. The filled circle denotes an observable variable

Latent Dirichlet allocation: a probability graphical model to describe how to construct a corpus. The filled circle denotes an observable variable Besides LDA, there are many other approaches for discovering abstract information from a corpus. Latent semantic analysis [21] makes use of singular value decomposition (SVD) to discover the semantic information in a corpus; SVD is a factorization of matrix which has many applications in statistics and signal processing. Unlike other topic models producing results, an approach [22] based on the anchor-word algorithm [23] provides an efficient and visual way for topic discovery. This method firstly reduces the dimensions of words co-occurrence matrix into two or three, then identify the convex hull of these words, which can be considered as a rubber band holding these words. The words at anchor points are considered as topics.

Related work

Automatic text classification for systematic reviews has been investigated by Bekhuis et al. [24] who focussed on using supervised machine learning to assist with the screening phase. Octaviano et al. [25] combined two different features, i.e. content and citation relationship between the studies, to automate the selection phase as much as possible. Their strategy reduced workload by 58.2 %. Cohen et al. [26] compared different feature representations for supervised classifiers. They concluded that the best feature set used a combination of n-grams and Medical Subject Headings (MeSH) [27] features. Felizardo et al. developed a visual text mining tool that integrated many text mining functions for systemic reviews and evaluated the tool with 15 graduate students [28]. The results showed that the use of the tool is promising in terms of screening burden reduction. Fiszman et al. [29] combined symbolic semantic processing with statistical methods for selecting both relevant and high-quality citations. Frimza et al. [30] introduced a per-question classification method that uses an ensemble of classifiers that exploit the particular protocol used in creating the systematic review. Jonnalagadda et al. [31] described a semi-automatic system that requires human intervention. They successfully reduced the number of articles that needed to be reviewed by 6 to 30 % while maintaining a recall performance of 95 %. Matwin et al. [32] exploited a factorised complement naive Bayes classifier for reducing the workload of experts reviewing journal articles for building systematic reviews of drug class efficacy. The minimum and maximum workload reductions were 8.5 and 62.2 %, respectively, and the average over 15 topics was 33.5 %. Wallace et al. [12] showed that active learning has the potential to reduce the workload of the screening phase by 50 % on average. Cohen et al. [33] constructed a voting perceptron-based automated citation classification system which is able to reduce the number of articles that needs to be reviewed by more than 50 %. Bekhuis et al. [34] investigated the performance of different classifiers and feature sets in terms of their ability to reduce workload. The reduction was 46 % for SVMs and 35 % for complement naive Bayes classifiers with bag-of-words extracted from full citations. From a topic modelling perspective, Miwa et al. [8] firstly used LDA to reduce the burden of screening for systematic reviews using an active learning strategy. The strategy utilised the topics as another feature representation of documents when no manually assigned information such as MeSH terms is available. Moreover, the author used topic features for training ensemble classifiers. Similarly, Bekhuis et al. [35] investigated how the different feature selections, including topic features, affect the performance of classification.

Methods

Results obtained by Miwa et al. [8] showed that LDA features can significantly reduce the workload involved in the screening phase of a systematic review. Building on previous approaches, we investigate how topic modelling can assist systematic reviews. By using topics generated by LDA as the input features for each document, we train a classifier and compare it with a classifier trained on the BOW representation. Technical terms extracted by the TerMine term extraction web service [36] were located in each document to allow them to be represented as a set of words and terms which would make topics more readable and eliminate ambiguity. The objectives of this paper are the following: To investigate whether LDA can be successfully applied to text classification in support of the screening phase in systematic reviews. To compare the performance of two methods for text classification: one based on LDA topics and the other based on the BOW model. To evaluate the impact of using different numbers of topics in topic-based classification.

Experimental design

In order to carry out a systematic comparison of the two different approaches to text classification, our study is divided into two parts. Firstly, we evaluate the baseline approach, i.e. an SVM using BOW features. This SVM classifier is created using LIBSVM [37]. The second part of the experiment involves applying LDA for modelling topic distribution in the datasets, followed by the training of an SVM-based classifier using the topic distribution as features. Documents in the dataset are randomly and evenly spilt into training and test sets, keeping the ratio between relevant and irrelevant documents in each set the same as the ratio in the entire dataset. Henceforth, in this article, the documents relevant to a topic (i.e. positively labelled instances) are referred to as “relevant instances”. BOW features are weighted by term frequency/inverse document frequency (TF-IDF) as a baseline. The topic-based approach applies LDA to produce a topic distribution for each document. We used Gensim [38], an implementation of LDA in Python, to predict the topic distribution for each document. The topic distributions are utilised for both training and testing the classifier and evaluating the results. Other modelling strategies and classifiers (e.g. k-nearest neighbours) were also explored. However, since they failed to obtain robust results, we do not present further details. To evaluate the classifiers, the standard metrics of precision, recall, F-score, accuracy, area under the receiver operating characteristic curve (ROC) and precision-recall curve (PRC). However, in our case, accuracy was found not to be a suitable indicator of an effective performance, due to the significant imbalance between relevant and irrelevant instances in the dataset; this ratio is 1:9 approximately for each corpus (Table 2) which will be introduced later. Based upon this ratio, weights are added to every training instance in order to reduce the influence caused by imbalanced data [39]. In evaluating classification performance, we place a particular emphasis on recall since, as explained above, high recall is vital to achieve inclusiveness, which is considered to be such an important factor in the perceived validity of a systematic review.
Table 2

Corpus information

Positive instancesTotal instancesRatioFeature usedType
Youth development144014,5380.099Title + abstractSocial science
Cigarette packaging13231560.041Title + abstractSocial science
COPD19616060.122Title + abstractClinical trial
Cooking skill19794390.021TextSocial science
Proton beam24347510.051Title + abstractClinical trials
Corpus information Since most of our corpora are domain-specific, non-compositional multi-word terms may lose their original meaning if we split such terms into constituent words and ignore word order and grammatical relations. Thus, multi-word terms are automatically extracted using TerMine, which is a tool designed to discover multi-word terms by ranking candidate terms from a part-of-speech (POS) tagged corpus according to C-value [36]. Candidate terms are identified and scored via POS filters (e.g. adjective*noun+). A subset of these terms is extracted by defining a threshold for the C-value. TerMine makes use of both linguistic and statistical information in order to identify technical terms in a given corpus with the maximum accuracy. There are some other topic models that attempt to present multi-word expressions in topics. For example, the LDA collocation model [40] introduced a new latent variable to indicate if a word and its immediate neighbour can constitute a collocation. Unlike the methods mentioned, the advantage of TerMine is that it is applied independently of the topic modelling process. Thus, once it has been used to locate terms in a corpus, different topic models can be applied, without having to re-extract the terms each time the parameters of the topic model are changed. It is also important to note that long terms may have other shorter terms nested within them. Such nested terms may also be identified by TerMine. For example, “logistic regression model” contains the terms “logistic regression” and “regression model”. However, there is no doubt that the original term “logistic regression model” is more informative. Thus, our strategy to locate the terms is that the longer terms are given higher priority to be matched and our maximum length for a term is four tokens. As for parameter tuning, all the experiments have been performed with default parameters for classifiers and symmetry hyperparameters for LDA, which means that every topic will be sampled with equal probability.

Results and discussion

We performed our experiments using five datasets corresponding to completed reviews, in domains of social science and clinical trials. These reviews constitute the “gold standard” data, in that for each domain, they include expert judgements about which documents are relevant or irrelevant to the study in question. The datasets were used as the basis for the intrinsic evaluation of the different text classification methods. Our conclusions are supported by the Friedman test (Table 3) which is a nonparametric test that measure how different three or more matched or paired groups are based on ranking. Given that the methods we applied produced roughly comparable patterns of performance across each of the five different datasets, we report here only on the results for one of the corpora. However, the specific results achieved for the other corpora are included as supplementary material (Additional file 1).
Table 3

Friedman test for five datasets on different kernel functions and documents representation

LinearRBFPOLY
BOWTPCTEBOWTPCTCBOWTPCTE
Precision
Mean rank2.902.001.101.002.502.501.22.62.2
P =0.00010.001960.001501
Recall
Mean rank1.002.602.401.002.402.601.202.402.40
P =0.003320.02560.008977
F-score
Mean rank2.602.101.301.002.602.401.202.602.20
P =0.089770.003320.01501
ROC
Mean rank3.001.801.201.002.602.401.002.602.40
P =0.000660.003320.00332
PRC
Mean rank2.802.001.201.002.702.301.002.602.40
P =0.01680.00080.84935
Friedman test for five datasets on different kernel functions and documents representation

Dataset

We applied the models to three datasets provided by the Evidence Policy and Practice Information and Coordinating Center (EPPI-center) [41] and two datasets previously presented in Wallace et al. [6]. These labelled corpora include reviews ranging from clinical trials to reviews in the domain of social science. The datasets correspond specifically to cigarette packaging, youth development, cooking skills, chronic obstructive pulmonary disease (COPD), proton beam and hygiene behaviour. Each corpus contains a large number of documents and, as mentioned above, there is an extremely low proportion of relevant documents in each case. For example, the youth development corpus contains a total of 14,538 documents, only 1440 of which are relevant to the study. Meanwhile, the cigarette packaging subset contains 3156 documents in total, with 132 having been marked as relevant. Documents in the datasets were firstly prepared for automatic classification using a series of pre-processing steps consisting of stop-word removal, conversion of words to lower case and removal of punctuation, digits and the words that appear only once. Finally, word counts were computed and saved in a tab-delimited format (SVMlight format), for subsequent utilisation by the SVM classifiers. Meanwhile, TerMine was used to identify multi-word terms in each document, as the basis for characterising their content. Preliminary experiments indicated that only using multi-word terms to characterise documents may not be sufficient since, in certain documents, the number of such terms could be small or zero. Accordingly, words and terms were retained as features for an independent experiment.

BOW-based classification

Table 4 shows the performance of the SVM classifiers trained with TF-IDF features when applied to all corpora. Due to the imbalance between relevant and irrelevant instances in the dataset, each positive instance was assigned a weight, as mentioned above. Default values for SVM training parameters were used (i.e. no parameter tuning was carried out), although three different types of kernel functions were investigated, i.e. linear, radial basis function (RBF) and polynomial (POLY). Unlike the linear kernel that aims to find a unique hyperplane between positive and negative instances, RBF and POLY can capture more complex distinctions between classes than the linear kernel. As illustrated in Fig. 2, the BOW-based classification achieves the best performance when the linear kernel function is used. However, it is necessary to recall that the ratio of positively (i.e. relevant) to negatively (i.e. irrelevant) labelled instances is approximately 1:9 in our corpora. Hence, even if a classifier labels all test samples as irrelevant instances, a very-high accuracy will still be obtained. However, for systematic reviews, it is most important to retrieve the highest possible number of relevant documents; recall is a much better indicator of performance than accuracy. Secondly, both the RBF and polynomial kernel functions obtained zero for precision, recall and F1-score. This can be attributed to the imbalanced nature of the corpora [42]. Additionally, the BOW representation produces a high dimensional space (given the large number of unique words in the corpora). In this high dimensional space, the two non-linear kernels (RFB and POLY) yield a very low performance.
Table 4

Evaluation on all corpora of SVM classifiers trained with TF-IDF features

PrecisionRecallF1-scoreAccuracyROCPRC
Youth development
Linear0.3947990.6863010.501250.86284220.8916290.508361
RBF0.00.00.00.899573530.131870.055498
POLY0.00.00.00.89957350.153240.054825
Cigarette packaging
Linear0.36799990.70769230.484210520.9378960.9392950.477252
RBF0.00.00.00.95880860.063470.021359
POLY0.00.00.00.95880860.0826380.021496
Cooking skill
Linear0.3666660.4824560.4166660.9673650.9228620.328018
RBF0.00.00.00.97580.079370.012568
POLY0.00.00.00.975842330.512070.500
COPD
Linear0.595230.7731950.672640.9090.9276310.720464
RBF0.00.00.00.87920.0668930.064489
POLY0.00.00.00.87920.11390.067315
Proton beam
Linear0.05740.078740.06644510.8817340.5620280.063233
RBF0.00.00.00.94650.4421630.048747
POLY0.00.00.00.94650.4827180.05424

RBF radial basis function kernel, POLY polynomial kernel

Fig. 2

Linear kernel function. Comparison between the performance of BOW-based, topic distribution-based and term-enriched topic classifiers trained using a linear kernel function

Evaluation on all corpora of SVM classifiers trained with TF-IDF features RBF radial basis function kernel, POLY polynomial kernel Linear kernel function. Comparison between the performance of BOW-based, topic distribution-based and term-enriched topic classifiers trained using a linear kernel function

Topic-based classification

Topic-based classification was undertaken by firstly analysing and predicting the topic distribution for each document and then classifying the documents using topics as features. During the phase of training the model, the topic assigned to each word in a document can be considered as a hidden variable, this problem can be solved by using approximation methods such as Monte Carlo Markov chain (MCMC) or variational inference. However, these methods are sensitive to initial parameter settings which are usually set randomly before the first iteration. Consequently, the results could fluctuate within a certain range. The results produced by topic-based classification are all average results. However, our results show that topic distribution is an ideal replacement for the traditional BOW features. Besides other advantages, the most obvious advantage of which is to reduce the dimensions of features for representing a document. Experimental settings were identical in the evaluation of the two sets of classifiers, except for the features being topic distributions in one case and BOW in the other. The optimal LDA model was derived through experimentation with differing numbers of topics (which can also be referred to as “topic density”). In the experiments performed, several values for this parameter were explored. Table 5 shows the results of the evaluation of SVM models trained with topic distribution features using linear, RBF and POLY kernel functions, respectively. We show how the performance varies according to different topic density values for the LDA model. These values were varied from 2 to 100 (inclusive), in increments of 10, and from 100 to 500 in increments of 100 approximately. Generally, each topic density would correspond to a certain size of corpus and vocabulary. Empirically, the larger the size of the corpora and vocabulary, the greater the number of topics that is needed to accurately represent their contents, and vice versa. Tables 6 and 7 show two samples of sets of words and/or terms that are representative of a topic in the same corpus (youth development). Term-enriched (TE) topics include multi-word terms identified by TerMine as well as single words, whilst ordinary topics consist only of single words. From the tables, it can be clearly seen that term-enriched topics are more distinctive and readable than single-word topics. As the classification performance was similar to the single-word topic-based classification, a table like Table 5 will not be presented here. However, a comparison of the classification performance for the three approaches, i.e. BOW-based, topic-based and TE-topic-based will be presented in the next section.
Table 5

Evaluation on the youth development data set of SVM classifiers trained with topic features

Topic densityaPrecisionRecallF1-scoreAccuracyROCPRC
Linear
20.156590.767670.281240.552680.6853620.16959
50.163890.769860.280250.612530.74850.215196
100.216610.7756160.3346830.7063210.7820120.239912
200.228390.77671230.316050.662440.778060.276948
300.2358570.7724650.3579920.7325920.8167730.288951
400.2391570.77301360.364171290.732460.8207950.320774
500.2325580.76712320.356915230.722420.8180620.371289
600.24941410.77712320.353200.7178810.8117050.338449
700.2837060.77191780.4074210.7891080.8413330.342748
800.279560.7821910.35487880.7821910.842540.359227
900.280680.774790.3763660.7488300.8327570.345683
1000.281370.7865750.3761210.7513060.8314860.358541
1500.290820.791780.3795140.7407510.8367470.367825
2000.2949 0.79123 0.4232320.77078 0.850254 0.40842
300 0.3224 0.72054 0.4558 0.95880860.8474790.389575
5000.30590.70820.42720.809350.8441370.39549
RBF
20.1511210.8123280.25483450.52290.6942880.168685
50.159186 0.826027 0.266930.544360.7199560.194878
100.1897660.8027390.3069660.6359880.7753620.201232
200.199480.74520.3147230.6740950.7747150.253942
300.2572610.6794520.3732130.770820.8166080.312387
400.2649120.62050.371310.788960.7992860.301266
500.2464530.6410980.3565340.7670930.7793540.250867
600.235980.576710.334920.769980.778820.250866
700.2555310.490410.335320.805330.7737430.237212
800.395230.39041 0.38255 0.8734350.8061850.318034
90 0.4092 0.2191780.2854590.8898060.8019590.312336
1000.3684210.0191780.036450.898197 0.817434 0.319278
1500000.8775790.8123140.297883
POLY
20.153 0.82602 0.25818 0.52330.70262 0.170105
5 0.17164 0.143150.1564980.843513 0.70445 0.166452
100000.8995740.2855560.06007

Items in italics refer to the highest scores obtained in a column

aResults are reported according to different values of the topic density

Table 6

Term-enriched topics

Topic 1Topic 2Topic 3
School Teen birth rates Program activity
PlainsSchoolMurders
MurdersWeaklyEducare
Cultural tradition CorrespondsProjected
Gang membership Ngos Multidimensional index
Juvenile delinquency prevention program Chile Program activity
Immigration Latino culture Fast track
EducareWore Socio-economic circumstance
Recollections Nonneglected children Nonneglected children
Program activity SkillfulHopkins
Topic 4Topic 5Topic 6
Medical students Mental health worker Shrinking
Program evaluators SkilfulMurders
NepalCortical Social disorganization
CoverformTrauma Gang membership
SelfconfidencePapelHerd
Suicidality Longitudinal designs Medical student
Risk protective CommentatorsKofi
ReasonedJugendOrdered
Discontinue Original abstractamendedcd coden chdeaw Outdoor adventure program
Breed Cultural system Projected

Items in italics refer to multi-word terms

Table 7

Ordinary topics

Topic 1Topic 2Topic 3
ForgedBosnianHorizons
SchoolAcculturationrelatedPascd
EducareRevitalizationSteps
NonconcordantChipceHealthier
NonfarmersApiWore
EightythreeUnavailabilityFibrosis
MdmaParadigmaticEurocentric
PrivatizedIndividualistJustified
ChilePhonicsNoncollege
DiscontinueFulfilsCorrespond
Topic 4Topic 5Topic 6
CindyAbortionsInfectious
CompletionsMediocreAdequate
PhonicsEstimatesMemethods
PsychoticDaysweekPhonics
MdmaCubicPersonalized
HealthierMidwesternThyroxine
OtherfoucsedPrecededApparent
FibrosisInterventionalTwentieth
SuzanneSelfsilencingOutdoor
SchoolEveningsVerbally
Evaluation on the youth development data set of SVM classifiers trained with topic features Items in italics refer to the highest scores obtained in a column aResults are reported according to different values of the topic density Term-enriched topics Items in italics refer to multi-word terms Ordinary topics

Comparison of approaches

A comparison of the performance of the BOW-based model (BOW in legend) against the performance of models trained with topic-based model (TPC) and term enriched-topic model (TE) is presented in this section. According to the results of using a linear function for model training (Fig. 2), models based on topic and TE-topic distribution features yield lower precision, F-score, ROC and PRC but obtain higher recall. For this comparison, the best performing topic-based model (with topic density set to 150 for youth development corpus) was used. It can be observed from Fig. 2 that the BOW-based model outperforms the topic- and TE-topic based one in terms of all metrics except for recall. Figures 3 and 4 illustrate the results of using RBF and POLY kernel functions, respectively, in training BOW, topic-based models and TE-topic-based model on the youth development corpus. It can be observed that employing these kernels, the SVM models trained with topic and TE-topic distributions outperform those trained with BOW features by a large margin. Another observation is that training using RBF and POLY kernel functions significantly degraded the performance of BOW-based models. Using RBF and POLY kernel functions, the BOW-based classifiers perform poorly, with zero in precision, recall and F-score. As noted earlier, high accuracy is not a good basis for judging performance due to the imbalance between positive and negative instances, i.e. even if a classifier labels every document as a negative sample, accuracy will still be around 90 %. Figure 5 gives the comparison of different kernel functions using topic features on the youth development corpus, indicating that taking all measures into account, a linear kernel function gave the best overall performance, achieving the highest score in every metric other than recall. However, both RBF and POLY kernel functions outperformed linear, albeit by only 4 %, on the recall measure, which we have identified as highly pertinent to the systematic review use-case. We used a generic list of kernel functions ranked from high to low in terms of recall for topic-based and TE-topic-based feature in Table 8: POLY >RBF>LINEAR. For a ranked list of feature types in terms of recall, it is: TPC >TE>BOW. Additionally, Figs. 6 and 7 show precision-recall and ROC curves achieved by the models.
Fig. 3

RBF kernel function. Comparison between the performance of BOW-based, topic distribution-based and term-enriched topic classifiers trained using an RBF kernel function

Fig. 4

POLY kernel function. Comparison between the performance of BOW-based, topic distribution-based and term-enriched topic classifiers trained using a POLY kernel function

Fig. 5

Different kernel functions. Comparison between the performance of linear, RBF and POLY kernel functions using topic feature

Table 8

The performance of all corpus with different feature selection and kernel functions

BOWTPCTE
PRFAROCPRCPRFAROCPRCPRFAROCPRC
Linear
Youth development0.3940.6860.5010.8620.8910.5080.2490.7910.3790.7400.8360.3670.1510.8080.2550.5250.6880.154
Cigarette packaging0.3670.7070.4840.9370.9390.4770.0620.9690.0110.3970.7500.0700.0620.9530.0110.4110.6620.066
Cooking skill0.3660.4820.4160.9670.9220.3280.0380.9470.0730.4220.7010.0380.0320.9210.0610.3260.7170.051
COPD0.5950.7730.6720.9090.9270.7200.4180.8760.5660.8380.8930.5570.1840.9070.3060.5040.7140.202
Proton beam0.0570.0780.0660.8810.5620.0630.0570.6060.1050.4520.5470.0680.0540.5510.0980.4600.4790.051
RBF
Youth development0.00.00.00.8990.1310.0550.1590.8260.2660.5440.7190.1940.1450.8090.2460.5010.6790.156
Cigarette packaging0.00.00.00.9580.0630.0210.05500.9860.1040.2930.7290.0940.0630.9230.1180.4350.6930.082
Cooking skill0.00.00.00.97580.0790.0120.0320.8940.0630.3630.6510.0330.0320.9380.0610.3130.6600.033
COPD0.00.00.00.8790.0660.0640.35770.8040.4950.8010.8820.5060.1690.9580.2870.4270.7020.189
Proton beam0.00.00.00.94650.4420.0480.0530.7160.0990.3050.4740.0490.0550.7240.1030.3300.5110.053
POLY
Youth development0.00.00.00.8990.1530.0540.1530.8260.2580.5230.7020.1700.1510.7910.2530.5320.6830.153
Cigarette packaging0.00.00.00.9580.0820.0210.0590.9860.1120.3490.6600.0700.0611.0000.1150.3660.6640.067
Cooking skill0.00.00.00.9750.5120.5000.0370.9380.0720.4180.7030.0390.0310.9030.0610.3320.6550.043
COPD0.00.00.00.87920.1130.0670.2620.8240.3980.6980.7990.2780.1950.8960.3200.5400.7150.196
Proton beam0.00.00.00.94650.4820.0540.00.00.00.9460.4830.0500.00.00.00.9460.4890.052

BOW bag-of-word feature, TPC topic feature, TE term-enriched topic feature

Fig. 6

Receiver operation curve: each figure was produced using a kernel function. Left: linear kernel function. Middle: RBF kernel function. Right: POLY kernel function

Fig. 7

Precision-recall curve: each figure was produced using a kernel function. Left: linear kernel function. Middle: RBF kernel function. Right: POLY kernel function

RBF kernel function. Comparison between the performance of BOW-based, topic distribution-based and term-enriched topic classifiers trained using an RBF kernel function POLY kernel function. Comparison between the performance of BOW-based, topic distribution-based and term-enriched topic classifiers trained using a POLY kernel function Different kernel functions. Comparison between the performance of linear, RBF and POLY kernel functions using topic feature The performance of all corpus with different feature selection and kernel functions BOW bag-of-word feature, TPC topic feature, TE term-enriched topic feature Receiver operation curve: each figure was produced using a kernel function. Left: linear kernel function. Middle: RBF kernel function. Right: POLY kernel function Precision-recall curve: each figure was produced using a kernel function. Left: linear kernel function. Middle: RBF kernel function. Right: POLY kernel function

Conclusions

Our experiments demonstrated that the performance of BOW SVM with linear kernel function has produced the most robust results achieving the highest values in almost every metric, except for recall. But on any systematic reviews classification task, poor performance in recall needs to be addressed. The BOW model yielded a poor performance with RBF and POLY kernel functions due to the data imbalance and dimensionality issue. Topic-based classification significantly addresses this problem by dramatically reducing the dimensionality of the representation of a document (topic feature). The topic-based classifier yielded a higher recall, which means more relevant documents will be identified. Moreover, the topic features enable the classifier to work with RBF and POLY kernels and produce better recall comparing with a linear kernel. The same patterns were observed in all corpora, although there is only one example presented in this article. As future work, we will further investigate the generalisability of the model to diverse domains. Moreover, we plan to explore different machine learning and text mining techniques that can be used to support systematic reviews such as paragraph vectors and active learning. Also, further experiments will be performed in a more realistic situation. For example, whether topics could help reviewers’ decision in “live” systematic review would be an interesting research area in the future. An intuitive image of TE topics has been made in this article. For public health reviews where topics are multidimensional, the presence of diverse multi-word terms in a dataset can be an important element that affects the performance of classifiers. But TE topics have the potential to deal with these difficulties. Further investigation on TE topics will be performed, which would benefit reviewers and help them to understand topics more easily compared to ordinary topics.
  16 in total

1.  Combining relevance assignment with quality of the evidence to support guideline development.

Authors:  Marcelo Fiszman; Bruce E Bray; Dongwook Shin; Halil Kilicoglu; Glen C Bennett; Olivier Bodenreider; Thomas C Rindflesch
Journal:  Stud Health Technol Inform       Date:  2010

2.  Towards automating the initial screening phase of a systematic review.

Authors:  Tanja Bekhuis; Dina Demner-Fushman
Journal:  Stud Health Technol Inform       Date:  2010

3.  Performance of support-vector-machine-based classification on 15 systematic review topics evaluated with the WSS@95 measure.

Authors:  Aaron M Cohen
Journal:  J Am Med Inform Assoc       Date:  2011 Jan-Feb       Impact factor: 4.497

4.  Reducing workload in systematic review preparation using automated citation classification.

Authors:  A M Cohen; W R Hersh; K Peterson; Po-Yin Yen
Journal:  J Am Med Inform Assoc       Date:  2005-12-15       Impact factor: 4.497

Review 5.  Biomedical language processing: what's beyond PubMed?

Authors:  Lawrence Hunter; K Bretonnel Cohen
Journal:  Mol Cell       Date:  2006-03-03       Impact factor: 17.970

Review 6.  Statistical considerations in meta-analysis.

Authors:  Michael Barza; Thomas A Trikalinos; Joseph Lau
Journal:  Infect Dis Clin North Am       Date:  2009-06       Impact factor: 5.982

7.  A new iterative method to reduce workload in systematic review process.

Authors:  Siddhartha Jonnalagadda; Diana Petitti
Journal:  Int J Comput Biol Drug Des       Date:  2013-02-21

8.  A new algorithm for reducing the workload of experts in performing systematic reviews.

Authors:  Stan Matwin; Alexandre Kouznetsov; Diana Inkpen; Oana Frunza; Peter O'Blenis
Journal:  J Am Med Inform Assoc       Date:  2010 Jul-Aug       Impact factor: 4.497

9.  Screening nonrandomized studies for medical systematic reviews: a comparative study of classifiers.

Authors:  Tanja Bekhuis; Dina Demner-Fushman
Journal:  Artif Intell Med       Date:  2012-06-05       Impact factor: 5.326

10.  Combining classifiers for robust PICO element detection.

Authors:  Florian Boudin; Jian-Yun Nie; Joan C Bartlett; Roland Grad; Pierre Pluye; Martin Dawes
Journal:  BMC Med Inform Decis Mak       Date:  2010-05-15       Impact factor: 2.796

View more
  7 in total

Review 1.  Clinical Research Informatics: Supporting the Research Study Lifecycle.

Authors:  S B Johnson
Journal:  Yearb Med Inform       Date:  2017-09-11

Review 2.  Patient healthcare trajectory. An essential monitoring tool: a systematic review.

Authors:  Jessica Pinaire; Jérôme Azé; Sandra Bringay; Paul Landais
Journal:  Health Inf Sci Syst       Date:  2017-04-12

3.  Live cumulative network meta-analysis: protocol for second-line treatments in advanced non-small-cell lung cancer with wild-type or unknown status for epidermal growth factor receptor.

Authors:  Perrine Créquit; Ludovic Trinquart; Philippe Ravaud
Journal:  BMJ Open       Date:  2016-08-03       Impact factor: 2.692

4.  Toward systematic review automation: a practical guide to using machine learning tools in research synthesis.

Authors:  Iain J Marshall; Byron C Wallace
Journal:  Syst Rev       Date:  2019-07-11

5.  Modeling Research Topics for Artificial Intelligence Applications in Medicine: Latent Dirichlet Allocation Application Study.

Authors:  Bach Xuan Tran; Son Nghiem; Oz Sahin; Tuan Manh Vu; Giang Hai Ha; Giang Thu Vu; Hai Quang Pham; Hoa Thi Do; Carl A Latkin; Wilson Tam; Cyrus S H Ho; Roger C M Ho
Journal:  J Med Internet Res       Date:  2019-11-01       Impact factor: 5.428

6.  TextNetTopics: Text Classification Based Word Grouping as Topics and Topics' Scoring.

Authors:  Malik Yousef; Daniel Voskergian
Journal:  Front Genet       Date:  2022-06-20       Impact factor: 4.772

7.  SWIFT-Active Screener: Accelerated document screening through active learning and integrated recall estimation.

Authors:  Brian E Howard; Jason Phillips; Arpit Tandon; Adyasha Maharana; Rebecca Elmore; Deepak Mav; Alex Sedykh; Kristina Thayer; B Alex Merrick; Vickie Walker; Andrew Rooney; Ruchir R Shah
Journal:  Environ Int       Date:  2020-03-20       Impact factor: 9.621

  7 in total

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