<!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>INEX 2012 Benchmark A semantic space for tweets contextualization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mohamed Morchid</string-name>
          <email>mohamed.morchid@univ-avignon.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Georges Linares?</string-name>
          <email>georges.linares@univ-avignon.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universite d'Avignon, Laboratoire d'Informatique d'Avignon</institution>
          ,
          <addr-line>339 chemin des Meinajaries, Agroparc BP 1228, 84911 Avignon cedex 9</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we present a method of tweet contextualization by using a semantic space to extend the tweet vocabulary. This method is evaluated on the tweet contextualization benchmark. Contextualization is build with the sentences from English Wikipedia. The context is obtained by querying a baseline system of summary. The query is made with words from a semantic space that is estimated via a latent dirichlet allocation (LDA) algorithm. Our experiment demonstrate the e ectiveness of the proposal.</p>
      </abstract>
      <kwd-group>
        <kwd>LDA</kwd>
        <kwd>tweet</kwd>
        <kwd>contextualization</kwd>
        <kwd>INEX</kwd>
        <kwd>benchmark</kwd>
        <kwd>2012</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Microblogging, provided by several services as Twitter1 or Jaiku2, is a new
phenomenon. This form of communication enables users to broadcast their daily
activities or opinions. This new communication vector, describe Internet users
status in short posts disseminated in the Web. Twitter is the most popular
microblogging tool. This study deals with the tweet contextualization with Wikipedia
sentences. This task met two main problems: The vocabulary style and size.
Note that it is di cult to contextualize a tweet, since on at following features:
a tweet has few words and the vocabulary used is quit di erent that the
vocabulary used in Wikipedia articles.</p>
      <p>
        These di culties increase with the Web size, the dispersion and the
fragmentation of the Web information. We evaluate the proposed method in the INEX2012
benchmark [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Di erent aspects of Twitter have been studied recently, as a case study [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] or
as compact swap highly reactive space which can extract some descriptors of
opinions or public cares [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>We propose an approach based on the mapping of source documents in a
reduced semantic space in which some words could be found by a LDA analysis
? This work was funded by the ANR project SuMACC (ANR-10-CORD-007) in
CON</p>
      <p>
        TINT 2010 program.
1 http://www.twitter.com
2 http://www.jaiku.com
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Other approaches like LSI/LSA [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] or [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] are based on statistical models
that demonstrated their e ciency on various speech processing tasks. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] uses the
LSA (Latent Semantic Analysis) technique to extract the most relevant phrases
from a spoken document. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], the authors apply LSA to an encyclopedic
database for keyword extraction. We hope this method will permit to extend
tweet vocabulary with others relevant words.
      </p>
      <p>The remainder of the paper is organized as follows: the proposed approach is
formulated in Section 2; the experimental protocol is described in Section 3; and
concluding remarks are given in Section 4.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Tweet contextualization system</title>
      <p>The tweet contextualization system can be decomposed as two steps. The rst
one is to build the query of a tweet, then, send this query to the summary system
to receive the tweet context.</p>
      <p>Concretely, the proposed method proceeds with 5 successive steps:
1. estimate o -line an LDA model on a large corpus of document D; this step
produces a topic space Tspc of size nTspc with a vocabulary vTspc
2. use Gibbs sampling to infer a topic distribution for a tweet t with Tspc to
obtain a features vector V z of the LDA classes distribution (each of these
classes being implicitly associated to a topic)
3. map V z and vTspc to obtain a score s(w) of popularity for each word w.</p>
      <p>Then, a subset Sw is composed with the words that have obtained the best
score.
4. create a query q with the words of t and Sw
5. send q to the summary baseline system to receive the context c of t.
tweet t
celtics blog
welcome to the
garden celtics
2.1 build a features vector V z of a tweet by mapping t and Tspc
2.2 calculate the score of each word of vTspc and extract a subset Sw of the
words with best score
2.3 compose a query q with the words of t and Sw
2.4 send q to the baseline summary system and receive the context c the tweet t.
The next sections describe in-depth the main 4 parts of this process.
2.1</p>
      <sec id="sec-2-1">
        <title>Features vector V z</title>
        <p>The Twitter language is quite unusual and sometimes constrained by the limit
of the 140 characters. Using the conventional keywords, tweet query q can be
a ected by these features. We propose to pass through the semantic space Tspc
from a LDA to increase the robustness of the method. Then, a features vectors
V z is calculated.The next sections describe this process.</p>
        <p>
          Semantic space Tspc: LDA model considers a document (viewed as a bag of
words [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]) as a probabilistic mixture of latent topics. These latent topics are
characterized by a probability distribution of words associated with this topic.
At the end of LDA analysis, we obtain nspc classes with a set of its characteristic
words and their emission probabilities.
word
distribution
topic
topic
distribution
word N
LDA formalism is described in Figure 2. To generate a word w in a document,
a hidden topic z is sampled from a multinomial distribution de ned by a
vector of that document. Knowing z, the distribution over words is multinomial
with parameters . The parameter is drawn for all document from a common
Dirichlet prior parameterized . permit to tie the parameters between di erent
documents. See [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] for more details.
In our experiments LDA is applied on a corpus D composed from Wikipedia
articles (about 1GB). This set of documents represents about 1 billion words. A
semantic space of 400 topics is obtained. This number of topics is set empirically.
For each LDA class, we select the 20 words with the maximum weight.
After the estimate of the background topic model T spc, we have to project the
tweet in this semantic space and build a features vector V z.
topic distribution V z of t: We use Gibbs sampling to infer a topic
distribution for the tweet t [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Then, a features vector V z is obtained where the ith
feature Viz (i = 1; 2; : : : ; nTspc ) is the probability of the topic zi knowing t:
        </p>
        <p>Viz = P (zijt) :
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Best words from vocabulary vTspc</title>
        <p>This method allows a simple extraction of a subset Sw of the most representative
words of the topic space vocabulary vTspc knowing V z. The system extracts jSwj
(In our experiments, jSwj = 30) words that obtain the highest score s. This score
is the prior probability that a word can be generated by the tweet t:
s(w) = P (wjt)</p>
        <p>nTspc
= X P (wjzi)P (zijt)
i=1
nTspc
= X P (wjzi)Viz</p>
        <p>
          i=1
0
s(w)
1 :
where P (wjzi) is the probability that the word w (w 2 vTspc ) was generated by
the topic zi. The score s is normalized by the highest that a word have obtained:
The subset Sw is used to compose the query q with the words of the tweet t.
This query q is also send to the baseline XML-element retrieval system powered
by Indri [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] to receive a context c of t.
        </p>
        <p>The initial query is composed with the words of the tweet only. But tweets are
(1)
(2)
(3)
(4)
(5)
celtics blog welcome nba season game team points
to the garden celtics (1) basketball games time year played
syrian troops attack battle army street forces troop
residential areas in hama and troops war muslim men islamic
homs (2) city
bras for after breast blood heart surgery pain body
implant surgery 3 tips (3) pressure patient patients muscle tissue
did you know that 2012 is the development international world
international year of sustainable environmental global public human
energy for all you can nd out national policy
more at our (4) government
wow childhood abuse children disorder mental child therapy
disrupts brain formation syndrome treatment disorders people
study (5) symptoms
tweet id</p>
        <p>Fig. 3. Example of a query q</p>
        <p>Get the Sentence extract with documents
169939776420577280 BASELINE
#combine ( celtics blog welcome to the garden celtics
#weight ( 1.0 nba 0.9331817847011334 season
0.8911965949825871 game [ ... ] ) ).</p>
        <p>tweet
word with its score s
limited by their size of 140 words and by their vocabulary. For these reasons, we
extend this Indri query with the words of Sw weighted by their score s as shows
in Figure 1. Figure 3 shows the di erent element of a query q of a tweet t. q is
composed by an id, format and a indri query. This query is the association of
the tweet words and the Sw words weighted by their score s.
2.4</p>
        <p>
          Context c
The query q is sent to the baseline XML-element retrieval system. The system
return a context c. This context is build with the English Wikipedia sentences
[
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. The index of the retrieval system covers all words (no stop list, no stemming)
and all XML tags. We query this baseline system in batch mode using the perl
APIs 3.
        </p>
        <p>Example of a tweet context c:
tweet t: celtics blog welcome to the garden celtics.
context c: In later life, Cousy was Commissioner of the American Soccer League
from 1974 to 1979, and he has been a color analyst on Celtics telecasts since
the 1980s. Today, he is a marketing consultant for the Celtics, and
occasionally makes broadcast appearances with Mike Gorman and ex-Celtic teammate
Tom Heinsohn. In 1954, the NBA had no health bene ts, no pension plan, no
minimum salary, and the average players salary was $8,000 a season. [. . . ] 147
Boston Celtics season was the 1st season of the Boston Celtics in the Basketball
Association of America (BAA/ NBA).
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments and results</title>
      <p>
        1; 142 tweets [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] are used for this task. Each tweets have a id and at most 140
words. The rst step is to create a semantic space T spc with LDA. LDA need a
large corpus of documents. English Wikipedia articles form this corpus. Then,
the topic space T spc is composed with 400 topics of 20 words.
3 http://qa.termwatch.es/data
In this paper we present a method to extend tweet vocabulary. This method have
been experimented in the INEX 2012 benchmark. To measure the e ectiveness
of our proposed method, we have to compare this results to the results of a run
using just the tweet words.
      </p>
      <p>Acknowledgements. We want to thinks Eric SanJuan for the baseline
XMLelement retrieval system.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>D.M.</given-names>
            <surname>Blei</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.Y.</given-names>
            <surname>Ng</surname>
          </string-name>
          and
          <string-name>
            <surname>M.I.</surname>
          </string-name>
          <article-title>Jordan Latent dirichlet allocation</article-title>
          <source>The Journal of Machine Learning Research</source>
          ,
          <volume>3</volume>
          ,993{
          <fpage>1022</fpage>
          ,JMLR. org (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Eric</surname>
            <given-names>SanJuan</given-names>
          </string-name>
          , Veronique Moriceau, Xavier Tannier,
          <article-title>Patrice Bellot and Josiane Mothe, Overview of the INEX 2012 Tweet Contextualization Track</article-title>
          ,
          <source>Working Notes for the CLEF 2012 Workshop</source>
          , Roma, Italy (to appear)
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Clarke</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ekeland</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Nonlinear oscillations and boundary-value problems for Hamiltonian systems</article-title>
          .
          <source>Arch. Rat. Mech. Anal</source>
          .
          <volume>78</volume>
          ,
          <issue>315</issue>
          {
          <fpage>333</fpage>
          (
          <year>1982</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Guo</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Cai</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Su</surname>
          </string-name>
          <article-title>Understanding retweeting behaviors in social networks</article-title>
          <source>Proceedings of the 19th ACM international conference on Information and knowledge management</source>
          ,
          <volume>1633</volume>
          {
          <fpage>1636</fpage>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>F.</given-names>
            <surname>Larceneux</surname>
          </string-name>
          <article-title>Buzz et recommandations sur Internet: quels e ets sur le box-o ce? Recherche et applications en marketing</article-title>
          ,
          <volume>45</volume>
          {
          <fpage>64</fpage>
          ,
          <string-name>
            <surname>JSTOR</surname>
          </string-name>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>S. Dumais</surname>
          </string-name>
          <article-title>Latent semantic indexing (LSI) and TREC-2 NIST SPECIAL PUBLICATION SP</article-title>
          ,
          <volume>105</volume>
          {
          <fpage>105</fpage>
          ,
          <string-name>
            <surname>NATIONAL INSTIUTE OF</surname>
          </string-name>
          <article-title>STANDARDS &amp; TECHNOLOGY (</article-title>
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>J.R.</given-names>
            <surname>Bellegarda</surname>
          </string-name>
          <article-title>A latent semantic analysis framework for large-span language modeling bookFifth European Conference on Speech Communication and Technology (</article-title>
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>T.</given-names>
            <surname>Hofmann</surname>
          </string-name>
          <article-title>Probabilistic latent semantic indexing bookProceedings of the 22nd annual international</article-title>
          <source>ACM SIGIR conference on Research and development in information retrieval</source>
          ,
          <volume>50</volume>
          {
          <fpage>57</fpage>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>J.R.</given-names>
            <surname>Bellegarda</surname>
          </string-name>
          <article-title>Exploiting latent semantic information in statistical language modeling</article-title>
          <source>Proceedings of the IEEE</source>
          ,
          <volume>88</volume>
          ,,
          <volume>8</volume>
          ,1279{
          <fpage>1296</fpage>
          ,,IEEE (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Suzuki</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Fukumoto</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sekiguchi</surname>
          </string-name>
          <article-title>Keyword extraction using term-domain interdependence for dictation of radio news bookProceedings of the 17th international conference on Computational linguistics</article-title>
          -Volume
          <volume>2</volume>
          ,
          <issue>1272</issue>
          { 1276,
          <string-name>
            <surname>organization</surname>
          </string-name>
          <article-title>= "Association for Computational Linguistics (</article-title>
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. G.
          <article-title>Salton Automatic text processing: the transformation Analysis and Retrieval of Information by Computer</article-title>
          ,S. l.]:
          <string-name>
            <surname>Addison-Wesley Publishing Co</surname>
          </string-name>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>G.</given-names>
            <surname>Casella</surname>
          </string-name>
          and
          <string-name>
            <surname>E.I.</surname>
          </string-name>
          <article-title>George Explaining the Gibbs sampler American Statistician</article-title>
          ,
          <volume>167</volume>
          {
          <fpage>174</fpage>
          ,
          <string-name>
            <surname>JSTOR</surname>
          </string-name>
          (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Strohman</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Metzler</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Turtle</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Croft</surname>
          </string-name>
          , W.B.
          <string-name>
            <surname>Indri</surname>
          </string-name>
          :
          <article-title>A language model-based search engine for complex queries</article-title>
          <source>Proceedings of the International Conference on Intelligent Analysis</source>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>