<!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>Tweet Contextualization using Continuous Space Vectors: Automatic Summarization of Cultural Documents</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Elvys Linhares Pontes?</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan-Manuel Torres-Moreno</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stephane Huet</string-name>
          <email>stephane.huetg@univ-avignon.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Carneiro Linhares</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ecole Polytechnique de Montreal</institution>
          ,
          <addr-line>Montreal</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>LIA, Universite d'Avignon et des Pays de Vaucluse</institution>
          ,
          <addr-line>Avignon</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Universidade Federal do Ceara</institution>
          ,
          <addr-line>Sobral-CE</addr-line>
          ,
          <country country="BR">Brasil</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we describe our participation in the INEX 2016 Tweet Contextualization track. The tweet contextualization process aims at generating a short summary from Wikipedia documents related to the tweet. In our approach, we analyzed tweets and created a query to retrieve the most relevant Wikipedia article. We combine Information Retrieval and Automatic Text Summarization methods to generate the tweet context.</p>
      </abstract>
      <kwd-group>
        <kwd>Text Contextualization</kwd>
        <kwd>Automatic Text Summarization</kwd>
        <kwd>Word Embedding</kwd>
        <kwd>Wikipedia</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Twitter4 is a social network used to di use news quickly using a so-called
\tweet". Many newspapers and magazines use Twitter to di use relevant events.
A tweet is composed of hashtags, usernames, words and punctuation marks.
These symbols make it possible to identify Twitter's user accounts, keywords
and emotions. However, a tweet is limited to 140 characters and it is
complicated to describe completely an event in a single tweet. A way to overcome this
problem is to get more information from another source to better explain the
tweet.</p>
      <p>
        Several papers concerning the tweet summarization have been developed. For
example, the work of Liu et al. introduces a graph-based multi-tweet
summarization system [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. This graph integrates the functionalities of social networks,
solving partially the lack of information contained in tweets. Chakrabarti and
? This work was partially nanced by the French ANR project GAFES of the
Universite d'Avignon et des Pays de Vaucluse (France).
4 https://twitter.com/
Punera use a Hidden Markov Model in order to enable the temporal events of
sets of tweets to be modeled [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Inspired by the problem of tweet contextualization, the Cultural Microblog
Contextualization based on Wikipedia track aims to generate short summaries
which provide the background information of tweets to help users to understand
them. The main idea of this task can also be forward in the French project
Project \Galerie des festivals" (Gafes) (Gallery of Festivals), which is a
collaboration between sociologists and computer scientists5 and is carried by the
Universite d'Avignon (Centre Norbert Elias and Laboratoire Informatique d'Avignon).
Indeed, in this paper, we contextualize a set of tweets by constructing a summary
by extraction [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] guided by the \festival" mentioned in the tweet.
      </p>
      <p>
        The summary must contain some context information about the event in
order to help answering questions such as \what is this tweet about?". The
context should take the form of a readable summary, not exceeding 500 words,
composed of passages from the provided Wikipedia corpus. This INEX task has
been described in the paper [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The INEX's organizers selected a set of tweets
to be contextualized by the participants using the English version of Wikipedia.
These tweets are collected from a set of public micro-blogs posted on Twitter
and are related to the keyword \festival".
      </p>
      <p>This paper is organized as follows. In Section 2 we describe our approach
to contextualize the tweet. Then, we present the process of document retrieval
on Wikipedia and the summarization systems in Sections 3 and 4, respectively.
Finally, the conclusions are described in Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>System Architecture</title>
      <p>
        Most studies to contextualize a tweet using the Wikipedia's corpus separates this
task in two parts: Information Retrieval (IR) to get the Wikipedia's documents
and Automatic Text Summarization (ATS) to generate a short summary about
these documents [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Our system is also based on these two tasks to analyze
and to create the summaries (Figure 1). The rst part is responsible to get the
Wikipedia's document that best describes the festival mentioned in the tweet
(Section 3). Initially, our system normalizes and removes the punctuation marks
from each tweet to create an Indri query. Then, the Lemur system retrieves the
50 Wikipedia's documents related to the query. Finally, the system scores these
documents based on the tweets and selects the document with the highest score
as best description of the tweet.
      </p>
      <p>The second part analyzes the selected document and creates its summary
using di erent ATS systems (Section 4). We use the framework word2vec6 to
create the Continuous Space Vector (CSV) representation using the corpus
Gigaword. Then, we create a context vocabulary of the selected document using
5 A description for the GaFes Project is available on the website: https://mc2.talne.</p>
      <p>eu/gafes
6 Site: https://code.google.com/archive/p/word2vec/.
the CSV representation. Finally, we use Artex and Sasi systems to summarize
the selected document using the original vocabulary and the context vocabulary.
1167 Tweets
INDRI</p>
      <p>Query</p>
      <p>Preprocessing</p>
      <p>GigaWord
50 documents
| Voc |
1rst document</p>
      <p>Sort
Selection
of docs</p>
      <p>Word
Embedding
Reduction
vocabulary</p>
      <p>| context | &lt; | Voc |
Artex</p>
      <p>Sasi</p>
      <p>Sasi</p>
      <p>Context (Summaries)
Using the list of tweets given by the INEX's organization, we attributed di
erent scores for the hashtags, usernames and text in the tweet. We consider the
hashtags as the tweet's keywords, because they normally are names or places
of cultural events. The usernames represent links to other Twitter's accounts
(sometimes the festival's account) and text have few relevant words about the
cultural event. Although the punctuation marks are relevant to get the semantic
of the tweet, they are irrelevant to identify the festival's name. So, we remove
all the punctuation marks and the stopwords.</p>
      <p>For each tweet, we created an Indry query composed of the hashtags, the
usernames and the words. Then, we used the Lemur system to nd the 50 Wikipedia's
documents related to this query.</p>
      <p>As the 50 documents can have di erent subjects, we analyze these documents
to nd the document most related to the tweet. For each Wikipedia's document,
we analyze the title and the text in relation to the tweet's elements (hashtag,
username and word). Normally, the title of the Wikipedia's document has few
words and contains the main information, while the text of the Wikipedia's
document is large and the relevance of words are small. So, we consider Equation
3 describing the score of the Wikipedia's document D based on the tweet T .
scoretitle = 1
occ(ht; title) + 2
occ(un; title) + 3
occ(nw; title) (1)
scoretext = 1
occ(ht; text) + 2
occ(un; text) + 3</p>
      <p>occ(nw; text)
scoredoc = scoretitle + scoretext
where ht are the hashtags of the tweet T , un are the usernames of the tweet
T , nw are the normal words of the tweet T and occ(ht; title) is the sum of
occurrences of the hashtags in the title.</p>
      <p>We analyzed a subset of tweets and we set up empirically the parameters:
1 = 120; 2 = 80; 3 = 80; 1 = 2; 2 = 2; 3 = 1. For each tweet, we chose
the Wikipedia's document with the biggest score to be analyzed by the ATS
systems.
(2)
(3)
4</p>
    </sec>
    <sec id="sec-3">
      <title>Automatic Text Summarization</title>
      <p>The Automatic Text Summarization (ATS) systems analyze the sentences and
create a short summary with the main information of the text. In order to
better analyze the selected document (section above), we create two types of
vocabulary (Subsection 4.1) and we use Artex (Sect. 4.2) and Sasi (Sect. 4.3)
systems in order to summarize this document.
4.1</p>
      <p>Word Representation
The word representation is very important to analyze a text. The standard
word representation is an one-hot vector using a Discrete Space Vector (DSV),
where each word is represented by a vector composed of zeros and only one. In
this representation, all the words are independent from one another, e.g. \car",
\house", \bigger" and \biggest" have di erent representations. In this case, we
can not analyze well the sentences because we consider similar words or words
with the same context as independent words.</p>
      <p>
        We developed a better representation to create a context vocabulary based
on context of words [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. We represent the words by the context using CSVs [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In
this representation, two words with same context have similar representations.
They devised the greedy algorithm 1 to nd the similar words of word w in
the texts among a pre-compiled list lcs of CSVs generated on a large corpus. If
two words have a similar context, they are clustered in a same set and replaced
by the most frequent word of this set. As the clusters can represent synonyms
and/or words with the same idea, we can better calculate the similarity between
the sentences and the metrics as Term Frequency-Inverse Document Frequency
(TF-IDF).
      </p>
      <p>Algorithm 1 Context vocabulary of text</p>
      <p>Input: n (neighborhood size), lcs (list of words inside continuous space), text
for each word wt in text do
if wt is in lcs then
nset fwtg
nlist [wt]
while nlist is not empty do
wl nlist:pop(0)
nw the n nearest words of wl in lcs
nlist:add((nw \ vocabulary of text) n nset)
nset nset [ (nw \ vocabulary of text)
end while</p>
      <p>Replace in text each word of nset by the most frequent of nset
end if
end for</p>
      <p>Return text
4.2</p>
      <p>
        Artex summarizer system
The Artex system [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] is an ATS system, which models a text with the sentences
s1; s2; : : : ; sP and vocabulary size N in a Vector Space Model (VSM)7. Then,
it calculates an average document vector that represents the average of all
sentences vectors. Additionally, the system calculates the \lexical weight" for each
sentence, i.e. the number of words in the sentence (Figure 2).
      </p>
      <p>(a) Lexical weight
(b) Global topic</p>
      <p>The score of sentence si is calculated using the proximity with the \global
topic" and the \lexical weight" (Equation 4).
7 We used the DSVs but could be expanded with CSVs.</p>
      <p>score(si) = (si
b)
a
where si is the vector of the sentence i, a is the average pseudo-word vector (i.e.
the average number of occurrences of N words used in the sentence i) and b is
the average pseudo-sentence vector (i.e. the average number of occurrences of
each word j used trough the P sentences).</p>
      <p>Finally, the summary is generated concatenating the sentences with the
highest scores.
4.3</p>
      <p>
        Sasi summarizer system
The Sasi system [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] is an ATS system that models the text as a graph of
sentences G = (V; E), where V is associated with the sentences of document (set of
vertices) and E represents the similarity between two sentences (set of edges).
Two sentences, which are represented by the vectors A and B, are similar if the
cosine similarity between them (Equation 5) is higher than the average value of
the similarity between all the sentences of the document.
(4)
(5)
sim(A; B) =
      </p>
      <p>A</p>
      <p>B
jjAjj jjBjj</p>
      <p>From the graph G, the system calculates the independent subset8 in order to
nd the most relevant non-redundant sentences. Therefore, this system creates
an independent subset prioritizing the most relevant sentences based on the
TFIDF metric. Finally, the summary is composed of the most relevant sentences of
the independent subset.
5</p>
    </sec>
    <sec id="sec-4">
      <title>Experimental Settings and Evaluation</title>
      <p>
        The set of tweets collected by INEX's organizers mentions di erent festivals in
the world. So, it is not possible to have neither the reference summaries nor
the source document about each festival. In order to evaluate the quality of
the summaries, the ROUGE system [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] needs a set of reference summaries to
estimate the quality of a candidate summary. In order to avoid the references, we
have chosen an approach without human references [
        <xref ref-type="bibr" rid="ref10 ref2 ref8">8, 10, 2</xref>
        ] that evaluates the
relevance of a candidate summary in relation to the source. In our experiments
we consider the rst retrieved text by the Lemur system as a \source text" for
each tweet.
      </p>
      <p>
        We use the FRESA system [
        <xref ref-type="bibr" rid="ref10 ref14">10, 14</xref>
        ] to compute the relevance of the summary
based on the intersection of the n-grams between the candidate summary and
the \source text". For each tweet, we generated a summary (less than 500 words)
using the following systems: Artex summarizer, Sasi with the original vocabulary
(Sasi OV) and Sasi with the context vocabulary (Sasi CV). Table 1 shows the
8 An independent subset of a graph G is a subset of the vertices such that there is no
edges between these vertices.
      </p>
      <p>
        FRESA results about the quality of the summaries using 1-grams (FRESA-1),
2-grams (FRESA-2), skip 2-grams (FRESA-4) and their average values
(FRESAM). Results were computed using the Kullback-Leibler modi ed divergence [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>From Table 1, we can not distinguish the best system, because all scores are
too close. Therefore, the FRESA evaluation without references is not yet su
cient to identify the quality of the best ATS system. In fact, the rst document
retrieved by the IR system of INDRI may not contain the most relevant
information about the festival that was mentioned in the tweet. So, establishing what
is the \correct" source to evaluate a system without human references, is not a
simple task. A manual evaluation is required in order to analyze correctly the
source and the summaries.
6</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Perspectives</title>
      <p>In this paper, we presented our contributions to the INEX 2016 Tweet
Contextualization Track. We considered di erent scores for each tweet's element to
retrieve the most related Wikipedia's document with respect to a tweet. Then, we
used two types of vocabularies to analyze the selected documents and to create
their summary using di erent ATS systems. Finally, we created the summaries
using two ATS systems.</p>
      <p>In future work, summaries can be generated or can resort to a strategy to
fusion multidocument sentences and preserve the grammaticality of each
summary.</p>
      <p>The evaluation using standard methods (ROUGE, FRESA,...) is probably
not the most appropriate approach to measure the quality of this task of
contextualization. It is possible to make a more interactive evaluation issue allowing
visualization methods. We believe this evaluation, using human interaction, should
correspond to a better evaluation of the results. We also want to investigate the
improvement of this type of evaluation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bhaskar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bandyopadhyay</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A hybrid tweet contextualization system using ir and summarization</article-title>
          . In: INEX (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cabrera-Diego</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durette</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Evaluating Multiple Summaries Without Human Models: A First Experiment with a Trivergent Model</article-title>
          , pp.
          <volume>91</volume>
          {
          <fpage>101</fpage>
          . Springer International Publishing, Proceedings in
          <string-name>
            <surname>NLDB</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://dx.doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -41754-
          <issue>7</issue>
          _
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chakrabarti</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Punera</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Event Summarization using Tweets</article-title>
          .
          <source>In: 5th International Conference on Weblogs and Social Media (ICWSM)</source>
          .
          <source>Association for the Advancement of Arti cial Intelligence</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.Y.</given-names>
          </string-name>
          :
          <article-title>ROUGE: A Package for Automatic Evaluation of Summaries</article-title>
          . In: Moens,
          <string-name>
            <given-names>M.F.</given-names>
            ,
            <surname>Szpakowicz</surname>
          </string-name>
          , S. (eds.) Workshop Text Summarization Branches
          <source>Out (ACL'04)</source>
          . pp.
          <volume>74</volume>
          {
          <fpage>81</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Linhares</given-names>
            <surname>Pontes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Huet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Torres-Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Linhares</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.C.</surname>
          </string-name>
          :
          <article-title>Automatic Text Summarization with a Reduced Vocabulary Using Continuous Space Vectors</article-title>
          , pp.
          <volume>440</volume>
          {
          <fpage>446</fpage>
          . Springer International Publishing, Proceedings in
          <string-name>
            <surname>NLDB</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://dx.doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -41754-7_
          <fpage>46</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Linhares</given-names>
            <surname>Pontes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Linhares</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.C.</given-names>
            ,
            <surname>Torres-Moreno</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.M.:</surname>
          </string-name>
          <article-title>Sasi: sumarizador automatico de documentos baseado no problema do subconjunto independente de vertices</article-title>
          . In: XLVI Simposio
          <string-name>
            <surname>Brasileiro de Pesquisa Operacional</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Graph-Based Multi-Tweet Summarization using Social Signals</article-title>
          .
          <source>In: International Conference on Computational Linguistics (COLING'12)</source>
          . pp.
          <volume>1699</volume>
          {
          <issue>1714</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Louis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nenkova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatically Assessing Machine Summary Content Without a Gold Standard</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>39</volume>
          (
          <issue>2</issue>
          ),
          <volume>267</volume>
          {
          <fpage>300</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: NIPS</source>
          . pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Saggion</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>da Cunha</surname>
          </string-name>
          , I.,
          <string-name>
            <surname>SanJuan</surname>
          </string-name>
          , E.:
          <article-title>Multilingual summarization evaluation without human models</article-title>
          .
          <source>In: 23rd International Conference on Computational Linguistics (COLING'10)</source>
          . pp.
          <volume>1059</volume>
          {
          <fpage>1067</fpage>
          . ACL, Beijing, China (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>SanJuan</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>Moriceau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tannier</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bellot</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mothe</surname>
          </string-name>
          , J.:
          <article-title>Overview of the INEX 2012 Tweet Contextualization Track</article-title>
          . In: CLEF (Online Working Notes/ Labs/ Workshop) (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          :
          <article-title>Artex is another text summarizer</article-title>
          .
          <source>Computing Research Repository (CoRR)</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          :
          <article-title>Automatic Text Summarization</article-title>
          . John Wiley &amp; Sons (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H., da
          <string-name>
            <surname>Cunha</surname>
          </string-name>
          , I.,
          <string-name>
            <surname>SanJuan</surname>
          </string-name>
          , E.:
          <article-title>Summary Evaluation With and Without References</article-title>
          .
          <source>Polibits: Research journal on Computer science and computer engineering with applications 42</source>
          , 13{
          <fpage>19</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>