<!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>Overview of the INEX 2012 Snippet Retrieval Track</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matthew Trappett</string-name>
          <email>matthew.trappett@qut.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shlomo Geva</string-name>
          <email>s.geva@qut.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrew Trotman</string-name>
          <email>andrew@cs.otago.ac.nz</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Falk Scholer</string-name>
          <email>falk.scholer@rmit.edu.au</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark Sanderson</string-name>
          <email>mark.sanderson@rmit.edu.au</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Queensland University of Technology</institution>
          ,
          <addr-line>Brisbane</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>RMIT University</institution>
          ,
          <addr-line>Melbourne</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Otago</institution>
          ,
          <addr-line>Dunedin</addr-line>
          ,
          <country country="NZ">New Zealand</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper gives an overview of the INEX 2012 Snippet Retrieval Track. The goal of the Snippet Retrieval Track is to provide a common forum for the evaluation of the eectiveness of snippets, and to investigate how best to generate snippets for search results, which should provide the user with sucient information to determine whether the underlying document is relevant. We discuss the setup of the track, details of the assessment and evaluation, and initial participation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Queries performed on search engines typically return far more results than a
user could ever hope to look at. While one way of dealing with this problem
is to attempt to place the most relevant results rst, no system is perfect, and
irrelevant results are often still returned. To help with this problem, a short text
snippet is commonly provided to help the user decide whether or not the result
is relevant.</p>
      <p>The goal of snippet generation is to provide sucient information to allow
the user to determine the relevance of each document, without needing to view
the document itself, allowing the user to quickly nd what they are looking for.</p>
      <p>The goal of the INEX Snippet Retrieval track is to provide a common forum
for the evaluation of the eectiveness of snippets, and to investigate how best to
generate informative snippets for search results.</p>
      <p>This year is the second year in which the INEX Snippet Retrieval track has
run. In response to feedback from the rst year, search topics have been made
more specic, and document-based assessment has been introduced.
2.1</p>
      <p>Task
The task is to return a ranked list of documents for the requested topic to the
user, and with each document, a corresponding text snippet describing the
document. This text snippet should attempt to convey the relevance of the underlying
document, without the user needing view the document itself.</p>
      <p>Each run must return 20 documents per topic, with a maximum of 180
characters per snippet.
2.2</p>
      <p>
        Test Collection
The Snippet Retrieval Track uses the INEX Wikipedia collection introduced in
2009 an XML version of the English Wikipedia, based on a dump taken on
8 October 2008, and semantically annotated as described by Schenkel et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
This corpus contains 2,666,190 documents.
      </p>
      <p>This year there are 35 topics in total. The majority of these topics (25 of 35)
have been created specically for this track, with the goal being to create topics
requesting more specic information than is likely to be found in the rst few
paragraphs of a document. The remaining 10 topics have been reused from the
INEX 2010 Ad Hoc Track [2].</p>
      <p>Each topic contains a short content only (CO) query, a phrase title, a one line
description of the search request, and a narrative with a detailed explanation of
the information need, the context and motivation of the information need, and
a description of what makes a document relevant or not.</p>
      <p>For those participants who wished to generate snippets only, and not use
their own search engine, a reference run was generated.
2.3</p>
      <p>Submission Format
An XML format was chosen for the submission format, due to its human
readability, its nesting ability (as information was needed at three hierarchical levels
submission-level, topic-level, and snippet-level), and because the number of
existing tools for handling XML made for quick and easy development of
assessment and evaluation.</p>
      <p>The submission format is dened by the DTD given in Figure 1. The
following is a brief description of the DTD elds. Each submission must contain the
following:
participant-id: The participant number of the submitting institution.
run-id: A run ID, which must be unique across all submissions sent from a
single participating organisation.</p>
      <p>description: a brief description of the approach used.</p>
      <p>Every run should contain the results for each topic, conforming to the following:
topic: contains a ranked list of snippets, ordered by decreasing level of
relevance of the underlying document.
&lt;!ELEMENT inex-snippet-submission (description,topic+)&gt;
&lt;!ATTLIST inex-snippet-submission
participant-id CDATA #REQUIRED
run-id CDATA #REQUIRED
&gt;
&lt;!ELEMENT description (#PCDATA)&gt;
&lt;!ELEMENT topic (snippet+)&gt;
&lt;!ATTLIST topic</p>
      <p>topic-id CDATA #REQUIRED
&gt;
&lt;!ELEMENT snippet (#PCDATA)&gt;
&lt;!ATTLIST snippet
doc-id CDATA #REQUIRED
rsv CDATA #REQUIRED
&gt;
topic-id: The ID number of the topic.
snippet: A snippet representing a document.
doc-id: The ID number of the underlying document.</p>
      <p>rsv: The retrieval status value (RSV) or score that generated the ranking.
2.4</p>
      <p>Assessment
To determine the eectiveness of the returned snippets at their goal of allowing a
user to determine the relevance of the underlying document, manual assessment
will be used. In response to feedback from the previous year, both
snippetbased and document-based assessment will be used. The documents will rst be
assessed for relevance based on the snippets alone, as the goal is to determine
the snippet’s ability to provide sucient information about the document. The
documents will then be assessed for relevance based on the full document text,
with evaluation based on comparing these two sets of assessments.</p>
      <p>Each topic within a submission will be assigned an assessor. The assessor,
after reading the details of the topic, read through the 20 returned snippets, and
judge which of the underlying documents seem relevant based on the snippets.
The assessor will then be presented the full text of each document, and determine
whether or not the document was actually relevant.</p>
      <p>To avoid bias introduced by assessing the same topic more than once in a
short period of time, and to ensure that each submission is assessed by the same
assessors, the runs will be shued in such a way that each assessment package
contains one run from each topic, and one topic from each submission.
2.5</p>
      <p>Evaluation Measures
Submissions are evaluated by comparing the snippet-based relevance judgements
with the document-based relevance judgements, which are treated as a ground
MPA =</p>
      <p>TP + TN</p>
      <p>TP + FP + FN + TN</p>
      <p>Due to the fact that most topics have a much higher percentage of irrelevant
documents than relevant, MPA will weight relevant results much higher than
irrelevant results for instance, assessing everything as irrelevant will score
much higher than assessing everything as relevant.</p>
      <p>MPA can be considered the raw agreement between two assessors one
who assessed the actual documents (i.e. the ground truth relevance judgements),
and one who assessed the snippets. Because the relative size of the two groups
(relevant documents, and irrelevant documents) can skew this result, it is also
useful to look at positive agreement and negative agreement to see the eects of
these two groups.</p>
      <p>Positive agreement (PA) is the conditional probability that, given one of the
assessors judges a document as relevant, the other will also do so. This is also
equivalent to the F1score.
truth. This section gives a brief summary of the specic metrics used. In all
cases, the metrics are averaged over all topics.</p>
      <p>We are interested in how eective the snippets were at providing the user
with sucient information to determine the relevance of the underlying
document, which means we are interested in how well the user was able to correctly
determine the relevance of each document. The simplest metric is the mean
precision accuracy (MPA) the percentage of results that the assessor correctly
assessed, averaged over all topics.</p>
      <p>Recall =</p>
      <p>This can also be thought of as the arithmetic mean of recall and negative
recall. These two metrics are interesting themselves, and so are also reported
separately. Recall is the percentage of relevant documents that are correctly
assessed.
(1)
(2)
(3)
(4)
(5)
PA =</p>
      <p>2 TP
2 TP + FP + FN
NA =</p>
      <p>2 TN
2 TN + FP + FN</p>
      <p>Likewise, negative agreement (NA) is the conditional probability that, given
one of the assessors judges a document as irrelevant, the other will also do so.</p>
      <p>Mean normalised prediction accuracy (MNPA) calculates the rates for
relevant and irrelevant documents separately, and averages the results, to avoid
relevant results being weighted higher than irrelevant results.</p>
      <p>Negative recall (NR) is the percentage of irrelevant documents that are
correctly assessed.</p>
      <p>TN
NR =</p>
      <p>TN + FP</p>
      <p>The primary evaluation metric, which is used to rank the submissions, is the
geometric mean of recall and negative recall (GM). A high value of GM requires
a high value in recall and negative recall i.e. the snippets must help the user
to accurately predict both relevant and irrelevant documents. If a submission
has high recall but zero negative recall (e.g. in the case that everything is judged
relevant), GM will be zero. Likewise, if a submission has high negative recall
but zero recall (e.g. in the case that everything is judged irrelevant), GM will be
zero.
(6)
GM =
r</p>
      <p>Participation in the track has been split into two rounds, the rst of which
has had a compressed schedule. As of this writing, submissions for round 1 have
closed, with submissions received from three participating organisations.
4</p>
    </sec>
    <sec id="sec-2">
      <title>Conclusion</title>
      <p>This paper gave an overview of the INEX 2012 Snippet Retrieval track. The goal
of the track is to provide a common forum for the evaluation of the eectiveness
of snippets. The paper has discussed the setup of the track, the assessment
method and evaluation metrics, as well as initial participation in the track.
2. Arvola, P, Geva, S., Kamps, J., Schenkel, R., Trotman, A., Vainio, J: Overview of the
INEX 2010 ad hoc track. In: Geva, S., Kamps, J., Trotman, A. (eds.) Comparative
Evaluation of Focused Retrieval. LNCS, pp. 132. Springer Berlin / Heidelberg
(2011)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Schenkel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suchanek</surname>
            ,
            <given-names>F.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasneci</surname>
          </string-name>
          , G.:
          <article-title>YAWN: A semantically annotated Wikipedia XML corpus</article-title>
          . In: 12.
          <article-title>GI-Fachtagung fr Datenbanksysteme in Business, Technologie und Web (BTW</article-title>
          <year>2007</year>
          ), pp.
          <volume>277291</volume>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>