<!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>NCBI at the 2014 BioASQ challenge task: large-scale biomedical semantic indexing and question answering</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yuqing Mao</string-name>
          <email>yuqing.mao@nih.gov</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chih-Hsuan Wei</string-name>
          <email>chih-hsuan.wei@nih.gov</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhiyong Lu</string-name>
          <email>zhiyong.lu@nih.gov</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Center for Biotechnology Information (NCBI)</institution>
          ,
          <addr-line>8600 Rockville Pike, Bethesda, MD 20894</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <fpage>1319</fpage>
      <lpage>1327</lpage>
      <abstract>
        <p>In this paper we report our participation in the 2014 BioASQ challenge tasks on biomedical semantic indexing and question answering. For the biomedical semantic indexing task (Task 2a) where participating teams are provided with PubMed articles and asked to return relevant MeSH terms, we built on our previous learning-to-rank framework with a special focus on systematically incorporating results of complementary methods for improved performance. For the question answering task (Task 2b) where teams are provided with natural language questions and asked to return responses in the format of documents, snippets, concepts and RDF triplets (Phase A) and direct answers (Phase B), we relied on PubMed search engines and our state-of-the-art named entity recognition tools such as DNorm and tmVar in Phases A and B, respectively. The official challenge results demonstrate that we consistently performed better than the baseline approaches for Task 2a and Task 2b (Phase B), and ranked among the top tier systems in the 2014 challenge.</p>
      </abstract>
      <kwd-group>
        <kwd>MeSH Indexing</kwd>
        <kwd>Biomedical Semantic Indexing</kwd>
        <kwd>Hierarchical Text Classification</kwd>
        <kwd>Learning to Rank</kwd>
        <kwd>Biomedical Question Answering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Over the past decade, a number of community-wide challenge evaluations have been
held for various research topics in the biomedical natural language processing
(BioNLP) field, such as document retrieval [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], named entity recognition [
        <xref ref-type="bibr" rid="ref3 ref4 ref5">3-5</xref>
        ],
information extraction [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ], etc. Different from other challenges such as BioCreative
[
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ], the BioASQ Challenge (http://www.bioasq.org/) is a newly organized shared
task and has a unique focus on biomedical semantic indexing and question answering.
Similar to the previous year [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], the BioASQ 2014 challenge consists of two tasks:
automated semantic (MeSH) indexing (Task 2a) and question answering (Task 2b).
More specifically, for Task 2a, participating teams are provided with a set of newly
published articles in PubMed, and are asked to automatically predict the most relevant
MeSH terms for each article in the given set. For evaluation, team prediction results
will be compared to those gold standard curated by human indexers. MeSH indexing
is an important task for the US National Library of Medicine (NLM) because indexed
MeSH terms can then be used implicitly or explicitly for searching the biomedical
literature in PubMed [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Indexed MeSH terms can also play a role in many other
scientific investigations [
        <xref ref-type="bibr" rid="ref12 ref13 ref14">12-14</xref>
        ] in the biomedical informatics research.
However, like many other curation tasks, manual MeSH indexing is labor-intensive
and time-consuming. As shown in [
        <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
        ], it can take weeks or even months for an
article to be manually indexed with relevant MeSH terms after it first enters PubMed.
In response, many automated systems for assisting MeSH indexing have been
proposed in the past [
        <xref ref-type="bibr" rid="ref15 ref16 ref17">15-17</xref>
        ]. Some automated systems such as the NLM Medical Text
Indexer (MTI) and its newer version, Medical Text Indexer First Line (MTIFL) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ],
are already being used in the NLM production pipelines to assist human annotators
with indexing MeSH main headings, and main heading/subheading pairs [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
Task2b is a biomedical question-answering task. For this task, teams are provided
with 100 natural language questions in each batch (5 test batches in total) and asked to
return answers in two phases. In Phase A, the participating teams should return
relevant documents, concepts, RDF triples and snippets for each question. In Phase B, the
teams should return “exact” and “ideal” answers. Exact answers depend on the
question type, which can be categorized as below:
•
•
•
•
      </p>
    </sec>
    <sec id="sec-2">
      <title>Yes/no type questions: answer either yes or no Factoid type questions: answer named entities List type questions: answer list of named entities Summary type questions: no exact answer is needed</title>
      <p>Ideal answers are paragraph-sized summaries that are required for all four types of
questions. For both phases of Task 2, the question type is known to the participants.
2
2.1</p>
      <sec id="sec-2-1">
        <title>Methods</title>
        <sec id="sec-2-1-1">
          <title>Task 2a</title>
          <p>
            For Task 2a, our overall approach builds on our previous research where we first
proposed to reformulate the MeSH prediction task as a ranking problem in 2010 [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ]: our
approach first retrieves an initial list of MeSH terms as candidates for each target
article. Next, we apply a learning-to-rank algorithm to re-rank the candidate MeSH
terms based on the learned associations between the document text and each
candidate MeSH term. More specifically, each main heading (MH) candidate can be
represented as a feature vector as xi= (x1i,x2i, …,xmi), where m is the number of features
(e.g. neighborhood features, unigram/bigram features, etc). The learning objective is
to find a ranking function f(x) which can assign a score to each main heading based on
the feature vector and subsequently use the scores to rank relevant main headings of
the target document ahead of those irrelevant ones. Finally, we prune the ranked list
and return a number of top candidates as the final system output.
          </p>
          <p>
            Through participation in the indexing task in BioASQ 2013 [
            <xref ref-type="bibr" rid="ref20">20</xref>
            ], we have shown
several useful extensions such as using a different learning-to-rank algorithm with an
enriched set of learning features, as well as using different methods for list-pruning
and selecting top candidates from the ranked list.
          </p>
          <p>
            In BioASQ 2014, we further expanded our approach in the following aspects: First,
we built binary SVM classifiers using bag-of-word features, one for each MeSH term,
as suggested by [
            <xref ref-type="bibr" rid="ref21">21</xref>
            ]. Second, predicted MeSH terms from the aforementioned binary
classifiers and NLM’s MTI system were added to our list of candidate MeSH terms,
in addition to those already collected from the neighbor documents. Third, we limited
the neighbor documents to newly indexed articles (last five years) and used a more
recent and larger training set, along with a new list-pruning method for selecting final
terms from our ranked list. Lastly, we used some post-processing techniques, such as
using string matching to identify “Age Check Tags” in the abstract, to enhance the
final system output. Table 1 shows a detailed list of key differences between our
current system and our 2013 system. In addition to the abovementioned differences, the
table also includes a few other notable modifications such as upgrading our lexicon to
MeSH 2014 version.
2.2
For returning relevant documents, we used PubMed search functions. Given a search
query, PubMed provides users with two results-ranking options: by date or by
relevance. Furthermore, we computed cosine similarity (Eq.1) scores between the
question (q) and each sentence (s) in a retrieved article. The sentence in the abstract with
the highest score would be returned as a snippet. We did not use full text in this work.
          </p>
          <p>∙
cos(, ) =   =
∈∩ ∙</p>
          <p>
            (1)
2 2
For concept recognition, we used a dictionary-look up method to mine disease,
chemical and GO terms and used our previous developed gene normalization tool,
GenNorm [
            <xref ref-type="bibr" rid="ref22">22</xref>
            ], to identify gene/protein mentions. In addition, we used MetaMap [
            <xref ref-type="bibr" rid="ref23">23</xref>
            ] to
extract MeSH concepts from the questions. For snippets, we only return results when
the relevant concepts are gene/proteins.
2.3
          </p>
        </sec>
        <sec id="sec-2-1-2">
          <title>Task 2b – Phase B</title>
          <p>In phase B, the gold-standard relevant documents, concepts, snippets and RDF triples
in Phase A become available to the participants. In particular, we used the relevant
documents and snippets for returning “exact” answers in Phase B.
“Exact” answers: For “yes/no” type questions, we simply returned “yes” as “exact”
answers because of its strong performance on the previous training data. No “exact”
answers were needed for summary-type questions.</p>
          <p>For Factoid and List-type questions, we developed a three-step approach for returning
“exact” answers. The first step was to automatically determine the type of desired
answers: 1) numbers; 2) multiple choices; and 3) bio-concepts. (See examples in
Table 2). If bio-concepts are desired, we further classified them into sub-types: 3a)
Gene/proteins; 3b) Chemical/drugs; 3c) Disorder/syndromes; 3d) Mutation/variations
and 3e) Species/viruses. Based on such a strategy and previous year’s data, we
developed a set of regular expression patterns to identify different answer types and
subtypes for a given question. When no match is found, the question will be discarded
from further processing (i.e. no “exact” answers will be returned). Otherwise, it will
be passed to the next step.</p>
          <p>
            The next step was to generate candidate answers for different answer types in Factoid
and List-type questions. For 1), we identified all numbers in relevant snippets to be
candidate answers. For 2), the candidates were mined from the questions. For 3) we
applied our PubTator [
            <xref ref-type="bibr" rid="ref24 ref25 ref26">24-26</xref>
            ] tool to the relevant documents for obtaining entity
recognition results when generating the candidate answers. PubTator is equipped with
several competition-wining text-mining algorithms for automatically extracting
bioconcepts (GenNorm [
            <xref ref-type="bibr" rid="ref22">22</xref>
            ] for genes, tmChem [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ] for chemicals, DNorm for [
            <xref ref-type="bibr" rid="ref27">27</xref>
            ]
diseases, SR4GN [
            <xref ref-type="bibr" rid="ref28">28</xref>
            ] for species, and tmVar [
            <xref ref-type="bibr" rid="ref29">29</xref>
            ] for mutations) from free text.
The last step was to rank the candidate answers. For each candidate, we calculated its
cosine similarity score against the relevant snippets, and ranked the candidates by the
similarity scores. We then returned the maximum number of allowed answers (e.g.,
no more than 5 answers for Factoid-type questions).
“Ideal” answers: For returning “ideal” answers, we used the same method as
retrieving relevant snippets in Phase A. That is, we scored each gold-standard snippet
against the question using cosine similarity and returned the one with the highest
score. This method is applied to all questions regardless of their types.
3
3.1
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Results</title>
        <sec id="sec-2-2-1">
          <title>Task 2a</title>
          <p>
            Task 2a was organized for three consecutive periods (batches) of five weeks each.
Each week, participants have a limited response time (less than one day) to return
their predicted MeSH terms for a set of newly indexed articles in PubMed.
For Task 2a, team results were evaluated based on multiple measures. Two main
measures are: the flat measure “label-based micro F-measure (MiF)” and the
hierarchical measure “Lowest Common Ancestor F-measure (LCA-F)” [
            <xref ref-type="bibr" rid="ref30">30</xref>
            ].
According to the official website, we rank the first in both the flat (MiF) and
hierarchical F-measure (LCA-F) on this test set. We also obtained the highest recall scores
in both flat and hierarchical measures (MiR and LCA-R).
The test dataset of Task 2b was released in five batches1 over a period of three
months, each containing 100 questions. Several measures were used to evaluate team
submissions. Table 4 shows our submission for the final batch (fifth batch) according
to the official results released on June 30, 2014, where we obtained the best
Fmeasure and mean precision for returning relevant concepts (highlighted in bold).
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>1 We did not submit results for Batch 2 – Phase A</title>
      <p>2 Official results for the Summary-type questions are not available in the case of “exact”
answers at the time of writing. And no results have been released in the case of “ideal”
answers for all questions.
Note that there are no official evaluation results for our submissions for the
Factoidtype questions in Batch 2 and List-type questions in Batches 4 and 5. This is likely
due to a data format issue in our submissions.
4</p>
      <sec id="sec-3-1">
        <title>Discussion &amp; Conclusion</title>
        <p>In BioASQ 2014 challenge on automated MeSH indexing, our learning-to-rank based
approach shows improved and competitive performance among all participating
systems. Moreover, we demonstrate that our learning-to-rank method is a general and
robust framework that allows systematic integration of results from other methods for
improved performance. When we include predicted results from a knowledge-based
approach (MTI) and a text classification method, we were able to achieve the highest
recall results by both flat and hierarchical measures while still maintaining high
precisions. For instance, compared to one of the baseline systems – MTI First Line –we
were able to achieve a much higher recall (59% vs. 49%) with almost the same level
of precision (62%) (See Table 2 for details).</p>
        <p>Our best results for Task 2b are noted in the “exact” answers to the Factoid-type
questions (see Table 5) where we used results of our previously developed named entity
recognition (NER) tools. In fact, this approach appears to perform better than relying
on the gold-standard concepts from Phase A based on our comparative analysis.
In conclusion, we participated in both tasks of the BioASQ 2014 challenge where we
are ranked among one of the top teams for both tasks. In the future, we are interested
in exploring the opportunities of our high-performing MeSH prediction methods in
practical applications (e.g. support instant MeSH indexing) and the roles of our
stateof-the-art automated entity recognition tools in question answering tasks.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Acknowledgements</title>
        <p>We would like to thank the BioASQ 2014 task organizers as well as authors of the
NLM’s MTI system for providing the task and baseline data. We also thank Dr. Ritu
Khare for her help on proofreading the manuscript. This research is supported by the
NIH Intramural Research Program, National Library of Medicine.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilbur</surname>
          </string-name>
          , W.J.:
          <article-title>Prioritizing PubMed articles for the Comparative Toxicogenomic Database utilizing semantic information</article-title>
          .
          <source>Database: The Journal of Biological Databases &amp; Curation</source>
          <year>2012</year>
          ,
          <year>bas042</year>
          (
          <year>2012</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>
          </string-name>
          , W.J.:
          <article-title>Evaluating relevance ranking strategies for MEDLINE retrieval</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          <volume>16</volume>
          ,
          <fpage>32</fpage>
          -
          <lpage>36</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Leaman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khare</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          : NCBI at 2013 ShARe/CLEF eHealth Shared Task:
          <article-title>Disorder Normalization in Clinical Notes with DNorm</article-title>
          .
          <source>Proceedings of the CLEF 2013 Evaluation Labs and Workshop</source>
          . CLEF, Valencia, Spain (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Leaman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>NCBI at the BioCreative IV CHEMDNER Task: Recognizing chemical names in PubMed articles with tmChem</article-title>
          .
          <source>BioCreative IV Challenge Evaluation Workshop</source>
          vol.
          <volume>2</volume>
          , pp.
          <volume>34</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.,
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuo</surname>
          </string-name>
          , C.-J.,
          <string-name>
            <surname>Hsu</surname>
            ,
            <given-names>C.-N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsai</surname>
          </string-name>
          , R.T.,
          <string-name>
            <surname>Dai</surname>
          </string-name>
          , H.-J.,
          <string-name>
            <surname>Okazaki</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          :
          <article-title>The gene normalization task in BioCreative III</article-title>
          .
          <source>BMC bioinformatics 12</source>
          ,
          <string-name>
            <surname>S2</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vazquez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leitner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salgado</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <article-title>Chatr-aryamontri,</article-title>
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Winter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Perfetto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Briganti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Licata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Iannuccelli</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>The Protein-Protein Interaction tasks of BioCreative III: classification/ranking of articles and linking bio-ontology concepts to full text</article-title>
          .
          <source>BMC bioinformatics 12</source>
          ,
          <string-name>
            <surname>S3</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van Auken</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arighi</surname>
            ,
            <given-names>C.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>The gene ontology task at biocreative IV</article-title>
          .
          <source>Proceedings of the Fourth Biocreative Challenge Evaluation Workshop</source>
          , vol.
          <volume>1</volume>
          , pp.
          <fpage>119</fpage>
          -
          <lpage>127</lpage>
          . BioCreative, Bethesda, Maryland (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Arighi</surname>
            ,
            <given-names>C.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>K.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirschman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valencia</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilbur</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegers</surname>
          </string-name>
          , T.C.:
          <article-title>BioCreative-IV virtual issue</article-title>
          .
          <source>Database</source>
          <year>2014</year>
          , bau039 (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arighi</surname>
            ,
            <given-names>C.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>K.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirschman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mattingly</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valencia</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegers</surname>
            ,
            <given-names>T.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilbur</surname>
          </string-name>
          , W.J.: BioCreative
          <article-title>-2012 virtual issue</article-title>
          .
          <source>Database: The Journal of Biological Databases &amp; Curation</source>
          <year>2012</year>
          ,
          <year>bas049</year>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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>Ngomo</surname>
            ,
            <given-names>A.-C.N.</given-names>
          </string-name>
          :
          <article-title>Results of the First BioASQ Workshop</article-title>
          .
          <source>Proceedings of the first Workshop on BioASQ</source>
          , vol.
          <volume>1094</volume>
          . BioASQ@CLEF, Valencia, Spain (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <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>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Névéol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doğan</surname>
            ,
            <given-names>R.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Author keywords in biomedical journal articles</article-title>
          .
          <source>Proceedings of the American Medical Informatics Association Symposium</source>
          , vol.
          <year>2010</year>
          , pp.
          <fpage>537</fpage>
          .
          <string-name>
            <surname>Washington</surname>
            ,
            <given-names>D.C.</given-names>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Doğan</surname>
            ,
            <given-names>R.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Click-words: learning to predict document keywords from a user perspective</article-title>
          .
          <source>Bioinformatics</source>
          <volume>26</volume>
          ,
          <fpage>2767</fpage>
          -
          <lpage>2775</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Doms</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schroeder</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>GoPubMed: exploring PubMed with the gene ontology</article-title>
          .
          <source>Nucleic acids research</source>
          33,
          <fpage>W783</fpage>
          -
          <lpage>W786</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Learning to annotate scientific publications</article-title>
          .
          <source>Proceedings of the 23rd International Conference on Computational Linguistics</source>
          , pp.
          <fpage>463</fpage>
          -
          <lpage>471</lpage>
          . Association for Computational Linguistics, Beijing, China (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <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="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aronson</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilbur</surname>
          </string-name>
          , W.J.:
          <article-title>Automatic MeSH term assignment and quality assessment</article-title>
          .
          <source>Proceedings of the American Medical Informatics Association Symposium</source>
          , pp.
          <fpage>319</fpage>
          ,
          <string-name>
            <surname>Washington</surname>
            ,
            <given-names>D.C.</given-names>
          </string-name>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Mork</surname>
            ,
            <given-names>J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yepes</surname>
            ,
            <given-names>A.J.J.</given-names>
          </string-name>
          ,
          <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>
          .
          <source>Proceedings of the first Workshop on BioASQ</source>
          , vol.
          <volume>1094</volume>
          . BioASQ@CLEF, Valencia, Spain (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Névéol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shooshan</surname>
            ,
            <given-names>S.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Humphrey</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mork</surname>
            ,
            <given-names>J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aronson</surname>
            ,
            <given-names>A.R.:</given-names>
          </string-name>
          <article-title>A recent advance in the automatic indexing of the biomedical literature</article-title>
          .
          <source>Journal of biomedical informatics 42</source>
          ,
          <fpage>814</fpage>
          -
          <lpage>823</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <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="ref21">
        <mixed-citation>
          21.
          <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>
          ,
          <string-name>
            <surname>Vlahavas</surname>
            ,
            <given-names>I.P.</given-names>
          </string-name>
          :
          <article-title>Large-Scale Semantic Indexing of Biomedical Publications</article-title>
          .
          <source>Proceedings of the first Workshop on BioASQ</source>
          , vol.
          <volume>1094</volume>
          . BioASQ@CLEF, Valencia, Spain (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.:
          <article-title>Cross-species gene normalization by species inference</article-title>
          .
          <source>BMC bioinformatics 12</source>
          ,
          <string-name>
            <surname>S5</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <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="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>B.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berardini</surname>
            ,
            <given-names>T.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huala</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Accelerating literature curation with text-mining tools: a case study of using PubTator to curate genes in PubMed abstracts</article-title>
          .
          <source>Database: The Journal of Biological Databases &amp; Curation</source>
          <year>2012</year>
          ,
          <year>bas041</year>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>PubTator: A PubMed-like interactive curation system for document triage and literature curation</article-title>
          .
          <source>proceedings of BioCreative 2012 workshop</source>
          , pp.
          <fpage>145</fpage>
          -
          <lpage>150</lpage>
          . BioCreative, Washington D.C. (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>PubTator: a web-based text mining tool for assisting biocuration</article-title>
          .
          <source>Nucleic acids research</source>
          41,
          <fpage>W518</fpage>
          -
          <lpage>W522</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Leaman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doğan</surname>
            ,
            <given-names>R.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>DNorm: disease name normalization with pairwise learning to rank</article-title>
          .
          <source>Bioinformatics</source>
          <volume>29</volume>
          ,
          <fpage>2909</fpage>
          -
          <lpage>2917</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>SR4GN: a species recognition software tool for gene normalization</article-title>
          .
          <source>Plos one 7</source>
          ,
          <issue>e38460</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Wei</surname>
          </string-name>
          , C.-H.,
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>B.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kao</surname>
          </string-name>
          , H.-Y.,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>tmVar: a text mining approach for extracting sequence variants in biomedical literature</article-title>
          .
          <source>Bioinformatics</source>
          <volume>29</volume>
          ,
          <fpage>1433</fpage>
          -
          <lpage>1439</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <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-list>
  </back>
</article>