<!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>CRF-based Arabic Opinion Summarization System</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Imen touati</string-name>
          <email>imen_touati@yahoo.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marwa Graja</string-name>
          <email>marwa.graja@fsegs.rnu.tn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mariem Ellouze</string-name>
          <email>mariem.ellouze@planet.tn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lamia Hadrich Belguith</string-name>
          <email>l.belguith@fsegs.rnu.tn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Miracl Laboratory, Arabic Natural Language Processing research Group (ANLP-RG), University of Sfax</institution>
          ,
          <country country="TN">Tunisia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the study that we have carried out to investigate supervised opinion summarization in Modern Standard Arabic. We use a corpus of news articles. We use conditional random elds (CRF) as machine learning technique. We investigate some features to identify those that allow achieving the best results. Our contribution is to use opinion speci c features to summarize Arabic news articles using CRF models. Experimental results show that our proposed approach is very e ective for assigning features to sentences.</p>
      </abstract>
      <kwd-group>
        <kwd>Arabic news article</kwd>
        <kwd>opinion analysis</kwd>
        <kwd>arabic opinion summarization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Opinion summarization task is the overlap of two important elds : opinion
mining and text summarization. Opinion mining or interchangeably called
sentiment analysis aims to the analysis of people's opinions, judgments, evaluations
about a speci c entities, individuals, events or topics. Text summarization is an
old eld since fties [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] that aims at the extraction of key sentences from a
document. Recently, huge corpus have appeared with the growth of Internet.
To obtain a comprehensive understanding of detailed opinions in the massive
number of product reviews, blogs, news articles, etc., many studies on document
summarization of evaluative text, on review mining and summarization have
risen ([
        <xref ref-type="bibr" rid="ref5">5</xref>
        ],[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]). With opinion summarization, the goal is no longer to produce
only a summary of informations in the text, but it's necessary to determine
expressed opinions with their semantic orientation (positive, negative) and more
narrowly with their semantic categorization [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
      </p>
      <p>Opinion summarization is challenging and very useful task. Text Analysis
Conference (TAC 2008) has dedicated a pilot task to opinion summarization
where it's asked to write summaries of opinions from blogs.</p>
      <p>
        Traditional summarization techniques focus on identifying a documents main
topics, removing redundancies, and ordering the extracted sentences [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>In our current work, we address the problem of opinion summarization by
considering the creation of simple opinion summaries. Our contribution consists
of seeking a more precise de nition of the features that can be used e ectively
in the automatic extraction of opinion summaries.</p>
      <p>The remainder of this paper is organized as follows. In section 2, we focus
on the most closely related studies on opinion summarization. In section 3, we
present experiments performed for detecting opinionated sentences. Finally,
conclusion is presented in the last section.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Opinion Summarization</title>
      <p>In literature, there are di erent studies with di erent de nitions of what an
opinion summary should be. In general, opinion summary may have di erent
forms : a single paragraph, a structured sentence, attribute-value pairs or just
consist at an overall score of sentiment conveyed in a document.</p>
      <p>
        To resolve this problem, researchers have studied approaches for
automatically summarizing or analyzing opinions expressed in the review data ([
        <xref ref-type="bibr" rid="ref15">15</xref>
        ],[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]).
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] classi es existing approaches under two main categories: aspect oriented
summarization and non-aspect oriented summarization. Generally, reviews have
been the focus of the majority of researches in the sentiment summarization
eld.
      </p>
      <p>
        Most existing work in the eld of opinion or sentiment summarization is
under feature based or aspect based summarization technique umbrella. The
key idea of this technique is to identify the features of a product and opinion
sentences towards each feature. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] de nes a set of user questions to summarize
an English review in order to help customers who want to quickly capture the
main idea of a lengthy product review before they read the details. They treat
the problem of aligning questions to a review as text summarization problem,
with the goal of nding relevant and non-redundant questions for a review.
      </p>
      <p>
        Other works create a textual sentiment summary based on extraction of
relevant sentences. The work of [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] consists of selection of a single passage that
re ect the opinion of the document's author. While [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] proposes tracking the
sentiment ow within the document to create sentiment summary. So they
suggest to choose the sentences at local extrema of the ow (plus the rst and last
sentence). Other studies are in uenced by information extraction methods. They
propose to view summary representation as template ([
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]). [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] proposes to
select a set of most representative review sentences for the nominal features of
each product.
      </p>
      <p>
        [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] are interested by summarizing multiple contrastive viewpoints in
opinionated text. The work of [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] de nes a novel task of generating entity comparisons
from textual corpora in which each document describes one entity at a time.
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] summarizes reviews by choosing complementary reviews and ranking them
according to di erent strategies.
      </p>
      <p>
        Several interesting and advanced works were performed on English. In
contrast and to the best of our knowledge; no work was done about opinion
summarization for Arabic language, although that Arabic document summarization
is quite a hot topic in the Arabic research community due to its utility for many
tasks for NLP ([
        <xref ref-type="bibr" rid="ref1">1</xref>
        ],[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]).
3
3.1
      </p>
      <sec id="sec-2-1">
        <title>Corpus</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>CRF-based Arabic Opinion Summarization</title>
      <p>
        The corpus used to perform experiments is a set of news articles from Arabic
TreeBank (ATB part3 v3.2) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and from some sites of news channels like
"Aljazeera.Net", "BBC Arabic" and "France 24 Arabic". In each article, relevant
sentences was annotated manually. Each article presents a set of opinions
expressed by di erent holders about a topic from a political domain. A holder may
be a person, an organization, a country, political party, etc. The topic may be a
political event, a political person, etc.
      </p>
      <p>
        Di erently from [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], we annotate targets with speci cation of opinion
expressions that are linked to them and their type. Each labeled target has a
type (main-topic, part-of-topic and Other-topic). Our corpus has gone through
a semantic opinion expression annotation [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
Standard formulation of the problem of opinion summarization assumes a
document D composed of a set of sentences D = fx1; :::; xN g which contains opinions
about a speci c topic T. The objective is to generate a summary S of the
opinions expressed in the document D about T. Each opinion is indicated by an
opinion expression, by a holder (the source of the opinion) about a topic T. In
this work, we look at an extractive summarization settings where S is built by
extracting the most important opinion sentences about the main topic from the
document D. We assume that D is a set of candidate sentences of our summary.
In order to investigate the opinion summarization task in Arabic news articles,
we applied a machine learning process, based on the Conditional Random Fields
(CRF) models [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. CRF, as sequential discriminative probabilistic model, has
proved its e ciency in various Natural Language Processing applications, such
as named entity identi cation and morphological tagging. It is also used for
many tasks of opinion mining in English, Chinese texts. For Arabic language,
CRF has been adopted by [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] for opinion holder extraction.
      </p>
      <p>
        We can address the problem of opinion summarization as a sequential
classication problem where we estimate the conditional probability of a sequence of
output values (the class of each lexical unit) S = y1:::yN given an input sequence
(observations) D = x1:::xN . Then,the conditional probability p(yjx) for linear
chain CRFs is given as [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]:
p(SjD) =
      </p>
      <p>1
Z(D)
exp(X
j tj (y(i 1); yi; D; i) + X
ksk(yi; D; i))
(1)
j
k
where ZD is the normalization factor.</p>
      <p>
        Our implementation of Conditional Random Fields is based on the CRF++
tool1. It's used by [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] for sequence labeling classi cation.
3.4
      </p>
      <sec id="sec-3-1">
        <title>Features</title>
        <p>Detecting sentences which contain an expression of an opinion by a holder about
a main-topic of the news articles, is a challenge in Arabic opinion mining. This
a ects the selection of training features for the considered task. Therefore, we
propose, for training, to use a set of opinion speci c features as follows:
{ Token: this feature represents the string of the current token as a feature.</p>
        <p>This feature introduces lexical information about the domain. We will refer
to this feature as Tok in the templates table.
{ Opinion Expression: this feature indicates the existence of an opinion
expression in the considered sentence or not. We will refer to this feature as
OpExp in the templates table.
{ Holder: this feature is used when there is a holder who expresses an opinion
in the considered sentence or not. We will refer to this feature as Hold in
the templates table.
{ Target: this feature indicates the existence of span of text representing the
target of the opinion conveyed in the considered sentence or not. We will
refer to this feature as Targ in the templates table.
{ main-topic: this feature indicates if the target about which is expressed the
opinion in the sentence is the main-topic of the news article or not. We will
refer to this feature as maintop in the templates table.
{ N-gram: this feature represents bi- and tri-gram expression. We will refer
to this feature as bi- or tri- in the templates table.
{ Tokens in context: this feature consists in the words preceding and
following the considered one which forming a window with variable size (1 and
1 https://taku910.github.io/crfpp/
2). To determine the best window size, we performed a set of experiments
with di erent window size on our data. We will refer to this feature as +1
or +2 to designate tokens preceding or following the current token in the
templates table.
Usually, the evaluation process consists in comparing the result le of the test
step with a carefully annotated le. We carried out an evaluation of our proposed
system in terms of three evaluation metrics: precision (P) , recall (R) and
Fmeasure metrics. The precision value evaluates the noise of a system while recall
value evaluates its coverage. These metrics are often combined using the
wellknown weighted harmonic F-measure. As evaluation of our system to run the
task, we have to verify if the system comes to guess all the sequence of words
that are composing the opinionated sentences or not. All reported experiments
in this work are performing using simple validation (Table 2). For all templates,
the best performance is in bold.
3.6</p>
      </sec>
      <sec id="sec-3-2">
        <title>Discussions</title>
        <p>We have carried out standard training and evaluation. We nd that main-topic
feature have a key role in selecting opinionated sentences for the summary, since
we obtained the best result (F-measure 90.77 %) with Template 9. Experiments
show that using bigram feature made considerable increase in comparison with
Template0. But forming bigram by the words following or preceding the
considered one as done respectively in Template2 and Template3. However, the
inclusion of opinion expression feature in Template4 has low F-measure compared to
Template0.</p>
        <p>The evaluation shows that such features encourage the inclusion of sentences
in the summary that preserves the overall opinion distribution expressed across
the original document. We conclude that the proposed new features o ers
improvements over traditional summarization features of opinionated text.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>We have studied summarization in the eld of sentiment analysis with the
objective of producing opinion summaries in standard Arabic. Experiments show that
our study focuses on the problem of automatically extracting opinionated
sentences from Arabic news article in order to form a summary of evoked opinions.
After determining opinion words, their holders, their targets, the main-topic,
our summarization system, based on CRF models, generates an easily readable
summary for the considered news article.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Al-Saleh</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menai</surname>
            ,
            <given-names>M.E.B.</given-names>
          </string-name>
          :
          <article-title>Automatic Arabic text summarization: a survey</article-title>
          .
          <source>Artif Intell Rev</source>
          . vol.
          <volume>45</volume>
          ,
          <issue>203</issue>
          {
          <fpage>234</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Beineke</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hastie</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaithyanathan</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>An exploration of sentiment summarization</article-title>
          .
          <source>In: Proceedings of the AAAI Spring Symposium on Exploring Attitude and A ect in Text: Theories and Applications</source>
          , Stanford,
          <string-name>
            <surname>US</surname>
          </string-name>
          , (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Belguith</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ellouze</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maaloul</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jaoua</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jaoua</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blache</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Automatic summarization</article-title>
          . In:
          <article-title>Zitouni I (ed) Natural language processing of semitic languages, theory and applications of natural language processing</article-title>
          .
          <source>pp 371408</source>
          . Springer, Berlin (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cardie</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiebe</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Litman</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>Combining Low-Level and Summary Representations of Opinions for Multi-Perspective Question Answering</article-title>
          .
          <source>In: Proceedings of the AAAI Spring Symposium on New Directions in Question Answering</source>
          , pp.
          <volume>20</volume>
          {
          <fpage>27</fpage>
          . (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Carenini</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheung</surname>
            ,
            <given-names>J.C.K.</given-names>
          </string-name>
          :
          <article-title>Extractive vs. NLG-based abstractive summarization of evaluative text: The e ect of corpus controveriality</article-title>
          .
          <source>In: Proceedings of the 5th International Natural Generation Conference</source>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Carenini</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheung</surname>
            ,
            <given-names>J.C.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pauls</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>: Multi-Document Summarization of Evaluative Text</article-title>
          .
          <source>Computational intelligence</source>
          . vol.
          <volume>29</volume>
          ,
          <issue>545</issue>
          {
          <fpage>576</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Contractor</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singla</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Mausam,.
          <article-title>: Entity-balanced Gaussian pLSA for Automated Comparison</article-title>
          .
          <source>In: Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , pp.
          <volume>69</volume>
          {
          <fpage>79</fpage>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Dini</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mazzini</surname>
          </string-name>
          , G.:
          <article-title>Opinion classi cation through Information Extraction</article-title>
          .
          <source>In: Proceedings of the Conference on Data Mining Methods and Databases for Engineering, Finance and Other Fields (Data Mining)</source>
          , pp.
          <volume>299</volume>
          {
          <fpage>310</fpage>
          . (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Elarnaoty</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>AbdelRahman</surname>
            , S.,
            <given-names>:</given-names>
          </string-name>
          <article-title>A machine learning approach for opinion holder extraction in arabic language</article-title>
          .
          <source>International Journal of Arti cial Intelligence and Applications</source>
          . vol.
          <volume>3</volume>
          (
          <issue>2</issue>
          ) (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Di</given-names>
            <surname>Fabbrizio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Aker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Gaizauskas</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.:</surname>
          </string-name>
          <article-title>Summarizing on-line product and service reviews using aspect rating distributions and language modeling</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          . vol.
          <volume>28</volume>
          ,
          <fpage>28</fpage>
          -
          <lpage>37</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Goldstein</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kantrowitz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mittal</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , Carbonell, J.:
          <article-title>Summarizing text documents: sentence selection and evaluation metrics</article-title>
          .
          <source>In SIGIR</source>
          , pp.
          <volume>121</volume>
          {
          <fpage>128</fpage>
          . (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>H.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ganesan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sondhi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Comprehensive Review Of Opinion Summarization</article-title>
          .
          <source>Computer Science research and tech Reports</source>
          .
          <article-title>(</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Krestel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dokoohaki</surname>
          </string-name>
          , N.:
          <article-title>Diversifying customer review rankings</article-title>
          .
          <source>Neural Networks</source>
          . vol.
          <volume>66</volume>
          ,
          <fpage>36</fpage>
          -
          <lpage>45</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>La</surname>
            <given-names>erty</given-names>
          </string-name>
          , J.D.,
          <string-name>
            <surname>McCallum</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pereira</surname>
            ,
            <given-names>F. C. N.</given-names>
          </string-name>
          :
          <article-title>Conditional random elds: Probabilistic models for segmenting and labeling sequence data</article-title>
          .
          <source>In: Proceedings of the Eighteenth International Conference on Machine Learning (ICML '01)</source>
          , (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Sentiment Analysis and Opinion Mining</article-title>
          . CA: Morgan &amp; Clay-pool, San Rafael (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>D. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Retrieving Non-Redundant Questions to Summarize a Product Review</article-title>
          .
          <source>In: Proceedings of the 39th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pp.
          <volume>385</volume>
          {
          <fpage>394</fpage>
          . New York (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Luhn</surname>
            ,
            <given-names>H.P.</given-names>
          </string-name>
          :
          <article-title>The Automatic Creation of Literature Abstracts</article-title>
          .
          <source>IBM Journal of Research development</source>
          . vol.
          <volume>2</volume>
          ,
          <issue>159</issue>
          {
          <fpage>165</fpage>
          (
          <year>1958</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Maamouri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bies</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kulick</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krouna</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaddeche</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaghouani</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Arabic TreeBank (ATB): Part 3 Version 3.2. Linguistic Data Consortium</article-title>
          . Catalog No:
          <issue>LDC2010T08</issue>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lebanon</surname>
          </string-name>
          , G.:
          <article-title>Sequential Models for Sentiment Prediction</article-title>
          .
          <source>In: Proceedings of the ICML Workshop: Learning in Structured Output Spaces Open Problems in Statistical Relational Learning Statistical Network Analysis: Models, Issues and New Directions</source>
          , (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Opinion mining and sentiment analysis</article-title>
          .
          <source>Found. Trends Inf. Retr</source>
          . vol.
          <volume>2</volume>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>135</lpage>
          ., (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Paul</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girju</surname>
          </string-name>
          , R.:
          <article-title>Summarizing Contrastive Viewpoints in Opinionated Text</article-title>
          .
          <source>In : Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing</source>
          , pp.
          <volume>66</volume>
          {
          <fpage>76</fpage>
          . (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Touati</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Graja</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ellouze</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Hadrich</given-names>
            <surname>Belguith</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          :
          <article-title>Arabic Fine-Grained Opinion Categorization Using Discriminative Machine Learning Technique</article-title>
          .
          <source>In: Proceedings of the International Conference on Advanced Intelligent Systems and Informatics</source>
          , pp.
          <volume>104</volume>
          {
          <fpage>113</fpage>
          .
          <string-name>
            <surname>Cairo</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>SumView: A Web-based engine for summarizing product reviews and customer opinions</article-title>
          .
          <source>Expert Syst. Appl</source>
          . vol.
          <volume>40</volume>
          . pp.
          <fpage>27</fpage>
          -
          <lpage>33</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Farra</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mckeown</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Habash</surname>
          </string-name>
          , N.:
          <article-title>Annotating Targets of Opinions in Arabic using Crowdsourcing</article-title>
          .
          <source>In: Proceedings of the Second Workshop on Arabic Natural Language Processing</source>
          , pp.
          <volume>89</volume>
          {
          <issue>98</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>