<!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>Task3 Patient-Centred Information Retrieval: Team CUNI</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shadi Saleh</string-name>
          <email>saleh@ufal.mff.cuni.cz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pavel Pecina</string-name>
          <email>pecina@ufal.mff.cuni.cz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Charles University Faculty of Mathematics and Physics Institute of Formal and Applied Linguistics</institution>
          ,
          <country country="CZ">Czech Republic</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we present our participation as the team of the Charles University at Task3 Patient-Centred Information Retrieval. In the monolingual task and its subtasks, we submitted two runs: one is based on language model approach and the second one is based on vector space model. For the multilingual task, Khresmoi translator, a Statistical Machine Translation (SMT) system, is used to translate the queries into English and get the n-best-list. For the baseline system, we take 1best-list translation and use it for the retrieval, while for other runs, we use a machine learning model to rerank the n-best-list translations and predict the translation that gives the best CLIR performance in terms of P@10. We present set of features to train the model, these features are generated from the SMT verbose output, di erent resources like UMLS Metathesaurus, MetaMap, document collection and from the Wikipedia articles. Experiments on previous CLEF eHealth IR tasks test set show signi cant improvement brought by the reranker over the baseline system.</p>
      </abstract>
      <kwd-group>
        <kwd>multilingual information retrieval</kwd>
        <kwd>Machine Translation</kwd>
        <kwd>Machine learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The increasing of internet user searches for medical topics recently gets the
attention of the researchers in the eld of information retrieval. The main challenge
in the medical information retrieval systems that people with di erent
experience, express their information need in di erent way [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Laypeople express their
medical information need using non-medical terms, while medical experts
express it using speci c medical terms, thus, information retrieval systems need to
be stable for such di erent query variations.
      </p>
      <p>
        In this paper, we describe our submitted systems to Task 3: Patient-centred
information retrieval [
        <xref ref-type="bibr" rid="ref13 ref2">2, 13</xref>
        ], taking a part in its three subtasks IRTask1 ad-hoc
search, IRTask2 query variations and the multilingual search task IRTask3. Also
we present our machine learning model which reranks the alternative
translations given by the machine translation system for better IR results. The baseline
system in the multilingual task is to take the 1-best-list translation returned by
the statistical machine translation (SMT) system and perform the retrieval as
shown in the CLEF eHealth Information Retrieval tasks before. However,
researches recently started to investigate looking inside the box of the machine
translation system rather than using it as a black box [
        <xref ref-type="bibr" rid="ref12 ref3">12, 3</xref>
        ] and showed that
involving the internal components of the SMT in the retrieval process signi cantly
improved the baseline system.
      </p>
      <p>
        Nikoulina et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] presented an approach to develop Cross-lingual
information retrieval (CLIR) system which is based on reranking the hypotheses given
from the SMT system, Saleh and Pecina [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] consider Nikoulina's work as a
starting point and expanded it by adding rich set of features for training. They
presented approach covered translating queries from Czech, French and German
into English and rerank the alternative translations to predict the hypothesis
that gives better CLIR performance.
      </p>
      <p>In this paper, we describe our participation at the 2016 CLEF eHealth
Information Retrieval Task and its subtasks. This year, ClueWeb 12 B13 1 collection
is used, and queries are extracted from posts which were published in health web
forums (askDocs2). In IRTask 1, we have to retrieve set of documents for each
query separately, while in IRTask 2 each group of queries are treated like an
information need and we have to design an information retrieval system that is
stable although the information need is represented in di erent query variations.
We focus mainly on IRTask 3, the multilingual search. In this task, we are given
parallel queries in: Czech, French, Hungarian, German, Polish and Swedish. We
are required to build a retrieval system that uses these queries to conduct the
retrieval from the given collection.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>System description</title>
      <sec id="sec-2-1">
        <title>Retrieval model</title>
        <p>
          We use Terrier, an open source information retrieval system [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], with the same
index that was provided by the organizers of this task. The main retrieval model
which is used in this paper is Terrier's implementation of Bayesian smoothing
with Dirichlet prior weighting retrieval model. This retrieval model is based on
language modeling approach. Documents are ranked by calculating the
product of each term's probability in the query using the language model for that
document. Bayesian smoothing has one smoothing parameter ( ) that is based
on the length of the documents in the collection. To tune the parameter, we
use CLEF 2013{2015 queries that were provided in Czech, French and German.
Then, we translate these queries into English and take the 1-best-list to perform
the retrieval and evaluate the results considering P@10 (The percent of relevant
documents in the highest 10 retrieved documents); for each between 1 and
5000. Figure 1 shows that = 2500, which is the default value in Terrier, is a
1 http://lemurproject.org/clueweb12
2 https://www.reddit.com/r/AskDocs
0.55
0.50
0.45
0.35
0.30
0.25
0
1000
2000 3000
        </p>
        <p>μ parameter
reasonable choice for all languages, so we keep it as a smoothing parameter for
Dirichlet model in all of our experiments.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Translation System</title>
      <p>
        We employ Khresmoi statistical machine translation (SMT) system [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], for
language pairs: Czech-English, French-English, German-English, Hungarian-English,
Polish-English, Spanish-English and Swedish-English, to translate the queries
into English. Khresmoi SMT system was trained to translate queries, the case
where most general SMT systems fail, and tuned on parallel and monolingual
data taken from the medical domain resources like Wikipedia, UMLS concept
descriptions and UMLS metathesaurus. Such domain speci c data made Khresmoi
perform well when translating sentences in the medical domain like the queries
in our case. Generally, feature weights in SMT systems are tuned toward BLEU
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] , a method for automatic evaluation of SMT systems correlates with human
judgments. It is not necessary to have correlation between the quality of general
SMT system and the quality of CLIR performance [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]; therefore Khresmoi SMT
system was tuned using MERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] towards PER (position-independent word
error rate) because it does not penalise word reorder; which is not important for
the performance of IR systems.
      </p>
      <p>In the test queries, Khresmoi SMT system could not recognize some words
because they are unseen in its training data, we call them Out Of Vocabulary
(OOV) words. Table 1 shows statistics about the number of OOVs in whole test
queries for each language, we do not process these OOVs and just copy them
into translated queries as they are.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Hypothesis reranking</title>
      <p>
        For each input sentence, Khresmoi SMT system returns list of alternative
translations in the target language, we refer to this list as n-best-list. Saleh and Pecina
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] presented an approach to rerank an n-best-list and predict a translation that
gives the best retrieval performance in terms of P@10. The reranker is a
generalized linear regression model that uses a set of features which can be divided
according to their sources into: 1) The SMT system: This includes features
that are derived from the verbose output of the Khresmoi SMT system (e.g.
phrase translation model, the target language model, the reordering model and
word penalty). 2) Document collection: The collection is employed to
derive features like IDF scores and features that are based on the blind-relevance
feedback approach. 2) External resources: Resources like Wikipedia articles,
document collection and UMLS metathesaurus are employed to create rich set
of features for each query hypothesis. 3) Retrieval status value: This feature
is used to involve the retrieval model in the reranking. It is based on how the
Dirichlet model scores the retrieved documents for a given query. This approach
is similar to the work of Nottelman et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], where they investigated the
correlation between the RSV and the probability of relevance.
5
5.1
      </p>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <sec id="sec-5-1">
        <title>Monolingual task</title>
      </sec>
      <sec id="sec-5-2">
        <title>Ad-Hoc search</title>
        <p>Run1 This run uses Terrier implementation of Dirichlet smoothed language
model, the smoothing parameter is setup by default to 2500, we do not do
any preprocessing for the queries nor for the collection.</p>
        <p>Run2 For comparison with language model based IR model, we submit this run
based on vector space model (TF IDF) as it is implemented in Terrier.
Run1 and Run2 These two runs are similar to Run1 and Run2 in the ad-Hoc
search but for each information need, we take the 1000 highest ranked documents
that are returned by all of its query variations.
5.2</p>
      </sec>
      <sec id="sec-5-3">
        <title>Multilingual task Ad-Hoc search</title>
        <p>Run1 In this run, we translate the query variant into English using Khresmoi
SMT then we take only the 1-best-list to generate the topics, then we perform
the retrieval using Dirichlet model.</p>
        <p>Run2 First we translate the query into English and take the 15-best-list
translations, then the reranker with all features predicts the translation that gives the
highest P@10, the predicted translations are used next to generate the topics
and perform the retrieval using Dirichlet model.</p>
        <p>Run3 This run is similar to previous run (Run2), but the reranker uses SMT
features and the rank features.</p>
      </sec>
      <sec id="sec-5-4">
        <title>Query variations</title>
        <p>Run1 For each information need, we translate all of its query variations into
English and then concatenate the 1-best-list translations after removing the
duplicated terms, then we perform the retrieval using the resulted query.
Run2 In this run we rst translate each query variant and take 15-best-list
translations, then we merge these translations from all query variations that belong
to the same information need together, after generating the feature values from
these translations the reranker which uses all features predicts the translations
that gives the highest P@10 to be used for the retrieval.</p>
        <p>Run3 First we use the reranker with all features to get the best translation for
each query variant, then we perform the retrieval using each variant separately ,
after that for each information need, we take the highest 1000 ranked documents
among all the documents that are returned by its query variations.</p>
        <p>
          Table 2 shows samples from the test queries, where the reference query (ref )
is the original query which is provided in the monolingual task, while the baseline
query (base) is the 1-best-list translation which is returned by Khresmoi SMT
and used in our baseline system. Last query (Reranker ) is the hypothesis that
is predicted by the reranker which uses all features. The evaluation and results
of this approach will be presented in the overview paper [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
In this paper we presented our participation in the CLEF eHealth 2016 Task3
Patient-Centred Information Retrieval as a team of Charles university. For the
monolingual task, we investigated both of the language model-based IR model
and the vector space model, while for the query variations task, we used the
score returned by the retrieval model for all variations to get the highest ranked
documents for each information need.
        </p>
        <p>In the multilingual task, we used Khresmoi SMT to translate the queries into
English and perform the retrieval using the 1-best-list in the baseline. For other
runs, we used a machine-learning reranking model, which is trained to predict
the hypothesis that produces better CLIR performance in terms of P@10. To
train the model, we used di erent sources of features based on the SMT
system, translation pool, the collection, MetaMap, UMLS Metathesaurus, Dirichlet
retrieval model and the Wikipedia articles. For the query variations in the
multilingual task, we used the reranker with all presented features to predict the best
hypothesis that belongs to the same information need. In the future, we plan
to investigate new features and train special model to predict the best query
variation for each information need, also we aim to solve the Out-Of-Vocabulary
problem which hurts the retrieval performance.
This research was supported by the Czech Science Foundation (grant n. P103/12/G084)
and the EU H2020 project KConnect (contract n. 644753).</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Dusek</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hajic</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hlavacova</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Novak</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pecina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosa</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , et al.:
          <article-title>Machine translation of medical texts in the Khresmoi project</article-title>
          .
          <source>In: Proceedings of the Ninth Workshop on Statistical Machine Translation</source>
          . pp.
          <volume>221</volume>
          {
          <fpage>228</fpage>
          .
          <string-name>
            <surname>Baltimore</surname>
          </string-name>
          , USA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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>In: CLEF 2016 - 7th Conference and Labs of the Evaluation Forum</source>
          . Springer (
          <year>September 2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Magdy</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Should MT systems be used as black boxes in CLIR</article-title>
          ? In: Clough,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Foley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Gurrin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Kraaij</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Mudoch</surname>
          </string-name>
          , V. (eds.)
          <source>Advances in Information Retrieval</source>
          , vol.
          <volume>6611</volume>
          , pp.
          <volume>683</volume>
          {
          <fpage>686</fpage>
          . Springer, Berlin, Germany (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Nikoulina</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovachev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lagos</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Monz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Adaptation of statistical machine translation model for cross-lingual information retrieval in a service context</article-title>
          .
          <source>In: Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics</source>
          . pp.
          <volume>109</volume>
          {
          <fpage>119</fpage>
          .
          <string-name>
            <surname>Avignon</surname>
          </string-name>
          , France (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Nottelmann</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuhr</surname>
          </string-name>
          , N.:
          <article-title>From retrieval status values to probabilities of relevance for advanced IR applications</article-title>
          .
          <source>Information retrieval 6</source>
          , 363{
          <fpage>388</fpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Och</surname>
            ,
            <given-names>F.J.:</given-names>
          </string-name>
          <article-title>Minimum error rate training in statistical machine translation</article-title>
          .
          <source>In: Proceedings of the 41st Annual Meeting on Association for Computational Linguistics - Volume 1</source>
          . pp.
          <volume>160</volume>
          {
          <fpage>167</fpage>
          .
          <string-name>
            <surname>Sapporo</surname>
          </string-name>
          ,
          <string-name>
            <surname>Japan</surname>
          </string-name>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ounis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amati</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plachouras</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Terrier: A high performance and scalable information retrieval platform</article-title>
          .
          <source>In: Proceedings of Workshop on Open Source Information Retrieval</source>
          . Seattle, WA, USA (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Palotti</surname>
            ,
            <given-names>J.R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hanbury</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Muller, H.,
          <string-name>
            <surname>Jr.</surname>
            ,
            <given-names>C.E.K.</given-names>
          </string-name>
          :
          <article-title>How users search and what they search for in the medical domain - understanding laypeople and experts through query logs</article-title>
          .
          <source>Inf. Retr. Journal</source>
          <volume>19</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>189</volume>
          {
          <fpage>224</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>W.J.:</given-names>
          </string-name>
          <article-title>BLEU: A method for automatic evaluation of machine translation</article-title>
          .
          <source>In: Proceedings of the 40th annual meeting on Association for Computational Linguistics</source>
          . pp.
          <volume>311</volume>
          {
          <fpage>318</fpage>
          . Philadelphia, USA (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Pecina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dusek</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hajic</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hlavarova</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.J.</given-names>
          </string-name>
          , et al.:
          <article-title>Adaptation of machine translation for multilingual information retrieval in the medical domain</article-title>
          .
          <source>Arti cial Intelligence in Medicine</source>
          <volume>61</volume>
          (
          <issue>3</issue>
          ),
          <volume>165</volume>
          {
          <fpage>185</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Saleh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pecina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Reranking hypotheses of machine-translated queries for crosslingual information retrieval</article-title>
          .
          <source>In: Experimental IR Meets Multilinguality, Multimodality, and Interaction. The 7th International Conference of the CLEF Association</source>
          ,
          <string-name>
            <surname>CLEF</surname>
          </string-name>
          <year>2016</year>
          . Springer, Evora, Portugal (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ture</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oard</surname>
            ,
            <given-names>D.W.:</given-names>
          </string-name>
          <article-title>Looking inside the box: Context-sensitive translation for cross-language information retrieval</article-title>
          .
          <source>In: Proceedings of the 35th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . pp.
          <volume>1105</volume>
          {
          <fpage>1106</fpage>
          .
          <string-name>
            <surname>Portland</surname>
          </string-name>
          , Oregon, USA (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>
          . In:
          <article-title>CLEF 2016 Evaluation Labs</article-title>
          and Workshop: Online Working Notes. CEUR-WS (
          <year>September 2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>