<!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>The Fudan-UIUC participation in the BioASQ Challenge Task 2a: The Antinomyra system</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ke Liu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Junqiu Wu</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shengwen Peng</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chengxiang Zhai</string-name>
          <email>czhai@illinois.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shanfeng Zhu</string-name>
          <email>zhusf@fudan.edu.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Illinois at Urbana-Champaign</institution>
          ,
          <addr-line>IL 611801</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science, Fudan University</institution>
          ,
          <addr-line>Shanghai 200433</addr-line>
          ,
          <country country="CN">P. R. China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of Information Science &amp; Engineering, Central South University</institution>
          ,
          <addr-line>410083</addr-line>
          <country country="CN">P. R. China</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Shanghai Key Lab of Intelligent Information Processing, Fudan University</institution>
          ,
          <addr-line>Shanghai 200433</addr-line>
          ,
          <country country="CN">P. R. China</country>
        </aff>
      </contrib-group>
      <fpage>1311</fpage>
      <lpage>1318</lpage>
      <abstract>
        <p>This paper describes the Antinomyra System that participated in the BioASQ Task 2a Challenge for the large-scale biomedical semantic indexing. The system can automatically annotate MeSH terms for MEDLINE citations using only title and abstract information. With respect to the o cial test set (batch 3, week 5), based on 1867 annotated citations out of all 4533 citations (June 6, 2014), our best submission achieved 0.6199 in at Micro F-measure. This is 9.8% higher than the performance of o cial NLM solution Medical Text Indexer (MTI), which achieved 0.5647 in at F-measure.</p>
      </abstract>
      <kwd-group>
        <kwd>MeSH Indexing</kwd>
        <kwd>Logistic Regression</kwd>
        <kwd>Learning to Rank</kwd>
        <kwd>Multi-Label Classi cation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <p>accurate prediction of MeSH headings for each citation will greatly reduce the
nancial and time cost of annotating biomedical documents. The BioASQ Task2a
is a large scale biomedical semantic indexing competition for automatic MeSH
annotation. Each week, thousands of new MEDLINE citations are provided to
the competition participants, who are required to submit predicted MeSH
headings of each citation in 21 hours. Since each MeSH heading can be deemed as a
class label, the MeSH annotation problem is a multi-label classi cation problem.
For each citation, our Antinomyra system tries to assign it a certain number of
MeSH headings out of all 27149 MeSH headings.
1.2</p>
      <sec id="sec-2-1">
        <title>Challenges</title>
        <p>Simple mapping does not work well Many MeSH headings do not appear
directly in the title or abstract of a target citation, which means that a simple
mapping does not work very well. This is why we resort to advanced machine
learning methods to predict MeSH headings.</p>
        <p>The amount of information is insu cient During the competition, we
have very limited information of target citations, more speci cally, only titles
and abstracts are available in this task. By contrast, MeSH indexers have the full
text for annotating MeSH headings. Since the main text contains some important
clues, predicting MeSH headings with very limited information is a big challenge
for the competition participants. Indeed, it will be very interesting if we can know
the performance of professional MeSH annotators with the same information as
the BioASQ Task2a participants. This may bring more insights on how to make
use of the information in the title and abstract.
There are large variations in the occurrence of di erent MeSH
headings Some MeSH headings, such as check tags Humans, Male and Female,
appear very frequently, while some others are very rare. We have counted the
occurrence of each MeSH heading in the whole MEDLINE. Only about 150 MeSH
headings have occurred in more than 1% of the whole MEDLINE. That is to say,
a vast majority of MeSH headings do not appear very often. It is not surprising
that, for many MeSH headings, we lack of enough positive examples (citations)
to train accurate models. As illustrated in Table 1, MeSH heading\Hypnosis,
Anestheti" only occurs in 199 out of more than 12 million citations.
2</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>
        In the past few years, especially for the last BioASQ challenge (task 1a) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
many studies have been carried out to improve the prediction accuracy of MeSH
heading suggestions [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9, 10, 11</xref>
        ]. In addition to NLM's o cial solution MTI [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
there are two other methods most closely related to our method [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9, 10, 11</xref>
        ]. The
rst one is MetaLabeler, which was proposed in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and utilized by Tsoumakas
et al. in BioASQ Task1a for MeSH prediction [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In this method, rstly, for
each MeSH heading, a binary classi cation model was trained using linear SVM.
Secondly, a regression model was trained to predict the number of MeSH
headings for each citation. Finally, given a target citation, di erent MeSH headings
were ranked according to the SVM prediction score of each classi er, and the
top K MeSH headings were returned as the suggested MeSH headings, where K
is the number of predicted MeSH headings by the model. The second one is the
learning to rank (LTR) method, which was widely used in information retrieval
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and utilized by Lu et al. for automatic MeSH annotation [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ]. In this
method, each citation was deemed as a query and each MeSH headings as a
document. LTR method was utilized to rank candidate MeSH headings with respect
to target citation. The candidate MeSH headings came from similar citations
(nearest neighbors). In our system, we also made use of the LTR framework for
predicting MeSH headings. However, in addition to the information from similar
citations, we also use the prediction scores from individual MeSH classi er to
improve the prediction accuracy.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Method</title>
      <p>3.1</p>
      <sec id="sec-4-1">
        <title>Data processing</title>
        <p>We downloaded the whole PubMed database in an XML format. The
citations without abstract or MeSH annotations were then ltered. Finally we
obtained 12,504,999 citations. Some citations have subsections, such as
backgrounds, methods and results, but we didn't treat these subsections separately. Based
on target journals in BioASQ Task2a, we kept the latest 20,000 citations for
validation and testing, and 1,000,000 additional latest citations for training.
3.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Tokenization</title>
        <p>
          BioTokenizer6[
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] was used in our system for the tokenization task. We also
tried CoreNLP7 and doc2mat8, but the performance of BioTokenizer was the
best. After the processing of BioTokenizer, the text of a citation was tokenized
and the stemming task was carried out simultaneously. Finally, based on the
tokenization result, we compiled a dictionary for converting the text of each
citation into a vector.
3.3
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Primary Classi ers</title>
        <p>
          Similar to MetaLabeler[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], we trained a binary classi er for each label (MeSH
heading). We call these binary classi ers as Primary Classi ers in our framework.
For e ciency, we used logistic regression instead of SVM to train these
classiers. For a target citation, each Primary Classi er can predict the annotation
probability of the corresponding label.
3.4
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>Nearest Neighbors</title>
        <p>Given a target citation, we used NCBI efetch9 to nd its similar (neighbor)
citations. The MeSH headings from these neighbors were deemed as promising
candidates to annotate the target citation. It is generally believed that
candidate MeSH headings from most similar citations are more important than those
from less similar citations. To measure the importance of each candidate MeSH
heading, we added up the similarity scores between the target citation and its
neighbor citations that contain this candidate MeSH heading. These similarity
scores could be also retrieved by NCBI efetch.
3.5</p>
      </sec>
      <sec id="sec-4-5">
        <title>Learning to Rank Framework</title>
      </sec>
      <sec id="sec-4-6">
        <title>Features</title>
        <p>We used a learning to rank framework to integrate multiple types of information,
such as the information from Primary Classi ers and nearest neighbors. For a
target citation, rstly we used the Primary Classi ers to calculate the annotation
probability (score) of every MeSH heading. Then we retrieved similar citations
for the neighbor scores. Finally, these two scores were considered as features in
the LTR framework. In the BioASQ task2a challenge, the default results of NLM
o cial solution MTI were also considered as a feature in the LTR framework.</p>
      </sec>
      <sec id="sec-4-7">
        <title>Candidates</title>
        <p>6 See http://sifaka.cs.uiuc.edu/jiang4/software/BioTokenizer.pl
7 See http://nlp.stanford.edu/software/corenlp.shtml
8 See http://glaros.dtc.umn.edu/gkhome/ les/fs/sw/cluto/doc2mat.html
9 See http://www.ncbi.nlm.nih.gov/books/NBK25499/
For a target citation, a MeSH label could be a candidate MeSH of this citation
if and only if it satis ed any of the two following requirements.
1. The label appeared in the similar citations of the target citation;
2. The labels Primary Classi er score was in the top 100 of all MeSH labels.</p>
      </sec>
      <sec id="sec-4-8">
        <title>LTR method</title>
        <p>
          Each citation was treated as a query, and the candidate MeSH headings as
documents. Then LambdaMART[
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] was used as the ranking method in the
learning to rank framework. The LTR training data contained about 30,000
citations from BioASQ task1a test set. 1000 decision trees were used in the
LambdaMART model without over tting. After getting the LTR score of each
candidate MeSH, we used the best threshold which was tuned from the validation
set to determine how many labels we should return.
4
4.1
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experimental Results</title>
      <sec id="sec-5-1">
        <title>Implementation</title>
        <p>The whole project was coded in C++. We used some third part libraries in our
solution: Liblinear10[17] for Logistic Regression, RankLib11 for LambdaMART
algorithm and JsonCpp12 for Input/Output json les. We also used OpenMP13
to make our task parallel.
4.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Computational performance</title>
        <p>The server we used for the challenge has 4 * Intel XEON E5-4650 2.7GHzs
CPU and 128GB RAM. The most computational expensive part is the training
of Primary Classi ers, which took 5 days. All other training tasks took about 1
day. However, the time cost for prediction is low. For annotating 10,000 citations,
it only took 2 hours.
4.3</p>
      </sec>
      <sec id="sec-5-3">
        <title>Label based &amp; Example based Performance</title>
        <p>As shown in Table 2, we compared the performance of ve di erent methods,
MTIFL, MTIDEF, directly mapping, MetaLabeler, and LTR. These methods
were evaluated on a test set of 9040 citations, which were published in BioASQ
task2a target journal between 2012 and 2013. By integrating multiple types
of information, LTR achieved the highest MiF of 0.61, followed by MTIDEF
10 See http://www.csie.ntu.edu.tw/ cjlin/liblinear/
11 See http://sourceforge.net/p/lemur/wiki/RankLib/
12 See http://jsoncpp.sourceforge.net/
13 See http://openmp.org/wp/
(0.572), MTIFL (0.564), Metalabeler (0.56) and directly mapping (0.27). Based
on this framework, in the last week of Batch 3 of BioASQ Task2a (annotated
articles: 1867/4533 on 6 June)14, our system achieved the highest performance
in terms of both at F-Measure (0.6199) and hierarchical F-Measure (0.5145)
Although our system performed very well in the competition, the system could
be further improved in several aspects. Firstly, for the local o ine evaluation,
we used only at measures (MiF) to tune our method, which leads to the
underperformance of our system in hierarchical measure (LCA-F). Considering the
signi cant di erence between MiF and LCA-F, we could further improve the
performance of our system by using LCA-F to tune the model. Secondly, we
can consider some special MeSH headings separately. It is noticed that, for some
most frequent MeSH headings, such as check tags, direct prediction may improve
the annotation accuracy of these MeSH headings[18]. Finally, we have not used
any indexing rules in our system. Incorporating this kind of human knowledge
into the system would be a very promising direction for signi cantly increasing
the accuracy of MeSH heading recommendations.</p>
        <p>As a general framework, the LTR we used for MeSH heading
recommendations can also be applied to some other types of tasks. Moreover, the performance
could be further improved if more information is integrated. As such, it raises
an interesting question as to what the upper bound of our system will be in the
presence of more information integrated in the LTR framework.
Acknowledgments. This work has been partially supported by National
Natural Science Foundation of China (61170097), and Scienti c Research Starting
Foundation for Returned Overseas Chinese Scholars, Ministry of Education,
China. Shanfeng Zhu would like to thank the China Scholarship Council for the
14 See http://bioasq.lip6.fr/results/2a/
nancial support on his visit at University of Illinois at Urbana-Champaign. We
would like to thank Hongning Wang and Mingjie Qian in UIUC for their helpful
suggestions and insightful discussion, thank Jieyao Deng in Fudan University
and Tianyi Peng in Tsinghua University for their help in coding works during
the competition.
[17] Fan, R. E., Chang, K. W., Hsieh, C. J., Wang, X. R., Lin, C. J.: LIBLINEAR: A
library for large linear classi cation. The Journal of Machine Learning Research,
9: 1871{1874. (2008)
[18] Yepes, A. J., Mork, J. G., Demner-Fushman, D., Aronson, A. R.: Comparison and
combination of several MeSH indexing approaches. AMIA Annual Symposium
Proceedings. 2013: 709{718. American Medical Informatics Association. (2013)</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Nelson</surname>
            ,
            <given-names>S. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schopen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savage</surname>
            ,
            <given-names>A. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schulman</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Arluk</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          :
          <article-title>The MeSH translation maintenance system: structure, interface design, and implementation</article-title>
          .
          <source>Medinfo</source>
          ,
          <volume>11</volume>
          (
          <issue>Pt 1</issue>
          ),
          <volume>67</volume>
          {
          <fpage>69</fpage>
          . (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mamitsuka</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>E cient Semi-supervised MEDLINE document clustering with MeSH semantic and global content constraints</article-title>
          .
          <source>IEEE Transactions on Cybernetics</source>
          ,
          <volume>43</volume>
          (
          <issue>4</issue>
          ),
          <volume>1265</volume>
          {
          <fpage>1276</fpage>
          , (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mamitsuka</surname>
          </string-name>
          , H.:
          <article-title>Enhancing MEDLINE document clustering by incorporating MeSH semantic similarity</article-title>
          .
          <source>Bioinformatics</source>
          <volume>25</volume>
          (15):
          <year>1944</year>
          {
          <year>1951</year>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takigawa</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mamitsuka</surname>
          </string-name>
          , H.:
          <article-title>Field independent probabilistic model for clustering multi- eld documents</article-title>
          .
          <source>Information Processing &amp; Management</source>
          .
          <volume>45</volume>
          (
          <issue>5</issue>
          ):
          <volume>555</volume>
          {
          <fpage>570</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yuan</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Enhanced clustering of biomedical documents using ensemble non-negative matrix factorization</article-title>
          .
          <source>Information Science</source>
          <volume>181</volume>
          (
          <issue>11</issue>
          ):
          <volume>2293</volume>
          {
          <fpage>2302</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Rajpal</surname>
            ,
            <given-names>D. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qu</surname>
            ,
            <given-names>X. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freudenberg</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
          </string-name>
          , V. D.:
          <article-title>Mining emerging biomedical literature for understanding disease associations in drug discovery</article-title>
          .
          <source>Methods Mol Biol</source>
          .
          <volume>1159</volume>
          :
          <issue>171</issue>
          {
          <fpage>206</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Theodosiou</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vizirianakis</surname>
            ,
            <given-names>I. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Angelis</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsaftaris</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Darzentas</surname>
          </string-name>
          , N.:
          <article-title>MeSHy: Mining unanticipated PubMed information using frequencies of occurrences and concurrences of MeSH terms</article-title>
          .
          <source>J Biomed Inform</source>
          .
          <volume>44</volume>
          (
          <issue>6</issue>
          ):
          <volume>919</volume>
          {
          <fpage>26</fpage>
          . (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Partalas</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaussier</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ngomo</surname>
            ,
            <given-names>A. C. N.</given-names>
          </string-name>
          :
          <article-title>Results of the First BioASQ Workshop</article-title>
          . In: BioASQ@ CLEF (pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          ). (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Tsoumakas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laliotis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markantonatos</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Vlahavas</surname>
            ,
            <given-names>I. P.</given-names>
          </string-name>
          :
          <article-title>Large-Scale Semantic Indexing of Biomedical Publications</article-title>
          . In BioASQ@ CLEF. (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neveol</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>
          (
          <issue>5</issue>
          ):
          <volume>660</volume>
          {
          <fpage>667</fpage>
          . (
          <year>2011</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>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>
          [R].
          <source>Technical report</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Mork</surname>
            ,
            <given-names>J. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jimeno-Yepes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Aronson</surname>
            ,
            <given-names>A. R.:</given-names>
          </string-name>
          <article-title>The NLM Medical Text Indexer System for Indexing Biomedical Literature</article-title>
          . In BioASQ@ CLEF. (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rajan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narayanan</surname>
            ,
            <given-names>V.K.</given-names>
          </string-name>
          :
          <article-title>Large scale multi-label classi cation via metalabeler</article-title>
          .
          <source>Proceedings of the 18th international conference on World Wide Web</source>
          ,
          <volume>211</volume>
          {220 ACM (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
          </string-name>
          , T. Y.,
          <string-name>
            <surname>Tsai</surname>
            ,
            <given-names>M. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          :
          <article-title>Learning to rank: from pairwise approach to listwise approach</article-title>
          .
          <source>Proceedings of the 24th international conference on Machine learning</source>
          .
          <volume>129</volume>
          {
          <fpage>136</fpage>
          . ACM. (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>An empirical study of tokenization strategies for biomedical information retrieval</article-title>
          .
          <source>Information Retrieval</source>
          ,
          <volume>10</volume>
          (
          <issue>4-5</issue>
          ):
          <volume>341</volume>
          {
          <fpage>363</fpage>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Burges</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          :
          <article-title>From RankNet to LambdaRank to LambdaMART: An overview</article-title>
          .
          <source>Technical Report MSR-TR-2010-82</source>
          , Microsoft Research. (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>