<!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>A Joint Local-Global Approach for Medical Terminology Assignment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Liqiang Nie</string-name>
          <email>nieliqiang@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohammad Akbari</string-name>
          <email>akbari@nus.edu.sg</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tat-Seng Chua</string-name>
          <email>chuats@nus.edu.sg</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tao Li</string-name>
          <email>coylee917@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National University of</institution>
          ,
          <country country="SG">Singapore</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Zhejiang University</institution>
        </aff>
      </contrib-group>
      <fpage>24</fpage>
      <lpage>27</lpage>
      <abstract>
        <p>In community-based health services, vocabulary gap between health seekers and community generated knowledge has hindered data access. To bridge this gap, this paper presents a scheme to label question answer(QA) pairs by jointly utilizing local mining and global learning approaches. Local mining attempts to label individual QA pair by independently extracting medical concepts from the QA pair itself and mapping them to authenticated terminologies. However, it may suffer from information loss and lower precision, which are caused by the absence of key medical concepts and presence of irrelevant medical concepts. Global learning, on the other hand, works towards enhancing the local mining via collaboratively discovering missing key terminologies and keeping off the irrelevant terminologies by analyzing the social neighbors. Practically, this unsupervised scheme holds potential to large-scale data.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Categories and Subject Descriptors</title>
      <sec id="sec-1-1">
        <title>J.3 [Life and Medical Sciences]: Health</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>BACKGROUND</title>
      <p>
        The rise of digital technologies has transformed the
patient-doctor relationships. Nowadays, when patients
struggle with their health concerns, the majority usually
explore the Internet to research the problem before and
after they see their doctors. For example, 70% of Canadians
turned to Internet to look up health-related information in
2009 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and 72% of American Internet users searched for
health solutions in 2012 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. These metrics have reflected
the scope and scale of the online health seekers.
      </p>
      <p>
        To better serve the needs of health seekers,
communitybased health services have emerged as effective platforms
for health knowledge dissemination and exchange, such
as HealthTap1, HaoDF2 and WenZher[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. They not
only permit health seekers to freely post health-oriented
questions, but also encourage doctors to provide trustworthy
answers. Figure 1 demonstrates one typical QA pair
example. Over time, a tremendous number of QA pairs
has been accumulated in their repositories, and in most
circumstances, health seekers may directly locate good
answers by searching from these archives, rather than
waiting for the experts’ responses or painfully browsing
through a list of documents from the general search engines.
2.
      </p>
    </sec>
    <sec id="sec-3">
      <title>CHALLENGES</title>
      <p>In many cases, the community generated health
content may not be directly usable due to the vocabulary
gap, since participants with diverse backgrounds do not
necessarily share the same vocabulary. Take HealthTap
as an example. The same question may be described in
substantially different ways by two individual health seekers.
On the other hand, the answers provided by doctors may
contain acronyms with multiple possible meanings, and
nonstandardized terms.
1https://www.healthtap.com/
2www.haodf.com</p>
      <sec id="sec-3-1">
        <title>Tri-stage Framework</title>
        <p>Noun Phrase</p>
        <p>Extractor
Medical Concept</p>
        <p>Identifier
Medical Concept</p>
        <p>Normalizer
Local Coding</p>
      </sec>
      <sec id="sec-3-2">
        <title>Local Mining Results</title>
        <p>Likeliness Pregnancy</p>
        <p>Birth Control
Pregnancy</p>
        <p>Birth Control
Unplanned Pregnancy</p>
        <p>Contraception
Corpus-aware</p>
        <p>Vocabulary
Unplanned Pregnancy Contraception
What is the likeliness a pregnancy
could occur on birth control?
Unplanned Pregnancy Contraception Uses Contraceptive Sheath
What is the likeliness a pregnancy could occur on
birth control?
Lexical Similarities</p>
        <p>Terminology
Sharing Network</p>
        <p>Inter-expert
Relationship
Hierarchical
Terminology
Relationship</p>
        <p>
          In this work, we define medical concepts as medical
domain-specific noun phrases, and medical terminologies as
authenticated phrases by well-known organizations that are
used to accurately describe the human body and associated
components, conditions and processes in a science-based
manner. Even though some health communities have
recently suggested doctors to annotate their answers with
medical concepts, we cannot ensure that they are medical
terminologies. Meanwhile, the tags adopted by doctors
often vary greatly [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. For example, “heart attack“ and
“myocardial disorder“ are employed by different doctors to
refer to the same medical diagnosis. It was shown that the
inconsistency of community generated health data greatly
hindered the cross-resource data exchange, management and
integrity [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Even worse, it was reported that users had
encountered big challenges in reusing the archived content due
to the incompatibility between their search terms and those
accumulated medical records [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Therefore, automatic
coding of the QA pairs with standardized terminologies is
highly desired. It leads to a consistent interoperable way
of indexing, storing and aggregating across specialties and
sites. In addition, it facilitates QA pair retrieval via bridging
the vocabulary gap between the queries and archives by
coding the new queries with the standardized terminologies.
        </p>
        <p>
          It is worth mentioning that there already exist several
efforts dedicated to research on automatically mapping
medical records to terminologies [
          <xref ref-type="bibr" rid="ref10 ref17 ref19 ref2 ref7">19, 2, 10, 7, 17</xref>
          ]. Most of
these efforts, however, focused on hospital generated health
data or health provider released sources by utilizing either
isolated or loosely coupled rule-based and machine learning
approaches. Compared to this kind of data, the emerging
community generated health data is more colloquial, in
terms of inconsistency, complexity and ambiguity, which
pose challenges for data access and analytics. Further,
most of the previous work simply utilizes the external
medical dictionary to code the medical records rather than
considering the corpus-aware terminologies. Their reliance
on the external corpus independent knowledge may
potentially bring in inappropriate terminologies. Constructing a
corpus-aware terminology vocabulary to prune the irrelevant
terminologies of specific dataset and narrow down the
candidates is the tough issue we are facing. In addition, the
varieties of heterogeneous cues were often not adequately
exploited simultaneously. Therefore, a robust integrated
framework to draw the strengths from various resources and
models is still expected.
3.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>METHOD</title>
      <p>To overcome these limitations, we propose a novel scheme
that is able to code the QA pairs with corpus-aware
terminologies. As illustrated in Figure 2, the proposed
scheme consists of two mutually reinforced components,
namely, local mining and global learning.
3.1</p>
    </sec>
    <sec id="sec-5">
      <title>Local Mining</title>
      <p>Local mining aims to locally code the QA pairs by
extracting the medical concepts from individual instance
and then mapping them to terminologies based on the
external authenticated vocabularies. To accomplish this
task, we establish a tri-stage framework, which includes
noun phrase extraction, medical concept detection and
medical concept normalization.</p>
      <p>To extract all the noun phrases, we initially assign
partof-speech tags to each word in the given QA pair by Stanford
POS tagger3. We then extract tag sequences that match a
fixed pattern of part-of-speech tags as noun phrases from
the texts. This pattern is formulated as follows.
(Adjective|N oun) (N oun
?(Adjective|N oun) N oun:</p>
      <p>P reposition)
(1)
A sequence of tags matching this pattern ensures that the
corresponding words make up a noun phrase. For example,
the following complex sequence can be extracted as a noun
phrase: “ineffective treatment of terminal lung cancer”.</p>
      <p>
        Inspired by the efforts in [
        <xref ref-type="bibr" rid="ref18 ref6">18, 6</xref>
        ], in order to differentiate
the medical concepts from other general noun phrases,
we assume that concepts that are relevant to medical
domain occur frequently in medical domain and rarely in
3http://nlp.stanford.edu/software/tagger.shtml
non-medical ones. Based on this assumption, we employ
the concept entropy impurity (CEI) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to comparatively
measure the domain-relevance of a concept by comparing
the term frequencies between two different corpora D1 and
D2. D1 is our medical-domain corpus and D2 is a general
English Gigaword data of Linguistic Data Consortium4.
      </p>
      <p>
        As aforementioned, we cannot ensure that all medical
concepts are standardized terminologies. Take “birth control”
as an example. It is recognized as a medical concept by
our approach, but it is not an authenticated terminology.
Instead, we should map it into “contraception”. Therefore,
it is essential to normalize the detected medical concepts
according to an appropriate external standardized dictionary
and this normalization is the key to bridging the vocabulary
gap. In this work, we use SNOMED CT5 as our dictionary,
since it provides the core general terminologies for the
electronic health record and formal logic-based hierarchical
structure. The terminologies and their descriptions in
SNOMED CT are first indexed6. We then search each
medical concept against the indexed SNOMED CT. For
the medical concepts with multiple matched results, e.g.,
two results returned for “female”, we keep all the returned
terminology candidates for further selection. Enlightened
by Google distance [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], we estimate the semantic similarity
between the medical concept and the returned terminology
candidates via exploring their co-occurrence on Google. We
then select the most relevant terminology candidate as the
normalized result.
      </p>
      <p>Local mining, however, may suffer from various problems.
The first problem is incompleteness. This is because some
key medical concepts may not explicitly present in the QA
pairs. The QA pair illustrated in Figure 2 shows an example
of this situation, where the accurate terminology: “use
contraceptive sheath” is absent from the QA pair. The
second one is the lower precision. This is due to some
irrelevant medical concepts explicitly embedded in the QA
pairs, and are mistakenly detected and normalized by the
local approach. For instance, given the question, “What are
the risks getting pregnant and giving birth later in life ? ”,
the terminology “finding of life event” as normalized from
the irrelevant medical concept “life” is assigned as code. It
is less informative to capture the main intent.
3.2</p>
    </sec>
    <sec id="sec-6">
      <title>Global Learning</title>
      <p>It is noteworthy that most previous efforts, including our
local approach, attempted to map the QA pairs directly
to the entries in external dictionaries without any pruning.
This approach often presents problems since the external
dictionaries usually cover relatively comprehensive
terminologies and are far beyond the vocabulary scope of the given
corpus. It may result in the deterioration in coding
performance in terms of efficiency and effectiveness. The problem
is caused by the over-widened scope of vocabularies, which
may bring in unpredictable noises and make the precise
terminology selection challenging. As a byproduct, a
corpusaware terminology vocabulary is naturally constructed by
our local mining approach, which can be used as terminology
space for further learning.</p>
      <p>
        Let Q = {q1; q2; :::; qN } and T = {t1; t2; :::; tM }
respectively denote a repository of QA pairs and their associated
4http://www.ldc.upenn.edu/
5http://www.ihtsdo.org/snomed-ct/
6http://viw2.vetmed.vt.edu/sct/menu.cfm
locally mined terminologies. The target of global learning
is to learn appropriate terminologies from the global
terminology space T to annotate each q in Q. In this work,
the global learning task is regarded as a multi-label learning
problem[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. It is formulated as,
      </p>
      <p>M {
arg min ∑</p>
      <p>F i=1
Ω(fi) + L(fi) +</p>
      <p>M }
∑ Rij∥fi − fj∥2 ; (2)
j=1
where M refers to the number of classes, i.e., the number
of medical terminologies to be assigned. Vector fi is
the ith column of F, representing the relevance scores of
each QA pair to the i-th terminology. Ω(f) and L(f)
denotes the regularizer on the hypergraph and empirical
loss, respectively. In addition, Rij is the inter-terminology
relationship between terminology i and terminology j. They
are mined by exploiting the external well-structured
ontology, which are able to alleviate the granularity mismatch
problems and reduce the irrelevant sibling terminologies. By
differentiating the above equation with respect to F, we can
obtain a closed-form solution.</p>
      <p>
        The philosophy to formulate these three objectives is as
follows. The first objective aims to guarantee that the
relevance probability function is continuous and smooth in
semantic space. This means that the relevance probabilities
of semantically similar QA pairs should be close to each
other. The second objective is ensured by the empirical
loss function, which forces the relevance probabilities to
approach the initial roughly estimated relevance scores. These
two implicit constraints are widely adopted in
rerankingoriented approaches [
        <xref ref-type="bibr" rid="ref12 ref13 ref14 ref15">12, 13, 14, 15</xref>
        ]. The last encourages
the values of QA pairs, which are connected by hierarchical
structured terminologies, to be similar to each other.
      </p>
      <p>
        When it comes to hypergraph construction, the N QA
pairs from Q are regarded as vertices and they are connected
by three types of hyperedges. The first type takes each
vertex as a centroid and forms a hyperedge by circling
around its k-nearest neighbors based on QA pair content
similarities. This procedure was first adopted in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The
second type is based on terminology-sharing network. For
each terminology, it groups all the QA pairs sharing the
same terminology together. The third type actually takes
the users’ social behaviours into consideration by rounding
up all the questions answered by closely associated doctors.
The inter-doctor relationships are inferred from the doctors’
historical data. Specifically, doctors who are frequently
respond to the same kinds of questions probably share
highly overlapping expertise, and thus the questions they
answered can be regarded as semantically similar to a certain
extent. As a consequence, up to N + M + U hyperedges
are constructed in our hypergraph, where U is the
number of involved doctors. Learning from this hypergraph,
we are able to find missing key concepts and propagate
precise terminologies among underlying connected records
over a large collection. Besides the semantic similarity
among QA pairs and terminology-sharing network, the
interterminology and inter-expert relationships are seamlessly
integrated in the proposed model. It is noteworthy that
a rich set of healthcare specific features are extracted and
weighted for similarity estimation.
      </p>
    </sec>
    <sec id="sec-7">
      <title>EXPERIMENTS</title>
      <p>We crawled more than 109 thousand QA pairs from
```````````</p>
      <p>Metric
Apporach</p>
      <p>LocalMining</p>
      <sec id="sec-7-1">
        <title>Local+Global</title>
        <p>and locally+globally recommended terminologies. Answers are not displayed due to limited space.</p>
        <p>QA pairs
Is it safe to color my hair</p>
        <p>during pregnancy ?
If I get an infection caused
by gum disease, can that be
transferred to my fetus ?</p>
        <p>Locally Mined Terminologies</p>
        <p>Local Mining + Global Learning
hair structure, dyed hair, feeling safe,</p>
        <p>hair structure, patient currently pregnant,
patient currently pregnant,
first trimester pregnancy...
infectious disease, gingival disease,
entire fetus, inflammation,
periodontal disease...</p>
        <p>coal tar allergy, hair color change,</p>
        <p>disorder of endocrine system...
infectious disease, prematurity of fetus,
gingival disease, periodontal disease
low birth weight infant...</p>
        <p>HealthTap, which involve 5; 958 unique doctors. For ground
truth construction, we invited three professionals with
master degrees majored in medicine programme.
labelers were trained with a short tutorial and a set of
demonstrating examples. A majority voting scheme among
the three labelers can partially alleviate the subjectivity
problem. The annotators were required to label only top
five recommended terminologies for each QA pair, and they
were labeled either as “positive” or “negative”. 100 QA pairs
were labeled as testing set.</p>
        <p>
          We adopted two metrics that are able to characterize
precisions from different aspects. The first is average S@K
over all testing QA pairs, which measures the probability
of finding a relevant terminology among the top K
recommended ones. To be specific, for each testing QA pair, S@K
is assigned to 1 if a relevant terminology is positioned in the
top K and 0 otherwise. The second one is average P @K that
stands for the proportion of recommended terminologies
that are relevant[
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. P @K is defined as P @K = jC\Rj
        </p>
        <p>jCj
where C is a set of the top K terminologies, and R is the
manually labeled positive ones.</p>
        <p>We can see that the
local mining approach achieves the worst performance. This
is reasonable, because irrelevant concepts may be mapped
to terminologies because of their presence in the QA pairs.
pair samples with locally minded terminologies and
locally+globally recommended ones. Intuitively, the
terminologies are more comprehensive and reliable after enhancement
with global learning.</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>5. CONCLUSIONS AND FUTURE WORK</title>
      <p>This paper presented a medical terminology assignment
scheme to bridge the vocabulary gap between health seekers
and community generated knowledge.</p>
      <p>A strong unified
framework of local mining and global learning is proposed to
tackle this research issue, instead of the conventional isolated
utilization.</p>
      <p>It proposes the concept entropy impurity
approach to comparatively detect and normalize the medical
concepts locally, which naturally construct a corpus-aware
terminology vocabulary with the help of external knowledge.
In addition, it builds a novel global learning model to
enhance the local coding results. This model seamlessly
integrates various heterogeneous cues.</p>
      <p>In the future, we will investigate how to flexibly organize
the unstructured medical content into user needs-aware
ontology by the recommended medical terminologies.</p>
    </sec>
    <sec id="sec-9">
      <title>6. ACKNOWLEDGEMENTS</title>
      <p>This work was supported by NUS-Tsinghua Extreme
Search project under the grant number: R-252-300-001-490.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. L.</given-names>
            <surname>Cilibrasi and P. M. B. Vitanyi</surname>
          </string-name>
          .
          <article-title>The google similarity distance</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>C.</given-names>
            <surname>Dozier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kondadadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Al-Kofahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chaudhary</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Guo</surname>
          </string-name>
          .
          <article-title>Fast tagging of medical terms in legal text</article-title>
          .
          <source>In Proceedings of the International Conference on Arti cial Intelligence and Law</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>e-HIM Work Group on Computer-Assisted Coding</article-title>
          .
          <article-title>Delving into computer-assisted coding</article-title>
          .
          <source>Journal of American Health Information Management Association</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Fox</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Duggan</surname>
          </string-name>
          . Health online
          <year>2013</year>
          . Survey, Pew Research Center,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Metaxas</surname>
          </string-name>
          .
          <article-title>Image retrieval via probabilistic hypergraph ranking</article-title>
          .
          <source>In IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.-Y.</given-names>
            <surname>Kim</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Goebel</surname>
          </string-name>
          .
          <article-title>Detection and normalization of medical terms using domain-specific term frequency and adaptive ranking</article-title>
          .
          <source>In Information Technology and Applications in Biomedicine</source>
          , IEEE International Conference on,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Larkey</surname>
          </string-name>
          and
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <article-title>Automatic assignment of icd9 codes to discharge summaries</article-title>
          .
          <source>PhD Thesis</source>
          , University of Massachusetts at Amherst,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Law</surname>
          </string-name>
          .
          <article-title>Online drug information in canada</article-title>
          .
          <source>Technical report</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>G.</given-names>
            <surname>Leroy</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <article-title>Meeting medical terminology needs-the ontology-enhanced medical concept mapper</article-title>
          .
          <source>IEEE Transactions on Information Technology in Biomedicine</source>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L. V.</given-names>
            <surname>Lita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Niculescu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Bi</surname>
          </string-name>
          .
          <article-title>Large scale diagnostic code classification for medical patient records</article-title>
          .
          <source>In Proceedings of the Conference on Arti cial Intelligence in Medicine</source>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Akbari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.-S.</given-names>
            <surname>Chua</surname>
          </string-name>
          . Wenzher:
          <article-title>Comprehensive vertical search for healthcare domain</article-title>
          .
          <source>In Proceedings of the International ACM SIGIR Conference</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-J.</given-names>
            <surname>Zha</surname>
          </string-name>
          , and T.-S. Chua.
          <article-title>Beyond text qa: Multimedia answer generation by harvesting web information</article-title>
          .
          <source>IEEE Transactions on Multimedia</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-J.</given-names>
            <surname>Zha</surname>
          </string-name>
          , and T.-S. Chua.
          <article-title>Oracle in image search: A content-based approach to performance prediction</article-title>
          .
          <source>ACM Transactions on Information System</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-J.</given-names>
            <surname>Zha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.-S.</given-names>
            <surname>Chua</surname>
          </string-name>
          .
          <article-title>Multimedia answering: Enriching text qa with media information</article-title>
          .
          <source>In Proceedings of the International ACM SIGIR Conference</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hong</surname>
          </string-name>
          , and T.-S. Chua.
          <article-title>Harvesting visual concepts for image search with complex queries</article-title>
          .
          <source>In Proceedings of the International Conference on Multimedia</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-L.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.-S.</given-names>
            <surname>Chua</surname>
          </string-name>
          .
          <article-title>Learning to recommend descriptive tags for questions in social forums</article-title>
          .
          <source>ACM Transactions on Information System</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Suominen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ginter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pyysalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Airola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pahikkala</surname>
          </string-name>
          , S. Salantera, and
          <string-name>
            <given-names>T.</given-names>
            <surname>Salakoski</surname>
          </string-name>
          .
          <article-title>Machine learning to automate the assignment of diagnosis codes to free-text radiology reports: a method description</article-title>
          .
          <source>In Proceedings of the ICML Workshop on Machine Learning for Health-Care Applications</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Velardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Missikoff</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Basili</surname>
          </string-name>
          .
          <article-title>Identification of relevant terms to support the construction of domain ontologies</article-title>
          .
          <source>In Proceedings of the workshop on Human Language Technology and Knowledge Management</source>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>L.</given-names>
            <surname>Yves</surname>
          </string-name>
          <string-name>
            <surname>A</surname>
          </string-name>
          .,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lyudmila</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Carol</surname>
          </string-name>
          .
          <article-title>Automating icd-9-cm encoding using medical language processing: A feasibility study</article-title>
          .
          <source>In Proceedings of the AMIA Annual Symposium</source>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Y.-L. Zhao</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Nie</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            , and
            <given-names>T.-S.</given-names>
          </string-name>
          <string-name>
            <surname>Chua</surname>
          </string-name>
          .
          <article-title>Personalized recommendations of locally interesting venues to tourists via cross region community matching</article-title>
          .
          <source>ACM Transactions on Intelligent Systems and Technology</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>G.</given-names>
            <surname>Zuccon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Koopman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Vickers</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Butt</surname>
          </string-name>
          .
          <article-title>Exploiting medical hierarchies for concept-based information retrieval</article-title>
          .
          <source>In Proceedings of the Seventeenth Australasian Document Computing Symposium</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>