<!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>Exploiting Citation Contexts for Physics Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anna Dabrowska</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Birger Larsen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Aalborg University</institution>
          ,
          <addr-line>Copenhagen</addr-line>
          ,
          <country country="DK">Denmark</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The text surrounding citations within scienti c papers may contain terms that usefully describe cited documents and can bene t retrieval. We present a preliminary study that investigates appending citation contexts from citing documents to cited documents in the iSearch test collection. We examine the e ect on information retrieval performance of a range of citation context sizes and their variable weighting. We nd that relatively short citation contexts with moderate weights can improve retrieval performance, and demonstrate the feasibility of identifying citation contexts in a large collection of physics papers, paving the way for future research that exploits citation contexts for retrieval.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Bibliographic citations have long aided in the retrieval of scienti c information
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Commercial citation indexes such as Web of Science and Scopus rely on
bibliographic references, without providing the full text of documents. As
research publications are increasingly available in full text { through institutional
repositories and Open Access policies { new possibilities arise for improving
information access by analysing citations within text.
      </p>
      <p>
        In this work, we investigate the feasibility of extracting citation contexts from
citing articles and using them in the retrieval of scienti c documents. Speci
cally, we build on research by Ritchie [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], who worked with a collection of
approximately 9,800 papers from the ACL Anthology and investigated the use of
citation contexts extracted from citing papers as descriptions of cited papers. She
found that appending citation contexts to cited document text could signi cantly
improve retrieval [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. We conduct similar experiments, with a more principled
weighting scheme for contexts, and use a test collection from another academic
discipline. We use the iSearch collection, a publicly available test collection with
over 400,000 physics documents [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], which is much larger than collections used in
previous information retrieval (IR) research with citation contexts [
        <xref ref-type="bibr" rid="ref2 ref4 ref5">2, 4, 5</xref>
        ]. Since
citation patterns and norms also vary according to academic discipline, using a
collection of physics papers may provide new insights [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. We supplement the
original document collection in iSearch, which consists largely of PDF les, with
a set of full-text TEX source les recently acquired from arXiv.org, and lay the
groundwork for more in-depth experiments with citation data.
      </p>
      <p>This preliminary study has two main research objectives: (1) Determine
whether it is feasible to extract citation contexts from TEX source les for IR
purposes. (2) Introduce citation contexts into retrieval and assess (a) how
citation contexts of di erent xed window sizes impact performance, and (b) the
e ect of altering the weight assigned to citation contexts, seeking the optimal
weight.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Data</title>
      <sec id="sec-2-1">
        <title>Tools and Methods</title>
        <p>
          The iSearch test collection is a document collection containing physics
publications, and 65 search tasks (called `topics') with relevance assessments [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Since
iSearch is designed to support experiments with integrated search, the
collection contains di erent document types. We use a subset of 434,813 documents
in two types: (1) 160,000 documents with full text extracted from PDFs and
metadata harvested from arXiv.org; (2) 275,000 documents with metadata and
abstracts, but without full text. These documents were previously extracted from
arXiv.org and include metadata wrapped in XML elds. We also use 64 of the
topics, which contain information-need descriptions developed by physics
lecturers, PhDs, and MSc students. For each topic, document relevance assessments
are made on a 4-point scale (0{3) for up to 200 documents [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
        </p>
        <p>
          Additionally, we use the following data: (1) Direct citation data describing
the citation network within the collection. Citations were extracted
automatically as part of CiteBase [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. (2) TEX source les that we downloaded from
arXiv.org1. The source les allow us to exploit TEX typesetting commands, and
more easily identify references and citations. Note that the content of these new
les may di er slightly from the original les since authors could have updated
their work following the original iSearch extraction in 2009. (3) An id
concordance le matching iSearch document identi ers (e.g. PF417005) to identi ers
from arXiv.org (e.g. astro-ph.9903338). This allows us to locate speci c iSearch
documents in the arXiv TEX les.
        </p>
        <p>We nd that a total of 259,093 unique documents are cited 3.7 million times
within the iSearch collection. This indicates a high level of intra-collection
citation and provides a much larger dataset than previous research. Combining
the direct citation data and document relevance assessments, we nd that 3,833
assessed documents (ranked 0{3) are cited at least once in the collection, and
863 of these are deemed relevant to at least one topic (ranked 1{3).
2.2</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Context Extraction</title>
      <p>For this initial study, we limit ourselves to a scenario similar to re-ranking. We
seek to improve retrieval scores by appending citation contexts to a portion of
cited documents in the iSearch collection. We choose to add citation contexts
to the top 1,000 documents retrieved by a set of preliminary retrieval runs. We
1 arXiv.org has made source les from the entire preprint archive available for bulk
download from Amazon S3, see: http://arxiv.org/help/bulk data s3
conduct these preliminary runs on the original iSearch les (XML), as described
in Sect. 3. Then, we extract citation contexts from documents in the collection
that cite the retrieved documents, and append the contexts to the retrieved
documents. This allows us to experiment with using citation contexts in
further retrieval runs. Since we have TEX les corresponding to iSearch documents,
we can attempt to extract contexts from every citing document. Otherwise, we
would be limited to the 160,000 full text documents in the original iSearch les.
TEX les also allow us to take advantage of typesetting commands in order
to both identify reference items pointing to cited documents and locate in-text
citations. Standard reference items are formatted to include a marker in the
command: nbibitemfmarkerg. The marker also is used in the ncitefmarkerg command
to automatically cite reference items within the text.</p>
      <p>
        The TEX les from arXiv.org are located in separate directories, each one
corresponding to a particular iSearch document. Some documents are split into
multiple TEX les. To simplify extraction, we use directories containing only a single
TEX le. Two methods are employed for locating reference items within TEX and
BBL les2. The rst method uses arXiv ids, and the second uses cluster keys.
Since arXiv ids are unique identi ers often occurring in references, we search
all citing document reference lists for items with arXiv ids matching documents
from the preliminary retrieval, i.e. the cited documents. The second method uses
regular expression cluster keys to identify references to the cited documents. A
cluster key is an abbreviated series of letters and numbers composed from a
document's metadata, and used to identify references to the document [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Due
to variability in citation styles and formatting, we construct three cluster keys
with varying degrees of leniency to identify each cited document. In order to nd
in-text citations we rely on the convenience of the ncitefmarkerg command. We
search for in-text citations to the preliminary documents and extract windows
of up to 100 words before and 100 words after the citation marker. We narrow
our scope to citations mentioning a single reference item, and exclude instances
where multiple citations are made in a single block. This is done to increase the
likelihood that extracted contexts pertain to the cited document.
      </p>
      <p>
        We attach citation contexts to the cited documents from our preliminary
retrieval with xed windows of up to 25, 50, 75 and 100 words on each side of
the citations, following Ritchie [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The underlying assumption is that terms
surrounding a citation are likely to pertain to the cited document, and the further
away that words occur from the citation, the less likely they are to be relevant.
For each citation context extracted from a citing document, we create the four
window sizes and append them within XML elds. In the case of multiple
citation contexts from one or more citing documents, the contexts are merged.
By appending the citation contexts as new elds to each XML le, we are able
to weight the original document text with respect to citation contexts during
retrieval.
      </p>
      <sec id="sec-3-1">
        <title>2 BBL les are separate BibTex les containing reference items.</title>
        <p>2.3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Weighting Citation Contexts</title>
      <p>We weight the original documents and the citation elds for retrieval using a
linear combination of evidence from the original document text and the citation
contexts: Let d be the original document eld and c be the citation context eld
that we append to the document. We weight their respective impact on the nal
ranking R using simple linear combination (Eq. 1):</p>
      <p>R = d
(1
) + c
(1)
where 0 1 is a parameter controlling the e ect of d over c. a &lt; 0:5 boosts
d over c and vice versa.</p>
      <p>The linear combination in Eq. 1 is implemented using Indri's #weight
operator, see Table 1 for an example. We vary between 0.0 and 1.0 in increments
of 0.1, e.g. = 0:3 means that the original document text is assigned a weight
of 0.7 and the appended citation context a weight of 0.3.
Example experimental query: #weight(0.7 #combine(manipulation.(orig doc)
nano.(orig doc) spheres.(orig doc)) 0.3 #combine(manipulation.(25word citContext)
nano.(25word citContext) spheres.(25word citContext)))
3</p>
      <sec id="sec-4-1">
        <title>Experiments</title>
        <p>3.1</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experimental setup</title>
      <p>
        Retrieval is conducted with the Indri search engine3. Indexing is done without
stopping and with Krovetz stemming [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. For ranking, we use Language
Modeling with Dirichlet smoothing and tune the parameter with values between 0
and 5,000 in increments of 500 following [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. For each of 64 topics we retrieve
1,000 documents, topic 5 is excluded because it only retrieves 286 documents.
We report scores for Mean Average Precision (MAP) and Normalized Discount
Cumulative Gain (nDCG). MAP scores are computed by considering documents
with a relevance assessment of 1{3 as equally relevant. Tuning is done separately
for MAP and nDCG scores, resulting in a separate retrieval for each. In our
experiments we measure upper-bound performance, tuning the parameter for
the highest MAP and nDCG scores respectively.
      </p>
      <sec id="sec-5-1">
        <title>3 http://www.lemurproject.org</title>
        <p>3.2</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Findings: Extracted Citation Contexts</title>
      <p>Both the nDCG and MAP preliminary runs ranked 1,000 documents over 64
queries, but there was a large overlap in the documents retrieved. We identi ed
52,586 unique documents from the combination of both result sets. According to
the direct citation data, 48% (25,356) of the documents are cited at least once.
Documents from the preliminary retrieval provided a useful range of citations,
with an average citation count (over cited documents) of 13.2. A few documents
are cited very often, the highest citation count is 4,904 to one document.</p>
      <p>We appended at least one citation context to a large portion of the
documents, 76% (19,248) of cited documents from the preliminary retrieval. We found
that 1,577 relevant documents (ranked 1{3) were retrieved, 399 of which had at
least one citation context appended.</p>
      <p>Using the direct citation data, we identi ed 134,077 unique documents citing
retrieved documents. We successfully found references in 88% (118,357) of citing
documents. Since citing documents often cite more than one document, these
les accounted for 87% of the direct citations (292,988 out of 335,356). Using the
arXiv ids and cluster keys, markers were extracted from citing documents for
75% of the direct citations (249,881). Finally, citation contexts were identi ed
and extracted for 39% (131,285) of the citations, while 118,596 markers were not
linked to an in-text citation.
3.3</p>
    </sec>
    <sec id="sec-7">
      <title>Findings: Using Citation Contexts in Retrieval</title>
      <p>
        Table 2 and Fig. 2 display the retrieval results. Overall, the retrieval scores were
relatively low, but in line with other experiments using iSearch (e.g. [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ]).
We treat the = 0:0 runs as our baselines, because all weight is given to the
original document text in retrieval. The MAP baseline was at 0.0951 and the
nDCG baseline was 0.3082. Low baseline scores may be a result of shallow pools
of assessed documents for each topic in iSearch.
      </p>
      <p>The citation context runs improved slightly over the baseline scores. Overall,
moderate weight given to the citation contexts, between 0.1 and 0.3, tended
to score higher than document text alone. Assigning weights of 0.5 or above
to the contexts led to decreased performance for both MAP and nDCG scores
across all window sizes. With regard to window size, scores were improved by
the addition of citation contexts in 25, 50, 75, and 100-word windows. The best
performance was achieved with 25-word windows, but di erences were small.
A Student's paired t-test found no statistically signi cant di erences between
experiment and baseline MAP and nDCG scores for p 0:05.</p>
      <p>MAP scores were highest for the 25-word window, it outperformed others
with a 4.8% increase over the baseline. Weighting a ected scores di erently
across window sizes. Our results pointed to a higher document weighting
performing better in large windows, and higher context weighting performing better
with smaller windows. The 25 and 50-word windows show the best MAP
performance at of 0.2, and both the 75 and 100-word windows at of 0.1. This
indicates that larger context sizes may introduce more irrelevant terms.
from baselines. MAP baseline = 0.0951, nDCG baseline = 0.3082.</p>
      <p>The highest nDCG scores also resulted from using the two smaller windows.
Again, the 25-word window performed best, with a 2.2% increase over the
baseline. This increase could be due to more relevant documents appearing closer to
the top of the retrieval ranking with smaller citation windows. The nDCG scores
exhibited a pattern similar to MAP scores in the e ect of weighting. The
25word window performed best at an</p>
      <p>of 0.3, the 50 at 0.2, and both the 75 and
100-word windows at an</p>
      <p>of 0.1. This pattern deserves further investigation.
0.0
0.1
0.2</p>
      <p>0.3
α
0.4
0.5
0.0
0.1
0.4</p>
      <p>0.5
0.2</p>
      <p>0.3
α
weights assigned to citation contexts. Horizontal lines represent the baseline scores.</p>
      <sec id="sec-7-1">
        <title>Discussion and Conclusions</title>
        <p>Our study takes advantage of the iSearch test collection in a new way. We use
the internal citation network and additional arXiv.org les to show that
citation contexts can be used with iSearch. We also provide some initial results in
weighting citation contexts of di erent sizes with a language modeling approach
to retrieval. The changes in retrieval scores are relatively small, and a reason may
be that few relevant document had citation contexts appended (399 out of 1,577
relevant documents retrieved by our baseline). The reranking-like scenario we
chose for this initial study appears insu cient to show signi cant improvement.
However, results point to citation contexts positively impacting the retrieval of
physics documents.</p>
        <p>Information extraction could be improved in several ways to secure better
coverage. First, citations were sought only to documents in our preliminary
retrieval, and only for documents with a single TEX le. Citation contexts could
be appended to all cited documents in the collection, and documents with
multiple TEX les included. Second, the regular expression cluster keys used for
this experiment may have omitted references to some cited documents due to
identi cation of multiple reference items with the strictest key, mistakes in the
references, references that lacked markers for identifying items in text, or
references that were otherwise non-standard. Third, there may be errors in the
direct citation data from CiteBase. Fourth, when searching for in-text citations,
we also narrowed our scope signi cantly by seeking only citations to individual
documents. Many documents are cited within a group. Fifth, the large decrease
between nding reference items and identifying in-text citations can also be
attributed to non-standard citation styles, or documents appearing within the
reference list without being cited in the text4.</p>
        <p>
          Nonetheless, the scale of our citation extraction for the iSearch collection is
larger than in previous work [
          <xref ref-type="bibr" rid="ref2 ref4 ref5">2, 4, 5</xref>
          ]. Our study primarily determines the viability
of extracting citations in the manner pursued. With this validation, we are
currently working to more thoroughly extract contexts within the whole collection
and improve coverage for each cited document. Additionally, future retrieval will
be conducted with 3-fold cross-validation in order to reduce potential over tting
caused by tuning for the highest MAP and nDCG scores.
        </p>
        <p>
          When appending citation contexts to cited documents, we adopted the
simple rationale that words describing a cited paper occur close to citations [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
We are aware that xed sizes around a citation may not capture all terms
relevant to a citation, and are likely to capture irrelevant ones as well. In future
work, we will experiment with appending contexts of di erent sizes before and
after citations. We will also consider linguistic features when determining the
size of citation contexts to include in retrieval experiments. At a basic level, this
includes sentence demarcation. Further considerations can be made for
automatically determining more re ned context sizes in order to reduce overlap between
multiple contexts and potential noise. In this experiment we included unaltered
4 This happens when authors publish bibliographies, rather than reference lists.
contexts, but the text contains formulae and formatting commands that can be
removed with additional processing. Our study points to more promising results
with advanced computational techniques and additional cleaning.
        </p>
        <p>
          The results also indicate that optimal citation context weighting relative to
document weighting may vary according to context size. Context weighting is
worth further pursuit and additional data can be incorporated into experiments.
Perhaps insight can be gained from varying weights with respect to publication
and citation dates, or the location of citations within document sections. Tools
for automatic sentiment detection and discourse analysis may also inspire graded
weighting schemes [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>An additional contribution of this study is in opening the iSearch collection
to a range of future experiments using data from citation links and contexts.
Working further with structured les in a controlled setting will provide the
initial sca olding to help determine which techniques are worth pursuing more
broadly.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Gar eld, E.,
          <year>1963</year>
          . Science Citation Index.
          <source>Science Citation Index</source>
          <year>1961</year>
          (
          <article-title>1), v-xvi.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Ritchie</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>Citation context analysis for information retrieval</article-title>
          . University of Cambridge Computer Laboratory
          <source>Technical Report 744.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Lykke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larsen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lund</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ingwersen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <year>2010</year>
          .
          <article-title>Developing a test collection for the evaluation of integrated search</article-title>
          .
          <source>In ECIR</source>
          ,
          <volume>627</volume>
          {
          <fpage>630</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>O</given-names>
            <surname>'Connor</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ,
          <year>1982</year>
          .
          <article-title>Citing statements: Computer recognition and use to improve retrieval</article-title>
          .
          <source>Information Processing and Management</source>
          <volume>18</volume>
          (
          <issue>3</issue>
          ),
          <volume>125</volume>
          {
          <fpage>131</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bradshaw</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>Reference directed indexing: Redeeming relevance for subject search in citation indexes</article-title>
          .
          <source>In ECDL</source>
          ,
          <volume>499</volume>
          {
          <fpage>510</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tribble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <year>2001</year>
          . Looking at citations:
          <article-title>Using corpora in English for academic purposes</article-title>
          .
          <source>Language Learning and Technology</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ),
          <volume>91</volume>
          {
          <fpage>105</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Brody</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>Citebase search: Autonomous citation database for e-print archives</article-title>
          .
          <source>In SINN</source>
          ,
          <volume>10</volume>
          pages.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Glanzel</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>Bibliometrics as a research eld: A course on theory and application of bibliometric indicators. (Course handouts)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Krovetz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <year>1993</year>
          .
          <article-title>Viewing morphology as an inference process</article-title>
          .
          <source>In SIGIR</source>
          ,
          <volume>191</volume>
          {
          <fpage>202</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kothari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Schutze</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <year>2011</year>
          .
          <article-title>Sense discrimination for physics retrieval</article-title>
          .
          <source>In SIGIR</source>
          ,
          <volume>1101</volume>
          {
          <fpage>1102</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Language model document priors based on citation and co-citation analysis</article-title>
          .
          <source>In BIR</source>
          ,
          <volume>29</volume>
          {
          <fpage>36</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <year>2014</year>
          .
          <article-title>Scienti c argumentation detection as limited-domain intention recognition</article-title>
          . In Workshop for Frontiers and
          <article-title>Connections between Argumentation Theory and Natural Language</article-title>
          . To Appear.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>