<!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>University of Glasgow at CLEF 2013: Experiments in eHealth Task 3 with Terrier</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nut Limsopatham</string-name>
          <email>nutli@dcs.gla.ac.uk1</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Craig Macdonald</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iadh Ounis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Computing Science University of Glasgow G12 8QQ</institution>
          ,
          <addr-line>Glasgow</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In our participation in the CLEF 2013 eHealth task 3, we investigate (1) the effectiveness of our Divergence from Randomness (DFR) framework on retrieving medical webpages, (2) the adoption of classical pseudo-relevance feedback for improving the representation of the queries, and (3) the exploitation of a collection enrichment technique for alleviating the mismatches between the terms in documents and queries, all within the context of our Terrier information retrieval platform.</p>
      </abstract>
      <kwd-group>
        <kwd>Pseudo-Relevance Feedback</kwd>
        <kwd>Collection Enrichment</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The CLEF 2013 eHealth task 3 [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] developed a novel framework for
evaluating search systems that retrieve medical web documents relevant to a query,
as would be issued by patients looking to find information related to their
discharge summary [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. In our participation in the CLEF 2013 eHealth task 3,
we aim to evaluate the effectiveness of classical approaches existing the Terrier
platform1 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], which have been shown to be effective for other search tasks (e.g.
web search, blog search and medical records search), on this medical web
document retrieval task. In particular, building upon the effective Divergence from
Randomness (DFR) framework [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], our participation has three major objectives:
1. We deploy the parameter-free DPH model [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which has been shown to be
effective for retrieval tasks (e.g. web search [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and medical records search [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]),
to the task of ranking medical web documents.
2. We investigate the effectiveness of using classical pseudo-relevance feedback
(PRF) to lessen the mismatches between terms in the medical web
documents and the queries.
3. We use a collection enrichment technique to improve the representation of
the queries using information from different corpora, including Wikipedia
and MEDLINE abstracts.
&lt;query&gt;
&lt;id&gt;qtest1&lt;/id&gt;
&lt;discharge_summary&gt;00098-016139-DISCHARGE_SUMMARY.txt&lt;/discharge_summary&gt;
&lt;title&gt;Hypothyreoidism&lt;/title&gt;
&lt;desc&gt;What is hypothyreoidism&lt;/desc&gt;
&lt;narr&gt;description of what type of disease hypothyreoidism is&lt;/narr&gt;
&lt;profile&gt;
A forty year old woman, who seeks information about her condition
&lt;/profile&gt;
&lt;/query&gt;
      </p>
      <p>This paper is organised as follows. In Section 2, we briefly describe the task
and the document collection. Section 3 discusses the parameter-free DPH
weighting model to rank medical web documents. Sections 4 and 5 explain our
deployment of PRF and collection enrichment, respectively, to further improve retrieval
performance. Runs and results are presented in Section 6, and the conclusions
are discussed in Section 7.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Medical Web Search</title>
      <p>
        Along with the growth of the Internet and the Web, a phenomenal expansion
of Web-based medical document collections have been witnessed in the recent
years. Online digital libraries, such as PubMed, provide comprehensive
literature and teaching material on biomedical issues. Moreover, the number of
publicly available websites that provide information about healthcare and treatment
(e.g. http://www.patientslikeme.com/, http://www.webmd.com/) have been
increasing. Furthermore, the number of users using search engines to search for
information related to personal health has been growing. Hersh [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] reported that
80% of search engine users have searched for websites or documents related to
their health condition, while about 98% of US physicians use the Internet to find
documents related to healthcare. Searchers of these medical web collections are
desirable to retrieve documents pertaining to a specific medical scenario [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. For
example, patients may search the Internet for an explanation of their diagnosed
disease in order to understand their health condition better.
      </p>
      <p>
        To facilitate these phenomenon, the ShARe/CLEF eHealth Evaluation Lab [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
introduced a standard framework for evaluating medical webpage search systems
(Task 3) in 2013. Specifically, the aim of the task is to retrieve medical web
documents that can answer patients queries about their disorders, after they have
examined their discharge summary. The queries are the representative of real
patient information needs after reading their discharge summary. Figure 1 shows
an example of the ShARe/CLEF eHealth task 3 queries. Indeed, each query
contains three different levels of details of an information need in the different tags
1 http://terrier.org
(i.e. title, desc and narr ). In addition, the reference to the original discharge
summary is also provided (i.e. discharge summary tag). The description of the search
can be obtained from the profile tag. The collection consists of 1.2 M. webpages
from online medical resources, including Health On the Net Foundation-certified
websites and other well-known medical websites (e.g. Genetics Home Reference).
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>The Effective Parameter-free DPH Term</title>
    </sec>
    <sec id="sec-4">
      <title>Weight Model</title>
      <p>
        As a representation of a classical ranking approach, we apply the DPH [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
hypergeometric parameter-free document weighting model to rank medical web
documents, since it has been shown to be effective in both web search and
medical records search (e.g. [
        <xref ref-type="bibr" rid="ref12 ref7 ref8">7, 8, 12</xref>
        ]). DPH is a weighting model from the Divergence
from Randomness (DFR) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] framework, which calculates the score for a
document d as follows [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]:
scoreDP H (d, Q) = X tf q · norm · tf d · log((tf d · avg dl ) · ( N
t∈Q dl tf c
))
      </p>
      <p>(1)
+ 0.5 · log(2 · π · tf d · (1 − f ))
where tf q is the frequency of term t in the query Q, tf d is the frequency of
term t in document d, N is the number of documents in the collection, tf c is the
frequency of term t in the collection, avg dl is the average length of documents in
the collection, dl is the length of the document d, f = tdfld , and norm = ((1tf−+f1)2) .
4</p>
    </sec>
    <sec id="sec-5">
      <title>Pseudo-Relevance Feedback using the Bo1 Model</title>
      <p>
        Medical terminology is known to be inconsistent [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] (e.g. practitioners can use
different terms to refer to a particular medical term). In order to improve the
representation of a given query, we deploy the parameter-free Bose-Einstein
statisticsbased (Bo1) model from the Divergence from Randomness (DFR) framework [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
to expand the query with informative terms from the pseudo-relevance
documents (i.e. top-ranked documents). Specifically, the Bo1 model calculates the
weight of terms, as followings [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]:
w(t) = tfx · log2
1 + Pn(t)
      </p>
      <p>Pn(t)
+ log2(1 + Pn(t))</p>
      <p>(2)
tf c
Pn(t) = (3)</p>
      <p>
        N
where tfx is the frequency of the query term t in the top-ranked documents, tf c
is the frequency of term t in the collection, and N is the number of documents
in the collection. Following Amati [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], we extract the 10 most informative terms
(i.e. terms having highest w(t) scores) from the top 3 retrieved documents to
reformulate the query. The original query terms can also appear in the 10
extracted terms. Then, the query term weight qtw of each expanded query term
can be calculated as [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]:
qtw(t) =
      </p>
      <p>qtf
qtfmax
+</p>
      <p>w(t)
limF →tfxw(t)
= Fmax · log2 1 + Pn,max + log2(1 + Pn,max)</p>
      <p>Pn,max
Pn,max =</p>
      <p>Fmax</p>
      <p>N
(4)
(5)
where limF →tfx is the upper bound of w(t), Fmax is the frequency F of the term
with the maximum w(t) in the top-ranked documents. If an original query term
t does not appear in the most informative terms extracted from the top-ranked
documents, its query term weight qtw remains equal to the original one.
5</p>
    </sec>
    <sec id="sec-6">
      <title>Collection Enrichment</title>
      <p>
        To further improve the representation of the queries, we deploy collection
enrichment (CE) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], which has shown to be effective for medical records search [
        <xref ref-type="bibr" rid="ref14 ref6">6, 14</xref>
        ].
Indeed, the collection enrichment aims to expand a query with informative terms
extracted from an external corpus, by deploying a query expansion technique.
Intuitively, collection enrichment should alleviate the mismatch between terms
in the relevant documents and a given query, since informative terms may be
extracted from an external corpus. In this work, we use the DFR Bo1 model [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
(Equation (4) in Section 4) to expand the queries with the top 10 informative
terms from the top 3 ranked documents retrieved from two different external
corpora, namely Wikipedia 2008 and the MEDLINE abstract collection of the
TREC 2005 Genomics track [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], respectively. Specifically, the Wikipedia
collection contains 3,588,998 Wikipedia pages, while the MEDLINE abstract collection
consists of 4,591,008 documents.
6
      </p>
    </sec>
    <sec id="sec-7">
      <title>Runs and Results</title>
      <p>
        We perform all runs using the Terrier retrieval platform [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]2, applying Porter’s
English stemmer and removing stopwords. For each topic, we use only the terms
in the title tag (see Figure 1) as the query terms, since web search engine users
normally use a very few terms as a query. Indeed, we submitted 4 title-only runs,
as followings:
1. uogTr.1.3.noadd: A baseline run, which applies the effective
parameterfree DPH weighting model discussed in Section 3. All other submitted runs
build upon this run.
2 http://terrier.org
2. uogTr.5.3.noadd: This run improves the representation of the queries
using PRF. Indeed, the Bo1 model is deployed to expand the queries with
informative terms extracted from the corpus, as discussed in Section 4.
3. uogTr.6.3.noadd: This run further enhances the query representation using
both PRF and the collection enrichment, introduced in Sections 4 and 5,
respectively. Specifically, the MEDLINE abstract collection is used for the
collection enrichment.
4. uogTr.7.3.noadd: This run deploys the same approaches as the previous
run (uogTr.6.3.noadd); however, Wikipedia collection is used for the
collection enrichment, instead of the MEDLINE abstract collection.
For our participation in the CLEF eHealth 2013 task 3, we focus on examining
the effectiveness of classical approaches in the searching of medical web
documents. Specifically, using Terrier, we evaluate the performances of the DFR DPH
weighting model as well as PRF and collection enrichment using the Bo1 model.
Overall, we find that PRF helps to improve retrieval effectiveness. However,
we observe the combining both PRF and the collection enrichment to further
improve retrieval performance remains an open problem.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>G. Amati.</surname>
          </string-name>
          :
          <article-title>Probability models for information retrieval based on Divergence From Randomness</article-title>
          .
          <source>PhD thesis</source>
          , University of Glasgow, (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>G.</given-names>
            <surname>Amati</surname>
          </string-name>
          , E. Ambrosi,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bianchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gaibisso</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Gambosi.: FUB</surname>
          </string-name>
          ,
          <article-title>IASI-CNR and University of Tor Vergata at TREC 2007 Blog Track</article-title>
          . In: TREC (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>F.</given-names>
            <surname>Diaz</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Metzler</surname>
          </string-name>
          .:
          <article-title>Improving the estimation of relevance models using large external corpora</article-title>
          .
          <source>In: SIGIR</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>W.</given-names>
            <surname>Hersh</surname>
          </string-name>
          .:
          <article-title>Ubiquitous but unfinished: grand challenges for information retrieval</article-title>
          .
          <source>In: Health Information and Libraries Journal</source>
          ,
          <volume>25</volume>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>W.</given-names>
            <surname>Hersh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bhupatiraju</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Hearst</surname>
          </string-name>
          .:
          <article-title>TREC 2005 Genomics Track Overview</article-title>
          . In: TREC (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>N.</given-names>
            <surname>Limsopatham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Ounis.</surname>
          </string-name>
          :
          <article-title>Inferring Conceptual Relationships to Improve Medical Records Search</article-title>
          . In: OAIR (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>N.</given-names>
            <surname>Limsopatham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          , I. Ounis,
          <string-name>
            <given-names>G.</given-names>
            <surname>McDonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. M.</given-names>
            <surname>Bouamrane</surname>
          </string-name>
          .: University of Glasgow at Medical Records Track 2011:
          <article-title>Experiments with Terrier</article-title>
          .
          <source>In: TREC</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>N.</given-names>
            <surname>Limsopatham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>McCreadie</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Ounis.</surname>
          </string-name>
          :
          <article-title>Exploiting Term Dependence while Handling Negation in Medical Search</article-title>
          . In: SIGIR (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>N.</given-names>
            <surname>Limsopatham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. L. T.</given-names>
            <surname>Santos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Ounis.</surname>
          </string-name>
          :
          <article-title>Disambiguating biomedical acronyms using EMIM</article-title>
          . In: SIGIR (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          and
          <string-name>
            <given-names>W.</given-names>
            <surname>Chu</surname>
          </string-name>
          .:
          <article-title>Knowledge-based query expansion to support scenario-specific retrieval of medical free text</article-title>
          .
          <source>In: Information Retrieval</source>
          ,
          <volume>10</volume>
          (
          <issue>2</issue>
          ) (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. I. Ounis,
          <string-name>
            <given-names>G.</given-names>
            <surname>Amati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Plachouras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Lioma</surname>
          </string-name>
          .:
          <article-title>Terrier: A High Performance and Scalable Information Retrieval Platform</article-title>
          . In: OSIR at SIGIR (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>R. L. T. Santos</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>McCreadie</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>and I. Ounis.</given-names>
          </string-name>
          : University of Glasgow at TREC 2010:
          <article-title>Experiments with Terrier in Blog and Web tracks In: TREC (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. H.
          <string-name>
            <surname>Suominen</surname>
            , S. Salanter¨a, S. Velupillai,
            <given-names>W. W.</given-names>
          </string-name>
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Savova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Elhadad</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Mowery</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Leveling</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Martinez</surname>
            , and
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Zuccon</surname>
          </string-name>
          .:
          <source>ShARe/CLEF eHealth Evaluation Lab</source>
          <year>2013</year>
          :
          <article-title>Three Shared Tasks on Natural Language Processing and Machine Learning to Make Clinical Reports Easier to Understand for Patients</article-title>
          . In: CLEF (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhu</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Carterette</surname>
          </string-name>
          .:
          <article-title>Combining Multi-level Evidence for Medical Record Retrieval</article-title>
          . In: SHB at CIKM (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>