<!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>ECNU at 2016 eHealth Task 3: Patient-centred Information Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yang Song</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yun He</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hongyu Liu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yueyao Wang</string-name>
          <email>yywangg@ica.stc.sh.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qinmin Hu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Liang He</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guihua Luo</string-name>
          <email>ghluo@metinform.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science &amp; Technology, East China Normal University</institution>
          ,
          <addr-line>Shanghai, 200241</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Science and Technology Commission of Shanghai Municipality</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Shanghai Digital Trade Co. Ltd</institution>
          ,
          <addr-line>Shanghai, 200241</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Shanghai Key Laboratory of Multidimensional Information Processing</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The 2016 CLEF eHealth Task 3 aims to evaluation the e ectiveness of information retrieval systems when searching for health content on the web. The ClueWeb12 B13 data set is utilized in this task. This paper presents our work on the 2016 CLEF eHealth Task 3. We propose a Web-based query expansion method and a combination method to better understand and satisfy the task. In particular, we test our Web-based query expansion method in many medical data sets and achieve an outstanding performance.</p>
      </abstract>
      <kwd-group>
        <kwd>Web-based</kwd>
        <kwd>Query Expansion</kwd>
        <kwd>Combination</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        The 2016 CLEF eHealth Information Retrieval Task aims to evaluate the e
ectiveness of information retrieval systems when searching for health content on
the web, with the objective to foster research and development of search engines
tailored to health information seeking [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>This task continues the previous CLEF eHealth information retrieval (IR)
tasks that ran in 2013, 2014 and 2015. With a shared collection of documents
and queries, this year's task embraces the TREC-style evaluation process, the
contribution of runs from participants and the subsequent formation of relevance
assessments and evaluation of the participants submissions.</p>
      <p>ClueWeb12 B13 which is more representative of the current state of health
information online is select as this year's IR task new corpus. The organizers
mine health web forums to extract topic stories and generate the associated
(English) queries to identify example information needs to be used in the task.
1.1</p>
      <sec id="sec-1-1">
        <title>IRTask 1: Ad-hoc Search</title>
        <p>In order to identify example information needs, queries for this task are generated
by mining health web forums. This task extends the evaluation framework used
in 2015 to consider further dimensions of relevance such as the reliability of the
retrieved information.
1.2</p>
      </sec>
      <sec id="sec-1-2">
        <title>IRTask 2: Query Variation</title>
        <p>This task explores query variations for an information need. Di erent query
variants are generated for the same forum entry, thus capturing the variability
intrinsic in how people search when they have the same information need. Our
participants should take these variations into account when building our systems.
In this task we are told which queries relate to the same information need and
we have to produce one set of results to be used as answer for all query variations
of an information need. This task aims to foster research into building systems
that are robust to query variations.
1.3</p>
      </sec>
      <sec id="sec-1-3">
        <title>IRTask 3: Multilingual Search</title>
        <p>This task, similar to last year, o ers parallel queries in several languages (Czech,
French, Hungarian, German, Polish and Swedish).</p>
        <p>
          Our experiments on Task 3 aim to investigate in e ectiveness of our
Webbased query expansion method and the combination method for medical IR.
Figure 1 presents our system architecture. Particularly, we take advantage of
the Web search engine to obtain better expansion terms. At the same time, we
adopt multiple classic IR models, such as BM25 [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], PL2 and BB2 [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], to perform
retrieval, and we make combination in order to get rid of the in uence of single
model. Finally, we submit three runs for each subtask.
2
2.1
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <sec id="sec-2-1">
        <title>Web-based Query Expansion</title>
        <p>
          The task of this year is patient-centered health IR. We intent to improve the
retrieval precision by expanding the queries. To achieve a better expansion term
we propose a Web-based query expansion method as follows. Note that we apply
the similar model in the 2014 TREC Microblog track [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], 2015 TREC Clinical
Decision Support track [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], and 2015 CLEF eHealth task 2 [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] which achieve
better results than most of the runs.
        </p>
        <p>{ Query is searched by Google and the top 10 concurrent Web titles and
snippets (if existed) are crawled from the Web page.
{ By applying the MeSH database, the medical terms are extracted from both
the titles and the snippets.
{ The frequency of each stemmed medical term is calculated. Only the terms
appearing more than n times are kept for expanding, which can be denoted
as Qweb.
{ The nal query is formulated as Q = Q0 [ Qweb, where Q0 represents the
initial query.</p>
        <p>In addition, since some of the queries are to nd out \what is the patient's
diagnosis?", \what tests should the patient receive?" and \how should the patient
be treated?", we manually add the keywords `diagnose', `test' and `treatment'
as the regular expansion terms to all queries.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Combination</title>
        <p>We apply Equation 1 to normalize the scores of each candidate. Then, we add
up all the normalized scores of each document among these candidates, followed
by the documents which are ranked by the total normalized scores. Finally, the
top 1000 documents for each query are extracted as nal results for evaluation.
score normalizedi =</p>
        <p>scoremax
scoremax</p>
        <p>scorei
scoremin
(1)</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments</title>
      <p>The corpus of the 2016 eHealth Task 3 is ClueWeb12-B13 which is the subset
of ClueWeb12. The organizers provide us with the Microsoft Azure server and
indexes in Terrier and Indir formats respectively. We adopt Terrier and Indri to
conduct our experiments on the given resource.</p>
      <p>In IRTask 1, we submit three runs where the description for each run is as
follows.</p>
      <p>
        { ecnu EN Run1: The baseline with the BM25 model and Terrier search
engine.
{ ecnu EN Run2: The query we utilizing is those removed punctuation. We
adopt Terrier to perform BM25, PL2, BB2, DFR BM25 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]and Indri to
perform TFIDF and Language Model [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The nal submission is the
combination of those results with the method proposed in section 2.2.
{ ecnu EN Run3: We utilize the Google search engine to conduct query
expansion, where there terms of `diagnose', `test' and `treatment' are added
by mandatory into queries. We use the same method as ecnu EN Run2 to
perform retrieval and combination.
      </p>
      <p>In IRTask 2, we also submit three runs.
{ ecnu EN Run1 Task2: On the basis of the ecnu EN Run1 in task 1, we
combine results of queries in the same group with the method proposed in section
2.2. For instance, we combine the results achieved by using queries \101001",
\101002", \101003", \101004", \101005" and \101006" as the nal result of
query \101".
{ ecnu EN Run2 Task2: We conduct combination on the basis of ecnu EN Run2
achieved in task 1. The combination method is the same as ecnu EN Run1 Task2.
{ ecnu EN Run3 Task2: We conduct combination on the basis of ecnu EN Run3
achieved in task 1. The combination method is the same as ecnu EN Run1 Task2.</p>
      <p>In IRTask 3, we utilize the Google Translate to translate the non-English
queries into English. At the same time, we adopt the same method used in
IRTask 1 to obtain our submissions.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and Future Work</title>
      <p>In 2016 CLEF eHealth task 3, We propose a Web-based query expansion model
and a combination method to achieve the better performance for medical IR.
In the future, we will continue on the Web-based query expansion method for
better understand the queries and discover more e ective methods to perform
combination.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgement</title>
      <p>This research is funded by National Key Technology Support Program (No.
2015BAH12F01-04) and Science and Technology Commission of Shanghai
Municipality (No.14DZ1101700). We also thank anonymous reviewers for their
review comments on this paper.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suominen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nvol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palotti</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuccon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Overview of the CLEF eHealth Evaluation Lab 2016</article-title>
          .
          <source>CLEF 2016 - 7th Conference and Labs of the Evaluation Forum, Lecture Notes in Computer Science (LNCS)</source>
          , Springer, September,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Zuccon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palotti</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lupu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pecina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mueller</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Budaher</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deacon</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,:
          <article-title>The IR Task at the CLEF eHealth Evaluation Lab 2016: User-centred Health Information Retrieval</article-title>
          .
          <article-title>CLEF 2016 Evaluation Labs</article-title>
          and Workshop: Online Working Notes, CEUR-WS,
          <year>September</year>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Q.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pei</surname>
            ,
            <given-names>Y.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :ECNU at TREC 2014:
          <article-title>Microblog Track</article-title>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Q.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haacke</surname>
            ,
            <given-names>E.M.:</given-names>
          </string-name>
          <article-title>ECNU at 2015 eHealth Task 2: User-centred Health Information Retrieval</article-title>
          .
          <source>Proceedings of the ShARe/CLEF eHealth Evaluation Lab</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Q.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>ECNU at 2015 CDS Track: Two Re-ranking Methods in Medical Information Retrieval</article-title>
          .
          <source>Proceedings of the 2015 Text Retrieval Conference</source>
          . (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Stephen</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robertson</surname>
            ,
            <given-names>S.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Susan</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Micheline</surname>
            <given-names>H.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mike</surname>
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Okapi at TREC3</article-title>
          .
          <source>Proceedings of the Third Text REtrieval Conference (TREC</source>
          <year>1994</year>
          ). Gaithersburg, USA.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Amati</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cornelis</surname>
            <given-names>J</given-names>
          </string-name>
          .,
          <string-name>
            <surname>Van</surname>
            <given-names>R.:</given-names>
          </string-name>
          <article-title>Probabilistic models for information retrieval based on divergence from randomness</article-title>
          . (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Katz</surname>
            ,
            <given-names>S.M.:</given-names>
          </string-name>
          <article-title>Estimation of probabilities from sparse data for the language model component of a speech recognizer</article-title>
          .
          <source>Acoustics, Speech and Signal Processing, IEEE Transactions on 35.3</source>
          (
          <year>1987</year>
          ):
          <fpage>400</fpage>
          -
          <lpage>401</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>