<!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>Towards an Abstractive Opinion Summarisation of Multiple Reviews in the Tourism Domain</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Cyril Labbe´</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Franc¸ois Portet</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Laboratoire d'Informatique de Grenoble, UJF/Grenoble-INP/CNRS 5217</institution>
          ,
          <addr-line>38041 Grenoble</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <fpage>87</fpage>
      <lpage>94</lpage>
      <abstract>
        <p>Since the arrival of Web 2.0, there is an increasing amount of on-line Reviews and Ratings about diverse products or services. The reviews contain general comments as well as highly personal elements or opinions about the customers' experience with the product. Other customers or companies are facing the problem of extracting the relevant information from this mass of reviews. In this paper, we present a comparative study of three different summarisation techniques for reviews analysis. From this study, we propose a general architecture which relies on a customisable abstractive summarisation approach making use of domain knowledge and temporal analysis. The paper ends by identifying research directions for improving the efficiency of review summarisation methods.</p>
      </abstract>
      <kwd-group>
        <kwd>Review summarisation</kwd>
        <kwd>Opinion mining</kwd>
        <kwd>Natural language generation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Since the arrival of Web 2.0, costumers of any kind of products or services produce
a large amount of on-line Reviews, almost only present as text, and Ratings as ordinal
variable. While these reviews have largely contributed to the success of the e-commerce,
the problem for a costumer to construct her/his own opinion and to make an informed
decision is to make sense of this mass of reviews that contains not only general
comments about product features but also highly idiosyncratic information such as opinions
or sentiments. Reviews are not only useful for potential costumers but also represent
precious information for companies about their own products. A major challenge for
society is to make possible an automatic analysis of sets of reviews in order to produce
a coherent summary that can be quickly and easily assimilated by humans.</p>
      <p>
        In this paper, we study the problem of review summarisation in the accommodation
domain. Automatic summarisation is the process of drawing out the most relevant
information from a source to produce a condensed version sometimes biased towards
particular users and tasks. Summarisation approaches are generally categorised as: extractive
when content reduction is addressed by selection or abstractive when compression is
done by generalisation of what is relevant in the source [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. While summarisation of
technical structured contents is a well implanted technique in industry, summarisation
of reviews is a much more recent trend. In this context, the task must face poorly
structured contents from a large number of authors (e.g., age, sex, literacy level, etc.) full of
subjective matters expressed via opinion, metaphor, or cultural references. The excerpts
(table 1) from an existing database illustrate the variety of reviews for a same hotel.
The hotel was well serviced by friendly staff. Great bathroom with a flat floor
shower...... no bath! Mini kitchenette was really handy, great not to have to use
the vanity basin as a kitchen sink! While there are no retail shops close by,
there is a convenience store next door.Two food courts that have huge variety and
restaurants in the Casino to suit any taste &amp; wallet.... are less than 10 min walk
away.
      </p>
      <p>The staff from Front Desk to cleaners could not be faulted... friendly and
helpful, making us feel like welcome guests.</p>
      <p>Booked by work for it’s location this was a rather expensive XXX YYY stay. Wifi
was provided by an external provider with very expensive rates. This is not great
for people on business. The room was nothing special with a standard shower and
mediocre bed. Clean but pretty bog standard. Nothing to rave about and equally
nothing terrible to report.</p>
      <p>In this context, sentiment analysis must play a major role when summarising
reviews. Sentiment analysis task can be decomposed in several steps. As a first step,
analysis of small texts (phrases, tweets, SMS messages) gives the trend of the conveyed
sentiment (commonly refereed to as polarity) generally classified as: positive,
negative or neutral. Further steps are needed to summarise the global sentiments. The main
difficulty is to give a fair and non-biased picture of the global feeling emerging from
individual sentiments. This global picture can consist in a set of numbers (tables, charts,
graph. . . ) or in a short text that gives the global sentiment in a concise way.</p>
      <p>In this study, we propose to compare three approaches to summarisation in order
to draw out their current limitations and advantages for this task. This comparison is
described in Section 3. Based on this comparison, we propose in Section 4 a new
architecture for review summarisation which relies on an abstractive approach making use of
domain knowledge and temporal analysis. We conclude the paper with an description
of research directions for improving the efficiency of review summarisation methods.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Research</title>
      <p>
        Summarising opinions reviews into texts can be done in several ways. The most
straightforward being the use of a general summariser. Other approaches proposed to produce
a tailored “voice summary” of a set of the most extreme restaurants reviews [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In
the tailored-summariser ReSum [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] the target are reviews on products sold on-line.
ReSum outputs two summaries, one for the positive reviews, one for the negative reviews.
These summaries are composed of sentences extracted from the positive (or negative)
reviews according to a strategy involving redundancy elimination and domain-feature
depend criteria such as technical level or Time of Ownership. Here and in the following,
features refer to domain characteristics. For instance, in the accommodation domain,
quality of beds or cleanness of the room are domain features (or aspects). While these
approaches provide interesting summaries they do not consider opinions in a systematic
way, hence the need for a sentiment analysis module in the summarisation framework.
      </p>
      <p>
        Sentiment summarisation involves several steps (for a detailed review the reader
is referred to [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]). The first step aims at determining the sentiment express by each
individual reviews. Representative examples of this step are [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] proposes a
method for determining opinion polarity using WordNet, SentiWordNet and the General
Inquirer (to detect polarity shifter). In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], The probability P (+=rv) (resp P ( =rv))
of a movie review rv of being a review of positive (resp. negative) polarity is estimated
through the use of Naive Bayes and Markov Model techniques. Each individual review
is then scored and this score is used to retrieve the most extreme reviews. However, the
method does not capture the global sentiment emerging from the reviews.
      </p>
      <p>
        The global sentiment of a set of reviews can be abridged as numbers or charts.
For example, [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] summarises hotel reviews through automatic features extractions and
polarity measure. For each review, if a feature is identified, its polarity is computed. The
global sentiment for each feature is then computed. In [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], reviews are summarised in
a similar manner but using a domain ontology for features identification. An important
advantages of this approach is that it proposes to highlight positive (reps. negative)
comments within negative (resp. positive) reviews arguing that opinions about features
are more interesting when extracted from a review containing contrasted opinions.
      </p>
      <p>The next section gives a more detailed focus on “pro” and “cons” associated to three
methods for the summarisation of the global sentiment emerging from hotel reviews.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Comparative studies of three approaches</title>
      <p>
        Three different approaches used to summarise the overall opinion emerging from a set
of hotel reviews are presented. The reviews were all collected from the Tripadvisor
website. The first experiment concerns the use of a general summariser. The second
one shows results obtained when sentences extraction is guided by domain features.
The third one consists in the Reviews and Ratings (RnR) system described in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
3.1
      </p>
      <p>
        Open Text Summarizer
Open Text Summarizer (OTS) is an open source tool for summarising texts of any
domain [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Its content selection is based on the TF-IDF measure with some re-weighting
based on the structure of the document (e.g., title and paragraph). The experiment with
OTS consisted in feeding it with a whole set of reviews about the same hotel and
checking the output. Figure 2 shows an output when OTS was applied with a 1% compression
ratio. It can be noticed that no relevant information about the hotel appears before the
fourth sentences. As with any extractive summariser, some referring expressions are
impossible to understand (e.g.,“This appeared from the unlocked. . . ”). Moreover, there
is no way for the summariser to filter out irrelevant information for the decision
making task such as with information about booking experience (e.g., “booking was done
at very last minute. . . ”, “I did a lot of research. . . ”). This is due to the high frequency
of personal booking experiences that biased the system towards this kind of irrelevant
information. It appears from this short example, that purely frequency-based content
selection without the involvement of some domain and/or task knowledge is
unpromising.
      </p>
      <p>
        Hotel booking was done at very last minute by the friendly staff at the
International Airport. I did a lot of research in advance - most of it on
Tripadvisor - and it was ranked very highly. This appeared from the unlocked
office behind reception - I was told this was more secure - I wondered but all was
ok. Location is what this hotel has going for it - you’re on holidays, you want to
be in the centre of things, near good restaurants [...]
In this approach, the main idea is to extract relevant information related to a particular
word. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], an approach to better understand the particular meaning associated to a
word in the mind of a particular author was proposed. We proposed to use this technique
to capture the global opinion given by a set of users on a particular domain feature.
– pUf (i) is the observed frequency of type i in Uf the lexical universe of f .
– pC (i) is the frequency of type i in the whole corpus.
      </p>
      <p>Using the hypergeometric law, an expected value EUf (i) for pUf (i) can be
computed. Given a confidence level (5% or 1%) it is then possible to tell if the observed
value pUf (i) is too far from EUf (i), either because pUf (i) &lt;&lt; EUf (i) or because
pUf (i) &gt;&gt; EUf (i). So each word type i of the whole corpus C can be classified, with
regards to f as being:
reviews
lorem
lorem
ipsipulsmoipurssmeiumdtmodaloomdrloeotrl,or
sit amet,
sit caomnseet,ctetur
consectetur
consectetur
user’s request
and preferences
features extraction
sentence extraction
textual output
– neutral, this is a set of words that do not have a special interaction with f . There
frequency in the lexical universe of f is acceptable with regards to their frequency
in the whole corpus;
– attracted (if pUf (i) &gt;&gt; EUf (i)), this is the set of words that are over-represented
in the lexical universe of f . They can be seen as being attracted by f and it can be
inferred that they are characterizing the global opinion on f ;
– repulsed (if pUf (i) &lt;&lt; EUf (i)), this is the set of words that are under-represented
in the lexical universe of f . They can be seen as being repulsed by f and it can be
inferred that they are not reflecting the global opinion on f ;</p>
      <p>Given a feature f it is then possible to build two sets. Uf+ the set of words that
mostly characterize f and Uf the set of words that are mostly repulsed by f . These
sets are used to score each sentences of the whole corpus C so to select the set of
sentences that characterize the best the opinion associated to a particular feature.</p>
      <p>
        Figure 4 shows the most relevant sentences for the feature BED. It can be noticed
that the most relevant and condense sentences are the best rated. However, there is a
high redundancy in this list and contrasted reviews are not fetched by the method.
0.647 A comfortable double bed, couch and coffee table, plus a small desk with two chairs.
0.615 The room was spacious with a queen sized bed and a sofa bed.
0.412 The hotel rooms were a good size with a double bed and a fould out sofa bed.
0.378 Queen sized bed ( with small side shelfs), little couch and coffee table for persons, a
basic table with chairs, a flat screen tv, and a dresser with a couple of drawers.
0.370 The rooms were quite large - we had a queen room which consisted of a queen bed,
small lounge, small table and chairs and kitchenette.
0.364 The room was quite large with a couch, desk and amp ; coffee table as well as the queen
size bed.
. . .
In [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], an RnR system 1 for extracting rationale from on-line reviews/ratings is
presented. The system captures and summarises the key rationale for positive and
negative opinions expressed in a corpus of reviews and highlights the negative features
among positive reviews and vice versa. One of the main contribution of the work is
the techniques that have been designed to leverage support metric in conjunction with
a domain ontology. This results in improved computational overheads associated with
sentiment identification. In term of presentation, the system outputs the summary for
each hotel in a four-quarter screen presented in Figure 5. The top left quarter shows
the general/summarised overview of the hotel, top right column contains the time based
performance chart, and the two bottom sections give details of each positive (left hand
side) and negative (right hand side) groups of reviews.
1 The RnR system is accessible at http://rnrsystem.com/RnRSystem
      </p>
      <p>Though the RnR output provides the useful global picture of the reviews, it is
lacking a fundamental dimension which is the temporal dimension. The rating chart does
indeed give trends but is of little interest when the tend is flat as it the case in Figure 5.
So there is no way for the costumer to know the latest positive and negative features of
the hostel nor to know what are the positive and negative constants of it. Furthermore,
tabular and keyword presentation might not be the best way of presenting a
summarisation of the reviews as every pieces of information is presented in an out-of-context way.
A more elegant approach to present such information both with respect to the temporal
and contextual perspectives is to use Natural Language Generation (NLG).
4</p>
    </sec>
    <sec id="sec-4">
      <title>Towards an abstractive summarisation system</title>
      <p>
        NLG systems has been used for decade to present numerical and linguistic information
in a condense and efficient way. Recently, NLG has been applied to summarise large
volumes of heterogeneous temporal data to short texts in the medical domain [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This
system was experimented at the hospital and has shown that a textual-only output can
led to better decision from the medical staff than a classical graphical-only presentation.
Among the properties, emphasised by the authors [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], that textual summarisation offers
compared with the graphical presentation are : the capacity to present data in the same
sentence at multiple time resolution or period (e.g., “the hotel had always been praised
for its good beds”, “in summer, the hotel is found to be badly ventilated”), the natural
ability to handle vagueness and uncertainty (e.g., “the hotel seems to be close to public
transport”), the capacity to insert genuine citations (e.g., “the hotel could not even offer
us a hand towel!”), the possibility to aggregate features (e.g., “close station(90); free
tram(44); close train(33);” ! “close public transport and free tram”) and the capacity to
contrast features (e.g., “even the negatives reviews reports that the bathroom is generally
clean and large”).
      </p>
      <p>
        To address the above limitations and progress beyond the state of the art in this
domain, we plan to build an approach based on the work of Rahayu et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and Portet at
al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This approach combines a sentiment analyses and domain-specific text
processing approaches to represent the data in a high level representation (e.g., in the form of an
ontology) with a natural language generation system to generate a textual user-tailored
review of an hostel. The intended system is depicted Figure 6. User requests a summary
of a specific hostel. In some cases, she can also specify which features are the most
important for her so that features belonging to her preferences are given more weight.
The system then fetches all the opinions about this hotel (e.g., trip advisor) and extract
the features describing each reviews. Once the features extractions is performed, a
sentiment analysis layer extracts polarity affecting each phrases of interest. These phrases
are then abstracted into facts in a database backed by an ontology which represent the
hotel and customer’s concepts. Using the ratings, a time series segmentation [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] is
performed to identify the main periods of the hotel (decrease, increase, stable). Another
segmentation is performed at the feature level to detect specific evolutions of the hotel’s
services. Once the opinions have been analysed all the data is summarised through an
NLG approach.
      </p>
      <p>reviews
lorem
lorem
ipsipulsmoipurssmeiumdtmodaloomdrloeotrl,or
sit amet,
sit caomnseet,ctetur
consectetur
consectetur
user’s request
and preferences
features extraction</p>
      <sec id="sec-4-1">
        <title>Ontology</title>
        <p>Opinion and
Semantic Recognition</p>
      </sec>
      <sec id="sec-4-2">
        <title>WordNet</title>
        <p>Temporal
Segmentation</p>
        <p>
          NLG
Although human summaries are typically abstracts, most existing systems produce
extracts, due to several studies reporting better results of the latter [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. This is due to
the complexity the process that involves concepts extraction, reasoning at the semantic
level and natural language generation. This makes it a time consuming task. However,
review summarisation is a very different application than documents considered in
classical summarisation. The high number of authors, style, subjectivity and the temporal
dimension calls for the reconsideration of the abstractive approaches to perform a deep
analysis to better condense the information present in the reviews. Our approach by
considering these aspect while aiming for a modular architecture, is a step towards
addressing this challenge.
        </p>
        <p>Another important challenge is the evaluation of such technology. This is delicate
given that no gold standard summary exists in this domain for automatic scoring (such
as with BLEU or ROUGE) and because users will often disagree on what constitutes the
best content and quality for the summary. A more relevant measure would be to perform
some task-based experiments to assess the effectiveness of the summariser in searching
for an hotel. We plan to investigate the techniques used in different domains to propose
a formal evaluation strategy which would make it possible to assess the progress of the
method.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Mani</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maybury</surname>
          </string-name>
          , M., eds.:
          <article-title>Advances in Automatic Text Summarization</article-title>
          . MIT Press (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Mahajan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zweig</surname>
          </string-name>
          , G.:
          <article-title>Summarization of multiple user reviews in the restaurant domain</article-title>
          .
          <source>Technical Report MSR-TR-2007-126</source>
          , Microsoft Research (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Kokkoras</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lampridou</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ntonas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vlahavas</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Summarization of multiple, metadata rich, product reviews</article-title>
          .
          <source>In: Workshop on Mining Social Data (MSoDa)</source>
          ,
          <source>18th European Conference on Artificial Intelligence (ECAI '08)</source>
          , Patras, Greece (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
          </string-name>
          , S., Cheng, X.:
          <article-title>A survey on sentiment detection of reviews</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>36</volume>
          (
          <issue>7</issue>
          ) (
          <year>September 2009</year>
          )
          <fpage>10760</fpage>
          -
          <lpage>10773</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ın-</article-title>
          <string-name>
            <surname>Wanton</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pons-Porrata</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montoyo-Guijarro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Balahur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Opinion polarity detection - using word sense disambiguation to determine the polarity of opinions</article-title>
          . In Filipe, J.,
          <string-name>
            <surname>Fred</surname>
            ,
            <given-names>A.L.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharp</surname>
          </string-name>
          , B., eds.:
          <source>ICAART (1)</source>
          . (
          <year>2010</year>
          )
          <fpage>483</fpage>
          -
          <lpage>486</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Salvetti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reichenbach</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Automatic opinion polarity classification of movie reviews</article-title>
          .
          <source>Colorado Research in Linguistics 17(1)</source>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Popescu</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Extracting product features and opinions from reviews</article-title>
          .
          <source>In: Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Language Processing. HLT '05</source>
          ,
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA, Association for Computational Linguistics (
          <year>2005</year>
          )
          <fpage>339</fpage>
          -
          <lpage>346</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Rahayu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krishnaswamy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Labbe´,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Alahakoon</surname>
          </string-name>
          ,
          <string-name>
            <surname>O.</surname>
          </string-name>
          :
          <article-title>Web services for analysing and summarising online opinions and reviews</article-title>
          . In: ServiceWave. (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Rotem</surname>
          </string-name>
          , N.:
          <article-title>Open text summarizer (ots) (</article-title>
          <year>2003</year>
          ) Retrieved June,
          <year>2012</year>
          , http://libots.sourceforge.net.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Labbe´,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Labbe´</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>How to measure the meanings of words? Amour in Corneille's work</article-title>
          .
          <source>Language Resources and Evaluation</source>
          <volume>39</volume>
          (
          <issue>4</issue>
          ) (
          <year>2005</year>
          )
          <fpage>335</fpage>
          -
          <lpage>351</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Portet</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reiter</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gatt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hunter</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sripada</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freer</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sykes</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Automatic generation of textual summaries from neonatal intensive care data</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>173</volume>
          (
          <issue>7-8</issue>
          ) (
          <year>2009</year>
          )
          <fpage>789</fpage>
          -
          <lpage>816</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Gatt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portet</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reiter</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hunter</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahamood</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moncur</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sripada</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>From data to text in the neonatal intensive care unit: Using NLG technology for decision support and information management</article-title>
          .
          <source>AI</source>
          Communications
          <volume>22</volume>
          (
          <issue>3</issue>
          ) (
          <year>2009</year>
          )
          <fpage>153</fpage>
          -
          <lpage>186</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Charbonnier</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portet</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A self-tuning adaptive trend extraction method for process monitoring and diagnosis</article-title>
          .
          <source>Journal of Process Control</source>
          <volume>22</volume>
          (
          <year>2012</year>
          )
          <fpage>1127</fpage>
          -
          <lpage>1138</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>