<!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>Query-focused biomedical text summarization in BioASQ 8B</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Dhirubhai Ambani Institute of Information and Communication Technology</institution>
          ,
          <addr-line>Gandhinagar</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents query-sentence matching based and UMLS query-graph based summarization techniques for query-speci c biomedical text summarization. The query-speci c graphs, constructed using UMLS entities and relations, are used for matching the sentences. The core idea is to nd candidate biomedical entities for query expansion which are semantically connected. The graph represents these connections and it was automatically constructed using UMLS knowledge source and biomedical text. The results of the proposed techniques experimented on previous BioASQ dataset are better as compared to the results of baseline techniques. The same techniques are applied on task 8B dataset for ideal answer generation and submitted to BioASQ8. These submitted results gave the highest scores among all participants' submissions for automatic evaluation scores(ROUGE-2 Recall and ROUGE-SU4 Recall).</p>
      </abstract>
      <kwd-group>
        <kwd>Biomedical text summarization summarization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>UMLS</p>
      <p>
        Query-focused
Biomedical text and information on the web are growing exponentially nowadays.
Text summarization attempts to provide the users with a summarized version of
the text with maximum information content in a compact, quick and intelligible
way. In recent years, substantial research has been conducted to develop and
evaluate various summarization techniques in the biomedical domain. Recent
research has focused on a hybrid technique comprising statistical, language
processing and machine learning techniques [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>Automatic text summarization of biomedical text is a promising method
for helping clinicians and researchers to e ciently obtain and understand any
topic by producing a summary from one or multiple documents. The goal of
text summarization is to present a subset of the source text, which expresses
the most important points with minimal redundancy. Thus, text summarization
may become an important tool to assist clinicians and researchers with their
information and knowledge management tasks. Sometimes, there may exist a
query for which the user seeks information and sometimes it may not. In the case
of query-focused summarization, the generated summary should have the answer
to the query in it. It is a very usual scenario that users want exact answers along
with some related details in case of their medical related queries. Therefore, we
are focusing here on query-focused biomedical multi-document summarization
which will be helpful to clinicians and all other users who are seeking elaborated
answers to their medical related queries.</p>
      <p>BioASQ1 organizes challenges which include biomedical semantic indexing
and question answering. The question answering task uses benchmark datasets
containing development and test questions, in English, along with gold standard
(reference) answers constructed by a team of biomedical experts. The
participants have to respond with various types of answers. Speci cally, task B has
questions with their related documents and snippets for which exact answers
and ideal answers need to be generated. Here we focus on generating ideal
answers for the questions. The ideal answers are paragraph sized summaries with
multiple sentences. We are focusing on generating ideal answers using extractive
summarization on available snippets.</p>
      <p>The remainder of this paper is presented as follows: Section 2 shows the related
works. Section 3 describes the baseline methods and the proposed methods for
query-focused biomedical text summarization. Sections 4 presents the experiments
and results with analysis. Finally, section 6 concludes it.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        A lot of research has been carried out in the eld of biomedical text
summarization. A recent survey on the research in text summarization in the biomedical
domain highlights that natural language processing and hybrid techniques were
prominently used for summarization of multiple documents [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        The graph-based summarization using named-entities has been presented
as EntityRank algorithm which considers information about named entities in
the process of multi-document graph-based summarization [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Their results
show that the addition of named-entity information increases the performance of
graph-based summarizers in the biomedical domain. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] studied di erent feature
selection approaches for identifying important concepts in a biomedical text
and showed that the concept based summarization method outperforms other
frequency-based, domain-independent and baseline methods.
      </p>
      <p>
        Query based biomedical text summarization techniques that rely on external
ontology knowledge resource UMLS are proposed in the literature [
        <xref ref-type="bibr" rid="ref12 ref14 ref18 ref3 ref4 ref5 ref7">7, 5, 4, 14, 18,
12, 3</xref>
        ]. The ontology-based method of biomedical text summarization performed
better when compared to keyword-only methods. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] observed that an approach
for query-focused summarization of medical text based on target-sentence-speci c
1 http://bioasq.org/
and target-sentence-independent statistics along with domain-speci c features
outperforms other baseline and benchmark summarization systems.
      </p>
      <p>
        Text summarization approaches often rely on the similarity measure to model
the text documents. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] has studied the impact of the similarity measure on
the performance of the summarization methods in the biomedical domain and
found that exploiting both biomedical concepts and semantic types improvises
the quality of summaries.
      </p>
      <p>
        Here we propose an approach for query-speci c biomedical text summarization
which uses ontology knowledge source UMLS [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to generate a graph of candidate
biomedical entities from the query and their semantically connected entities. The
importance values of the entities in the query graph are then incorporated in the
similarity measure using statistics from the dataset for selecting sentences.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>3.1</p>
      <sec id="sec-3-1">
        <title>Baselines</title>
        <p>This section describes baseline summarization methods, query sentence matching
based method, modi ed query sentence matching based method using UMLS
query graph and modi ed lexrank using UMLS query-graph.</p>
        <p>
          Two basic approaches of summarization TextRank [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] and LexRank [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] are used
as baselines. In both TextRank and LexRank, a graph is constructed with vertex
as each sentence in the document. The edges between sentences are based on
some form of semantic similarity or content overlap. TextRank uses a very similar
measure based on the number of words two sentences have in common while
LexRank uses cosine similarity of TF-IDF vectors.
        </p>
        <p>P tfw;s1 tfw;s2(idfw)2
w2s1;s2
sim(s1; s2) = r P (tfw;s1 idfw)2r P (tfw;s2 idfw)2
w2s1 w2s2
(1)
where tfw;si is the number of occurrences of the word w in the sentences si.</p>
        <p>In the graph, edges were formed between the sentences having similarity
greater than the threshold. In both algorithms, the sentences are ranked by
applying PageRank to the resulting graph. A summary is formed by combining
the top ranking sentences, using a length cuto to limit the size of the summary.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>UMLS query graph based lexrank</title>
        <p>The UMLS query-graph based lexrank is a modi ed version of lexrank which
uses query-speci c graphs generated using UMLS to get the importance of words,
matches sentences using weighted cosine similarity measure, generates a graph of
sentences and then applies pagerank on the graph.</p>
        <p>
          Query-speci c graph has been generated with the use of UMLS entities and
relations as described in [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. From the query, UMLS concepts are extracted and
represented as nodes in the graph. Along with concepts, UMLS also contains
relations between entities. These relations for query concepts are used to expand
nodes. Each query node gets expanded by its related UMLS concepts considering
all types of relations within UMLS. After the node expansion, the expanded
graph contains all the related concepts as nodes and relations as edges.
        </p>
        <p>Two nodes in the graph can have an edge between them if and only if those
two entities have some relation in UMLS. There are various types of relations
present in UMLS and all types of relations are used. There can be some isolated
nodes in the graph when any query concept is not related to any other query
concept or it does not have any common related concept with another query
concept.</p>
        <p>The graph is further re ned by assigning weights to the edges and removing
some of the edges in the graph. The edge weights are calculated based on the
co-occurrence value of entities in the text to be summarized. For any edge between
two entities, the co-occurrence value of two entities is used as the weight for that
edge. The edges whose edge weights are less than some threshold are removed
from the graph. Less edge weight for an edge between two entities means those
two entities rarely occur together and hence share very less or no context.</p>
        <p>
          In the re ned graph, the nodes are weighted using PageRank [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Node
weight represents the importance of that node in the graph i.e. importance of
that entity in the graph for that particular query.
        </p>
        <p>The main di erence with lexrank method is UMLS query-graph weighted
cosine similarity. The later processing is same as it is in lexrank. The UMLS
query graph based weighted cosine similarity is:
where,</p>
        <p>Ww = importance of concept w from query-graph, if w is in query-graph
= 0, otherwise
tfw;q and tfw;s are the number of occurrences of the word w in query q and
sentence s, respectively. idfw is the inverse of the number of sentences in which
word w is present.</p>
        <p>The formula incorporates the weights of the extended query terms from query
graph in the tf-idf vectors of every sentence containing those terms.
The Query Sentence Matching (QSM) based summarization method compares all
the sentences with the query and takes top similar sentences to query as summary.
The queries and all the sentences in snippets are represented by vectors of tf-idf
values of words in the sentences. The similarity measure used to match query
vector and sentence vector is cosine similarity as given by equation 1. The only
di erence here is that the similarity is calculated between query and a sentence
instead of similarity between two sentences.</p>
      </sec>
      <sec id="sec-3-3">
        <title>UMLS query graph based query-sentence matching</title>
        <p>
          The UMLS querygraph QSM summarization method is a modi ed version of QSM
which uses query-speci c graphs generated using UMLS to get the importance
of words. For each query, it generates a query-speci c graph as described in
[
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. This method uses concepts identi ed using graph based method along with
weights. The weights are incorporated in the similarity measure while ranking the
sentences for summary. The UMLS query-graph based cosine similarity between
query and sentences are calculated using the following formula:
        </p>
        <p>P (tfw;qidfw+Ww;q)(tfw;sidfw)
w2q;s
sim(q; s) = r P (tfw;qidfw+Ww;q)2r P (tfw;sidfw)2</p>
        <p>w2q w2s
where,</p>
        <p>Ww;q = importance of concept w from query-graph of q, if w is in query-graph
= 0, otherwise
tfw;q and tfw;s are the number of occurrences of the word w in query q and
sentence s, respectively. idfw is the inverse of the number of sentences in which
word w is present.</p>
        <p>Here, the weights are only considered for query vector. They are not
incorporated in sentence vectors unlike UMLS graph based lexrank. The intuition for
updating only query vector was to see it as an query expansion procedure for
query-focused text summarization.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments and Results</title>
      <p>
        This section describes the experiments performed along with their results. For our
experiments, we have used the dataset of BioASQ task 5B phase B and BioASQ
task 8B phase B. BioASQ task 5B phase B dataset is used as a benchmark dataset
which contains various questions in English, along with gold standard (reference)
answers constructed by a team of biomedical experts. The test dataset has ve
di erent batches, each containing 100 questions. For each question, the relevant
snippets are given and the ideal answer for that question needs to be generated.
The ideal answers are paragraph sized summaries so it's a case of multi-document
summarization on relevant snippets. The evaluation is done using The ROUGE
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] measures: ROUGE-2 Recall, ROUGE-2 F-measure, ROUGE-SU4 Recall and
ROUGE-SU4 F-measure. The same methods are applied on BioASQ task 8B
phase B batch 5 dataset and the runs were submitted to BioASQ8 challenge.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Results on BioASQ 5B</title>
        <p>The results on all 5 batches of BIOASQ 5B phase B dataset are presented here.
Table 1 and table 2 show a comparison of summarization methods (described
in previous section) in terms of ROUGE-2 Recall and ROUGE-2 F-measure,
respectively. Table 3 and table 4 shows a comparison of summarization methods
in terms of ROUGE-SU4 Recall and ROUGE-SU4 F-measure, respectively.
The results show that UMLS querygraph QSM gives an improvement over QSM.
The method lexrank UMLS querygraph gives an improvement over lexrank for
batch 1,3 and 5 of the dataset. For the other two batches, the results are
comparable. For batch 5, the ROUGE-2 Recall and ROUGE-2 F-measure results
of lexrank UMLS querygraph are statistically signi cantly better than lexrank.</p>
        <p>The graphs in the rst row of g. 1 shows the query type wise change in the
results of lexrank UMLS querygraph as compared to lexrank for every batch of the
data while the second row shows the batch wise distribution of the queries based
on their types. From the graphs, we can say that the 'yesno' type of questions
are getting improved in all batches (considering batch 2 where it is showing zero
change: no improvement and no deterioration). The graph of batch 5 indicates
that the major part of e ectiveness of the method lexrank UMLS querygraph
comes from the improvements in 'factoid' and 'yesno' type of queries with a
small contribution from 'summary' types of the queries. For batch 2 and 4 where
lexrank UMLS querygraph failed, decrements in 'factoid', 'list' and 'summary'
type of queries must be the reason.
4.3</p>
      </sec>
      <sec id="sec-4-2">
        <title>Results on BioASQ 8B</title>
        <p>Among all participants' submitted runs, these ve submitted runs appeared to
be top ve(DAIICT QSM being the highest) for ROUGE-2 Recall and
ROUGESU4 Recall. For ROUGE-2 F-measure, DAIICT QSM is second highest
considering all participants' runs and it is the third highest in case of ROUGE-SU4
F-measure.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>This paper presents query sentence matching based summarization techniques
and UMLS query graph based summarization techniques which were submitted
to BioASQ8 challenge for ideal answer generation in task B on biomedical
semantic question answering. These techniques incorporate weights of the candidate
biomedical entities from queries and their semantically related entities identi ed
by UMLS and do the matching using tf-idf vectors. The results of the proposed
techniques on BioASQ 5B phase B dataset are compared with baselines textrank
and lexrank. The analysis shows that the UMLS query graph based method
gives comparable results with the baselines and helps to improve 'yesno' type
of questions. The results of these techniques on BioASQ task 8B phase B batch
5 dataset were the highest among all participants where simple QSM approach
outperformed UMLS graph based QSM as well as UMLS graph based lexrank.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Azadani</surname>
            ,
            <given-names>M.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghadiri</surname>
          </string-name>
          , N.:
          <article-title>Evaluating di erent similarity measures for automatic biomedical text summarization</article-title>
          .
          <source>In: International Conference on Intelligent Systems Design and Applications</source>
          . pp.
          <volume>305</volume>
          {
          <fpage>314</fpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The uni ed medical language system (umls): integrating biomedical terminology</article-title>
          .
          <source>Nucleic acids research 32(suppl 1)</source>
          ,
          <source>D267{D270</source>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simpson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antieau</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bennett</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimino</surname>
            ,
            <given-names>J.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ely</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
          </string-name>
          , H.:
          <article-title>Askhermes: An online question answering system for complex clinical questions</article-title>
          .
          <source>Journal of biomedical informatics 44(2)</source>
          ,
          <volume>277</volume>
          {
          <fpage>288</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>A query-based medical information summarization system using ontology knowledge</article-title>
          .
          <source>In: 19th IEEE Symposium on Computer-Based Medical Systems (CBMS'06)</source>
          . pp.
          <volume>37</volume>
          {
          <fpage>42</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Elhadad</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klavans</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKeown</surname>
            ,
            <given-names>K.R.:</given-names>
          </string-name>
          <article-title>Customization in a uni ed framework for summarizing medical literature</article-title>
          .
          <source>Arti cial intelligence in medicine 33(2)</source>
          ,
          <volume>179</volume>
          {
          <fpage>198</fpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Erkan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          : Lexrank:
          <article-title>Graph-based lexical centrality as salience in text summarization</article-title>
          .
          <source>Journal of arti cial intelligence research 22</source>
          ,
          <volume>457</volume>
          {
          <fpage>479</fpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Fiszman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Rind esch, T.C.,
          <string-name>
            <surname>Kilicoglu</surname>
          </string-name>
          , H.:
          <article-title>Abstraction summarization for managing the biomedical research literature</article-title>
          .
          <source>In: Proceedings of the HLT-NAACL workshop on computational lexical semantics</source>
          . pp.
          <volume>76</volume>
          {
          <fpage>83</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.Y.</given-names>
          </string-name>
          :
          <article-title>Rouge: A package for automatic evaluation of summaries</article-title>
          . In:
          <article-title>Text summarization branches out</article-title>
          . pp.
          <volume>74</volume>
          {
          <issue>81</issue>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarau</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Textrank:
          <article-title>Bringing order into text</article-title>
          .
          <source>In: Proceedings of the 2004 conference on empirical methods in natural language processing</source>
          . pp.
          <volume>404</volume>
          {
          <issue>411</issue>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Mishra</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bian</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fiszman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weir</surname>
            ,
            <given-names>C.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jonnalagadda</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mostafa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Del Fiol</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Text summarization in the biomedical domain: a systematic review of recent research</article-title>
          .
          <source>Journal of biomedical informatics 52</source>
          ,
          <volume>457</volume>
          {
          <fpage>467</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Moradi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghadiri</surname>
          </string-name>
          , N.:
          <article-title>Di erent approaches for identifying important concepts in probabilistic biomedical text summarization</article-title>
          .
          <source>Arti cial intelligence in medicine 84</source>
          ,
          <volume>101</volume>
          {
          <fpage>116</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Morales</surname>
            ,
            <given-names>L.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esteban</surname>
            ,
            <given-names>A.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gervas</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Concept-graph based biomedical automatic summarization using ontologies</article-title>
          .
          <source>In: Proceedings of the 3rd textgraphs workshop on graph-based algorithms for natural language processing</source>
          . pp.
          <volume>53</volume>
          {
          <fpage>56</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Page</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motwani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winograd</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The pagerank citation ranking: Bringing order to the web</article-title>
          .
          <source>Tech. rep.</source>
          ,
          <string-name>
            <surname>Stanford InfoLab</surname>
          </string-name>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Reeve</surname>
          </string-name>
          , L.,
          <string-name>
            <surname>Han</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brooks</surname>
            ,
            <given-names>A.D.</given-names>
          </string-name>
          :
          <article-title>Biochain: lexical chaining methods for biomedical text summarization</article-title>
          .
          <source>In: Proceedings of the 2006 ACM symposium on Applied computing</source>
          . pp.
          <volume>180</volume>
          {
          <fpage>184</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Sankhavara</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dave</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dave</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Query speci c graph-based query reformulation using umls for clinical information access</article-title>
          .
          <source>Journal of Biomedical</source>
          Informatics p.
          <volume>103493</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Sarker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molla</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Paris, C.:
          <article-title>An approach for query-focused text summarisation for evidence based medicine</article-title>
          .
          <source>In: Conference on Arti cial Intelligence in Medicine in Europe</source>
          . pp.
          <volume>295</volume>
          {
          <fpage>304</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Schulze</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neves</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Entity-supported summarization of biomedical abstracts</article-title>
          .
          <source>In: Proceedings of the Fifth Workshop on Building and Evaluating Resources for Biomedical Text Mining (BioTxtM2016)</source>
          . pp.
          <volume>40</volume>
          {
          <issue>49</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Shi</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Melli</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kashani</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sarkar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Popowich</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Question answering summarization of multiple biomedical documents</article-title>
          .
          <source>In: Conference of the Canadian Society for Computational Studies of Intelligence</source>
          . pp.
          <volume>284</volume>
          {
          <fpage>295</fpage>
          . Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>