<!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>Knowledge Enhanced Representations to Reduce the Semantic Gap in Clinical Decision Support</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Engineering, University of Padua</institution>
          ,
          <addr-line>Padova</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The semantic gap between queries and documents is a longstanding problem in Information Retrieval (IR), and it poses a critical challenge for medical IR due to the large presence in the medical language of synonymous and polysemous words, along with context-speci c expressions. Two main lines of work have emerged in the past years to tackle this issue: (i) the use of external knowledge resources to enhance query and document bag-of-words representations; and (ii) the use of semantic models, based on the distributional hypothesis, which perform matching on latent representations of documents and queries. The presented research investigates the use of external knowledge resources in both lines { with a focus on knowledge-enhanced unsupervised neural latent representations and their analysis in terms of e ectiveness and semantic representativeness.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic gap</kwd>
        <kwd>Query rewriting</kwd>
        <kwd>Content representation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Medical data keeps growing exponentially. Clinicians struggle to keep up with
every piece of new information and this can have a signi cant impact on patient
care. To help clinicians in patient care, Clinical Decision Support (CDS) systems
have emerged. Many tools exist for searching biomedical literature, but only a
few speci cally target the clinical environment. Because of that, the introduction
of the TREC CDS track in 2014 triggered the creation of tools and resources
necessary to evaluate Information Retrieval (IR) systems designed for CDS tasks. In
2017, the TREC Precision Medicine (PM) track succeeded to the CDS track and
focused on an important use case in clinical decision support: providing useful
precision medicine-related information to clinicians treating cancer patients.1</p>
      <p>
        The outcomes of the TREC CDS and PM tracks showed that, within
biomedical literature and clinical trials, the large presence of synonymous and
polysemous words, along with the use of context-speci c expressions, signi cantly
impairs retrieval systems [
        <xref ref-type="bibr" rid="ref17 ref2">17, 2</xref>
        ]. Such characteristics increase the semantic gap,
a long-standing studied topic in IR and Natural Language Processing (NLP).
The semantic gap can be interpreted as the di erence between the low-level
description of document and query contents and the high-level interpretation of
their meanings.
      </p>
      <p>Two main lines of work have emerged in the past years to tackle the
semantic gap: (i) the use of external knowledge resources (e.g., UMLS,2 SNOMED
CT3) to enrich bag-of-words query and document representations; and, (ii) the
use of semantic models, based on the distributional hypothesis, which perform
matching on latent representations of documents and queries.</p>
      <p>The presented research investigates the use of external knowledge resources
in both lines { with a focus on knowledge-enhanced unsupervised neural
latent representations. Furthermore, the research is part of the H2020 ExaMode
project,4 that has the objective of providing knowledge discovery for exascale
medical data. This gives us the opportunity to design, develop and evaluate
complementary approaches that can increase the understanding of the semantic gap
and its relatedness with retrieval e ectiveness in real case CDS scenarios.</p>
      <p>The rest of the paper is organized as follows: Section 2 presents some
background and related work; Section 3 describes the proposed research methodology
and presents the obtained research results, Section 4 concludes the paper with
some nal remarks.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Background and Related Work</title>
      <p>We describe in the following the main approaches used to tackle the semantic
gap in IR. We can divide these approaches in two categories, which serve as
guidelines throughout the paper: approaches that enrich bag-of-words query and
document representations using external knowledge resources; approaches that
perform semantic matching on latent representations of documents and queries.</p>
      <p>
        Methods exploiting concepts and relations from external knowledge resources
demonstrate consistent improvements over classic keyword-based systems. In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
document and query term-based representations are shifted into concept-based
representations derived from SNOMED CT. In [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], documents and queries are
enhanced by using medical concepts directly relating to four aspects of the
medical decision criteria. The work is extended in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], where queries are expanded by
inferring additional conceptual relationships from domain-speci c resources as
well as by extracting informative concepts from the top-ranked medical records.
In [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], query reformulation techniques are proposed to address literature search
based on case reports.
      </p>
      <p>
        On the other hand, latent representation models have been used for decades
in IR [
        <xref ref-type="bibr" rid="ref21 ref4">4, 21</xref>
        ]. The recent advancements in neural language models [
        <xref ref-type="bibr" rid="ref13 ref7">13, 7</xref>
        ] have
2 https://www.nlm.nih.gov/research/umls/
3 http://www.snomed.org/
4 htttp://www.examode.eu/
led the IR community to consider them for retrieval tasks. Approaches that
inject the low-dimensional text representations learned by neural models within
state-of-the-art IR models have emerged [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], along with approaches that learn
representations of words and documents from scratch and use them directly
for retrieval [
        <xref ref-type="bibr" rid="ref19 ref20">20, 19</xref>
        ]. However, distributed representations learned by neural
language models are hampered by two main limitations: (i) polysemy [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and (ii)
synonymy [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Few approaches have been proposed in IR to address these
problems. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], relational semantics are used to constrain word representations
which are used in a document re-ranking scenario. In [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], latent representations
are built upon concepts linked to knowledge resources and injected in a
textto-text matching process { according to a query expansion technique. In [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], a
tri-partite neural language model is proposed that relies on external knowledge
resources to constrain word, concept and document representations jointly. The
model is then used for query expansion and in document re-ranking.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Research Methodology and Results</title>
      <p>Our research is driven by the following research question:</p>
      <p>
        How can external knowledge be integrated in document/query
representations in such a way that, given a medical query case, we can reduce
the semantic gap between query and documents and e ectively return
related medical knowledge?
To answer this question, we started by proposing in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] a retrieval framework
for CDS based on document-level semantic networks. The proposed framework
presents a two-step methodology, where the rst step addresses the automatic
creation of document-level semantic networks and the second exploits such
document representations to retrieve relevant documents from medical literature.
      </p>
      <p>This approach inherently addresses the semantic gap. Indeed, by providing a
semantic-aware representation of documents and queries, by means of semantic
networks composed of concepts and relations, the framework aims at
reducing speci c aspects of the semantic gap like, among the others, polysemy and
synonymy. However, representing documents and queries as semantic networks,
composed of concepts and relations linked to a reference Knowledge Base (KB),
su ers from three main aspects. First, it requires concept and relation extraction
algorithms to provide concepts and relations with a high level of accuracy, as
the noise injected in the document-level semantic network creation step is
propagated in the retrieval step too. Second, most state-of-the-art biomedical relation
extraction techniques are developed for speci c relationships, like protein-protein
interactions, gene-disease interactions and so on { which cover only a fraction of
the biomedical domain, not wide enough for a CDS setup. Third, the complexity
of concept and relation extraction algorithms makes it di cult to scale them
efciently on IR collections { which are typically orders of magnitude larger than
NLP collections.</p>
      <p>Building on the work presented in Section 2, we started investigating
alternative approaches to e ectively integrate concepts and relations from external
knowledge sources in the retrieval process.</p>
      <p>Knowledge enhanced bag-of-words models for CDS. We are interested in
understanding how, and to what extent, concepts and relations can be integrated
within query/document representations and used to enhance the e ectiveness of
state-of-the-art retrieval models.</p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], we investigated how semantic relations between concepts extracted
from medical documents, and linked to a reference KB, can be employed to
retrieve medical literature for CDS. We leveraged two methods for extracting
relations from queries and documents: a rule-based method and a learning-based
method. We found that relations { when pertinent to the information need { are
highly valuable, outperforming the contribution provided by only concepts. The
challenge lies in how to limit those cases where relations provide no relevant
results.
      </p>
      <p>
        We participated in the TREC PM 2018 track, focusing on the Clinical Trials
task [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The aim of our work was twofold: (i) evaluate how a recall oriented
approach based on an increasing (and more aggressive) query expansion method
a ects precision in this context; (ii) study whether the e ectiveness of the
retrieval approach can be correlated to the quality of the relations contained within
the KB used for the query expansion process. The analysis of the results showed
that aggressive query expansion approaches are detrimental for the retrieval
effectiveness.
      </p>
      <p>
        We deepened this analysis in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], where we considered also the Scienti c
Literature task. We proposed and evaluated state-of-the-art query expansion and
reduction techniques to identify whether a particular approach can be helpful
in both scienti c literature and clinical trials retrieval. The experimental
analysis showed that no clear pattern emerges for both tasks. In general, a query
expansion approach using KB concepts helps the retrieval of scienti c
literature, while a query reduction approach improves performances on the clinical
trials task. Nevertheless, we found that a particular combination performs well
in both tasks { in particular the clinical trials task { and competes with the top
10 performing runs in both TREC PM 2017 and 2018.
      </p>
      <p>Currently, we are exploring the use of rank fusion approaches based on
multiple query expansions. The objective is to build a robust fusion model, less
sensitive to the problem of topic drift { which occurs when the query is expanded
with concepts that are not pertinent to the information need.</p>
      <p>
        Knowledge enhanced semantic models for CDS. We rst proposed in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
an IR framework that combines the implicit representations { obtained through
distributional learning { and the explicit representations { derived from
external knowledge sources { of documents to reduce the semantic gap for CDS
retrieval tasks. Combining implicit-explicit representations aims at enriching the
semantic understanding of documents and reducing the semantic gap between
documents and queries. Indeed, distributional representations can capture the
latent semantics existing between words relying only on the document collection
as knowledge source. However, they are hampered by two main limitations that
knowledge-based representations can alleviate: (i) distributional learning models
fail to discriminate polysemous words [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]; and (ii) distributional learning models
fail to learn close representations for synonymous words occurring in di erent
contexts [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Therefore, we are currently analyzing state-of-the-art neural
representation models for IR tasks. An in-depth evaluation of their e ectiveness for
IR tasks, along with an analysis of their ability to retrieve documents that
cannot be matched using lexical models, is fundamental to understand how neural
representation models can be employed and combined e ectively in IR. Besides,
the comparison with traditional bag-of-words models can help identifying those
components that are critical for every IR model.
      </p>
      <p>
        Thus, based on [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and on the analysis we are conducting on neural
representation models, we are developing an unsupervised neural model for learning
knowledge-enhanced latent representations of words, concepts and documents.
To reduce prominent aspects of the semantic gap, the model integrates relational
semantics from external knowledge sources in the learning process.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Final Remarks</title>
      <p>The presented research has the nal objective of reducing the semantic gap
and increasing retrieval e ectiveness in real-case CDS scenarios. Therefore, as
a subsequent step, we will design and develop knowledge enhanced multi-stage
retrieval systems { which combine bag-of-words and latent representations. The
idea is to leverage the complementary nature of bag-of-words and latent
representations to the best, thus advancing { both methodologically and
experimentally { real-case CDS applications. The results will be then validated within the
context of the ExaMode project, which allows us to collaborate with hospitals
and health practicioners.</p>
      <p>Acknowledgements
The work was supported by the ExaMode project, as part of the European Union
H2020 program under Grant Agreement no. 825292.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Agosti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.M.</given-names>
            ,
            <surname>Marchesin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            : The University of Padua IMS Research Group at TREC 2018
            <surname>Precision Medicine</surname>
          </string-name>
          <article-title>Track</article-title>
          .
          <source>In: Proc. of the 27th TREC</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Agosti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.M.</given-names>
            ,
            <surname>Marchesin</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.:</surname>
          </string-name>
          <article-title>An Analysis of Query Reformulation Techniques for Precision Medicine</article-title>
          .
          <source>In: Proc. of the 42nd SIGIR (in print)</source>
          .
          <source>ACM</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Agosti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.M.</given-names>
            ,
            <surname>Marchesin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Silvello</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          :
          <article-title>Medical Retrieval using Structured Information Extracted from Knowledge Bases</article-title>
          .
          <source>In: Proc. of the 27th SEBD (in print)</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Deerwester</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Furnas</surname>
            ,
            <given-names>G.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harshman</surname>
          </string-name>
          , R.:
          <article-title>Indexing by Latent Semantic Analysis</article-title>
          .
          <source>JASIST</source>
          <volume>41</volume>
          (
          <issue>6</issue>
          ),
          <volume>391</volume>
          {
          <fpage>407</fpage>
          (
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Iacobacci</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pilehvar</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          , R.:
          <article-title>Sensembed: Learning Sense Embeddings for Word and Relational Similarity</article-title>
          .
          <source>In: Proc. of the 53rd ACL and the 7th IJCNLP</source>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>95</volume>
          {
          <issue>105</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Koopman</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuccon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vickers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Butt</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bruza</surname>
          </string-name>
          , P.D.:
          <article-title>Exploiting SNOMED CT Concepts and Relationships for Clinical Information Retrieval: Australian e-Health Research Centre and Queensland University of Technology at the TREC 2012 Medical Track</article-title>
          .
          <source>In: Proc. of the 21st TREC</source>
          . pp.
          <volume>1</volume>
          {
          <issue>8</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Distributed Representations of Sentences and Documents</article-title>
          . In: ICML. pp.
          <volume>1188</volume>
          {
          <issue>1196</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Limsopatham</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ounis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>A Task-Speci c Query and Document Representation for Medical Records Search</article-title>
          .
          <source>In: Proc. of ECIR 2013</source>
          . pp.
          <volume>747</volume>
          {
          <fpage>751</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Limsopatham</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ounis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Inferring Conceptual Relationships to Improve Medical Records Search</article-title>
          .
          <source>In: Proc. of the 10th OAIR</source>
          . pp.
          <volume>1</volume>
          {
          <issue>8</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nie</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sordoni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Constraining Word Embeddings by Prior Knowledge{Application to Medical Information Retrieval</article-title>
          . In: AIRS. pp.
          <volume>155</volume>
          {
          <fpage>167</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Marchesin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Case-Based Retrieval Using Document-Level Semantic Networks</article-title>
          .
          <source>In: Proc. of the 41st SIGIR</source>
          . p.
          <fpage>1451</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Marchesin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Implicit-Explicit Representations for Case-Based Retrieval</article-title>
          .
          <source>In: Proc. of DESIRES</source>
          <year>2018</year>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed Representations of Words and Phrases and their Compositionality</article-title>
          .
          <source>In: Proc. of NIPS 2013</source>
          . pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Craswell</surname>
            ,
            <given-names>N.:</given-names>
          </string-name>
          <article-title>An introduction to neural information retrieval</article-title>
          .
          <source>Foundations and Trends R in Information Retrieval</source>
          <volume>13</volume>
          (
          <issue>1</issue>
          ),
          <volume>1</volume>
          {
          <fpage>126</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>G.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tamine</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soulier</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Souf</surname>
          </string-name>
          , N.:
          <article-title>A Tri-Partite Neural Document Language Model for Semantic Information Retrieval</article-title>
          .
          <source>In: Proc. of ESWC 2018</source>
          . pp.
          <volume>445</volume>
          {
          <fpage>461</fpage>
          . Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>G.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tamine</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soulier</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Souf</surname>
          </string-name>
          , N.:
          <article-title>Learning Concept-Driven Document Embeddings for Medical Information Search</article-title>
          .
          <source>In: Proc. of AIME 2017</source>
          . pp.
          <volume>160</volume>
          {
          <fpage>170</fpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Roberts</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simpson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Voorhees</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hersh</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Stateof-the-Art in Biomedical Literature Retrieval for Clinical Cases: a Survey of the TREC 2014 CDS track</article-title>
          .
          <source>IRJ</source>
          <volume>19</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>113</volume>
          {
          <fpage>148</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Soldaini</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yates</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frieder</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Retrieving Medical Literature for Clinical Decision Support</article-title>
          .
          <source>In: Proc. of ECIR 2015</source>
          . pp.
          <volume>538</volume>
          {
          <fpage>549</fpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Van Gysel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Rijke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanoulas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>Neural Vector Spaces for Unsupervised Information Retrieval</article-title>
          .
          <source>ACM TOIS 36(4)</source>
          ,
          <volume>38</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Vulic</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moens</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          :
          <article-title>Monolingual and Cross-Lingual Information Retrieval Models based on (Bilingual) Word Embeddings</article-title>
          .
          <source>In: Proc. of the 38th SIGIR</source>
          . pp.
          <volume>363</volume>
          {
          <fpage>372</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Croft</surname>
          </string-name>
          , W.B.:
          <article-title>LDA-based Document Models for Ad-Hoc Retrieval</article-title>
          .
          <source>In: Proc. of the 29th SIGIR</source>
          . pp.
          <volume>178</volume>
          {
          <fpage>185</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>