<!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>A Dependency Relation-based Method to Identify Attributive Relations and Its Application in Text Summarization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shamima Mithun</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leila Kosseim</string-name>
          <email>kosseimg@encs.concordia.ca</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Concordia University Department of Computer Science and Software Engineering Montreal</institution>
          ,
          <addr-line>Quebec</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we propose a domain and genre-independent approach to identify the discourse relation called attributive, included in Grimes' relation list [7]. An attributive relation provides details about an entity or an event or can be used to illustrate a particular feature about a concept or an entity. Since attributive relations describe attributes or features of an object or an event, they are often used in text summarization (e.g. [2]) and question answering systems (e.g. [12]). However, to our knowledge, no previous work has focused on tagging attributive relations automatically. We propose an automatic domain and genre-independent approach to tag attributive relations by utilizing dependency relations of words based on dependency grammars [3]. In this paper, we also show how attributive relations can be utilized in text summarization. By using a subset of the BLOG061 corpus, we have evaluated the accuracy of our attributive classi er and compared it to a baseline and human performance using precision, recall, and F-Measure. The evaluation results show that our approach compares favorably with human performance.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>According to [15], \Discourse relations - relations that hold together di erent
parts (i.e. proposition, sentence, or paragraph) of the discourse - are partly
responsible for the perceived coherence of a text". In a discourse, di erent kinds
of relations such as contrast, causality or elaboration may be expressed. For
example, in the sentence \If you want the full Vista experience, you'll want a
heavy system and graphics hardware, and lots of memory", the rst and second
clauses are related through the discourse relation condition. The use of discourse
relations have been found useful in many applications such as document
summarization (e.g. [1, 2, 13]) and question answering (e.g. [10, 12]). However, these
relations are often not considered in computational language applications
because domain and genre-independent robust discourse parsers are very few.</p>
    </sec>
    <sec id="sec-2">
      <title>1 http://ir.dcs.gla.ac.uk/test collections/blog06info.html</title>
      <p>In this paper, we propose a domain and genre-independent approach to
identify the discourse relation called attributive, included in Grimes' relation list [7].
An attributive relation provides details about an entity or an event. For example,
in Mary has a pink coat., the sentence exhibits an attributive relation because it
provides details about the entity coat. Attributive relations can also be used to
illustrate a particular feature about a concept or an entity - e.g. Picasa makes
sure your pictures are always organized. The sentence of this example also
contains an attributive relation since it is describing a particular feature of the entity
Picasa. Even though attributive relations are often used in summarization (e.g.
[13]) and question answering systems (e.g. [12]), to our knowledge, no previous
work has focused on tagging attributive relations automatically. We propose an
automatic domain and genre-independent approach to identify whether a
sentence contains an attributive relation by utilizing dependency relations of words
based on dependency grammars [3]. In this paper, we also show how attributive
relations can be utilized in text summarization and how our tagger has been
evaluated in that context.
2</p>
      <sec id="sec-2-1">
        <title>Related Work</title>
        <p>Currently, to identify discourse relations automatically from multi-documents,
only a few approaches are available. The most notable ones are the SPADE
parser [14], Jindal et al.'s approach [8], and HILDA [6].</p>
        <p>The SPADE parser [14] was developed within the framework of RST
(Rhetorical Structure Theory). The SPADE parser identi es discourse relations within a
sentence by rst identifying elementary discourse units (EDU)s, then identifying
discourse relations between two EDUs (clauses) by following the RST theory.
However, the attributive relation is not included within these relations.</p>
        <p>Another discourse parser is presented in [8]. This parser focuses on tagging
the comparison relation. In order to label a clause as containing a comparison
relation, [8] used a set of keywords and annotated texts, and generate patterns for
comparison sentence mining. A Nave Bayes classi er is then used using the
patterns as features to learn a 2-class classi er (comparison and non-comparison).
This approach is used in our summarization system (Section 4.2) to tag
intraclausal comparison relations; but again, it does not deal with attributive
relations.</p>
        <p>Another notable work is that of [6] who designed the discourse parser called
HILDA2 (HIgh-Level Discourse Analyzer) which can tag discourse relations at
the text level. First, this parser extracts di erent lexical and syntactical features
from the input texts. Then the parser is trained using the RST Discourse
Treebank3 (RST-DT) corpus. This parser consists of two SVM classi ers. The rst
classi er nds the most appropriate relation between two textual units and the
second classi er veri es whether two adjacent text units should be merged to</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>2 HILDA: http://nlp.prendingerlab.net/hilda</title>
    </sec>
    <sec id="sec-4">
      <title>3 http://www.isi.edu/ marcu/discourse/Corpora.html</title>
      <p>form a new subtree. However, the source of the parser is not publicly available
and again does not tag attributive relations.</p>
      <p>Other notable works on discourse parsing and discourse segmentation are
proposed by (e.g. [11, 16]). However, the attributive relation is not tagged by
any of these approaches. Discourse parsing systems are being developed in other
languages than English such as [4] for Spanish.
3</p>
      <sec id="sec-4-1">
        <title>A Method based on Dependency Relations</title>
        <p>According to [12], an attributive relation provides details about an entity or
event. It can be used to illustrate a particular attribute or feature about a
concept or an entity. For example, Subway sells custom sandwiches and salads.
- contains an attributive relation since it provides an attribute about Subway.
This relation has been used successfully by [12] in question answering and natural
language generation. However, currently, no automatic approach is available to
identify attributive relations.</p>
        <p>To develop our method to identify attributive relations, we have performed
a corpus analysis of 200 attributive sentences from the BLOG06 corpus4.</p>
        <p>A rst analysis of our development set showed that 83% of the time,
attributive relations occur within a clause; as opposed to many other discourse relations
that span across clauses. Due to this, our approach is based on the analysis of
single clauses. To identify attributive relations automatically, similarly to Fei et
al.'s work [5], we have used dependency relations of words based on dependency
grammars [3].</p>
        <p>Dependency relations of words are de ned based on dependency grammars
[3]. They refer to the binary relations between two words where one word is
the parent (or head) and the other word is the child (or modi er). In this
representation, one word can be associated with only one parent but with many
children (one word can modify only one other word, but a word can have several
modi ers). Therefore, when the dependency relations of a sentence is created
it will be in the form of a tree (called a dependency tree). Typical dependency
relations are shown in Table 1.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4 BLOG06 is a TREC test collection, created and distributed by the University of Glas</title>
      <p>gow to support research on information retrieval and related technologies. BLOG06
consists of 100,649 blogs which were collected over an 11 week period (a total of 77
days) from late 2005 and early 2006. The total size of collection is 25 gigabytes. In
this corpus, blogs vary signi cantly in size, ranging from 44 words to 3000 words.</p>
      <p>Di erent words of a sentence can be related using dependency relations
directly or based on the transitivity of these relations. For example, the dependency
relations of the sentence \The movie was genuinely funny." as produced by the
Stanford parser5 is shown in Figure 1.</p>
      <p>The head of the arrow points to the child, the tail comes from the parent,
and the tag on the arrow indicates the dependency relation type. For example, in
Figure 1, both words movie and funny are modi ers of the word was. While, the
word movie is the subject of the word was, the word funny is a direct adjectival
complement (acomp) to the word was. With the help of dependency relations, it
is possible to nd how di erent words of a sentence are related.</p>
      <p>In order to develop our classi er, we have rst parsed the sentences of our
development set using the Stanford parser. A manual analysis of these parses
showed that to be classi ed as an attributive sentence, the topic of the sentence
needs to be the descendant of a verb and be in a subject or object relation with
it. However, the topic and the verb can be related in several ways; which we
describe by 3 heuristic rules:
Heuristic 1: The Topic is a Direct Nominal Subject: The topic is a direct
nominal subject, a noun phrase that is the syntactic subject of the verb (e.g.,
subj in the Stanford parser).
For example, the sentence \Picasa displays the zoom percentage" contains
an attributive relation where the topic \Picasa" is directly related to the
verb \displays " using the dependency relation subj (shown in Figure 2).
This is the most frequently encountered dependency relation which occurs
within a clause in our attributive development set and accounts for 42% of
the development set.</p>
      <p>Heuristic 2: A Noun is the Syntactic Subject and the Topic is a
Modi er of the Noun: A noun is the syntactic subject of the sentence and the
topic is a modi er of the noun. This heuristic rule accounts for modi ers
that can be a noun compound modi er (e.g., nn in the Stanford parser),</p>
    </sec>
    <sec id="sec-6">
      <title>5 http://nlp.stanford.edu/software/lex-parser.shtml</title>
      <p>a propositional modi er (e.g., prep in the Stanford parser) or a possession
modi er (e.g., poss in the Stanford parser).
For example, the sentence \Frank Gehry's amboyant, titanium-clad
Guggenheim Museum has a similar relationship to the old, masonry city around it."
contains an attributive relation where the noun \Museum" is the subject
of the sentence and the topic \Frank Gehry" is a possession modi er of the
noun \Museum" (a partial dependency tree is shown in Figure 3). These
dependency relations account for 38% of the development set.</p>
      <p>Heuristic 3: A Noun is the Syntactic Direct Object and the Topic is
a Modi er of the Noun: A noun is the syntactic direct object of the verb
(e.g., obj in the Stanford parser) and the topic is a modi er of the noun.
Under this heuristic rule, a modi er can be a noun compound modi er (e.g.,
nn in the Stanford parser).
For example, the sentence \You can buy two Subway sandwiches for $7.99
on sunday." contains an attributive relation where the noun \sandwiches"
is the object of the verb \buy" and the topic \Subway" is a modi er of the
noun `sandwiches" (a partial dependency tree is shown in Figure 4). These
relations account for 16% of the development set.</p>
      <p>Given a sentence and a topic, our rule-based classi er tries to determine if
any of the 3 heuristics shown above are applicable. If this is the case, it tags the
sentence as attributive.</p>
      <p>The next section will discuss how attributive relations can be used in blog
summarization and how our approach has been evaluated in that context.
4</p>
      <sec id="sec-6-1">
        <title>Evaluation</title>
        <p>To evaluate our attributive tagger, we have performed both an intrinsic and an
extrinsic evaluation.
4.1</p>
        <p>Intrinsic Evaluation
For the intrinsic evaluation, we have evaluated the performance of our attributive
classi er against a manually created gold standard using precision (P), recall (R),
and F-Measure (F). For this evaluation, since no standard dataset was available,
we have developed our own test set containing 400 sentences from the BLOG06
corpus; where two annotators manually tagged 200 sentences as attributive and
200 as non-attributive. Discrepancy between annotators was settled through
discussion to arrive at a consensus. It must be noted that both the development
and the test sets contain no common sentences.</p>
        <p>In this evaluation, we have also calculated and compared the baseline and
human performance with our classi er's performance. These were computed as
follows: the baseline method tags a sentence as attributive if the topic of the
sentence is the direct nominal subject (i.e. heuristic rule 1 in Section 3). This
method was chosen because it was the most frequently encountered dependency
relation in our attributive development set (42% of the times). On the other
hand, to evaluate the human performance to tag attributive relations, we asked
two human participants to annotate 100 sentences from the test corpus. These
100 sentences were randomly selected from the corpus where 50 sentences are
positive examples (e.g. attributive) and 50 sentences are negative examples (e.g.
non-attributive). At the end, human performance was compared with the gold
standard using precision, recall and F-measure.</p>
        <p>From the evaluation results, we can see that the precision and the overall
F-Measure score of human participants are not very high (around 80%). We
suspect that the reason behind this is that even though attributive relations
are useful in natural language research, this relation is not well recognized and
humans may not be very familiar with it. To verify this, we have calculated the
inter-annotator agreement in tagging attributive sentences using Cohen's kappa.
The results show that inter-annotator agreement is moderate according to [9]
with a kappa value of 0.51, which seems to support our hypothesis.
To do the extrinsic evaluation, we have tested our attributive relation identi
cation approach with our BlogSum summarizer [13] and have evaluated its e ect
on the summaries generated. Let us rst describe the summarizer we used and
how the tagger was used.</p>
        <p>BlogSum BlogSum is a domain-independent query-based blog summarization
system that uses intra-sentential discourse relations within the framework of
schemata. The heart of BlogSum is based on discourse relations and text schemata.</p>
        <p>Text schemata are patterns of discourse organization used to achieve di
erent communicative goals. Text schemata were rst introduced by McKeown [12]
based on the observation that speci c types of schemata are more e ective to
achieve a particular communicative goal. Schema-based approaches were also
used by other researchers in the context of question answering and text
generation to generate relevant and coherent text. However, schema-based approaches
are usually domain-dependent where the domain knowledge is pre-compiled and
explicitly represented in knowledge bases or is used for structured documents
(e.g. Wikipedia articles).</p>
        <p>BlogSum works in the following way: First candidate sentences are ranked
using the topic and question similarity to give priority to topic and question
relevant sentences. Since BlogSum works on blogs, which are opinionated in nature,
to rank a sentence, the sentence polarity (e.g. positive, negative or neutral) is
calculated using a subjectivity score. The subjectivity score of a sentence is also
used to calculate its relevance to the question. To extract and rank sentences,
our approach calculates a score for each sentence using the features shown below:
Sentence Score = Question Similarity + Topic Similarity + jSubjectivityScorej
where, question similarity and topic similarity are calculated using cosine
similarity based on words tf.idf and subjectivity score is calculated using a
dictionary-based approach using the MPQA lexicon6, which contains more than
8000 entries of polarity words.</p>
        <p>Then sentences are categorized based on the discourse relations that they
convey. This step is critical because the automatic identi cation of discourse
relations renders BlogSum independent of the domain. This step also plays a key
role in content selection and summary coherence as schemata are designed
using these relations. For predicate identi cation, BlogSum considers 28 discourse
relations including the attributive relation. Then four di erent approaches are
used to identify these predicates: a) the SPADE parser [14] (see Section 2); b) a
comparison relations classi er adapted from [8] (see Section 2); c) a topic-opinion
discourse relation tagger, and d) our own attributive tagger described in Section
3. It is to be noted that an analysis of 221 random summary sentences from the</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6 MPQA: http://www.cs.pitt.edu/mpqa</title>
      <p>BLOG06 corpus shows that 32% of the sentences were tagged by our attributive
tagger.</p>
      <p>In order not to answer all questions the same way, BlogSum uses di erent
schemata to generate a summary that answers speci c types of questions. Each
schema is designed based on giving priority to its associated question type and
subjective sentences as summaries for opinionated texts are generated. Each
schema speci es the types of predicates and the order in which they should
appear in the output summary for a particular question type.</p>
      <p>Extrinsic Evaluation within BlogSum To evaluate the performance of our
tagger in an extrinsic evaluation, we used it within BlogSum. In these
experiments, we used the original ranked list of candidate sentences before applying
the discourse schema, called OList, as a baseline, and compared them to the
BlogSum-generated summaries with and without the tagger. We used the Text
Analysis Conference (TAC) 2008 opinion summarization dataset8 which is a
subset of BLOG06. The TAC 2008 opinion summarization dataset consists of 50
questions on 28 topics; on each topic one or two questions were asked and 9 to 39
relevant documents were given. For each question, one summary was generated
by OList and two by BlogSum and the maximum summary length was restricted
to 250 words.</p>
    </sec>
    <sec id="sec-8">
      <title>7 Following [12]'s notations, the symbol / indicates an alternative, * indicates that</title>
      <p>the item may appear 0 to n times, + indicates that the item may appear 1 to n
times.</p>
    </sec>
    <sec id="sec-9">
      <title>8 http://www.nist.gov/tac/</title>
      <p>With this dataset, we have automatically evaluated how BlogSum performs
using the standard ROUGE-2 and ROUGE-SU4 measures. For this experiment,
on each question, two summaries were generated by BlogSum; one using the
attributive tagger and the other without using the attributive tagger. In this
experiment, ROUGE scores are also calculated for all 36 submissions in the
TAC 2008 opinion summarization track. Table 3 shows the evaluation results.</p>
      <p>The table shows that BlogSum performs better than OList, and performs
better with the use of the attributive tagger using both ROUGE-2 and ROUGE-SU4
metrics. Without using the attributive tagger, BlogSum misses many question
relevant sentences whereas the inclusion of the attributive tagger helps to
incorporate those relevant sentences into the nal summary. This result indicates
that our attributive tagger helps to include question relevant sentences without
including noisy sentences thus improving the summary content. These results
also con rms the correctness and usefulness of our tagger.</p>
      <p>Compared to the other systems that participated to the TAC 2008
opinion summarization track, BlogSum performed very competitively; its F-Measure
score di erence from the TAC best system is very small. Both BlogSum and
OList performed better than the TAC average systems.
5</p>
      <sec id="sec-9-1">
        <title>Conclusion and Future Work</title>
        <p>In this paper, we have presented a domain and genre-independent approach
to identify attributive discourse relations which provides attributes or features
of an object or an event. We have utilized dependency relations of words to
identify these relations automatically. Evaluation results show that our approach
achieves an F-Measure of 77% on our test-set of blogs, which compares favorably
with humans and is much higher than the baseline. We have also showed that
attributive relations can be used successfully in an application such as blog
summarization to generate informative and question-relevant summaries.</p>
        <p>As future work, we would like to evaluate the accuracy of each heuristic and
analyze further the performance of our classi er with the goal of improving its
performance and deal with attributive relations than span across clauses.</p>
      </sec>
      <sec id="sec-9-2">
        <title>Acknowledgement</title>
        <p>The authors would like to thank the anonymous referees for their valuable
comments on a previous version of the paper. This work was nancially supported
by NSERC.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Bosma</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Query-Based Summarization using Rhetorical Structure Theory</article-title>
          .
          <source>In Proceedings of the 15th Meeting of Computational Linguistics in the Netherlands CLIN</source>
          , (
          <year>2004</year>
          ), Leiden, Netherlands.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Blair-Goldensohn</surname>
            ,
            <given-names>S.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKeown</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Integrating Rhetorical-Semantic Relation Models for Query-Focused Summarization</article-title>
          .
          <source>In Proceedings of the Document Understanding Conference (DUC) Workshop at NAACL-HLT</source>
          <year>2006</year>
          , (
          <year>2006</year>
          ), New York, USA.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>de Marne e</surname>
          </string-name>
          , M.C.,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.D.</given-names>
          </string-name>
          :
          <article-title>The Stanford Typed Dependencies Representation</article-title>
          .
          <source>In Coling 2008: Proceedings of the Workshop on Cross-Framework and Cross-Domain Parser Evaluation</source>
          ,
          <volume>1</volume>
          {
          <fpage>8</fpage>
          . (
          <year>2008</year>
          ), Manchester. U.K.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>da Cunha</surname>
          </string-name>
          , I.,
          <string-name>
            <surname>SanJuan</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>Torres-Moreno</surname>
            ,
            <given-names>J-M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lloberes</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castellon</surname>
          </string-name>
          , I.:
          <article-title>DiSeg 1.0: The First System for Spanish Discourse Segmentation</article-title>
          .
          <source>J. Expert Systems with Applications</source>
          ,
          <volume>39</volume>
          (
          <issue>2</issue>
          ):
          <volume>1671</volume>
          {
          <fpage>1678</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Fei</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Mining the Relation between Sentiment Expression</article-title>
          and
          <article-title>Target Using Dependency of Words</article-title>
          .
          <source>PACLIC20: Coling 2008: Proceedings of the 20th Paci c Asia Conference on Language, Information and Computation</source>
          ,
          <volume>257</volume>
          {
          <fpage>264</fpage>
          (
          <year>2008</year>
          ), Wuhan, China.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>V. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirst</surname>
          </string-name>
          , G.:
          <article-title>Text-level Discourse Parsing with Rich Linguistic Features. In Proceedings of the The 50th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-</article-title>
          <year>2012</year>
          ), (
          <year>2012</year>
          ), Jeju, Korea.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Grimes</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          :
          <article-title>The Thread of Discourse</article-title>
          . Cornell University, NSF-TR-
          <volume>1</volume>
          , NSF-GS3180,
          <year>1972</year>
          , Ithaca, New York.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Jindal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Identifying Comparative Sentences in Text Documents</article-title>
          .
          <source>SIGIR'06: In Proceedings of the 29th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <fpage>244</fpage>
          -
          <lpage>251</lpage>
          (
          <year>2006</year>
          ), Washington, USA.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Landis</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koch</surname>
          </string-name>
          . G.G.:
          <article-title>A one-way components of variance model for categorical data</article-title>
          .
          <source>J. Biometrics</source>
          ,
          <volume>33</volume>
          (
          <issue>1</issue>
          ):
          <volume>671</volume>
          {
          <fpage>679</fpage>
          ,
          <year>1977</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Marcu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>From Discourse Structures to Text Summaries</article-title>
          .
          <source>Proceedings of the ACL'97/EACL'97 Workshop on Intelligent Scalable Text Summarization</source>
          .
          <year>1997</year>
          ,
          <volume>82</volume>
          {
          <fpage>88</fpage>
          , Madrid, Spain.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Marcu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>The Rhetorical Parsing of Unrestricted Texts: A Surface-based Approach</article-title>
          .
          <source>J. Computational Linguistics</source>
          ,
          <volume>26</volume>
          (
          <issue>3</issue>
          ):
          <volume>395</volume>
          {
          <fpage>448</fpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <source>Arti cial Intelligence</source>
          ,
          <volume>27</volume>
          (
          <issue>1</issue>
          ):1{
          <fpage>41</fpage>
          ,
          <year>1985</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Mithun</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Exploiting Rhetorical Relations in Blog Summarization</article-title>
          .
          <source>PhD thesis</source>
          , Department of Computer Science and Software Engineering, Concordia University, Montreal, Canada,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Soricut</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marcu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Sentence Level Discourse Parsing using Syntactic and Lexical Information</article-title>
          .
          <source>NAACL'03: In Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology</source>
          ,
          <volume>149</volume>
          {
          <fpage>156</fpage>
          (
          <year>2003</year>
          ), Edmonton, Canada.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>J.</given-names>
            <surname>Pragmatics</surname>
          </string-name>
          ,
          <volume>38</volume>
          (
          <issue>4</issue>
          ):
          <volume>567</volume>
          {
          <fpage>592</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>To loski</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>Brooke</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taboada</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Syntactic and Lexical-Based Discourse Segmenter</article-title>
          .
          <source>In Proceedings of Proceedings of the 47th Annual Meeting of ACL</source>
          <year>2009</year>
          , PA, USA.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>