<!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: a Strategy Based on Document Retrieval Using Query Enrichement and Automatic Summarization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jorge Vivaldi</string-name>
          <email>jorge.vivaldi@upf.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iria da Cunha</string-name>
          <email>iria.dacunha@upf.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universitat Pompeu Fabra Institut Universitari de Lingu stica Aplicada Barcelona</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The aim of the tweet contextualization INEX (Initiative for the Evaluation of XML retrieval) task at CLEF 2013 (Conference and Labs of the Evaluation Forum) is to build a system that provides automatically information related with di erent tweets, that is, a summary that explains a speci c tweet. In this article, our strategy and results are presented. The methodology for the task in English includes three stages. First, automatic reformulations of the initial queries provided for the task, that is, the tweets, are performed. In this research, we use words sequences that agree with the typical terminological patterns, name entities, hashtags and Twitter users accounts, since we consider that they are representative of tweets' topics. Second, related documents are retrieved from Wikipedia with the search engine Indri, using the reformulated queries. Third, the obtained documents are summarized by using two di erent automatic summarization systems, in order to provide the nal summary associated to each query. Regarding the pilot task for Spanish, our strategy includes a rst stage where automatic reformulations of the initial queries provided for the task (similar to English) are carried out. However, it does not include neither the search engine Indri nor the summarization systems REG and Cortex. In this case, we directly extract relevant text passages from Wikipedia pages using the generated queries and we build the summary with the rst sentences of these pages.</p>
      </abstract>
      <kwd-group>
        <kwd>Question-Answering</kwd>
        <kwd>Tweets</kwd>
        <kwd>Terms</kwd>
        <kwd>Named Entities</kwd>
        <kwd>Hashtags</kwd>
        <kwd>Twitter Users Accounts</kwd>
        <kwd>Wikipedia</kwd>
        <kwd>Automatic Summarization</kwd>
        <kwd>REG</kwd>
        <kwd>Cortex</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>long. However, 140 characters long messages are rarely self-content. The aim
of the tweet contextualization INEX (Initiative for the Evaluation of XML
retrieval) task at CLEF 2013 (Conference and Labs of the Evaluation Forum) is
to build a system that provides automatically information related with di erent
tweets, that is, a summary that explains a speci c tweet. In order to get this
aim, it is necessary to combine di erent types of processing, from information
retrieval to multi-document summarization. This INEX task started in 2010, and
the results show that best systems combine passage retrieval, sentence
segmentation and scoring, named entity recognition and Part of Speech (POS) analysis.
The evaluation of the participant systems involves two aspects: informativity and
readability. In 2013, the goal of the task and the evaluation metrics has remained
unchanged but tweet diversity has been improved. More specially, a signi cant
part of tweets with hashtags have been included in the tweet set. Hashtags are
authors' annotation on key terms of their tweets. In the two past years, hashtags
have been underused, although they are core components of tweets.</p>
      <p>Like in 2012, the use case of this task is the following: 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, i.e. answering questions of the form "what is this
tweet about?" using a recent cleaned dump of the Wikipedia. The general process
involves: tweet analysis, passage and/or XML elements retrieval and construction
of the answer. This context should take the form of a readable summary, not
exceeding 500 words, composed of passages from a provided Wikipedia (WP)
corpus. The summaries should contain relevant information but also contain as
little non-relevant information as possible.</p>
      <p>Speci cally, this year, 598 tweets in English have been collected by the
organizers from Twitter. They were selected 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 are provided in JSON format. These tweets are available in
a single xml le with three elds: topic, title and txt.</p>
      <p>In this edition, an extra set of topics (only tweet texts) has been released
in Spanish to try a di erent language and a slightly di erent task. Topics in
Spanish are opinionated personal tweets about music bands, cars and politics.
They were manually selected from CLEF RepLab 2013 test set among those
without external url and with at least 15 words. Contextualization should help
the reader to also understand the opinion polarity, allusions and humor.</p>
      <p>
        We use two di erent strategies for the task in English and Spanish. Our
strategy for English includes three main stages. First, we perform automatic
reformulations of the initial queries provided for the task, that is the title of the
tweeets, using terminological patterns, name entities, hashtags and Twitter users
accounts. Second, we obtain related documents from WP with the search engine
Indri [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], using the reformulated queries. Third, we summarize the obtained
documents by using two di erent automatic summarization systems: REG [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
and Cortex [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], in order to provide the nal summary associated to each query.
We think that automatic summarization can be useful in this task, taking into
account that a summary can be de ned as\a condensed version of a source
document having a recognizable genre and a very speci c purpose: to give the
reader an exact and concise idea of the contents of the source" [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        This strategy is similar to the one used at QA@INEX track 2010 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], 2011
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and 2012 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In (those three) such INEX editions, we used only the REG
summarization system. This year, we use also Cortex, in order to evaluate the
impact of the summarization system on the nal results. In 2010 and 2011
editions, the system was semi-automatic, while in 2012 and this year the system
is totally automatic. The main di erence among our participations in all the
INEX editions is related with the reformulation and expansion of the queries.
This year, the main innovation is the use of the hashtags and the users accounts
included in the tweets. As the INEX 2013 organizers suggest, the information
given by hashtags can be used to determinate the main topic of the tweet. We
combine this information with the information o ered by terminological patterns
and name entities (that we have previously used in past editions).
      </p>
      <p>Regarding the pilot task for Spanish, our strategy includes a rst stage where
automatic reformulations of the initial queries provided for the task (similar
to English) are carried out. However, it does not include neither the search
engine Indri nor the summarization systems REG and CORTEX. In this case,
we directly extract relevant text passages from WP pages using the generated
queries and we build the summary with the rst sentences of these pages.</p>
      <p>In Section 2, the state of the art and the resources used are shown. In Section
3, the methodology is explained. In Section 4, the experimental settings and
results are presented. Finally, in Section 5, the conclusions and the future work
are exposed.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>State-of-the-art and Resources</title>
      <sec id="sec-2-1">
        <title>Term and Name Entity Extraction</title>
        <p>
          A term can be de ned as a lexical unit that has a speci c sense in a
thematically restricted domain [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Terminology extractors are useful for any NLP task
containing a domain speci c component such as: ontology and terminological
dictionary building, text indexing, automatic translation and summarization
systems, among others. There are several methods to obtain the terms from
a corpus: methods based on linguistic knowledge or statistical measures, also
some authors suggest a combination of both linguistic knowledge and
statistically measures. For a review on terminology extraction, see [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Most of the
tools, in particular those including an important linguistic component, take into
consideration the fact that terms usually follow a small number of POS patterns
(mostly: noun, noun-adjective and noun-preposition-noun). In this work, we use
the terminology extractor YATE [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], to obtain such patterns.
        </p>
        <p>
          Named Entity extraction may be basically de ned as the task to identify
names referring to persons, organizations and locations in free text; later this
task has been expanded to obtain other entities like dates and numeric
expressions. The recent interest in emerging areas like bioinformatics allows to expand
this recognition task to proteins, drugs and chemical names. Name Entity
extractors are useful for a number of NLP tasks as question answering, textual
entailment and coreference resolution, among others. While early studies were
mostly based on handcrafted rules, most recent ones use supervised machine
learning as a way to automatically induce rule-based systems or sequence
labeling algorithms starting from a collection of training examples. Often, corpus
processing tools include some text handling facilities to perform simple Name
Entity detection. Some of them are based in language speci c peculiarities such
as initial upper case letters together with some heuristics for name entities placed
at the beginning of the sentence. This is the case of the tool used for this
experiment [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Hashtags and Users Accounts</title>
        <p>
          On the one hand, hashtags are sequences of characters and numbers pre xed
by a '#'. Social networks largely use this facility to indicate relevant words,
groups or topics. From December 2008 to October 2009 hashtags became widely
adopted on the site of Twitter. As [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] state:
        </p>
        <p>\A hashtag is the speci c name for a tag in Twitter. Hashtags derive their
name from the fact that they are preceded by the symbol # also known as a
hash mark, e.g., #nowplaying."</p>
        <p>
          Hashtags can be considered as one of the main topics of the tweet. There are
several studies on this new type of tagging, which highlight the purpose of these
elements. For example, [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] point out that \While tweets without hashtags were
also displayed in trending topic lists, the act of tagging a tweet increased the
likelihood of a tweet being displayed in a group of tweets on a trending topic."
        </p>
        <p>On the other hand, Twitter is a relevant social network used, as mentioned
in the introduction, for INEX competition. In this case, users' accounts are
designated by a user name pre xed by '@'. Therefore, this string may be considered
as a name entity that could be considered the author of the tweet, or another
user related with the tweet.</p>
        <p>Both types of information, hashtags and users accounts, will be used in our
experiments to improve the queries used to retrieve documents from Wikipedia
using Indri and, therefore, to improve the nal summary.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Automatic Summarization</title>
        <p>
          REG [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] is a system for extractive summarization, using a graph approach. The
strategy of this system has two main stages: a) to carry out an adequate
representation of the document and b) to give a weight to each sentence of the
document. In the rst stage, the system makes a vectorial representation of the
document. In the second stage, the system uses a greedy optimization algorithm.
The summary generation is done with the concatenation of the most relevant
sentences (previously scored in the optimization stage).
        </p>
        <p>
          Cortex [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] is a single-document extract summarization system using an
optimal decision algorithm that combines several metrics. These metrics result from
processing statistical and informational algorithms on the VSM representation.
In order to reduce the complexity, a preprocessing is performed on the topic and
the document: words are ltered, lemmatized or/and stemmed. A representation
in bag-of-words produces a S[P x N] matrix of frequencies/absences of u = 1,
..., P sentences (rows) and a vocabulary of i = 1, ...,N terms (columns). Cortex
system can use several metrics to evaluate the sentences relevance.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Methodology</title>
      <p>In this section, the two di erent methodologies used for the task in English and
the task in Spanish are explained.
3.1</p>
      <sec id="sec-3-1">
        <title>Methodology for the task in English</title>
        <p>The methodology for the task in English includes three stages:</p>
        <p>1) Automatic reformulations of the initial queries provided for the task, that
is the title of the tweeets, are performed. In this research, we consider that word
sequences that agree with the typical terminological patterns, name entities,
hashtags and Twitter users accounts are representative elements of tweet topics.
Therefore, in order to reformulate and build the query we extract automatically
two types of information from the tweets:</p>
        <p>
          a) Terms and name entities. First, we POS tag the tweets le, obtaining
proper nouns info, which we consider as name entities. Second, we carry out
terminological pattern extraction, by using an already existent module of the
YATE term extraction tool [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Third, we check if these elements are included
in the Wikipedia. If they are included, we maintain them for the query string
for Indri. Otherwise, they are erased.
        </p>
        <p>b) Hashtags and users accounts. Usually, hashtags and Twitter accounts are
not fully arbitrary strings but very often the actual entity may be discovered
just analyzing the string.</p>
        <p>First, we extract elements tagged with hashtags (#) and users accounts (@)
in each tweet. Second, we check if these elements are included in WP. If they
are included, we maintain them for the query string for Indri. If they are not
included, the system segments the letters of hashtags and the user accounts, in
order to nd all the possible combinations of real words (with a maximum of two
words). We apply this strategy taking into account that many times hashtags
and user accounts include no spaces, so two or more di erent words can be
joined. For our purpose, we need to have the words separated, in order to check
if they are included in Wikipedia. For example:
{ The user account @BarbraStreisand is not present as such in Wikipedia.</p>
        <p>Nevertheless, Wikipedia includes \Barbra Streisand", that will be included
in our query.
{ The hashtag #EUbudget is not present as a single unit in Wikipedia.
However, Wikipedia includes both \EU" and \budget", therefore these elements
separately will be included in our query.
{ The hashtag #NASA Astronauts is not included as a single unit in Wikipedia.</p>
        <p>Although, Wikipedia contains \NASA" and \Astronauts" separately. We
include both elements in our query.</p>
        <p>If the system does not nd any real word after applying all possible
segmentations in hashtags and users accounts, we do not include these elements in the
query string for Indri.</p>
        <p>In order to enrich the queries, we use a local installation of a Wikipedia
dump1 to expand the terms with redirection information from such Wikipedia
info. Some care has been taken to keep track of multiword sequences as indicated
by the Indri query language speci cation (see examples below). For example, for
the tweet:</p>
        <p>Behind the scenes on Charlie Brooker's Black Mirror nale
we obtain the following query:
scenes,finale,#1(Black Mirror),#1(Charlie Brooker)</p>
        <p>2) Related documents (speci cally 50 texts) are retrieved from WP with
the search engine Indri, using the reformulated queries. The resulting set of WP
pages has been splitted in several documents. Each document contains the pages
relevant to the query.</p>
        <p>3) The obtained documents are summarized by using REG and CORTEX
summarization systems, in order to provide the nal summary associated to each
query.</p>
        <p>Figure 1 illustrates the methodology for the task in English.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Methodology for the task in Spanish</title>
        <p>Our strategy for Spanish includes neither the search engine Indri nor the
summarization systems REG and Cortex. This strategy includes two main stages:
1) To carry out automatic reformulations of the original queries provided for
the task. First, name entities, hashtags and Twitter users accounts are extracted
from the tweet. Second, the system checks if they have a main page in WP: if
they have a page in WP, they are included in the nal query; if they do not
have a page in WP, they are eliminated. Third, if after this process, the query
includes 1 or 0 elements, terminological patterns are used to extract more units
from the tweet, in order to include in the query those which have a main entry
in WP. For example, for the tweet:</p>
        <p>Vaya asco de arbitros hay en la liga BBVA, ya solo por los arbitros que hay,
nadie tendr a que decir que es la mejor liga del mundo...</p>
        <p>
          we obtain the following query:
1 This resource has been otained using [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
mundo,liga,#syn("BBVA" #1(Banco Bilbao Vizcaya Argentaria))
2) To extract relevant text passages from WP pages using the generated
queries, which are considered as a summary. Our system carries out a summary
including about 500 words, giving the same importance to the name entities, the
terminological units, the hashtags and the Twitter users accounts included in
the query. For example, if a query contains three of these elements, the system
extracts the rst sentences of the WP page of each of the three, to obtain a
summary including a third of sentences for each element.
        </p>
        <p>Some lters are applied before obtaining the nal version of the summary: a)
ambiguous WP pages are eliminated, b) passages in brackets are erased, c) only
passages included at the beginning of the WP page are selected (text appearing
after the rst subtitle of the WP page is not considered), and d) lists of elements
are eliminated.</p>
        <p>Figure 1 illustrates the methodology for the task in Spanish.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments Settings and Results</title>
      <p>In this section, the experiments and results for the task in English and the task
in Spanish are explained.
4.1</p>
      <sec id="sec-4-1">
        <title>Experiments for the task in English</title>
        <p>For the task in English, we have applied our strategy using the 598 tweets that
have been collected by the organizers from Twitter. From these tweets, 529
included di erent hashtags and/or users accounts. From this set of elements,
391 were found in Wikipedia.</p>
        <p>
          The evaluation of all the participant systems in the INEX 2011 QA Track
involves two aspects: informativity and readability. On the one hand, to
evaluate informativity, the automatic FRESA [FRamework for Evaluating
Summaries Automatically] [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] package is used. This evaluation framework includes
document-based summary evaluation measures based on probabilities
distribution, speci cally, the Kullback-Leibler (KL) divergence and the Jensen-Shannon
(JS) divergence. As in the ROUGE package [15], FRESA supports di erent
ngrams and skip n-grams probability distributions. FRESA environment has been
used in the evaluation of summaries produced in several European languages
(English, French, Spanish and Catalan), and it integrates ltering and
lemmatization in the treatment of summaries and documents. FRESA is available
in the following link: http://lia.univ-avignon.fr/fileadmin/axes/TALNE/
Ressources.html.
        </p>
        <p>Informativity has been evaluated based on three overlapping references:
{ prior set of relevant pages selected by organizers while building the 2013
topics (40 tweets, 380 passages, 11 523 tokens),
{ pool selection of most relevant passages from participant submissions for
tweets selected by organizers (45 tweets, 1 760 passages, 58 035 tokens),
{ all relevant text merged together with an extra selection of relevant passages
from a random pool of ten tweets (70 tweets, 2 378 passages, 77 043 tokens)
Table 1 include the results about informativity. In this table, we have only
included the best run of each di erent team. The complete table can be retrieved
in the o cial website of INEX 2013 (https://inex.mmci.uni-saarland.de/).</p>
        <p>Informativity results show that the impact of the summarization system in
our strategy is not high. The results using Cortex (run 262) are slightly better
than the results using REG (run 255).</p>
        <p>On the other hand, readability has been evaluated by organizers over the ten
tweets having the largest text references (t-rels). For these tweets, summaries
are expected to have almost 500 words since the reference is much larger. For
each participant summary, organizers have checked the number of words over
500 in passages that are:
{ Relevant (T) i.e. clearly related to the tweet.
{ Sound (A) i.e. no issues about resolving references to earlier or later items
in the discourse.
{ Non redundant (R) with previous passages.
{ Syntactically (S) correct.</p>
        <p>Non relevant passages have also been considered non sound, redundant and
syntactically incorrect. Runs are ranked according to mean average scores per
summary over Soundness, Non redundancy and Syntactically correctness among
Relevant passages. Tabla 2 shows the results about readability.</p>
        <p>Readability results show that the impact of the summarization system in
our strategy is higher than in the case of informativity results: the results using
REG (run 255) obtain a higher score than the results using Cortex (run 262).
Anyway, this di erence is not signi cant, since none of the systems appears in
the best positions.</p>
        <p>Since the process is fully automatic, we nd some limitations. The main
limitation that we have found is that Indri does not retrieve relevant documents.
For example, one of the queries includes the name entity "Jennifer Hudson" and
only one of the 50 documents retrieved by Indri includes this name entity. This
fact limits our results: if the input given to the summarization systems is not
relevant, the summary will be not relevant either.</p>
        <p>Another limitation of our strategy is the kind of summarization systems
that we have used. Both REG and Cortex are mono-document summarization
systems. We o er to these systems a single text including the 50 documents
retrieved by Indri, and they produce an extractive summary. This fact could
produce a lack of correference and coherence, which can a ect the nal results.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Experiments for the task in Spanish</title>
        <p>For the task in Spanish, we have applied our strategy using the 354 tweets that
have been collected by the organizers from Twitter. Nowadays, we do not have
the nal o cial results evaluation in the INEX 2013 Tweet Contextualization
Track. We will include the results in a more complete version of this paper.
In this paper, our strategy for the INEX 2013 Tweet Contextualization Track
are presented, both for the task in English and in Spanish. In our work, as
explained, a reformulation of the initial queries (tweets) is carried out by using
terminological patterns, named entities, hashtags and Twitter users accounts.
For the task in English, the automatic summarization systems REG and Cortex
are used to summarize the 50 documents obtained by Indri using these queries.
We have proved that the use of di erent summarizers has not a signi cant impact
over the results. Also, we have detected that the main problem is related with
the documents retrieved by Indri. Therefore, for the pilot task for Spanish, we
have not used Indri. We hope to improve the results in this way.</p>
        <p>As usual, ambiguous terms represent a serious problem in a procedure like the
proposed in this experiment. In this work, ambiguous terms (that is, terms linked
to a WP disambiguation page) have not been considered, in order to prioritize
precision. In the future, we would like to experiment with systems such as those
proposed by [16] or [17] in order to perform some disambiguation and therefore
improve the selection of the relevant elements for the queries. Other improvement
could be achieved by clustering the WP pages provided by Indri with the aim
to obtain a better WP pages selection and then summarize them.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>This work has been partially nanced by the Spanish projects RICOTERM 4
(FFI2010-21365-C03-01) and APLE 2 (FFI2012-37260), and a Juan de la Cierva
grant (JCI-2011-09665).
15. Lin, C.-Y. (2004). ROUGE: A Package for Automatic Evaluation of Summaries.</p>
      <p>Proceedings of Text Summarization Branches Out: ACL-04 Workshop. 74-81.
16. Mihalcea, R. (2007). Wikify! Linking Documents to Encyclopedic Knowledge.
Proceedings of the sixteenth ACM conference on Conference on information and
knowledge management: CIKM '07 Pages 233-242. New York.
17. Ferragina, P.; Scaiella U. (2010). TAGME: On-the- y Annotation of Short Text
Fragments (byWikipedia Entities). Proceedings of the 19th ACM international
conference on Information and knowledge management: CIKM '10 Pages 1625-1628.
New York.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Strohman</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Metzler</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; Turtle,
          <string-name>
            <given-names>H.</given-names>
            ;
            <surname>Croft</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Indri: A language-model based search engine for complex queries</article-title>
          . University of Massachusetts Amherst.
          <source>CIIR Technical Report IR-407.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J-M.</given-names>
          </string-name>
          ;
          <article-title>Ram rez</article-title>
          , J. (
          <year>2010</year>
          ).
          <article-title>REG : un algorithme glouton applique au resume automatique de texte</article-title>
          .
          <source>Proceedings of the 10th Int. Conference on the Statistical Analysis of Textual</source>
          . Roma, Italia.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Velazquez-Morales</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Meunier</surname>
            ,
            <given-names>J. G.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Condenses de textes par des methodes numeriques</article-title>
          .
          <source>Proceedings of the 6th Int. Conference on the Statistical Analysis of Textual Data (JADT)</source>
          .
          <source>St. Malo</source>
          .
          <volume>723</volume>
          -
          <fpage>734</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Saggion</surname>
            , H.; Lapalme,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Generating Indicative-Informative Summaries with SumUM</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>28</volume>
          (
          <issue>4</issue>
          ).
          <fpage>497</fpage>
          -
          <lpage>526</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Vivaldi</surname>
          </string-name>
          , J.; da Cunha, I.;
          <article-title>Ram rez</article-title>
          , J. (
          <year>2011</year>
          ).
          <article-title>The REG summarization system with question reformulation at QA@INEX track 2010</article-title>
          . Lecture Notes in Computer Science (LNCS)
          <volume>6932</volume>
          .
          <fpage>295</fpage>
          -
          <lpage>302</lpage>
          . Berlin: Springer.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Vivaldi</surname>
            , J.; da Cunha,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <source>QA@INEX Track</source>
          <year>2011</year>
          :
          <article-title>Question Expansion and Reformulation Using the REG Summarization System</article-title>
          .
          <source>Lecture Notes in Computer Science (LNCS) 7424</source>
          .
          <fpage>257</fpage>
          -
          <lpage>268</lpage>
          . Berlin: Springer.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Vivaldi</surname>
            , J.; da Cunha,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <source>INEX Tweet Contextualization Track at CLEF</source>
          <year>2012</year>
          :
          <article-title>Query Reformulation using Terminological Patterns and Automatic Summarization</article-title>
          . In Forner, P.;
          <string-name>
            <surname>Karlgren</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Womser-Hacker</surname>
            ,
            <given-names>C</given-names>
          </string-name>
          . (Eds.).
          <source>CLEF 2012 Evaluation Labs and Workshop</source>
          , Online Working Notes.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Cabre</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>La terminolog a: Representacion y comunicacion</article-title>
          . Barcelona: Institut Universitari de Linguistica Aplicada, Universitat Pompeu Fabra.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cabre</surname>
          </string-name>
          , M. T.;
          <string-name>
            <surname>Estopa</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Vivaldi,
          <string-name>
            <surname>J.</surname>
          </string-name>
          (
          <year>2001</year>
          ).
          <article-title>Automatic term detection. A review of current systems</article-title>
          .
          <source>Recent Advances in Computational Terminology</source>
          <volume>2</volume>
          .
          <fpage>53</fpage>
          -
          <lpage>87</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Vivaldi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2001</year>
          ).
          <article-title>Extraccion de candidatos a termino mediante combinacion de estrategias heterogeneas</article-title>
          .
          <source>Ph.D. thesis</source>
          . Universitat Politecnica de Catalunya.
          <source>Barcelona (Spain).</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Mart nez, H.;
          <string-name>
            <surname>Vivaldi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Villegas,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Text handling as a Web Service for the IULA processing pipeline</article-title>
          .
          <source>Proceedings of the 7th Conference on International Language Resources and Evaluation (LREC'10)</source>
          .
          <fpage>22</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Huang</surname>
          </string-name>
          , J.;
          <string-name>
            <surname>Thornton</surname>
            ,
            <given-names>K. M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Efthimiadis</surname>
            ,
            <given-names>E. N.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Conversational Tagging in Twitter</article-title>
          .
          <source>Proceedings of the 21st ACM Conference on Hypertext and Hypermedia.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Zesch</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Muller</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Extracting Lexical Semantic Knowledge from Wikipedia and Wiktionary</article-title>
          .
          <source>Proceedings of the 6th Conference on International Language Resources and Evaluation (LREC'08)</source>
          .
          <fpage>1646</fpage>
          -
          <lpage>1652</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.;
          <string-name>
            <surname>Torres-Moreno,</surname>
          </string-name>
          J-M.
          <article-title>; da Cunha, I.;</article-title>
          <string-name>
            <surname>SanJuan</surname>
          </string-name>
          , E.;
          <string-name>
            <surname>Velazquez-Morales</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ; SanJuan,
          <string-name>
            <surname>E.</surname>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Multilingual Summarization Evaluation without Human Models</article-title>
          .
          <source>Proceedings of the 23rd Int. Conference on Computational Linguistics (COLING</source>
          <year>2010</year>
          ). Pekin.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>