<!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>Sensing Microblog for Effective Information Extractions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sindur Patel</string-name>
          <email>n@20</email>
          <email>sindurpatel@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nirav Bhatt</string-name>
          <email>niravbhatt.it@charusat.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chandni Shah</string-name>
          <email>chandnishah.it@charusat.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rutvika Nanecha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Technology , Charotar University of Science &amp; Technology</institution>
          ,
          <addr-line>Changa, Gujarat</addr-line>
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The SMERP 2017 data challenge track given a set of tweets posted during Italy earthquake. For retrieving more relevance information respect to user interest profile in this paper provide BM25 and word2vec techniques for retrieving relevance information from twitter stream. This techniques aim is to find real-world and most relevance information respect to the query. For retrieving most relevant information used query expansion techniques. Information rank retrieval techniques BM25 find important data and give the final score to that information with respect to user interest profile. The result of our method in this task shows this is an effective method.</p>
      </abstract>
      <kwd-group>
        <kwd>Real-time data</kwd>
        <kwd>relevance information</kwd>
        <kwd>microblog</kwd>
        <kwd>twitter stream</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Microblog is a broadcast medium that allows the user to post short and frequent
message [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It’s a communication way compared with traditional information,
microblogging has gained increased attention among people, organization, research
scholars in distinct disciplines.
      </p>
      <p>
        Twitter is currently fast growing micro-blogging services, with more than 140 or
150 million users producing over 400 or 500 million tweets per day [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It is an unable
to twitter user for update status or tweets, no more than 140 characters to networks of
follower using various communication services. Tweets size are limited, Twitter is
updated millions of time a day by twitter user all over the world[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], and its data varies
hugely based on user interest and behaviors. So twitter data have huge amounts of
information scaling from news, events etc.
      </p>
      <p>
        Twitter Provides timely or real information of any event. Observing, keeping and
analyzing this content of user-generated data can yield new unprecedented important
information, which not available from traditional media [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Tweets do the live
reporting of any event [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] means finding the information what people are talking
away from some conferences, debates, sporting events etc.
A major problem of twitter is no any rules to post tweets, information’s or status so
some people provide false, incorrect information about some events. Many numbers
of spellings, grammar error, and the use of not a proper sentence structure and mixed
language so people can’t distinguish important data from unused data. Not all tweets
are relevant to the user query or interest profile.
      </p>
      <p>One-way communication. Twitter often acts as a one-way communication
platform. Twitter used by celebrities, TV shows, companies and websites to simply
get the word out. It is not used for relationship building.</p>
    </sec>
    <sec id="sec-2">
      <title>3 Information Extraction System</title>
      <p>
        In this section introduce system architecture for retrieve tweets and do the scoring of
tweets based on the query. The system contains four components [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <sec id="sec-2-1">
        <title>3.1 Feature Extraction Components</title>
        <p>It extracts a feature from twitter respect to TREC-API (Stream API and Rest API).
After obtaining twitter streams we apply preprocessing and filtering to reduce tweets
we need to process.</p>
      </sec>
      <sec id="sec-2-2">
        <title>3.2 Feature Representation Components</title>
        <p>It represents and expands semantic feature by different expansion techniques. After
extracting tweet we need to represent those features in a format so it is suitable to
calculate relevance score between tweet and profile.</p>
      </sec>
      <sec id="sec-2-3">
        <title>3.3 Candidate Generation Components</title>
        <p>We classify tweet into the most relevance profile or remove it directly if it does not
match any profile.</p>
      </sec>
      <sec id="sec-2-4">
        <title>3.4 Scoring and Pushing Components</title>
        <p>By the semantic feature (consider only verbs and nouns in tweet text) and social
media attributes we got score semantic (Ci) and quality (Qi) so final score Si = CiQi.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4 Query Expansion Entries</title>
      <p>The query provided by the user is not in a structured and that is incomplete. So then
we need to expand that query and do the correct for the better relevance information.</p>
      <p>
        The main problem in retrieval is that query is short and unable to accurately
describe user’s information needs. So the solution to this problem is query Expansion
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <sec id="sec-3-1">
        <title>4.1 Word2Vec</title>
        <p>
          For retrieving better result we have used word2vec model. Word2vec model used to
produce word embeddings [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Predict surrounding words of all word or every word.
This model use document or data to train a model maximizing conditional probability
of context given the word. Take an input as a large data of text and produce a vector
space. So we have expanded the query using this model and then after finding the
result.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5 Query Relevance Model</title>
      <p>
        The query provided by the user is not in a structured and that is incomplete. So then
we need to expand that query and do the correct for the better relevance information.
5.1 BM25
BM25 is the best matching bag of word retrieval ranking function[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] that ranks an
information based on the user interest profile or query words appearing in each
document's information[
        <xref ref-type="bibr" rid="ref1 ref2">1,2</xref>
        ]. Developed in the Okapi system in London University.
BM25 formula contains many parameters which need to be tuned from relevance
assessment [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].Given a user interest profile P, containing keywords p1, … , pn the
BM25 score of document D is
      </p>
      <p>Score (D, P)= 1      .</p>
      <p>, ( 1+1)
  1, + 1(1− + .</p>
      <p>1 )
(1)</p>
      <p>
        Where f(Pi, D) is pi's term frequency in document D, |D| is the length of document
D in words, and avgdl is the average document length in the text collection from
which documents are drawn[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. k1 and b are default parameters, usually chosen, in
absence of an advanced optimization, as k
      </p>
      <p>
        1 ∈ [1.2, 2.0] and b ∈ [0.5, 0.8][
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In our
case, we have used k1= 1.2 and b = 0.5. IDF (qi) is the IDF weight of the query term
qi[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
6
      </p>
    </sec>
    <sec id="sec-5">
      <title>System Evaluation Result</title>
      <p>Our result has been evaluated by the SMERP 2017 data challenge track. The
given by the SMERP as 0.2021, 0.1625, 0.1830 and 0.0180 respectively. The
evaluation scores of the system</p>
      <p>without query expansion have been reported as
0.0218, 0.0875, 0.0218 and 0.0072 respectively. Below table shows the result. Our
run_id is charusat_smerp17_1.
In this paper present the research in the area of information retrieval on the microblog.
We have worked on Italy earthquake data that given by SMERP 2017 data challenge
track. We have submitted two runs, without word2vec and using word2vec. So we
observed that using query expansion technique word2vec showed a better result.
Train word2vec using large data and find the improvement in the result.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , Huang, j.,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>NUDTSNA at TREC 2015 Microblog Track: A Live Retrieval System Framework for Social Network based on Semantic Expansion and Quality Model</article-title>
          . In: TREC (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bagdouri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Oard</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          : CLIP at TREC 2015:
          <article-title>Microblog and LiveQA</article-title>
          . In: TREC (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Qiang</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lv</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Knowledge-based Query Expansion in Real-Time Microblog Search</article-title>
          .
          <source>arXiv preprint arXiv:1503.03961</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Lau</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tjondronegoro</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Microblog retrieval using topical features &amp; query expansion</article-title>
          .
          <source>In: TREC</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Atefeh</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khreich</surname>
            ,
            <given-names>W.:</given-names>
          </string-name>
          <article-title>A survey of techniques for event detection in twitter</article-title>
          .
          <source>Computational Intelligence</source>
          ,
          <volume>31</volume>
          (
          <issue>1</issue>
          ),
          <fpage>132</fpage>
          -
          <lpage>164</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>6. Why Twitter ?, http://webtrends.about.com/od/twitter/a/why_twitter_uses_for_twitter.htm</mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Okpi</surname>
            <given-names>BM25</given-names>
          </string-name>
          , https://en.wikipedia.org/wiki/Okapi_BM25
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301.3781</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Svore</surname>
            ,
            <given-names>K. M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Burges</surname>
            ,
            <given-names>C. J.:</given-names>
          </string-name>
          <article-title>A machine learning approach for improved BM25 retrieval</article-title>
          .
          <source>In: Proc. 18th ACM conference on Information and knowledge management</source>
          , pp.
          <fpage>1811</fpage>
          -
          <lpage>1814</lpage>
          . ACM (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>