<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Decision Tree Approach for Consumer Health Information Search</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>D. Thenmozhi</string-name>
          <email>theni_d@ssn.edu.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>P. Mirunalini</string-name>
          <email>miruna@ssn.edu.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chandrabose Aravindan</string-name>
          <email>aravindanc@ssn.edu.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of CSE, SSN College of Engineering</institution>
          ,
          <addr-line>Kalavakkam, Chennai</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Health information search (HIS) is the process of seeking health related information on the Internet by public health professionals and consumers. Abundance of health related information on the Internet may help a consumer for selfmanagement of illness. Present day search engines retrieve information on consumer queries, but all of the retrieved information may not be relevant to the given query. It is a challenging task to identify the relevant information for a query from the result. In this paper, we present our methodology for a task to identify whether the information available are relevant or irrelevant for a given query using a machine learning approach. The lexical features that are extracted from the text are used by a classi er to predict whether the text are relevant or not for the query. We have also included a statistical feature selection methodology to select the signi cantly contributing features for the classi cation. We have evaluated our two variations using the data set given by CHIS@FIRE2016 shared task. The performance is measured in terms of accuracy and we have obtained overall accuracy of 75.87% for the method without feature selection and 78.1% for the method using 2 feature selection. Statistical t-tests con rm that feature selection has signi cantly reduced the sizes of the models without a ecting the performance.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Information retrieval (IR) is the process of obtaining
information relevant to a given query from a collection of
resources. Internet is the major source of retrieving
information for all domains. Health care is one of the domains
where public health professionals and consumers seek for
information from the Internet. Consumer Health Information
Search (CHIS) is the process of retrieving health related
information from Internet by common people to make some
health related decisions and for self-management of diseases.
Survey on CHIS have been is reported by Cline et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ],
Zhang et al. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] and Fiksdal et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. They have
analyzed diverse purposes and diverse users on CHIS.
Goeuriot et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] analyzed the CHIS users based on varying
information needs, varying medical knowledge and varying
language skills. The existing search engines retrieve
information based on keywords resulting in a large number of
irrelevant information which may not satisfy diverse users
of CHIS. The retrieval performance may be improved either
by assisting the consumers to reformulate the query with
more precise and domain speci c terms [
        <xref ref-type="bibr" rid="ref13 ref18 ref20">20, 13, 18</xref>
        ], or by
categorizing the retrieved information into relevant or
irrelevant [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In this work, we have focused on the shared task
of CHIS@FIRE2016 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] which aims to identify text as
relevant or irrelevant for a query. CHIS@FIRE2016 is a shared
Task on Consumer Health Information Search (CHIS)
collocated with the Forum for Information Retrieval Evaluation
(FIRE). The goal of CHIS track is to research and develop
techniques to support users in complex multi-perspective
health information queries1. This track has two tasks. Given
a CHIS query, and a document associated with that query,
the rst task is to classify whether the sentences in the
document are relevant to the CHIS query or not. The relevant
sentences are those from that document, which are useful in
providing an answer to the query. The second task is to
further classify the relevant sentences as supporting the claim
made in the query, or opposing the claim made in the query.
Our focus is on the rst task of CHIS@FIRE2016.
2.
      </p>
    </sec>
    <sec id="sec-2">
      <title>RELATED WORK</title>
      <p>
        Several research have been carried out in consumer health
information search (CHIS) in recent years. Researchers
analyzed the behaviour of the CHIS users [
        <xref ref-type="bibr" rid="ref2 ref22 ref3">2, 22, 3</xref>
        ] and the
issues in searching for information [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The query
construction, query reformulation and ranking of search result may
improve the performance of CHIS. This section reviews the
related work for CHIS.
2.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Query Reformulation</title>
      <p>
        Many researchers have analyzed the behaviour of the user
in CHIS which help to reformulate the query for
improving the performance of the retrieval. Zeng et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
analyzed the query terms based on the query length, presence
of stop words and frequency distribution and characterized
the query as short and simple. Hong et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] analyzed
HealthLink search logs to nd the behaviour of the user and
found that the average length of queries submitted was 2.1
words. They have suggested that using of retrieval
feedback may improve the consumer health information search
performance. Spink et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] analyzed the query logs of
Alltheweb.com and Excite.com commerical web search
engines to nd the behaviour of health care users. They have
reported that the average length of queries was 2.2 words.
1https://sites.google.com/site/multiperspectivehealthqa/home
Several researchers analyzed how consumers try to
reformulate queries to improve the search performance. Toms and
Latter [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] reported that consumers follow trial-and-error
process to formulation of queries. Sillence et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] stated
that the queries are reformulated using Boolean operators
by the consumers to alter search terms.
      </p>
      <p>
        Several researchers presented algorithms for
reformulating queries to improve health information search. Zeng [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]
recommended additional query terms by computing the
semantic distance among concepts related to the user's
initial query based on concept co-occurrences in the medical
domain. Soldaini et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] proposed a methodology to
bridge the gap between layperson and expert vocabularies
by providing appropriate medical expressions for their
unfamiliar terms. The approach adds the expert expression
to the queries submitted by the users which they call as
query clari cations. They have used a supervised approach
to select the most appropriate synonym mapping for each
query to improve the performance. Keselman et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
supported the users with query formulation support tools and
suggesting additional or alternative query terms to make
the query more speci c. They also educate the consumers
to learn medical terms by providing interactive tools.
Yunzhi et al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] proposed a methodology for query expansion
using hepatitis ontology. They compute semantic similarity
using ontology for nding the similarity of retrieval terms to
improve retrieval performance.
2.2
      </p>
      <p>Machine Learning Approaches for Health
Information Search</p>
      <p>
        Several researchers used machine learning approaches in
health information search. Zhang et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] used a machine
learning approach for rating the quality of depression
treatment web pages using evidence-based health care guidelines.
They have used Nave Bayes classi er to rate the web pages.
Nerkar and Gharde [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed a supervised approach
using support vector machine to classify the semantic relations
between disease and treatment. The best treatment for
Disease is identi ed by applying voting algorithm. Automatic
mapping of concepts from text in clinical report to a
reference terminology is an important task health information
search systems. Casteno et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] presented a machine
learning approach to bio-medical terms normalization for which
they have used hospital thesaurus database.
      </p>
      <p>Many works have been reported on query construction
and query reformulation to improve the performance of
consumer health information search. However, very few works
have been reported on categorizing the retrieved
information into relevant or irrelevant. Our focus is to categorize
the information into relevant or irrelevant for the given query
using machine learning approach in health care domain.</p>
    </sec>
    <sec id="sec-4">
      <title>PROPOSED APPROACH</title>
      <p>We have implemented a supervised approach for this CHIS
task. The steps used in our approach are given below.</p>
      <sec id="sec-4-1">
        <title>Preprocess the given text</title>
      </sec>
      <sec id="sec-4-2">
        <title>Extract features for training data</title>
        <p>Build a model using a classi er from the features of
training data
Predict class label for the instance as \relevant" or
\irrelevant" using the model</p>
      </sec>
      <sec id="sec-4-3">
        <title>The steps are explained in detail in the sequel.</title>
        <p>3.1</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Feature Extraction</title>
      <p>The given text is preprocessed before extracting the
features by removing punctuations like \, ", {, `, ', and and by
replacing the term such as n't with not, &amp; with and, 'm with
am, and 'll with will. The terms of the each sentence in the
given training text are annotated with parts of speech
information such as noun, verb, determiner, adjectives and
adverbs. In general, keyterms/features are extracted from the
noun information. However, in medical domain, adjectives
may also be contributed to the keyterms. For example, the
sentence \Skin cancer is more common in people with light
colored skin who have spent a lot of time in the sunlight." is
relevant to the query \skin cancer". In this sentence, the
adjective \light colored" is also important along with the nouns
namely cancer, skin and sunlight to identify the sentence as
relevant. Hence, all the nouns and adjectives from training
data are extracted as features. We have considered all forms
of nouns (N N ) namely NN, NNS and NNP, and all forms
of adjectives (JJ ) JJ, JJR and JJS to extract the features.
The extracted terms are lemmatized to bring them to their
root forms. The feature set is constructed by eliminating all
duplicate terms from the extracted terms.</p>
      <p>We have used machine learning approach with two
variations to identify whether the given text is relevant or not.
The variations are</p>
      <sec id="sec-5-1">
        <title>1. Approach without feature selection</title>
        <sec id="sec-5-1-1">
          <title>2. Approach using 2 feature selection</title>
          <p>The two variations are described in the following sub
sections.
3.2</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Approach without Feature Selection</title>
      <p>We have used machine learning approach by extracting
the linguistic features without explicit feature selection to
build a model.</p>
      <p>
        The set of extracted features along with the class labels
namely relevant and irrelevant from training data are used
to build a model using a classi er. We have used a decision
tree based classi er called J48 to build the model. J48
classier uses C4.5 algorithm to represent classi cation rules [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
With J48 a model is constructed as tree during the learning
phase.
      </p>
      <p>The features are extracted for each instance of test data
with unknown class label \?", similar to training data using
the features vector of training data. The class label either
\relevant" or \irrelevant" is predicted for the test data
instances using the built model.
3.3</p>
    </sec>
    <sec id="sec-7">
      <title>Approach using 2 Feature Selection</title>
      <p>The number of features extracted by the methodology
may be more. All of them may not be helpful to classify the
text as \relevant" or \irrelevant". We have used a
methodology which computes chi-square value for selecting the
features from linguistic features. This 2 method selects the
features that have strong dependency on the categories by
using the average or maximum 2 statistic value.</p>
      <p>Since, we have only two categories, we form a 2x2
featurecategory contingency table which is called as CHI table for
every feature fi. This table is used to count the co-occurrence
observed frequency (O) of fi for every category C and :C.
Each cell at position (i, j) contains the observed frequency
O(i, j), where i 2 ffi; :fig and j 2 fC; :Cg. Table 1 shows
2x2 feature-category contingency table in which, O(fi; C)
denotes the number of instances that contain the feature
fi belong to category C, O(fi; :C) denotes the number of
instances that contain the feature fi and are in not in
category C, O(:fi; C) denotes the number of instances that
does not contain the feature fi but belong to category C,
and O(:fi; :C) denotes the number of instances that
neither contain the feature fi nor belong to category C.</p>
      <p>The expected frequencies (E) for every feature fi when
they are assumed to be independent can be calculated from
the observed frequencies (O). The observed frequencies are
compared with the expected frequencies to measure the
dependency between the feature and the category. The
expected frequency E(i, j) is calculated from the observed
frequencies (O) using the equation</p>
      <p>E(i; j) =
a2ffi;:figO(a; j) b2fC;:CgO(b; j)
n
(1)
where i represents whether the feature fi is present or not,
j represents whether the instance belongs to C or not, and
n is the total number of instances.</p>
      <p>The expected frequencies namely E(fi; C), E(fi; :C),
E(:fi; C) and E(:fi; :C) are calculated using the above
equation. Then the 2 statistical value for each feature fi is
calculated using the equation
2
statfi = i2ffi;:fig j2fC;:Cg
(O(i; j)</p>
      <p>E(i; j)</p>
      <p>E(i; j))2
(2)
The set of features whose 2</p>
      <p>stat value is greater than
2
crit( =0:05;df=1) : 3:841 are considered to be signi cant
features and those features are selected for building a model
using a classi er. The process to select 2 features from the
linguistic features is given in Algorithm 1.</p>
      <p>The model Mchi for the classi cation is build from training
data by considering the selected feature set Fchi instead of
F . The class label either \relevant" or \irrelevant" is now
predicted for the test data instances by considering the built
model Mchi</p>
    </sec>
    <sec id="sec-8">
      <title>4. IMPLEMENTATION</title>
      <p>We have implemented our methodologies in Java for the
Shared Task on Consumer Health Information Search (CHIS):
Task 1. The data set used to evaluate the task consists of
ve queries and a set of training data and test data for each
query. The queries, number of training instances and
number of test instances are given in Table 2.
4.1</p>
    </sec>
    <sec id="sec-9">
      <title>Approach without Feature Selection</title>
      <p>We have annotated the given sentences using Stanford</p>
      <sec id="sec-9-1">
        <title>Algorithm 1 2 Feature Selection</title>
        <p>Input: Training data T , Set of linguistic features F
Output: Set of 2 features Fchi
1: Let Chi feature set Fchi = ;
2: for (each fi 2 F ) do
3: for (each category C 2 [relevant; irrelevant]) do
4: Construct 2x2 feature-category contingency table
(CHI table) with the observed co-occurrence frequencies
(O) of fi and C using T and F
5: Calculate the expected frequencies (E) using CHI
6:
2
statfi =</p>
        <p>end for
POS tagger2 which uses Penn Treebank tag set. For
example, for the sentence \Skin cancer is more common in people
with light colored skin who have spent a lot of time in the
sunlight.", Stanford POS tagger annotate the sentence as
\Skin NN cancer NN is VBZ more RBR common JJ in IN
people NNS with IN light JJ colored VBN skin NN who WP
have VBP spent VBN a DT lot NN of IN time NN in IN
the DT sunlight NN". All forms of nouns and adjectives are
considered as features. In this example, \skin, cancer,
common, people, light, time, sunlight" are extracted as features.
Then the features are lemmatized. We have used Stanford
lemmatizer to bring the features to their root form.
Likewise, the features are extracted from all the training
instances. Duplicates are eliminated to obtain a set of features
for building a model. The number of features extracted for
each query by this method is given in Table 4.</p>
        <p>We have used J48 as a classi er to build the model with
the extracted features. To implement the classi er, we have
used Weka API3. Since Weka reads the feature vectors in
\ar " format, we have prepared the feature vector les in
\ar " format. The model is built by training the classi er
using the training data feature vectors.</p>
        <p>The class labels either \1" for \relevant" or \0" for
\irrelevant" are predicted using the model for the test instances.
4.2</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>Approach using 2 Feature Selection</title>
      <p>In this variation, we have selected set of features which
signi cantly contribute to identify the classes, from the
linguistic features. To select the features, we have used a
sta2http://nlp.stanford.edu/software/tagger.shtml
3http://www.java2s.com/Code/Jar/w/Downloadwekajar.htm
tistical approach called 2 method. We have constructed
the CHIS table for each feature fi. For example, the CHIS
table which shows the observed frequencies for the feature
\estrogen", with respect to the query \HRT" is given in Table
3.</p>
      <sec id="sec-10-1">
        <title>Estrogen</title>
        <p>:Estrogen</p>
        <p>The total number of training instances are 246 for the
query \HRT". The expected frequencies are calculated from
the CHIS table values using Equation 1. The expected
frequencies obtained for the feature \Estrogen" are 44.0, 8.0,
161.0 and 31.0. The s2tat(Estrogen) is computed using
Equation 2 as 6.098236 which is greater than c2rit( =0:05;df=1) :
3:841. Thus, this \Estrogen" feature is selected as a
candidate feature for building the model using the classi er. The
number of features selected by this statistical method for all
the queries given in the task are shown in Table 4.</p>
        <p>Further, the feature vectors for the training data are
constructed similar to our rst approach in \ar " format and
the model is built by J48 classi er using Weka API.</p>
        <p>Table 5 shows size of the tree in terms of number of nodes
which describe the model created for both variations of our
approach. It is observed from Table 5 that the number of
nodes used in the decision tree by J48 classi er is
considerably reduced when 2 feature selection method is used.</p>
        <p>To show that this reduction is statistically signi cant, we
have applied a t-test on these 2 models. k-Fold paired t-test
with one-tailed distribution is used to show that the
reduction is signi cant when features are selected using 2. The
p values obtained for size of the tree while applying paired
t-test (one-tailed, 95% con dence) is 0.001236616 which is
less than 0.05. This shows that the reduction in size of the
tree is statistically signi cant.</p>
        <p>The prediction is done for the test data as in our rst
approach to identify whether the test instances belong to
one of the category \relevant" or \irrelevant".</p>
        <p>We have evaluated the performance of our methodologies
using the metric accuracy. We have performed the 10-fold
cross validation on training data. The cross validation
accuracies given by the methodologies for the queries are
summarized in Table 6.</p>
        <p>The performance of our both the methods on evaluating
the test data is shown in Figure Table 7. It is observed from
Table 7 that the accuracy obtained after 2 feature selection
is more than the method without feature selection by 2.23%.</p>
        <p>We have compared our two approaches using k-fold paired
t-test and Mcnemar test to show that the improvement in
performance is statistically signi cant. We have applied
5fold paired t-test (1-tailed, 95% con dence, 5 dataset) on
our two approaches and we have obtained the p value of
0.278 for accuracy. Since, this p value is greater than
0.05, we can statistically infer that our approach using 2
feature selection does not reduce the performance of our
system. When we apply Mcnemar test across all data sets, we
obtain the p value of 0.5186 which is also greater than
0.05. These show that our feature selection approach
significantly reduces the size of the model without compromising
the performance.
5.</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>CONCLUSIONS</title>
      <p>
        We have presented a system for identifying whether the
given text are relevant or irrelevant to a query. We have
proposed two variations of our methodology namely an
approach with all features and an approach with selected
features based on chi-square statistical value. In both the
methods, we have identi ed the features and feature vectors are
constructed from training data. We have used J48
classi er to build a model with these feature vectors and the
model is used to predict whether the test instances or
\relevant" or \irrelevant" to the query. We have used the data
set given by CHIS@FIRE2016 shared task to evaluate our
methodology. We have performed a statistical t-test which
shows our 2 feature selection method signi cantly reduces
the size of the model for CHIS@FIRE2016 data set. We
have measured the performance of our approaches using the
metric accuracy. We have obtained the accuracy of 75.87%
and 78.1% for the method without feature selection and the
method using 2 feature selection respectively for the Task 1
of CHIS@FIRE2016 shared task. Statistical t-tests namely
k-fold paired t-test and Mcnemar test con rm that feature
selection has signi cantly reduced the sizes of the models
without a ecting the performance. At present we have used
parts of speech (POS) information and 2 value to extract
and select the features respectively. Further, the features
may be extracted based on the predicate information of the
text [
        <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
        ]. The CHIR value [
        <xref ref-type="bibr" rid="ref6 ref8">8, 6</xref>
        ] may be calculated from
2 value to select the features in future.
      </p>
    </sec>
    <sec id="sec-12">
      <title>Acknowledgments</title>
      <p>We would like to thank the management of SSN Institutions
for funding the High Performance Computing (HPC) lab
where this work is being carried out.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Castano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Berinsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Perez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Avila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gambarte</surname>
          </string-name>
          , S. Ben tez,
          <string-name>
            <given-names>D.</given-names>
            <surname>Luna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Campos</surname>
          </string-name>
          , and
          <string-name>
            <surname>S. Zanetti.</surname>
          </string-name>
          <article-title>A machine learning approach to clinical terms normalization</article-title>
          .
          <source>ACL</source>
          <year>2016</year>
          , page
          <issue>1</issue>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R. J.</given-names>
            <surname>Cline</surname>
          </string-name>
          and
          <string-name>
            <given-names>K. M.</given-names>
            <surname>Haynes</surname>
          </string-name>
          .
          <article-title>Consumer health information seeking on the internet: the state of the art</article-title>
          .
          <source>Health education research</source>
          ,
          <volume>16</volume>
          (
          <issue>6</issue>
          ):
          <volume>671</volume>
          {
          <fpage>692</fpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Fiksdal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumbamu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Jadhav</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Cocos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. A.</given-names>
            <surname>Nelsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pathak</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. B.</given-names>
            <surname>McCormick</surname>
          </string-name>
          .
          <article-title>Evaluating the process of online health information searching: a qualitative approach to exploring consumer perspectives</article-title>
          .
          <source>Journal of medical Internet research</source>
          ,
          <volume>16</volume>
          (
          <issue>10</issue>
          ):
          <fpage>e224</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. J.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kelly</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <article-title>Muller, and</article-title>
          <string-name>
            <given-names>J.</given-names>
            <surname>Zobel</surname>
          </string-name>
          .
          <article-title>Medical information retrieval: Introduction to the special issue</article-title>
          . Inf. Retr.,
          <volume>19</volume>
          (
          <issue>1-2</issue>
          ):1{
          <fpage>5</fpage>
          ,
          <string-name>
            <surname>April</surname>
          </string-name>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hong</surname>
          </string-name>
          , N. de la Cruz,
          <string-name>
            <given-names>G.</given-names>
            <surname>Barnas</surname>
          </string-name>
          , E. Early, and
          <string-name>
            <given-names>R.</given-names>
            <surname>Gillis</surname>
          </string-name>
          .
          <article-title>A query analysis of consumer health information retrieval</article-title>
          .
          <source>In Proceedings of the AMIA Symposium, page 1046</source>
          . American Medical Informatics Association,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M. Janaki</given-names>
            <surname>Meena</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Chandran</surname>
          </string-name>
          .
          <article-title>Naive bayes text classi cation with positive features selected by statistical method</article-title>
          .
          <source>In In International Conference on Autonomic Computing and Communications, ICAC 2009</source>
          , pages
          <fpage>28</fpage>
          {
          <fpage>33</fpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Keselman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. C.</given-names>
            <surname>Browne</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Kaufman</surname>
          </string-name>
          .
          <article-title>Consumer health information seeking as hypothesis testing</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>15</volume>
          (
          <issue>4</issue>
          ):
          <volume>484</volume>
          {
          <fpage>495</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>C. L. Li</given-names>
            <surname>Yanjun</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Chung</surname>
          </string-name>
          .
          <article-title>Text clustering with feature selection by using statistical data</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          ,
          <volume>20</volume>
          (
          <issue>5</issue>
          ):
          <volume>641</volume>
          {
          <fpage>652</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B. E.</given-names>
            <surname>Nerkar</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Gharde</surname>
          </string-name>
          .
          <article-title>Best treatment identi cation for disease using machine learning approach in relation to short text</article-title>
          .
          <source>IOSR Journal of Computer Engineering (IOSR-JCE)</source>
          ,
          <volume>16</volume>
          (
          <issue>3</issue>
          ):5{
          <fpage>12</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P. A. F.</given-names>
            <surname>Pavel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Yonghong</given-names>
            <surname>Peng</surname>
          </string-name>
          and
          <string-name>
            <given-names>B. C.</given-names>
            <surname>Soares</surname>
          </string-name>
          .
          <article-title>Decision tree-based data characterization for meta-learning</article-title>
          .
          <source>IDDM-2002, page 111</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>E.</given-names>
            <surname>Sillence</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Briggs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fishwick</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Harris</surname>
          </string-name>
          .
          <article-title>Trust and mistrust of online health sites</article-title>
          .
          <source>In Proceedings of the SIGCHI conference on Human factors in computing systems</source>
          , pages
          <volume>663</volume>
          {
          <fpage>670</fpage>
          . ACM,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sinha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mannarswamy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Roy</surname>
          </string-name>
          . CHIS@
          <article-title>FIRE: overview of the CHIS track on consumer health information search</article-title>
          .
          <source>In Working notes of FIRE 2016 - Forum for Information Retrieval Evaluation</source>
          , Kolkata, India, December 7-
          <issue>10</issue>
          ,
          <year>2016</year>
          ,
          <string-name>
            <given-names>CEUR</given-names>
            <surname>Workshop</surname>
          </string-name>
          <article-title>Proceedings</article-title>
          . CEUR-WS.org,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L.</given-names>
            <surname>Soldaini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Yates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Yom-Tov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Frieder</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Goharian</surname>
          </string-name>
          .
          <article-title>Enhancing web search in the medical domain via query clari cation</article-title>
          .
          <source>Inf. Retr. Journal</source>
          ,
          <volume>19</volume>
          (
          <issue>1-2</issue>
          ):
          <volume>149</volume>
          {
          <fpage>173</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Spink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Jansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nykanen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Lorence</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ozmutlu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H. C.</given-names>
            <surname>Ozmutlu</surname>
          </string-name>
          .
          <article-title>A study of medical and health queries to web search engines</article-title>
          .
          <source>Health Information &amp; Libraries Journal</source>
          ,
          <volume>21</volume>
          (
          <issue>1</issue>
          ):
          <volume>44</volume>
          {
          <fpage>51</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Aravindan</surname>
          </string-name>
          .
          <article-title>An automatic and clause based approach to learn relations for ontologies</article-title>
          .
          <source>The Computer Journal</source>
          , Accepted for Publication, DOI: 10.1093/comjnl/bxv071,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>D.</given-names>
            <surname>Thenmozhi</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Aravindan</surname>
          </string-name>
          .
          <article-title>Paraphrase identi cation by using clause based similarity features and machine translation metrics</article-title>
          .
          <source>The Computer Journal</source>
          , Accepted for Publication, DOI: 10.1093/comjnl/bxv083,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E. G.</given-names>
            <surname>Toms</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Latter</surname>
          </string-name>
          .
          <article-title>How consumers search for health information</article-title>
          .
          <source>Health informatics journal</source>
          ,
          <volume>13</volume>
          (
          <issue>3</issue>
          ):
          <volume>223</volume>
          {
          <fpage>235</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>C.</given-names>
            <surname>Yunzhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Huijuan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Shapiro</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Travillian</surname>
          </string-name>
          , Ravensara S.and
          <string-name>
            <surname>Lanjuan.</surname>
          </string-name>
          <article-title>An approach to semantic query expansion system based on hepatitis ontology</article-title>
          .
          <source>Journal of Biological Research-Thessaloniki</source>
          ,
          <volume>23</volume>
          (
          <issue>1</issue>
          ):
          <fpage>11</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kogan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Greenes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Boxwala</surname>
          </string-name>
          , et al.
          <article-title>Characteristics of consumer terminology for health information retrieval</article-title>
          .
          <source>Methods of information in medicine</source>
          ,
          <volume>41</volume>
          (
          <issue>4</issue>
          ):
          <volume>289</volume>
          {
          <fpage>298</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Q. T. e. a. Zeng.</surname>
          </string-name>
          <article-title>Assisting consumer health information retrieval with query recommendations</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>13</volume>
          (
          <issue>1</issue>
          ):
          <volume>80</volume>
          {
          <fpage>90</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Burkell</surname>
          </string-name>
          , and
          <string-name>
            <surname>R. E. Mercer.</surname>
          </string-name>
          <article-title>A machine learning approach for rating the quality of depression treatment web pages</article-title>
          .
          <source>iConference 2014 Proceedings</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Heaton</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Winkler</surname>
          </string-name>
          .
          <article-title>Health information searching behavior in medlineplus and the impact of tasks</article-title>
          .
          <source>In Proceedings of the 2nd ACM SIGHIT International Health Informatics Symposium</source>
          , pages
          <volume>641</volume>
          {
          <fpage>650</fpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>