<!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>Three Statistical Summarizers at CLEF-INEX 2014 Tweet Contextualization Track</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Juan-Manuel Torres-Moreno</string-name>
          <email>juan-manuel.torres@univ-avignon.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ecole Polytechnique de Montreal - Departement de Genie Informatique CP 6079 Succ. Centre Ville H3C 3A7 Montreal (Quebec)</institution>
          ,
          <country country="CA">Canada</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universite d'Avignon et des Pays de Vaucluse BP 911228</institution>
          ,
          <addr-line>84911 Avignon Cedex 9</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <fpage>356</fpage>
      <lpage>358</lpage>
      <abstract>
        <p>According to the organizers, the objective of the 2014 CLEFINEX Tweet Contextualization Task is: \...The Tweet Contextualization aims at providing automatically information - a summary that explains the tweet. This requires combining multiple types of processing from information retrieval to multi-document summarization including entity linking." We present three statistical summarizer systems applied to the CLEF-INEX 2014 task. Cortex summarizer uses several sentence selection metrics and an optimal decision module to score sentences from a document source. Artex summarizer uses a simple inner product among the topic-vector and the pseudo-word vector. Reg summarizer is a performant graph-based summarizer. The results show that our systems performed well on CLEF-INEX task. Our three systems have obtained the rst rank in the INEX manual evaluation.</p>
      </abstract>
      <kwd-group>
        <kwd>INEX</kwd>
        <kwd>Automatic Text Summarization</kwd>
        <kwd>Tweet contextualization</kwd>
        <kwd>Cortex</kwd>
        <kwd>Artex</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</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 allows to generate summaries by extraction of relevant
sentences [2{5]. 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="ref6 ref7">6, 7</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="ref8">8</xref>
        ]. Cortex3 is an automatic summarization
system [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] which combines several statistical methods with an optimal decision
algorithm, to choose the most relevant sentences.
      </p>
      <p>
        An open domain Question-Answering system (QA) has to exactly 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. Currently there exists a strong demand for this kind of
text processing systems on the Internet. A QA system comprises, a priori, the
following stages [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]:
{ Transform the questions into queries, then associate them to a set of
documents;
{ Filter and sort these documents to compute various degrees of similarity;
{ Identify the sentences which might contain the answers, then extract text
fragments from those 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
[11{13]. 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 [14{16]. In the systems described in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], a learning
approach is used (performed). 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="ref15">15</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="ref16">16</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. Our generic summarization system
includes a set of eleven independent metrics combined by a Decision Algorithm.
Query-based summaries can be generated by our systems using a modi cation of
the scoring method. In both cases, no training phase is necessary in our system.
      </p>
      <p>This paper is organized as follows. In Section 2 we explain the CLEF-INEX
2014 Tweet Contextualization Track. In Section 3.1 we explain the methodology
of our work. Experimental settings and results obtained with Cortex summarizer
are presented in Section 5. Section 7 exposes the conclusions of the paper and
the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>INEX 2014 Tweet Contextualization Track</title>
      <p>
        The Initiative for the Evaluation of XML Retrieval (INEX) is an established
evaluation forum for XML information retrieval (IR) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In 2014, tweet
contextualization INEX task at CLEF, 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."4
4 https://inex.mmci.uni-saarland.de/tracks/qa/
      </p>
      <p>Like in iNEX Question Answering track 2011, 2012 and 2013, 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 Wikipedia5. As organizers
claim, the general process involves three steps:
{ Tweet analysis.
{ Passage and/or XML elements retrieval.
{ Construction of the answer.</p>
      <p>Then, a relevant passage segment contains:
{ Relevant information but
{ As few non-relevant information as possible (the result is speci c to the
question).
2.1</p>
      <sec id="sec-2-1">
        <title>Document Collection</title>
        <p>The corpus has been rebuilt in 2013 from a dump of the English Wikipedia from
November 2012. All notes and bibliographic references were removed to facilitate
the extraction of plain text answers. (Notes and bibliographic references are
di cult to handle). Organizers kept only non empty Wikipedia pages (pages
having at least one section).
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Tweets set</title>
        <p>For the Track 2014, a set of 240 tweets in English have been selected by the
organizers from CLEF RepLab 2013 together with their related entity. The tweets
have &gt;= 80 characters and do not contain urls in order to focus on content
analysis.</p>
        <p>In the CLEF-INEXorganizers words: \RepLab provides several annotations
for tweets, we selected three types of them: the category (4 distinct), an entity
name from the wikipedia (61 distinct) and a manual topic label (235 distinct).
The entity name should be used as an entry point into wikipedia or DbPedia and
gives the contextual perspective. The usefulness of topic labels for this automatic
task is an open question at this moment because of their variety".
3
3.1</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Summarization System</title>
      <sec id="sec-3-1">
        <title>Cortex Summarizer</title>
        <p>
          Cortex [
          <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
          ] is a single-document extract summarization system. It uses an
optimal decision algorithm that combines several metrics. These metrics result
from processing statistical and informational algorithms on the document vector
space representation.
5 See the o cial CLEF-INEX 2014 Tweet Contextualization Track Website: https:
//inex.mmci.uni-saarland.de/tracks/qa/.
        </p>
        <p>The INEX 2014 Tweet Contextualization Track evaluation is a real-world
complex question (called long query) answering, in which the answer is a
summary constructed from a set of relevant documents. The documents are parsed
to create a corpus composed of the query and the the multi-document retrieved
by a Perl program supplied by INEX organizers6. This program is coupled to
Indri system7 to obtain for each query, 50 documents from the whole corpus.</p>
        <p>
          The idea is to represent the text in an appropriate vectorial space and
apply numeric treatments to it. In order to reduce complexity, a preprocessing is
performed to the question and the document: words are ltered, lemmatized
and stemmed. The Cortex system uses 11 metrics (see [
          <xref ref-type="bibr" rid="ref19 ref20">20, 19</xref>
          ] for a detailed
description of these metrics) to evaluate the sentence's relevance.
        </p>
        <p>By example, the topic-sentence overlap measure assigns a higher ranking
for the sentences containing question words and makes selected sentences more
relevant. The overlap is de ned as the normalized cardinality of the intersection
between the query word set T and the sentence word set S.</p>
        <p>Overlap(T; S) =
card(S \ T )
card(T )</p>
        <p>The system scores each sentence with a decision algorithm that relies on
the normalized metrics. Before combining the votes of the metrics, these have
been split into two sets: one set contains every metric i &gt; 0:5, while the other
set contains every metric i &lt; 0:5 (values equal to 0.5 are ignored). We then
compute two values and , which give the sum of distances (positive for and
negative for ) to the threshold 0.5 (the number of metrics is , which is 11 in
our experiment):
= X( i</p>
        <p>i=1
= X(0:5
i=1
0:5);</p>
        <p>i &gt; 0:5
i);
i &lt; 0:5
The value given to each sentence s given a query q is calculated with:
if(
&gt; )
then Score(s; q) = 0:5 +
else Score(s; q) = 0:5
(1)
(2)
(3)
(4)</p>
        <p>The Cortex system is applied to each document of a topic and the summary
is generated by concatenating higher score sentences.
6 See: http://qa.termwatch.es/data/getINEX2011corpus.pl.gz
7 Indri is a search engine from the Lemur project, a cooperative work between the
University of Massachusetts and Carnegie Mellon University in order to build language
modelling information retrieval tools. See: http://www.lemurproject.org/indri/</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Artex</title>
      <p>Artex8 computes the score of each sentence by calculating the inner
product between a sentence vector, an average pseudo-sentence vector (the \global
topic") and an average pseudo-word vector (the \lexical weight"). The summary
is generated concatenating the sentences with the highest scores.</p>
      <p>
        An average document vector represents the \global topic" of all sentences
vectors is constructed. The \lexical weight" for each sentence, i.e. the number
of words in the sentence, is obtained. A score for each sentence is calculated
using their proximity with the \global topic" and their \lexical weight". Let
s = (s ;1; s ;2; : : : ; s ;N ) be a vector of the sentence = 1; 2; : : : ; . The average
pseudo-word vector a = [a ], was de ned as the average number of occurrences
of N words used in the sentence s :
and the average pseudo-sentence vector b = [bj ] as the average number of
occurrences of each word j used through the sentences:
a =
We create a graph G = (V; A) where S vertices represent sentences and A the set
of edges. An edge between two vertices is created if the corresponding sentences
have at least one word in common. An adjacency matrix is constructed from
the matrix S[P=sentences N=words] as follows: If the element Si;k = 1 of S matrix
(in the phrase i the word k is present), we check the k column. If the element
Sj;k = 1 we put 1 in ai;j of the adjacency matrix A, which means that i and j
sentences share the word k. To extract the heaviest sentence, a variant of tree
problem maximum weight has been proposed. The weights are on the vertices;
not on the edges. We have built an algorithm inspired on the Kruskal's algorithm
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The proposed algorithm works as follows:
{ generate the adjacency matrix A[P P ];
{ calculating the weight of the vertices, i.e. the sum of the incoming edges of
the vertex;
{ calculate the degree of each vertex: i.e. the number of shared words with the
other sentences.
8 In French, Artex is Autre Resumeur de TEXtes.
(5)
(6)
(7)
The adjacency matrix A[P P ] is generated from the VSM model:
aij =
if a word used by the sentence i is also used by the sentence j
elsewhere
      </p>
      <p>The solution is based on a calculation greedy search paths. The algorithm
Reg performs the following steps:
1. Select the vertex heavy v0, and put it in T . It will be called root. The root
is chosen whose degree is &gt;= 2.
2. Add to T the heavy neighbor of v0. It will choose among those who are not
part of T .
3. Repeat 2 until k have the required vertices.
4. Return the path T .
5</p>
    </sec>
    <sec id="sec-5">
      <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)9, in particular on the INEX 2012
Tweet Contextualization Track.</p>
      <p>The strategy of our three summarizer systems 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 . Each
summarizer extracts of D the most relevant sentences following T . Then, this subset of
sentences is sorted by the date of documents di. The summarizer adds sentences
into the summary until the word limit is reached. To evaluate the performance of
eaxh system on INEX tweet contextualization track, we used the online package
available from CLEF-INEX website10.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Results</title>
      <p>{ Readable: % of passages considered as readable (Non trash)
{ Syntax % of passages without syntax or grammatical errors
{ Diversity % of non redundant passages
{ Structure % of non breaking anaphora passages
7</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>In this paper we have presented three statistical summarizer systems applied
on CLEF-INEX 2014 Tweet Contextualization Track. The rst one, Cortex is
based on the fusion process of several di erent sentence selection metrics. The
decision algorithm obtains good scores on the INEX 2014 Tweet
Contextualization Track (the decision process is a good strategy without training corpus). The
second one, Artex is based on the inner product of main topic and pseudo-words
vectors. The third system is Reg, a graph-based summarizer. Our three
summarizers have obtained very good results in manual evaluations. Reg is the better
system in terms of readability, syntax, diversity and structure manual
evaluations. We show that a simple statistical summarizers without knowledge obtains
good performances in this complex summarization and tweet contextualization
task.
Rank System (Run) Readability Syntax Diversity Structure Average
1 Reg (358) 94.82% 87.31% 72.17% 93.10% 86.85%
2 Cortex (356) 95.24% 85.19% 70.31% 92.40% 85.78%
3 Artex (357) 94.88% 82.53% 71.34% 91.58% 85.08%</p>
    </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>H. P.</given-names>
            <surname>Edmundson</surname>
          </string-name>
          .
          <article-title>New Methods in Automatic Extracting</article-title>
          .
          <source>Journal of the ACM (JACM)</source>
          ,
          <volume>16</volume>
          (
          <issue>2</issue>
          ):
          <volume>264</volume>
          {
          <fpage>285</fpage>
          ,
          <year>1969</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>I.</given-names>
            <surname>Mani</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Mayburi</surname>
          </string-name>
          .
          <article-title>Advances in automatic text summarization</article-title>
          . The MIT Press, U.S.A.,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Gregory</given-names>
            <surname>Salton</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>McGill</surname>
          </string-name>
          .
          <article-title>Introduction to Modern Information Retrieval</article-title>
          .
          <string-name>
            <surname>McGraw-Hill</surname>
          </string-name>
          ,
          <year>1983</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>J.M.</given-names>
            <surname>Torres-Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Velazquez-Morales</surname>
          </string-name>
          ,
          <article-title>and JG</article-title>
          . Meunier. Condenses automatiques de textes. Lexicometrica. L'analyse de donnees textuelles : De l'
          <article-title>enqu^ete aux corpus litteraires, Special(www.cavi</article-title>
          .
          <source>univ-paris3.fr/lexicometrica)</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>C.</given-names>
            <surname>Jacquemin</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Zweigenbaum</surname>
          </string-name>
          .
          <article-title>Traitement automatique des langues pour l'acces au contenu des documents</article-title>
          .
          <source>Le document en sciences du traitement de l'information</source>
          ,
          <volume>4</volume>
          :
          <fpage>71</fpage>
          {
          <fpage>109</fpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. 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="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>Simone</given-names>
            <surname>Teufel</surname>
          </string-name>
          and
          <string-name>
            <given-names>Marc</given-names>
            <surname>Moens</surname>
          </string-name>
          .
          <article-title>Sentence Extraction as a Classi cation Task</article-title>
          . In Inderjeet Mani and Mark T. Maybury, editors,
          <source>ACL/EACL97-WS</source>
          , Madrid, Spain,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <article-title>Eduard Hovy and Chin Yew Lin</article-title>
          .
          <source>Automated Text Summarization in SUMMARIST</source>
          . In Inderjeet Mani and Mark T. Maybury, editors,
          <source>Advances in Automatic Text Summarization</source>
          , pages
          <volume>81</volume>
          {
          <fpage>94</fpage>
          . The MIT Press,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Julian</surname>
            <given-names>Kupiec</given-names>
          </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="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Anastasios</surname>
            <given-names>Tombros</given-names>
          </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="ref16">
        <mixed-citation>
          16.
          <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="ref17">
        <mixed-citation>
          17.
          <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="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>J.M. Torres-Moreno</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Velazquez-Morales</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="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>J.M. Torres-Moreno</surname>
            ,
            <given-names>P.L.</given-names>
          </string-name>
          <string-name>
            <surname>St-Onge</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Gagnon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>El-Beze</surname>
            , and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Bellot</surname>
          </string-name>
          .
          <article-title>Automatic summarization system coupled with a question-answering system (qaas)</article-title>
          .
          <source>in CoRR, abs/0905.2990</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>J.M. Torres-Moreno</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Velazquez-Morales</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J.G.</given-names>
            <surname>Meunier</surname>
          </string-name>
          .
          <article-title>Condenses de textes par des methodes numeriques</article-title>
          .
          <source>JADT</source>
          ,
          <volume>2</volume>
          :
          <fpage>723</fpage>
          {
          <fpage>734</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <given-names>R.</given-names>
            <surname>Gould</surname>
          </string-name>
          .
          <source>Graph Theory</source>
          . The Benjamin/Cummings Publishing Company,Inc,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>