<!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>
      <journal-title-group>
        <journal-title>T)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Communicative Intentions Annotation Scheme for Natural Language Generation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>María Miró Maestre</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Software and Computing Systems, University of Alicante</institution>
          ,
          <addr-line>03690 Alicante</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>9</fpage>
      <lpage>20</lpage>
      <abstract>
        <p>Communicative intentions are one of the linguistic elements that usually determine the content of any text or message we want to express in our communicative interactions. With the purpose of contributing to the improvement of natural language generation systems, so that they can take the communicative intention as one of the starting points that will determine the structure and content of the message generated, the aim of this project is to create a communicative intentions annotation scheme based on the taxonomy presented in the Speech Act Theory. To do so, the scheme will be created with the help of a linguistic corpus and subsequently tested within a natural language generation system. In this way, it will be possible to check up to which point communicative intentions improve the planning stage of the text to be generated automatically, guiding the rest of decisions to be made by the system in order to create automatic messages with more similar results to any manually created text.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;communicative intention</kwd>
        <kwd>annotation scheme</kwd>
        <kwd>speech acts</kwd>
        <kwd>natural language generation</kwd>
        <kwd>pragmatics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction and Motivation</title>
      <p>
        One of the main purposes of Natural Language Processing and Generation (NLP and NLG) is to
process the elements belonging to each linguistic level in order to create systems that can tag
linguistic features automatically, as well as subsequently generate new text with the condition
of being natural. However, among the diferent linguistic levels that are processed to generate
such messages (phonology, morphology, syntax, semantics, etc.), pragmatics is usually set aside.
This is due to the clear preference of processing systems for a progression from the lowest
level of linguistic analysis depending on the available resources in each research project, given
their easier implementation in the system [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Nevertheless, pragmatics is considered as the
linguistic level that studies the meaning of messages always taking into account context [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ],
and without which it would be much more dificult to obtain that «natural» condition of a
message. This is due to the wide range of (para)linguistic elements that pragmatics considers,
such as speakers intentions or their previously shared knowledge, or the sociocultural context
in which the message is generated, among other aspects.
      </p>
      <p>
        Consequently, the study of pragmatics from a computational perspective has become a need
that, in spite of the progress made by the research community, with the creation of areas of
research such as Computational Pragmatics [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] or Pragmalinguistics [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], there is still a long way
to go. Arguably, this situation derives from the relatively recent consideration of this level as a
discipline [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and from the varied definitions we can find of pragmatics depending on the area
of research in which we want to focus our study [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], showing diferent application fields such
as clinical pragmatics, neuropragmatics, cultural pragmatics, variational pragmatics, among
many others [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Moreover, the diversity of research areas in which pragmatics is starting to be
considered nowadays has also fostered the inclusion of pragmatic aspects of language inside
some of the most popular tasks in natural language processing, such as sentiment analysis [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
document summarisation [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] or rumour detection [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        Pragmatics are also present in systems developed with the aim of generating natural text
automatically. Indeed, inside the document planning stage, the system takes into account the
type of information that needs to be included in the subsequent created text depending on
factors such as the target audience or the communicative intention. However, the approaches
to this type of systems are usually enclosed in quite specific domains of application [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In
fact, a significant proportion of NLG systems are focused in human-robot interaction, so that
the system can automatically understand speaker’s intentions [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], but without teaching the
system how to recognise the most appropriate structure of the automatic text depending on the
intention we want to determine for it.
      </p>
      <p>Consequently, our motivation for the development of the present study arises from the need
of such NLG systems of including pragmatic aspects such as communicative intentions inside
the tasks that focus on the structure of the generation system. In this manner, we pretend to
test the added value that the inclusion of this linguistic element in the structure of an NLG
system could have, generating more linguistically rich text and therefore approximating it to
any manually created natural text. To accomplish so, the main tasks to tackle within the present
research are the following:
• Create an annotation scheme on communicative intentions according to the taxonomy
presented in the Speech Act Theory
• Apply that annotation scheme to a linguistic corpus belonging to a particular genre to
test its performance
• Once the annotation scheme is validated, integrate both annotation scheme and the corpus
in a NLG system to check up to which point we can enclose the pragmatic content of an
automatically generated message by means of determining its communicative intention
The remainder of this article is organised as follows: Section 2 focuses on the diferent
approaches made in NLP and NLG in order to study pragmatic elements of language, then
Section 3 shows the main hypotheses and objectives planned for this research. Subsequently,
we explain the methodology proposed for fulfilling each project task in Section 4, and Section 5
sets out the diferent research issues that we may need to face throughout the development of
the project. Finally, the bibliographical references used for this study are included at the end of
the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        In spite of the dificulties that the inclusion of pragmatic elements inside NLP and NLG systems
entailed, several researchers focused their study on this linguistic level in order to make progress
in these research fields of computational linguistics [
        <xref ref-type="bibr" rid="ref13 ref14 ref15">13, 14, 15</xref>
        ]. Therefore, there is currently a
great number of studies enriching their systems with pragmatic knowledge to improve their
eficiency, making a very clear division between two diferent tasks. On the one hand we
ifnd research devoted to the creation of intelligent interfaces between users and robots with
functional conversational aptitudes. The continuous improvement of such systems make these
dialogue programmes more complex each time, and therefore need more diferent actions to
be fulfilled. Consequently, pragmatic information such as communicative intentions become
fundamental in order to not complicate the information exchange [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Some of the researchers who focused on pragmatics applied to this branch of Artificial
Intelligence are Trott et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], who studied how to make a system recognise the intention of the
uttered message, as well as superficially analyse human-machine bidirectional communication.
As for Budzynska et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], they based on dialogue argument mining in order to identify
illocutionary forces denoting agreement, disagreement and argument with machine learning
methods to classify them automatically. Finally, Griol and Callejas [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] opted for a neuronal
network approach to face ambiguity in conversational agents dialogue systems by predicting
users intentions.
      </p>
      <p>
        On the other hand, a very prolific area of research is that devoted to the study of
computermediated communication [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], which comprises all the media included in the Web 2.0, thanks
to the communicative interactions it promotes with very varied tools such as Facebook or blog
comments, retweets, likes on YouTube and many more. Some of the tasks studied in these types
of media are analysing users feelings, just as Tian et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] did on Facebook based on the
idea that emoticons reflect the intention of the message [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] in order to study the meaning
relationship between ‘emojis’ and the text. Inside the area of digital newspapers, Chen et al. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]
focused on the identification of clickbait cues, which they consider as ‘false news’, by means of
several methods of analysis including the syntactic and pragmatic levels. As for Twitter, Saha
et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] and Zhang et al. [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] made use of the Speech Act Theory (SAT) founded by Austin
[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and extended by Searle [
        <xref ref-type="bibr" rid="ref26 ref27">26, 27</xref>
        ] to identify users’ intentions in their tweets, modifying the
intention classification with several linguistic features to apply machine learning algorithms to
test their classification accuracy.
      </p>
      <p>
        Focusing on the previously introduced Speech Act Theory, its founder Austin [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] defended
that language can serve as a means to perform actions depending on the uttered message,
investigating verbs to identify which ones are able to denote actions on their own (called
performative verbs) and those that only describe reality (descriptive verbs). However, given the
main ambiguities of verbs meanings, Austin then focused his research on the elements that
comprise the act of saying something, therefore creating the Speech Act Theory. According to
this approach, any message includes three dimensions or acts:
• locutionary act: the simple act of saying something;
• perlocutionary act: the efect of the uttered message in the receiver;
• illocutionary act: the actual intention of the message.
      </p>
      <p>
        Subsequent to this first pragmatic division of every uttered message, Austin moved on to
focus on the main role of the illocutionary act in communication, creating a classification
divided in 5 types of illocutionary acts depending on the intention of the expressed message.
However, many of the linguistic researchers that studied this theory later on took as a basis the
taxonomy proposed by Searle [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], which is a more exhaustive and well delimited modification
of Austin’s division according to the principles that lead language and the way we communicate.
According to Searle, communicative intentions can be classified in the following five categories:
• Assertives: by uttering them, we commit to the veracity of the message expressed. E.g.:
declare, manifest, conclude, explain, etc.;
• Directives: the speaker uses this type to make the listener do something. E.g.: ask for,
dare, invite, command, challenge, etc.;
• Commissives: they commit the speaker to do an action in the future. E.g.: swear, promise,
commit, intend, etc.;
• Expressives: they express the psychological state of the speaker with respect to a topic
specified in the message. E.g.: thank, forgive, excuse, congratulate, etc.;
• Declarations: when uttering them we get the content of the message to coincide with
reality, that is, by using them, the action is performed, or in Searle’s own words: ‘saying
makes it so’. E.g.: declare, designate, resign, marry, etc.
      </p>
      <p>
        Later on, Searle [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] also made a distinction between the aforementioned types of intentions,
which are known as direct speech acts because the relation between the message meaning and
the intention is clear, and other type of illocutionary acts called indirect speech acts. In this last
type of act, the relation between the message and the intention is not so clearly represented,
and some other inferential processes need to be analysed in order to successfully interpret the
intention of the message —as in the case of messages containing irony, sarcasm or rhetorical
questions, among others—. However, the study of this second type of illocutionary acts was
quite set aside by the time it emerged, mainly due to the linguistic and cognitive dificulties
implied in the process of correctly identifying the intention of those more subjective messages.
On the contrary, the previously exposed classification did attract the interest of the research
community in linguistics and many other fields, giving rise to diferent versions of the taxonomy.
More concretely, in the NLG field, this classification meant a great starting point for studying
the best approach to develop systems that could automatically identify text intentions [
        <xref ref-type="bibr" rid="ref28 ref29">28, 29</xref>
        ].
      </p>
      <p>
        Nowadays, many other research groups have also shown their interest for the SAT taxonomy,
focusing here on the annotation and classification of speech acts in diferent fields of study.
This is the case of Martínez-Hinarejos et al. [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] from the Pattern Recognition and Human
Language Technology Research Centre at the Universitat Politècnica de València, who used
several statistical annotation models such as the N-Gram transducer model to tag dialogue acts
in the DIHANA corpus of oral dialogues focused on information related to long-distance trains
in Spain.
      </p>
      <p>
        Also, Caballero et al. [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ], as part of the Centre de Llenguatge i Computació of the Universitat
Autónoma de Barcelona, created a pragmatic-functional annotation scheme of the FerroviELE
corpus, created with transcribed conversation between the customer service of the Spanish
railway company and its customers. This linguistic tool includes an in-depth explanation of the
several linguistic tags used in their annotation scheme to annotate 41 diferent communicative
functions inspired by the MCER and based on the Vantage Level and EAQUALS Core Inventory
descriptors.
      </p>
      <p>
        Focusing now on clinical pragmatics, Gallardo Paúls and Fernández Urquiza [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] applied
the three main aspects of every uttered message according to the SAT and the classification of
illocutionary acts to pragmatically annotate the PerLa corpus, which is focused on clinical oral
data to analyse pathological language. To achieve so, the authors extracted several examples of
the oral corpora they transcribed in order to tag them with the diferent types of illocutionary
acts by delimiting each intention with a particular annotation code easily readable for annotators.
      </p>
      <p>It is in these last examples of pragmatic research that we base our current study, because in
spite of the obsolescence that SAT could show nowadays, the recognition of communicative
intentions still attracts many research groups and diferent areas inside NLP and NLG. Moreover,
these publications show that our research field is leading to the analysis of pragmatic and
contextual aspects that also condition language generation. This is given by the general aim
of processing a greater number of linguistic nuances to obtain programmes that are able to
identify those linguistic particularities to generate texts that can entirely consider the pragmatic
nature of language.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Main hypotheses and objectives</title>
      <p>The purpose of the present research project is the creation of a communicative intention
annotation scheme that could serve as a model for the linguistic annotation of several textual
typologies and in diferent languages. By establishing an annotation manual adaptable to
diferent research purposes, NLP and NLG systems could be further trained with pragmatic
information in order to understand and generate new text depending on the particular intention
we want to reflect in such text. Consequently, the improvement of those computational systems
with more heterogeneous information will foster the creation of more natural automatically
generated text and therefore achieve one of the multiple purposes of these areas of research.
In order to carry out the annotation scheme, we need to take into consideration the following
research hypotheses:
• Up to which point is it possible to unambiguously annotate the main intention of a
message according to the taxonomy described by Searle? Will it be suficient to classify
intentions in 5 types only?
• Can we annotate the 5 main types of intentions in a particular textual genre in a balanced
way? Which textual typology could be more adequate for implementing the annotation
scheme with such classification?
• Given that the language in which we will first validate this annotation scheme is Spanish,
could we possibly adapt the annotation scheme to other languages such as English,
considering the verbs that denote each intention according to their corresponding equivalents?
• Will it be possible to adapt this annotation scheme to an NLG system that creates automatic
text on the basis of a particular intention?</p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology and proposed experiment</title>
      <p>The proposed research will be based on the application of the SAT in an annotation scheme
that could serve as a model for future NLG systems in order to recognise and select the desired
communicative intention we want to implement in the automatically generated message.
Consequently, for the purpose of our project we will focus on the illocutionary act of any message and
Searle’s classification of direct speech acts as explained in Section 2, as they reflect the intention
of the message by means of explicit elements of grammar such as verbs. In this manner, we
will set aside indirect speech acts, where the intention depends on more inferential processes
recognised thanks to the shared knowledge of the speakers and their context.</p>
      <p>After consolidating the theoretical foundations of the SAT, the next methodological steps
of the research project will be selecting an appropriate lexicon that contains a considerable
representation of the entirety of verbs comprised in the Spanish language to then classify them
in the annotation scheme according to the communicative intention that each of them mainly
reflects. At the same time, a textual corpus of an adequate length will also be determined
depending on the textual genre that we consider most convenient so as to represent a suitable
sample of the five intentions we plan to annotate. In order to create a heterogeneous and
exhaustive linguistic tool, the most appropriate option will be choosing a corpus previously
annotated with linguistic information belonging to other levels of analysis, such as part of
speech and syntactic and semantic relations. This will also give us the opportunity to collaborate
with other researchers who have previously focused on other linguistic levels of annotation, and
therefore widen the possible applications in which the annotation scheme could be employed.</p>
      <p>Once that the linguistic tools and the communicative intention classification are established,
we will focus our research in the creation of the annotation team, and we will determine the
parameters and rules that will need to be taken into account for the intention annotation task
of the verbs included in the lexicon. To ensure a clear and simple annotation performance,
the annotation scheme will include usage examples of each of the intentions that are being
classified, so that, wherever possible, we avoid the ambiguities expected in some of the cases
that will be annotated.</p>
      <p>Apart from the concrete examples that will be included in each of the intention types to
explain and illustrate the usage of each communicative intention, the proposed annotation
scheme will also include a final glossary with every annotated verb included in the scheme
with its corresponding intention as a result of the previous annotating task. In this way, the
annotation scheme will also become a linguistic resource for documentation and references
in future studies that want to focus also on the intentions that diferent verbs have and their
possible distribution. Moreover, the annotation scheme will also have a technical section devoted
to the tags chosen for the annotation task of the research, so that this stage is performed in the
most visual and mechanical way possible to create an efective annotation system that can be
implemented in an NLG programme.</p>
      <p>Finally, we will proceed to the experimentation stage of the intentions scheme in an NLG
system once the annotation scheme is already completed. In this manner, we will be able to
test to what extent the scheme is capable of correctly identifying the intention chosen for the
automatically generated text. Such analysis will help us to verify if this type of pragmatic
scheme could serve as a filter of the NLG system when establishing the information we want to
represent in the generated text. Apart from this, the present study will include an evaluation
of the performance of the language generation system with the intentions scheme to detect
problems or modifications that should be made in future projects in order to improve it. Another
lines of future research could be focused also on the application of our validated annotation
guidelines into other language, as well as analysing which other pragmatic features could be
included in the scheme.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Research issues to discuss</title>
      <p>As an inherent part of the present study, there are several research questions that will need to
be discussed all throughout the development of the annotation scheme proposed:
• What type of corpus would be more appropriate for the creation of the annotation scheme?
– A generic corpus that could be used in further research projects on intention
annotation (from resources such as Twitter or Reddit, for example).
– A more delimited corpus from a technical field, in the same manner that other
previously created annotation schemes (such as those focused on pathological
language, medical reports, etc.).
• Is it more appropriate to stick to Searle’s taxonomy of 5 types of intentions so that the
annotation scheme could be adapted to diferent research purposes, or would it be more
adequate to add other intention typologies so that the recognition system could identify
each intention of the corpus more efectively?
• What can we consider as a representative sample of the verbs that would be included in
the lexicon? This could also depend on the nature of the chosen corpora, depending on
the level of colloquial or technical language, where some types of verbs would prevail
over others.
• In which NLG tasks would it be more interesting to implement the annotation scheme
for the experimentation task (generation of news summary, sport reports, narratives...)?</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This research work has been funded by the University of Alicante (Spain) and the Ministry of
Economic Afairs and Digital Transformation of the Spanish Government through the project
INTEGER (RTI2018-094649-B-100).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Cherpas</surname>
          </string-name>
          ,
          <article-title>Natural language processing, pragmatics, and verbal behavior</article-title>
          ,
          <source>The Analysis of verbal behavior 10</source>
          (
          <year>1992</year>
          )
          <fpage>135</fpage>
          -
          <lpage>147</lpage>
          . doi:
          <volume>10</volume>
          .1007/bf03392880.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Resende de Mendonça</surname>
          </string-name>
          , D. Felix de Brito, F. de Franco Rosa,
          <string-name>
            <given-names>J. C.</given-names>
            dos
            <surname>Reis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bonacin</surname>
          </string-name>
          ,
          <article-title>A framework for detecting intentions of criminal acts in social media: A case study on twitter</article-title>
          ,
          <source>Information</source>
          <volume>11</volume>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>40</lpage>
          . doi:
          <volume>10</volume>
          .3390/info11030154.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D.</given-names>
            <surname>Sayers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sousa-Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Höhn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Ahmedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Allkivi-Metsoja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Anastasiou</surname>
          </string-name>
          , Š. Beňuš,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bowker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Bytyçi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Catala</surname>
          </string-name>
          , et al.,
          <article-title>The Dawn of the Human-Machine Era: A forecast of new and emerging language technologies</article-title>
          .,
          <year>2021</year>
          . URL: https://hal.archives-ouvertes.fr/ hal-03230287.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>K.</given-names>
            <surname>Esenova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ismayilova</surname>
          </string-name>
          ,
          <article-title>Major units in the notion of pragmalinguistics</article-title>
          ,
          <source>European Journal of Natural History</source>
          (
          <year>2018</year>
          )
          <fpage>45</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>W.</given-names>
            <surname>Bublitz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. R.</given-names>
            <surname>Norrick</surname>
          </string-name>
          , Foundations of pragmatics, volume
          <volume>1</volume>
          , Walter de Gruyter,
          <year>2011</year>
          . doi:
          <volume>10</volume>
          .1515/9783110214260.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Jucker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. P.</given-names>
            <surname>Schneider</surname>
          </string-name>
          , W. Bublitz (Eds.), Methods in Pragmatics, De Gruyter Mouton,
          <year>2018</year>
          . doi:
          <volume>10</volume>
          .1515/9783110424928.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <source>The Oxford handbook of pragmatics</source>
          , Oxford University Press,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mahler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Cheung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Elsner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>King</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-C. de Marnefe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Shain</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Stevens-Guille</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>White</surname>
          </string-name>
          ,
          <string-name>
            <surname>Breaking</surname>
            <given-names>NLP</given-names>
          </string-name>
          :
          <article-title>Using morphosyntax, semantics, pragmatics and world knowledge to fool sentiment analysis systems</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Building Linguistically Generalizable NLP Systems</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B. A.</given-names>
            <surname>Mukhedkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sakhare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Pragmatic analysis based document summarization</article-title>
          ,
          <source>International Journal of Computer Science and Information Security</source>
          <volume>14</volume>
          (
          <year>2016</year>
          )
          <fpage>145</fpage>
          -
          <lpage>149</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Sangwan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nayyar</surname>
          </string-name>
          ,
          <article-title>Rumour veracity detection on twitter using particle swarm optimized shallow classifiers</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          <volume>78</volume>
          (
          <year>2019</year>
          )
          <fpage>24083</fpage>
          -
          <lpage>24101</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11042-019-7398-6.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gatt</surname>
          </string-name>
          , E. Krahmer,
          <article-title>Survey of the state of the art in natural language generation: Core tasks, applications and evaluation</article-title>
          ,
          <source>Journal of Artificial Intelligence Research</source>
          <volume>61</volume>
          (
          <year>2018</year>
          )
          <fpage>65</fpage>
          -
          <lpage>170</lpage>
          . doi:
          <volume>10</volume>
          .1613/jair.5477.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>K.</given-names>
            <surname>Garoufi</surname>
          </string-name>
          ,
          <article-title>Planning-based models of natural language generation</article-title>
          ,
          <source>Language and Linguistics Compass</source>
          <volume>8</volume>
          (
          <year>2014</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . doi:
          <volume>10</volume>
          .1111/lnc3.
          <fpage>12053</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W. C.</given-names>
            <surname>Mann</surname>
          </string-name>
          ,
          <article-title>Toward a Speech Act Theory for Natural Language Processing</article-title>
          ,
          <source>Technical Report, University of Southern California Marina del Rey Information Science Inst</source>
          ,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S. C.</given-names>
            <surname>Herring</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Stein</surname>
          </string-name>
          , T. Virtanen,
          <article-title>Introduction to the pragmatics of computer-mediated communication, in: Pragmatics of computer-mediated communication</article-title>
          , De Gruyter Mouton,
          <year>2013</year>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>32</lpage>
          . doi:
          <volume>10</volume>
          .1515/9783110214468.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bonial</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Donatelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Abrams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lukin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tratz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Artstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Traum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Voss</surname>
          </string-name>
          ,
          <article-title>Dialogue-amr: abstract meaning representation for dialogue</article-title>
          ,
          <source>in: Proceedings of the 12th Language Resources and Evaluation Conference</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>684</fpage>
          -
          <lpage>695</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Trott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Eppe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Feldman</surname>
          </string-name>
          ,
          <article-title>Recognizing intention from natural language: clarification dialog and construction grammar</article-title>
          ,
          <source>in: Workshop on Communicating Intentions in HumanRobot Interaction</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>K.</given-names>
            <surname>Budzynska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Janier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Saint-Dizier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stede</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Yaskorska</surname>
          </string-name>
          ,
          <article-title>Towards argument mining from dialogue</article-title>
          ,
          <source>in: Computational Models of Argument</source>
          , IOS Press,
          <year>2014</year>
          , pp.
          <fpage>185</fpage>
          -
          <lpage>196</lpage>
          . doi:
          <volume>10</volume>
          .3233/978-1-
          <fpage>61499</fpage>
          -436-7-185.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>D.</given-names>
            <surname>Griol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Callejas</surname>
          </string-name>
          ,
          <article-title>A neural network approach to intention modeling for user-adapted conversational agents</article-title>
          ,
          <source>Computational intelligence and neuroscience</source>
          <year>2016</year>
          (
          <year>2016</year>
          )
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          . doi:
          <volume>10</volume>
          .1155/
          <year>2016</year>
          /8402127.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Georgakopoulou</surname>
          </string-name>
          ,
          <article-title>Computer-mediated communication</article-title>
          , in: J.
          <string-name>
            <surname>Verschueren</surname>
            ,
            <given-names>J.-O.</given-names>
          </string-name>
          <string-name>
            <surname>Östman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Blommaert</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          Bulcaen (Eds.), Pragmatics in practice, volume
          <volume>9</volume>
          , John Benjamins Publishing Co,
          <year>2011</year>
          , pp.
          <fpage>93</fpage>
          -
          <lpage>110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Galery</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Dulcinati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Molimpakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Facebook sentiment: Reactions and emojis</article-title>
          ,
          <source>in: Proceedings of the Fifth International Workshop on Natural Language Processing for Social Media, Association for Computational Linguistics</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>11</fpage>
          -
          <lpage>16</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W17</fpage>
          -1102.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>E.</given-names>
            <surname>Dresner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. C.</given-names>
            <surname>Herring</surname>
          </string-name>
          ,
          <article-title>Functions of the nonverbal in CMC: Emoticons and illocutionary force</article-title>
          ,
          <source>Communication theory 20</source>
          (
          <year>2010</year>
          )
          <fpage>249</fpage>
          -
          <lpage>268</lpage>
          . doi:
          <volume>10</volume>
          .1111/j.1468-
          <fpage>2885</fpage>
          .
          <year>2010</year>
          .
          <volume>01362</volume>
          .x.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. J.</given-names>
            <surname>Conroy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. L.</given-names>
            <surname>Rubin</surname>
          </string-name>
          ,
          <article-title>Misleading online content: recognizing clickbait as "false news"</article-title>
          ,
          <source>in: Proceedings of the 2015 ACM on workshop on multimodal deception detection</source>
          ,
          <source>Association for Computing Machinery</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>15</fpage>
          -
          <lpage>19</lpage>
          . doi:
          <volume>10</volume>
          .1145/2823465. 2823467.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>T.</given-names>
            <surname>Saha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          ,
          <article-title>Tweet act classification: A deep learning based classifier for recognizing speech acts in twitter</article-title>
          , in: 2019
          <source>International Joint Conference on Neural Networks (IJCNN)</source>
          , IEEE,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . doi:
          <volume>10</volume>
          .1109/IJCNN.
          <year>2019</year>
          .
          <volume>8851805</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>What are tweeters doing: Recognizing speech acts in twitter</article-title>
          ,
          <source>in: Workshops at the Twenty-Fifth AAAI Conference on Artificial Intelligence</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>86</fpage>
          -
          <lpage>91</lpage>
          . URL: https://www.aaai.org/ocs/index.php/WS/AAAIW11/paper/view/3803.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Austin</surname>
          </string-name>
          ,
          <article-title>How to do things with words</article-title>
          , Oxford at the Clarendon Press,
          <year>1962</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Searle</surname>
          </string-name>
          ,
          <article-title>Speech acts: An essay in the philosophy of language</article-title>
          , volume
          <volume>626</volume>
          , Cambridge University Press,
          <year>1969</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Searle</surname>
          </string-name>
          ,
          <article-title>Expression and meaning: Studies in the theory of speech acts</article-title>
          , Cambridge University Press,
          <year>1985</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>J. F.</given-names>
            <surname>Allen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Perrault</surname>
          </string-name>
          , Analyzing intention in utterances,
          <source>Artificial intelligence 15</source>
          (
          <year>1980</year>
          )
          <fpage>143</fpage>
          -
          <lpage>178</lpage>
          . doi:
          <volume>10</volume>
          .1016/
          <fpage>0004</fpage>
          -
          <lpage>3702</lpage>
          (
          <issue>80</issue>
          )
          <fpage>90042</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>G.</given-names>
            <surname>Briggs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Scheutz</surname>
          </string-name>
          ,
          <article-title>A hybrid architectural approach to understanding and appropriately generating indirect speech acts</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>27</volume>
          ,
          <year>2013</year>
          , pp.
          <fpage>1213</fpage>
          -
          <lpage>1219</lpage>
          . URL: https://ojs.aaai.org/index.php/AAAI/ article/view/8471.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>C. D.</surname>
            Martínez-Hinarejos,
            <given-names>J. M.</given-names>
          </string-name>
          <string-name>
            <surname>Benedí</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Tamarit</surname>
          </string-name>
          ,
          <article-title>Unsegmented dialogue act annotation and decoding with n-gram transducers</article-title>
          ,
          <source>IEEE/ACM Transactions on Audio, Speech, and Language Processing</source>
          <volume>23</volume>
          (
          <year>2014</year>
          )
          <fpage>198</fpage>
          -
          <lpage>211</lpage>
          . doi:
          <volume>10</volume>
          .1109/TASLP.
          <year>2014</year>
          .
          <volume>2377595</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>M.</given-names>
            <surname>Caballero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Díaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Taulé</surname>
          </string-name>
          ,
          <source>Guía de anotación del corpus FerroviELE</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>B.</given-names>
            <surname>Gallardo Paúls</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Fernández</given-names>
            <surname>Urquiza</surname>
          </string-name>
          , Etiquetado pragmático de datos clínicos, e-AESLA (
          <year>2015</year>
          )
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>