<!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>An automatic greedy summarization system at INEX 2013 Tweet Contextualization Track</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrea Carneiro Linhares</string-name>
          <email>andrea.linhares@ufc.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>UFC - Universidade Federal do Ceara Rua Estanislau Frota</institution>
          ,
          <addr-line>S/N</addr-line>
          ,
          <institution>Centro</institution>
          ,
          <addr-line>Sobral-CE</addr-line>
          ,
          <country country="BR">Brasil</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>According to the organizers, the aim of the 2013 INEX Tweet Contextualization Track is: \...given a tweet, the system must provide some context about the subject of the tweet, in order to help the reader to understand it. This context should take the form of a readable (and short) summary, composed of passages from [...] Wikipedia." We present an automatic greedy summarizer named REG applied to the INEX 2013 task. REG summarizer uses a greedy optimization algorithm to weigh the sentences. The summary is obtained by concatenating the relevant sentences, weighed in the optimization step. The results show that the REG system (using original tweets with a manual processing) do not perform very well on INEX 2013 contextualization track.</p>
      </abstract>
      <kwd-group>
        <kwd>Automatic greedy summarization system</kwd>
        <kwd>REG</kwd>
        <kwd>Tweet contextualization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Automatic text summarization is indispensable to cope with ever increasing
volumes of valuable information. An abstract is by far the most concrete and
most recognized kind of text condensation [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. We adopted a simpler method,
usually called extraction, that allow to generate summaries by extraction of
pertinence sentences [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. Essentially, extracting aims at producing a shorter
version of the text by selecting the most relevant sentences of the original text,
which we juxtapose without any modi cation. The vector space model [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] has
been used in information extraction, information retrieval, question-answering,
and it may also be used in text summarization [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. REG1 is an automatic greedy
summarization system [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] which uses graph methods to spot the most important
sentences in the document.
      </p>
      <p>An open domain Question-Answering system (QA) has to precisely answer a
question expressed in natural language. QA systems are confronted with a ne
and di cult task because they are expected to supply speci c information and
not whole documents. At present there exists a strong demand for this kind of
text processing systems on the Internet. A QA system comprises, a priori, the
following stages:
1 REsumeur Glouton (Greedy summarizer).
1. Transform the questions into queries, then associate them to a set of
documents;
2. Filter and sort these documents to calculate various degrees of similarity;
3. Identify the sentences which might contain the answers, then extract text
fragments from them that constitute the answers. In this phase an analysis
using Named Entities (NE) is essential to nd the expected answers.</p>
      <p>
        Most research e orts in summarization emphasize generic summarization [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
User query terms are commonly used in information retrieval tasks. However,
there are few papers in literature that propose to employ this approach in
summarization systems [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ]. In the systems described in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], a learning approach is
used. A document set is used to train a classi er that estimates the probability
that a given sentence is included in the extract. In [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], several features
(document title, location of a sentence in the document, cluster of signi cant words
and occurrence of terms present in the query) are applied to score the sentences.
In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] learning and feature approaches are combined in a two-step system: a
training system and a generator system. Score features include short length
sentence, sentence position in the document, sentence position in the paragraph,
and tf.idf metrics. The REG system begins with the proper representation of
the documents using a vector space model, then weigh the sentences by a greedy
optimization algorithm[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The process to produces a summary is performed by
concatenating the relevant sentences, weighed in the optimization step.
      </p>
      <p>
        This paper is organized as follows. In Section 2 we explain the INEX 2013
Tweet Contextualization Track. In Section 3 we explain the methodology of our
work. Experimental settings and results obtained with REG are presented in
Section 4. Section 5 exposes the conclusions of the paper and the future work.
2 INEX 2013 Tweet Contextualization Track
The Initiative for the Evaluation of XML Retrieval (INEX) is an established
evaluation forum for XML information retrieval (IR) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In 2013, tweet
contextualization INEX task at CLEF 2013, aims \given a new tweet, the system
must provide some context about the subject of the tweet, in order to help the
reader to understand it. This context should take the form of a readable
summary, not exceeding 500 words, composed of passages from a provided
Wikipedia corpus."2
      </p>
      <p>Like in Question Answering track of INEX 2011 and 2012, the present task
is about contextualizing tweets, i.e. answering questions of the form "What is
this tweet about?" using a recent cleaned dump of the Wikipedia3. As organizers
claim, the general process involves three steps:
1. Tweet analysis.</p>
      <sec id="sec-1-1">
        <title>2 https://inex.mmci.uni-saarland.de/tracks/qa/</title>
        <p>3 See the o cial INEX 2013 Tweet Contextualization Track Website: https://inex.
mmci.uni-saarland.de/tracks/qa/.
2. Passage and/or XML elements retrieval.
3. Construction of the answer.</p>
        <p>Then, a relevant passage segment contains relevant information but as few
nonrelevant information as possible (the result is speci c to the question).
2.1</p>
        <sec id="sec-1-1-1">
          <title>Tweets set</title>
          <p>598 tweets in English were collected by the organizers from Twitter4 for the
Track 2013.. Tweets were selected and checked among informative accounts (for
example, @CNN, @TennisTweets, @PeopleMag, @science...), in order to avoid
purely personal tweets that could not be contextualized. Information such as the
user name, tags or URLs will be provided.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>REG summarization system</title>
      <p>
        The REG system includes three modules. The rst one is responsible for the text
vectorial processing (Cortex system [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ])5) with processes of ltering, stemming
and standardization. The second applies to the greedy algorithm and performs
the calculation of the adjacency matrix. We get the phrase weighing of the
algorithm directly. Thus, the relevant sentences will be selected as having the
greatest weigh. The third module generates summaries and displays
concatenation of relevant sentences.
3.1
      </p>
      <sec id="sec-2-1">
        <title>Preprocessing and vector space representation</title>
        <p>
          Documents are pre-treated with conventional ltering algorithms of functional
words, normalization and stemming [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] to reduce the dimensionality. A bag of
words representation produces a matrix S[P N] of frequencies / absences made of
= 1; ; P phrases (lines); = fs ;1; ; s ;i; ; s ;N g and a vocabulary
of i = 1; N terms (columns).
        </p>
        <p>The presence of the word i is represented by its frequency T Fi (his absence
by 0, respectively), and a sentence is an array of N occurrences.
3.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Greedy solution</title>
        <p>A graph G = (V; E) is created from the vector representation of documents,
where S vertices express sentences and A is the set of edges. An edge
between two nodes is established if the corresponding phrases have at least one
word in common.An adjacency matrix A[P P ] is constructed from the matrix
S[sentences words]. The calculation is as follows: scan the line i, and for each
element ai;j equal to 1, down by j column to identify other phrases that share
the word.</p>
        <p>The proposed algorithm works as follows:
4 www.tweeter.com
5 The system Cortex performs unsupervised relevant sentences using several metrics
controlled by a decision algorithm extraction.
1. generate A, which has rows and columns of sentences considered;
2. calculate the weight of vertices (the sum of incoming edges of the vertex);
3. calculate the degree of each vertex (the number of sentences partitioned with
other words);
The solution adopted is based on a calculation of greedy search paths.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments settings and results</title>
      <p>In this study, we used the document sets made available during the Initiative
for the Evaluation of XML retrieval (INEX)6, in particular on the INEX 2013
Tweet Contextualization Track. We have performed a simpli cation of tweets
provided by using a simple manual processing and this new list T of tweets was
normalized before continue our experimentation protocol.</p>
      <p>The strategy of REG system to deal multi-document summary problem is
quite simple: rst, a long single document D is formed by concatenation of all
i = 1; :::; n relevant documents provided by Indri engine: d1; d2; :::dn. The rst
line of this multi-document D is the tweet T . The REG summarizer system
extracts of D the most relevant sentences following T . Then, this subset of
sentences is sorted by the date of documents di. The summarizers add sentences
into the summary until the word limit is reached.</p>
      <sec id="sec-3-1">
        <title>4.1 INEX tweets simpli cation</title>
        <p>The strategy employed to generate 598 queries from tweets was very simple. The
tweets not carrying information words were removed. Then, the summarizer used
the query as a title of a big multi-document retrieved by Indri engine.</p>
        <p>We show an example of our manual processing. Let's consider the tweet
number 303260378618531840 that the summary should contextualize:
&lt;topic id="169231181181747200"&gt;
&lt;tweet&gt;
Ibra booked for having a barney with the referee
The only thing he has done noticeable tonight Into stoppage time now
&lt;/tweet&gt;</p>
        <p>Then, query 169231181181747200 is simpli ed as show: q = "Ibra booked
for having a barney with the referee The only thing he has done noticeable
tonight"
4.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Results</title>
        <p>
          The REG system used three methods to normalize the words: lemmatization,
stemming and 4-ultra stemming [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Each method corresponds to a di erent
run, identi ed by 263, 264 and 265, respectively.
        </p>
        <sec id="sec-3-2-1">
          <title>6 https://inex.mmci.uni-saarland.de/</title>
          <p>INEX had provided two evaluations: the informativity and readability of
the candidates summaries (500 words). The tables 1 and 2 shows the o cial
results of some participants of INEX 2013 contextualization task: runs 263 to
265, the two rst places and the two last ones. Table 1 uses the all overlapping
reference values to compare the performance of the di erent runs. In particular,
the run 265 performs better than 263 and 264 and 4-ultra stemming outperforms
stemming. Unfortunately, the divergence results provided by REG are not very
good.</p>
          <p>The same process to compare the readability results presented on table 2. In
this case, stemming outperforms 4-ultra stemming.
In this paper we have presented the REG (REsumeur Glouton) summarization
system applied on INEX 2013 Tweet Contextualization Track. REG is an
automatic greedy summarization system which uses graph methods to spot the most
important sentences in the document.</p>
          <p>REG summarizer used a normalized list issued from a manual processing on
the original tweets as inputs. It did not provide good results in the informativity
evaluation, but in the readability context, it could be more competitive with
some improvements on the queries sent to Indri engine. The manual process
strategy was quite simple.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. ANSI.
          <article-title>American National Standard for Writing Abstracts</article-title>
          .
          <source>Technical report</source>
          , American National Standards Institute, Inc., New York, NY,
          <year>1979</year>
          .
          <source>(ANSI Z39</source>
          .
          <year>14</year>
          .
          <year>1979</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>J.M.</given-names>
            <surname>Torres-Moreno</surname>
          </string-name>
          .
          <article-title>Resume automatique de documents : une approche statistique</article-title>
          .
          <source>Hermes-Lavoisier</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>H. P.</given-names>
            <surname>Luhn</surname>
          </string-name>
          .
          <article-title>The Automatic Creation of Literature Abstracts</article-title>
          .
          <source>IBM Journal of Research and Development</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ):
          <fpage>159</fpage>
          ,
          <year>1958</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Gregory</given-names>
            <surname>Salton</surname>
          </string-name>
          .
          <source>The SMART Retrieval System - Experiments un Automatic Document Processing. Englewood Cli s</source>
          ,
          <year>1971</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>I. Da</given-names>
            <surname>Cunha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Fernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Velazquez Morales</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vivaldi</surname>
          </string-name>
          , E. SanJuan, and
          <string-name>
            <given-names>J.M.</given-names>
            <surname>Torres-Moreno</surname>
          </string-name>
          .
          <article-title>A new hybrid summarizer based on vector space model, statistical physics and linguistics</article-title>
          .
          <source>In MICAI 2007: Advances in Arti cial Intelligence</source>
          , pages
          <fpage>872</fpage>
          {
          <fpage>882</fpage>
          . Springer Berlin/Heidelberg,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>A.</given-names>
            <surname>LINHARES</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.-M. Torres-Moreno</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J.</given-names>
            <surname>Ramirez</surname>
          </string-name>
          .
          <article-title>Resume automatique 4- lingue avec un algorithme glouton</article-title>
          .
          <source>In 14 Congres ROADEF</source>
          <year>2013</year>
          , Universite de Technologie de Troyes, France,
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          fevrier,
          <year>2013</year>
          . ROADEF.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Jose Abracos and Gabriel Pereira Lopes.
          <article-title>Statistical Methods for Retrieving Most Signi cant Paragraphs in Newspaper Articles</article-title>
          . In Inderjeet Mani and Mark T. Maybury, editors,
          <source>ACL/EACL97-WS</source>
          , Madrid, Spain,
          <string-name>
            <surname>July 11</surname>
          </string-name>
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Julian</given-names>
            <surname>Kupiec</surname>
          </string-name>
          ,
          <string-name>
            <surname>Jan O. Pedersen</surname>
            , and
            <given-names>Francine</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
          </string-name>
          .
          <article-title>A Trainable Document Summarizer</article-title>
          .
          <source>In Proceedings of the 18th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>68</volume>
          {
          <fpage>73</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Anastasios</given-names>
            <surname>Tombros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Mark</given-names>
            <surname>Sanderson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Phil</given-names>
            <surname>Gray</surname>
          </string-name>
          .
          <article-title>Advantages of Query Biased Summaries in Information Retrieval</article-title>
          . In Eduard Hovy and Dragomir R. Radev, editors, AAAI98-S, pages
          <volume>34</volume>
          {
          <fpage>43</fpage>
          ,
          <string-name>
            <surname>Stanford</surname>
          </string-name>
          , California, USA, March
          <volume>23</volume>
          {
          <fpage>25</fpage>
          <lpage>1998</lpage>
          . The AAAI Press.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Judith D. Schlesinger</surname>
            ,
            <given-names>Deborah J.</given-names>
          </string-name>
          <string-name>
            <surname>Backer</surname>
            ,
            <given-names>and Robert L.</given-names>
          </string-name>
          <string-name>
            <surname>Donway</surname>
          </string-name>
          .
          <article-title>Using Document Features and Statistical Modeling to Improve Query-Based Summarization</article-title>
          .
          <source>In DUC'01</source>
          ,
          <string-name>
            <surname>New</surname>
            <given-names>Orleans</given-names>
          </string-name>
          , LA,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Rada</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          .
          <article-title>Graph-based ranking algorithms for sentence extraction, applied to text summarization</article-title>
          .
          <source>In Proceedings of the ACL</source>
          <year>2004</year>
          <article-title>on Interactive poster and demonstration sessions</article-title>
          ,
          <source>ACLdemo '04</source>
          ,
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA,
          <year>2004</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Shlomo</surname>
            <given-names>Geva</given-names>
          </string-name>
          , Jaap Kamps, Ralf Schenkel, and Andrew Trotman, editors.
          <source>Comparative Evaluation of Focused Retrieval - 9th International Workshop of the Inititative for the Evaluation of XML Retrieval, INEX</source>
          <year>2010</year>
          ,
          <article-title>Vugh, The Netherlands</article-title>
          ,
          <source>December 13-15</source>
          ,
          <year>2010</year>
          , Revised Selected Papers, volume
          <volume>6932</volume>
          of Lecture Notes in Computer Science. Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>J.M. Torres-Moreno</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Velazquez-Moralez</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J.</given-names>
            <surname>Meunier</surname>
          </string-name>
          . CORTEX,
          <article-title>un algorithme pour la condensation automatique de textes</article-title>
          .
          <source>In ARCo</source>
          , volume
          <volume>2</volume>
          , page 365,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. I. Mani and
          <string-name>
            <given-names>M. T.</given-names>
            <surname>Maybury</surname>
          </string-name>
          .
          <article-title>Advances in Automatic Text Summarization</article-title>
          . The MIT Press,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>J.M. Torres-Moreno</surname>
          </string-name>
          .
          <article-title>Beyond stemming and lemmatization: Ultra-stemming to improve automatic text summarization</article-title>
          .
          <source>CoRR, abs/1209.3126</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>