<!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>USI at BioASQ 2015: a Semantic Similarity-Based Approach for Semantic Indexing</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nicolas Fiorini</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sylvie Ranwez</string-name>
          <email>ranwez@supagro.inra.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sébastien Harispe</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jacky Montmain</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vincent Ranwez</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LGI2P research center from the École des mines dAlès</institution>
          ,
          <addr-line>Site de Nîmes, Parc scientifique G. Besse, 30035 Nîmes cedex 1</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>UMR AGAP, Montpellier SupAgro/CIRAD/INRA, 2 place Pierre Viala</institution>
          ,
          <addr-line>Montpellier cedex 1 34060</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The need of indexing biomedical papers with the MeSH is incessantly growing and automated approaches are constantly evolving. Since 2013, the BioASQ challenge has been promoting those evolutions by proposing datasets and evaluation metrics. In this paper, we present our system, USI, and how we adapted it to participate to this challenge this year. USI is a generic approach, which means it does not directly take into account the content of the document to annotate. The results lead us to the conclusion that methods that solely rely on semantic annotations available in the corpus can already perform well compared to NLP-based approaches as our results always figure in the top ones.</p>
      </abstract>
      <kwd-group>
        <kwd>MeSH indexing</kwd>
        <kwd>semantic similarity</kwd>
        <kwd>kNN approach</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The task 3a of the BioASQ challenge consists in indexing new biomedical papers
with MeSH concepts. The need of document indexed by terms of a thesaurus like
the MeSH has already been emphasized several times in Information Retrieval
[
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. This task has been historically done by experts, later helped by automated
methods [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Nowadays, it gets more and more importance with the increasing
number of papers to annotate. Indeed, PubMed library has been adding about
one million papers yearly since 20083.
      </p>
      <p>
        BioASQ aims at evaluating the indexing systems according to two criteria:
effectiveness and efficiency. The first one is assessed by using common metrics in
text classification, the F-measure and the LCA-F [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Although the speed of the
systems is not directly measured, when a test set is released, the participants
have a short amount of time — 21 hours — to send their results.
⋆ Corresponding author
3 http://www.nlm.nih.gov/bsd/licensee/baselinestats.html
      </p>
      <p>Blocking points quickly appear when one wants to properly accomplish this
task. For each paper to annotate, the system has to pick n concepts — where
n varies — among a set of more than 27,000 concepts. The definition of n as
well as the concepts to pick both consitute the first main problem. The second
problem is related to the knowledge base. The MeSH is a structured thesaurus,
that is, it provides unique concepts that are organized as a graph. Therefore, a
simple mapping of the terms contained in the title or abstract of an article is
not sufficient to accurately annotate this article.</p>
      <p>
        The litterature shows that several investigations have been made to tackle
those challenges. Some rely on concept extraction based on the text. This means
that the system does some Natural Language Processing (NLP) and aims at
finding lemmas in the text that can be mapped on the thesaurus [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. Those
methods can be enriched with other processes such as Machine Learning (ML). It
has been extensively used during the last years and many approaches have been
tested: learning-to-rank [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], gradient boosting [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], or reflective random indexing
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Some authors also stated that ML methods can be more or less appropriate
depending on the problem and proposed a meta-learning solution that learns the
ML approach to apply for a given problem [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. So far, hybrid methods — those
based on both NLP and ML — produced the best result [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        We previously presented USI (User-oriented Semantic Indexer), a method
that does not do any NLP nor ML [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This paper briefly introduces USI and
shows how we adapted and tested it for this challenge. We also investigate on how
generic methods may or may not contribute to the future of semantic indexing.
2
2.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Method</title>
      <sec id="sec-2-1">
        <title>USI Generic Approach</title>
        <p>USI is a generic method that aims at indexing entities of any type — be it
text files, audio or video samples, genes, etc. — as long as there is an existing
collection of entities that are already annotated. It is based on a k Nearest
Neighbors (kNN) approach and it proceeds in two steps:
– identifying the neighbors, i.e documents in the corpus that are close to the
one to annotate,
– using this neighborhood for annotating this document.</p>
        <p>
          This kind of approach has already been used in the litterature [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] as
part of a bigger process mixing NLP and ML. The aim of USI is to get rid of the
content processing so that it can be applied on any document. Besides, several
studies highlighted the fact that the full text is rarely accessible for biomedical
papers for instance [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. There are several downsides of such a generic approach.
First, the quality of annotations is not guaranteed as less properties are used to
annotate the document than with classical systems. Second, the approach still
has to be effective enough not to have an exploding computation time. Finally,
it requires to be able to find neighboring documents in the corpus.
        </p>
        <p>USI tries to deal with the first problem by using semantic similarities. In
fact, when the neighborhood has been set, USI selects the set of concepts in the
annotations of the neighbors that is the most semantically similar with every
other neighbor. Formally, for a given document to annotate, let us define its
neighbors as K with k = jKj. K contains documents d that are respectively
annotated by a set of concepts Ad each. The list of all those annotations for the
neighborhood forms a family of set AK . For example, consider two neighbors
d1; d2 respectively annotated by A1 = fca; cbg; A2 = fca; ccg where ca; cb; cc are
concepts — here, MeSH headings; then Ak = ffca; cbg; fca; ccgg. In order not to
look for the solution in the whole thesaurus, we define a search space A0 such
that</p>
        <p>A = argmax {f (A)}; f (A) =</p>
        <p>A A0</p>
        <p>Ad2AK
1 ∑ sim(A; Ad)
k
jAj;
(2)</p>
        <p>An optimal solution A
objective function defined as:</p>
        <p>
          with 2 [0; 1]. sim(A; Ad) represents the semantic similarity of A with Ad.
This semantic similarity can be any one of the numerous semantic similarity
measures of the litterature. Here, we need to assess the similarity of two sets of
concepts so a groupwise measure seems appropriate. However, the calculation
of direct groupwise measures — such as the Dice or Jaccard indices — is
timeconsuming. We thus chose to use an indirect groupwise measure called Best
Match Average (BMA) [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], a composite average based on pairwise similarity
values that can be efficiently updated when removing a single concept from the
testing solution A. With simp(a; b) being a pairwise semantic similarity measure
for two concepts a; b, BMA is defined as follows:
        </p>
        <p>A0 =
∪</p>
        <p>Ad:</p>
        <p>Ad2Ak
A0 has to be found. To do so, USI follows an
(1)
(3)
sim(A; B) =
1</p>
        <p>∑ simm(c; B) +
2jAj c2A
1</p>
        <p>∑ simm(c; A);
2jBj c2B
where simm(c; A) = maxc′2A(simp(c; c′)). This means finding for each concept
of A the most similar one in B and vice versa. Hence BMA needs the
selection of a pairwise measure and an associated Information Content (IC) measure.
The choice of these metrics obviously impacts USI performance and is further
detailed in ğ2.2. is a concision constraint and represents the decrease of the
similarity with the neighbors that is allowed for the removal of one concept
of A. For example, say = 0:02. Let A1; A2 be sets of concepts such that
A1 = fca; cb; ccg; A2 = fca; cbg. Assume that the similarity with the neighbors
— the first part of f (A) in equation 3 — is 0:70 for A1 and 0:69 for A2. Then,
f (A1) = 0:64 and f (A2) = 0:65. Therefore in that case A2, a more concise
annotation, is favored. For the challenge the value of has been empirically optimized
on the training sets ( = 0:01).</p>
        <p>
          The second problem encountered when designing a non-content-based method
— i.e., keeping the computation time low — is even bigger as we need to find
a subset of A0 maximizing an objective function. The computation of semantic
similarities is also time-consuming for any non-trivial measure. We thus
implemented a heuristic algorithm that starts from A0 and removes concepts until the
value of f (A) stops increasing. The concept that is removed at each iteration is
the one that leads to the best increase of f (A). This algorithm computes a
solution in polynomial time and we optimized it to reduce its time complexity [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>
          Finally, there is the definition of neighbor documents. This task is actually
an information retrieval task. For a given document (or its title, abstract, etc. for
an article), finding the ones in the corpus that are the most similar. There is one
main tool for this purpose in PubMed called PMRA. It is even usable through
a web service [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], so it perfectly meets the needs of USI for this challenge.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>USI Adaptations for BioASQ</title>
        <p>The BioASQ challenge is a fantastic opportunity for us to test USI with several
variations in a real case context. Indeed, USI has parameters for which we have
no or poor idea of the value they should take. They are:
– the size of the neighborhood,
– the semantic similarity measure and an associated IC metric,
– the impact of integrating baseline results.</p>
        <p>
          We thus propose several systems presented in table 1. Although we already
studied the impact of the size of the neighborhood, we wanted to confirm those
results on a larger scale through this challenge. We previously concluded that
considering a too large neighborhood (&gt; 20) may significantly negatively impact
the results. The reason is that when k increases, it introduces noise in A0 that
is difficult to get rid of. In our previous tests, best results were obtained with
k = 10. We reproduced this experiment by proposing two systems implementing
USI as described in ğ2.1, with k = 10 and k = 20. The choice of the semantic
similarity measure for these sytems was Lin [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] using Seco’s IC [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] as those
were the default values in USI and quite neutral metrics.
        </p>
        <p>
          Recent work introduced an abstract framework that encompasses many
semantic similarities [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] and provides a Java library (SML) to use it [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. We used
this library for testing the broad spectrum of semantic similarities deriving from
the ratio model below.
        </p>
        <p>simRM (a; b) =</p>
        <p>
          f (A \ B)
f (AnB) + f (BnA) + f (A \ B)
(4)
a; b are concepts, A; B are their respective sets of features and f a function
defined on the sets of features. Many well-known similarity measures are special
cases of this ratio model. For instance for the Lin measure, = 0:5, = 0:5
and f is an IC function. We tested many values of and along with five IC
metrics: Resnik [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ], Sanchez [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ], Sanchez adapted4, Seco [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] and Zhou [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ].
We selected the triplet ; ; and IC for USI that led to the best results on the
training sets. The resulting approach is called USI abstract.
        </p>
        <p>
          Finally, we created a system that takes the baselines into account. We noticed
with the training set that our method is pretty bad at predicting the check
tags. Check tags are over-represented headings, which is a specificity of the
MeSH5. USI does not consider this kind of specific aspect when annotating
because of its genericity and the lack of NLP. Besides, we thought that we could
increase the quality of the results by (i) enriching A0 with concepts from the
baseline and (ii) compare the results of the baseline and USI to select the most
accurate concepts. MeSH Now [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] won the challenge last year and is now a
baseline for this challenge. As a result, the main objective of participating to
this challenge is to be better than baseline systems, that is BioASQ baseline,
Default MTI, MTIFL and MeSH Now BF — knowing that MeSH Now BF should
be the most effective. The authors of MeSH Now BF even provide their results
on a dataset of 5,000 document called BioASQ50006. Those results can be used
to simulate a participation to the challenge as a baseline and check whether
or not our results are better than MeSH Now BF ones. Several modifications of
the abstract framework system have thus been implemented for creating the
USI baseline system. First of all, the check tags of MeSH Now BF results —
an ordered list later referred to as Abaseline — are automatically added to the
output. Second of all, for each document, A0 is enriched with Abaseline before
being processed. Finally, the concepts of A are submitted to a post-process that
keeps them if:
        </p>
        <p>
          Abaseline,
– they are present in both A and Abaseline,
– or they are present in A only but removing it from A would decrease the
objective function score by more than 1 2 [0; 1],
– or they are present in Abaseline only and it is in the 2 2 N top concepts of
otherwise they are deleted. 1 and 2 are optimized by using the BioASQ5000
dataset.
4 This is from another formula in [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]
5 http://www.nlm.nih.gov/bsd/indexing/training/CHK_010.htm
6 http://www.ncbi.nlm.nih.gov/CBBresearch/Lu/Demo/MeSHNow/
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>The challenge proposes to evaluate systems on three batches. Each batch is a set
of five test sets of different sizes (the biggest contains 21,014 tests, the smallest
contains 2,153). At a rate of one test set per week, the challenge lasted 15 weeks.</p>
      <p>Once a test set has been published, each paper of this set is manually
annotated by experts to constitute the gold standard annotation. This takes a long
time and results are not final as of June 7th, 2015.</p>
      <p>
        The table 2 shows the — provisional — best results of all our systems
compared to the baseline on batch 1 week 2 test set. The main evaluation metrics are
a flat measure (micro F-measure, or MiF) and a hierarchical one (LCA-F) [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
It appears that the most elaborated version of USI ranks first among the others.
It also performs better than all the baselines and it ranks third with other teams
systems — this is not displayed in the table. However, other versions output
mixed results.
      </p>
      <p>It must be noted that MeSH Now BF performed quite poorly on this test
set as compared to all other ones for which the scores are comparable to USI
baseline ones. The results confirm our previous tests that 10 neighbors bring
good enough results with little noise. USI baseline also has the best precision
score among these systems. Finally, we note that the scores are very close
(sometimes the difference is less than 1%), which shows that it becomes more and more
difficult to create better methods than the existing ones. USI appears to be a
fast and generic method that provides one of the best results comparable with
some that need to parse the abstract/title with sometimes an extensive learning
phase.</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and Future Work</title>
      <p>
        Every year, the BioASQ challenge reveals novel and powerful methods. The most
elaborated version of USI, USI baseline, ranked in the top results of all test
sets. However, this approach does not directly take document contents into
account nor does any NLP. Although some modifications require NLP (PMRA,
MeSH Now BF baseline that uses MetaMap), the results show that our generic
method can be applied to specific use cases with a bit of adaptations. Given an
information retrieval system — which exists in any field such as video retrieval
or non-biomedical text retrieval —, USI can be an easy-to-set-up solution for
annotating document with terms from a thesaurus. It does not need big training
sets for optimizing its few parameters and the computation time has been shown
to be better than for some ML methods [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>On the other hand, USI does not perform the best compared to other
systems, it seems to only be able to provide good enough results. Unfortunately, we
did not have time to integrate an NLP module to USI baseline. USI has been
designed for being easily included in a pipeline with other modules. A proper
NLP module would certainly greatly improve the results and the creation of a
pipeline for annotating biomedical papers is a direction of future work.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>We thank Dr. Zhiyong Lu and Dr. Yuqing Mao for providing us with extended
results obtained with MeSH Now BF on their BioASQ5000 dataset and for their
valuable remarks. This work was partly supported by a grant from AVieSan
national program (French Alliance nationale pour les sciences de la Vie et de la
Santé) and by the French Agence Nationale de la Recherche (ANR-10-BINF-01
Ancestrome).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilbur</surname>
            ,
            <given-names>W.J.:</given-names>
          </string-name>
          <article-title>PubMed related articles: a probabilistic topic-based model for content similarity</article-title>
          .
          <source>BMC bioinformatics</source>
          <year>2007</year>
          , 8,
          <issue>423</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilbur</surname>
            ,
            <given-names>W.J.</given-names>
          </string-name>
          :
          <article-title>Evaluation of query expansion using MeSH in PubMed</article-title>
          .
          <source>Information retrieval 12</source>
          ,
          <fpage>69</fpage>
          -
          <lpage>80</lpage>
          (
          <year>2009</year>
          ) volume
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Aronson</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mork</surname>
            ,
            <given-names>J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gay</surname>
            ,
            <given-names>C.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Humphrey</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rogers</surname>
            ,
            <given-names>W.J.:</given-names>
          </string-name>
          <article-title>The NLM indexing initiatives medical text indexer</article-title>
          .
          <source>Medinfo, 11(Pt 1)</source>
          ,
          <volume>268272</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Kosmopoulos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Partalas</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaussier</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paliouras</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Androutsopoulos</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Evaluation measures for hierarchical classification: a unified view and novel approaches</article-title>
          .
          <source>CoRR abs/1306</source>
          .6802, (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Jonquet</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>N.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          :
          <article-title>The open biomedical annotator</article-title>
          .
          <source>Summit on Translational Bioinformatics</source>
          ,
          <year>2009</year>
          ,
          <volume>56</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Aronson</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lang</surname>
            ,
            <given-names>F.-M.:</given-names>
          </string-name>
          <article-title>An overview of MetaMap: historical perspective and recent advances</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          <volume>17</volume>
          ,
          <fpage>229</fpage>
          -
          <lpage>236</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Névéol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Recommending MeSH terms for annotating biomedical articles</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          <volume>18</volume>
          ,
          <fpage>660</fpage>
          -
          <lpage>667</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Delbecque</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zweigenbaum</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Using co-authoring and cross-referencing information for MEDLINE indexing</article-title>
          .
          <source>AMIA Annual Symposium Proceedings</source>
          ,
          <volume>147</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Vasuki</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Reflective random indexing for semi-automatic indexing of the biomedical literature</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          ,
          <volume>43</volume>
          (
          <issue>5</issue>
          ),
          <volume>694700</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jimeno-Yepes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mork</surname>
            ,
            <given-names>J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aronson</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          :
          <string-name>
            <given-names>A</given-names>
            <surname>One-SizeFits-All Indexing Method Does Not Exist</surname>
          </string-name>
          :
          <article-title>Automatic Selection Based on MetaLearning</article-title>
          .
          <source>Journal of Computing Science and Engineering</source>
          ,
          <volume>6</volume>
          (
          <issue>2</issue>
          ),
          <volume>151160</volume>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>NCBI at the 2014 BioASQ challenge task: large-scale biomedical semantic indexing and question answering</article-title>
          .
          <source>Working Notes for CLEF 2014 Conference</source>
          ,
          <volume>1180</volume>
          ,
          <fpage>1319</fpage>
          -
          <lpage>1327</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Fiorini</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranwez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montmain</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranwez</surname>
          </string-name>
          , V.:
          <article-title>USI: a fast and accurate approach for conceptual document annotation</article-title>
          .
          <source>BMC Bioinformatics</source>
          ,
          <volume>16</volume>
          ,
          <issue>83</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>NCBI at the 2013 BioASQ challenge task: Learning to rank for automatic MeSH indexing</article-title>
          .
          <source>Technical report</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Schlicker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Domingues</surname>
            ,
            <given-names>F.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rahnenführer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lengauer</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>A new measure for functional similarity of gene products based on Gene Ontology</article-title>
          .
          <source>BMC Bioinformatics</source>
          ,
          <volume>7</volume>
          ,
          <issue>302</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Sayers</surname>
          </string-name>
          , E.:
          <article-title>E-utilities Quick Start. Entrez Programming Utilities Help</article-title>
          . (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>An information-theoretic definition of similarity</article-title>
          . ICML,
          <volume>98</volume>
          , pp.
          <fpage>296</fpage>
          -
          <lpage>304</lpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Seco</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>An intrinsic information content metric for semantic similarity in WordNet</article-title>
          . ECAI,
          <volume>10891090</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Harispe</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanchez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranwez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janaqi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montmain</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A framework for unifying ontology-based semantic similarity measures: A study in the biomedical domain</article-title>
          .
          <source>Journal of biomedical informatics</source>
          ,
          <volume>48</volume>
          ,
          <fpage>38</fpage>
          -
          <lpage>53</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Harispe</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranwez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janaqi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montmain</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The Semantic Measures Library and Toolkit: fast computation of semantic similarity and relatedness using biomedical ontologies</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>30</volume>
          (
          <issue>5</issue>
          ),
          <fpage>740</fpage>
          -
          <lpage>742</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Resnik</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Semantic Similarity in a Taxonomy: An Information-Based Measure and its Application to Problems of Ambiguity in Natural Language</article-title>
          .
          <source>J. Artif. Intelligence Res</source>
          .
          <year>1999</year>
          ,
          <volume>11</volume>
          ,
          <fpage>95</fpage>
          -
          <lpage>130</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Sanchez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batet</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isern</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Ontology-based information content computation</article-title>
          .
          <source>Knowledge-Based Systems</source>
          <year>2011</year>
          ,
          <volume>24</volume>
          ,
          <fpage>297</fpage>
          -
          <lpage>303</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A New Model of Information Content for Semantic Similarity in WordNet</article-title>
          .
          <source>Proceedings of the 2008 Second International Conference on Future Generation Communication and Networking Symposia, IEEE Computer Society</source>
          ,
          <fpage>85</fpage>
          -
          <lpage>89</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Tsatsaronis</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Balikas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malakasiotis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Partalas</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zschunke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alvers</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weissenborn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krithara</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petridis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polychronopoulos</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Almirantis</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pavlopoulos</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baskiotis</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gallinari</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Artiéres</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngonga</surname>
            <given-names>Ngomo</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A.-C.</given-names>
            ,
            <surname>Heino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Gaussier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Barrio-Alvers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Schroeder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Androutsopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Paliouras</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          :
          <article-title>An overview of the BIOASQ large-scale biomedical semantic indexing and question answering competition</article-title>
          .
          <source>BMC bioinformatics</source>
          ,
          <volume>16</volume>
          ,
          <issue>138</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>