<!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>Research on NLP for RE at CNR-ISTI: a Report</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Stefania Gnesi</string-name>
          <email>stefania.gnesi@isti.cnr.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessio Ferrari</string-name>
          <email>alessio.ferrari@isti.cnr.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ISTI-CNR</institution>
          ,
          <addr-line>Pisa</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <abstract>
        <p>[Team Overview] The Formal Methods &amp; Tools (FMT) group of CNR-ISTI focuses on the study and development of formal methods and tools to support software development processes. [Past Research] FMT started working on requirements formalisation through natural language processing (NLP) at the end of the nineties. This stream of research evolved into requirements analysis and defect detection by means of NLP, with a focus on ambiguity, and resulted in the development and application of the QuARS tool for requirements analysis. More recently, the group started working on the analysis of requirements elicitation interviews, in which ambiguity in spoken natural language and other communication defects are studied. [Research Plan] In the upcoming years, FMT will devote its effort to the diffusion of a dataset for requirements analysis, to the usage of NLP in product line engineering, and to research in NLP techniques applied to the analysis of interviews.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The Formal Methods &amp; Tools (FMT) group (http://fmt.isti.cnr.it/) of the Institute of Information Science and
Technologies, National Research Council (CNR-ISTI) is active in the fields of development and application of formal notations,
methods and software support tools for the specification, design and verification of complex computer systems. These
efforts are based mostly on the foundational concepts and techniques of process algebras, temporal logics, model checking
approaches. Complementary to these more foundational research activities, natural language processing techniques (NLP)
have been applied to the analysis of natural language (NL) requirements. The original activity on the application of NLP
techniques to NL requirements started in the nineties with an attempt of translation of NL sentences describing safety and
liveness properties into temporal logic formulae, to provide a help in their expression, which is not always an easy task due
to the ambiguity than can be hidden in the NL description of the properties.</p>
      <p>Starting from the experience done in the formalization of NL requirements, we moved to the applications of NLP
techniques to the analysis of requirements documents, standards descriptions and public administration documents with the
purpose of detecting linguistic defects that affect the quality of these documents, complementing this activity with the
development of tools for performing the automatic analysis of NL defects. More recently, the experience acquired in NLP
was used in product line engineering to devise techniques to identify commonalities and variabilities in NL requirements
documents and we also started researching on linguistic problems in requirements elicitation interviews.
The remainder of the paper is structured as follows. In Sect. 2 we present the research done in our laboratory in the past
years, and in Sect. 3 we outline the directions of research that we plan to explore.</p>
      <p>Copyright c 2018 by the paper’s authors. Copying permitted for private and academic purposes.
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Past Research on NLP for RE</title>
      <sec id="sec-2-1">
        <title>Formalization of NL Requirements</title>
        <p>The first approach in the application of NLP techniques in requirements engineering at FMT was the development of a
prototype assistant, NL2ACTL [FAN94], for providing an automatic translation of NL sentences expressing properties of
reactive systems, into formulae of an action-based temporal logic ACTL. NL2ACTL was realized using a general
development environment, PDGE, for NLP and it was interfaced with a verification environment for the check of behavioural
and logical properties of reactive systems. NL2ACTL was supported by a grammar which embodies the knowledge of
particular conventions which allows the informative gaps of jargon expressions to be completed, while avoiding ambiguities.
Moreover, it was built with the purpose of recognizing as many sentences as possible, and of defining a semantics for each
sentence removing ambiguities in the properties description. NL2ACTL was implemented in Common Lisp running on a
Macintosh SE 30 and it is no longer available.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Quality Analysis of NL Requirements: Techniques and Tools</title>
        <p>NL requirements are widely used in software industry, at least as the first level of description of a system. Unfortunately
they are often prone to errors and this is partially caused by interpretation problems due to the use of NL itself. An
evaluation of NL requirements to address part of the interpretation problems due to linguistic problems was considered an
interesting research problem. However, as any other evaluation process, the quality evaluation of NL software requirements
needs the definition of a quality model.</p>
        <p>Working in collaboration with Vincenzo Gervasi and Salvatore Ruggieri, we distinguished four quality types, namely
syntactic, structural, semantic, and pragmatic [FAB98, FAB00, FAB01a, FAB01b]. The quality model was successively
refined [BER06] to include those ambiguities, which were not already included in the initial quality model, described by
Berry, Kamsties, and Krueger [BER03].</p>
        <p>The quality model was the basis for implementing a tool, called QuARS 1 – Quality Analyzer for Requirement
Specifications, for analyzing NL requirements in a systematic and automatic way [GNE05]. QuARS allows the requirements
engineers to perform an initial parsing of the requirements for automatically detecting potential linguistic defects that can
determine interpretation problems at the subsequent development stages of a software product. This tool is also able to
partially support the consistency and completeness analysis by clustering the requirements according to specific topics
[FAB04]. The quite simple clustering approach of QuaRS was later improved by the application of a clustering algorithm
to exploit lexical and syntactic relationships occurring between natural language requirements for grouping together similar
requirements contained in a requirements document [FER12]. The QuARS approach, oriented to requirements, was later
extended to address defects in public administration documents, leading to the development of online tool QuOD (Quality
checker for Official Documents)2.</p>
        <p>The approach provided by QuARS is mainly focused on lexical and syntactic quality aspects, while the pragmatic
aspect, which depends on the reader of the requirements, is not taken into account. To address the challenge of pragmatic
ambiguity, we proposed a novel algorithm that, based on the automatic construction of knowledge graphs that represent
the domain-specific information of different subjects, is able to identify potential reader-dependent discrepancies in the
interpretation of the same requirements [FER12], [FER14b]. More recently, with the use of Wikipedia crawling and
wordembeddings, we devised an approach for measuring the degree of ambiguity of computer science terms (e.g., system,
interface, code), when they are used in different domains. The approach, experimented on five different domains, paves
the basis for domain-specific ambiguity detection.</p>
        <p>The quality of NL requirements is not limited to linguistic defects, but is also affected by the structure of the
specification, and by its completeness. In [FER13b], we proposed a novel clustering algorithm named Sliding Head-Tail Component
(S-HTC), to improve the structure of requirements specifications, and we applied it to a requirements standard of the
railway domain (583 requirements), showing the potential of the approach. In [FER14c], we defined a method to measure and
improve the completeness of requirements documents, with respect to the input documents of the requirements definition
phase, such as preliminary specifications, transcripts of meetings with the customers, etc.. The method is based on the
automatic identification of concepts and relationships in the input documents, and in the assessment that such elements are
transferred to the requirements document.</p>
        <p>1http://quars.isti.cnr.it/
2http://narwhal.it/quod/index.html
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Quality Analysis of NL requirements: Application Experiences</title>
        <p>Use cases are powerful tools to capture functional requirements for software systems. They allow structuring requirements
according to user goals, and provide a means to specify the interaction between a certain software system and its
environment. As part of the ITEA project CAFF E´ [FAN02], we initiated with Nokia a collaboration on the use of methods based
on a linguistic approach with the aim to collect metrics and perform a qualitative analysis on the natural-language-based
use case modelling technique used by the company to specify functional requirements for the mobile phone software user
interface [FAN02] [FAN03].</p>
        <p>Empirical experiments to assess the impact in terms of effectiveness and efficacy of the automation in the requirements
review process of a software company are need to evaluate to usability and applicability of NLP based tools for the quality
analysis of textual requirements [LAM07]. Three different experiments may be cited in this direction. One concerns the
use of QuARS, in collaboration with Siemens CNX R&amp;D Labs, on telecommunication requirement documents [BUC05].
In [BUC08] and [ROS17] two different experiences in the application of NLP techniques have been developed to
automatically identify quality defects in natural language requirements in the Railway Domain. In [BUC08] an customization
of QuARS, QuARS Express was used to evaluate the quality of a large set of requirements developed in a EU project. In
[ROS17] we report the experience done within a collaboration between a world-leading railway signalling company, the
University of Florence, and ISTI-CNR to investigate the feasibility of using NLP for defect identification in the
requirements documents of the company. The experience shows that existing rule-based NLP approaches need to be incrementally
tailored to the specific language of a company to achieve a sufficient degree of accuracy.
2.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Analysing NL requirements to Identify of Commonalities and Variabilities in Product Lines</title>
        <p>NL documents can be a precious source to identify variability information and this information can be later used to define
feature models from which different systems can be instantiated and a company who wishes to enter an established marked
with a new, competitive product is required to analyse the product solutions of the competitors from available
documentation as for example brochures. Identifying and comparing the features provided by the other vendors might greatly help
during the market analysis. In this context, we have devised and applied a strategy, based on advanced information
extraction NLP technologies, for mining common and variant features from available documents belonging to different vendors
[FER13a, FER14a, FER15].</p>
        <p>Still in the field of product line engineering, we used NLP techniques to identify variation points in single requirements
documents, based on the following rationale. NL is intrinsically ambiguous, and this is seen often as a possible source of
problems in the later interpretation of requirements. However, ambiguity or underspecification at requirements level can in
some cases give an indication of possible variability, either in design choices, in implementation choices or configurability.
Taking into account the results of our previous analyses conducted on different requirements documents with NLP analysis
tools, a first classification of the forms of ambiguity that indicate variation points have been proposed starting from the
analysis of documents describing real systems [FAN17]. One of the takeaway messages of [FER13a, FER14a, FER15,
FAN17] was that the ambiguity defects found in NL requirement documents may be a means to extract variability issues.
The underlying intuition is that often ambiguity in requirements is due to the (conscious or subconscious) need to postpone
choices for later decisions in the implementation of the system.
2.5</p>
      </sec>
      <sec id="sec-2-5">
        <title>Requirements Elicitation Interviews</title>
        <p>Ambiguity and communication problems in requirements engineering do not affect solely the requirements documentation
activity, but also requirements elicitation. Interviews are the most common and effective means to perform requirements
elicitation, and in [FER15] we started studying the phenomenon of ambiguity in requirements elicitation interviews. Based
on arranged interviews, we categorised the different types of ambiguities that were observed, and we proposed a novel
classification of ambiguity, to take into account the pragmatic, subject-dependent facet of the phenomenon. The
categorisation was later extended in [FER16b]. Stemming from this work, we identified which were the dominant cues of
ambiguity [FER16a], showing that under-specified terms (e.g., system, area) were dominant with respect to, e.g., vague
terms and pronouns, more common sources of ambiguity in written documents. We also noticed that half of the cases
encountered in practice were not triggered by single terms, while entire sentences, and their communication context, should
be taken into account to explain them. Therefore, in [FER17e], we proposed to use argumentation theory to explain these
cases in a formal way.</p>
        <p>One of the take away messages of [FER15] was that ambiguity in interviews could be seen as a resource to disclose tacit
knowledge. Indeed, the occurrence of an ambiguity might reveal the presence of unexpressed, system-relevant knowledge
that needs to be elicited. To leverage the usefulness of ambiguity, in [FER17b] we proposed a method to review interview
recordings, spotting out ambiguities that were not discovered during the interview. We also showed that different subjects
identify highly different ambiguities in interviews. Within this streamline of research, we also went beyond ambiguity, and
looked also at other defects in interviews, focusing on the mistakes that are committed by student analysts [FER17a].</p>
        <p>Although the work on interviews is not strictly NLP-related, it paves the theoretical bases for future studies in speech
processing (see Sect. 3), which may be made possible by the recent, and future, advances in this field.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Research Plan on NLP for RE</title>
      <p>Given the recent advances in NLP technologies, FMT is in the first line to further apply and tailor available approaches to
the requirements engineering context and our current and planned research activity mainly concerns (a) the delivery of a
complete dataset of requirements documents to ease NLP experiments, (b) the assessment of techniques for commonality
and variability identification, and (c) the study of NLP and speech processing techniques in the context of interviews.
a) As highlighted in our recent vision paper [FER17c], one of the major challenges posed by novel NLP technologies,
mostly based on machine learning, is the need for large datasets, which are required for training and testing
machine learning algorithms. Therefore, we have defined a requirements dataset named PURE (PUblic REquirements
dataset) [FER17f], and made it available to the community3. We plan to incrementally extend the dataset, also based on
the contribution of other researchers, and we are formatting the different documents available to reach a common XML
format.
b) Another line of research that we are pursuing is related to the application of ambiguity detection techniques to the
discovery of variation points in requirements documents. Specifically, we have recently applied the approach described
in [FAN17] in three documents belonging to different domains [FAN18], and we are currently performing a more
extensive, and empirically grounded, experimentation to validate the approach.
c) Requirements elicitation interviews are another NLP-related topic of research to which we are devoting our efforts.</p>
      <p>Specifically, we performed an empirical evaluation of the interview review approach presented in [FER17b] in
collaboration with Kennesaw State University and University of Sydney, and the results have been recently accepted for
publication [SPO18]. A long-term research direction in interview analysis is the application of NLP and speech processing
to interview transcripts and recordings. Specifically, we wish to automatically identify conversation topics in interview
transcripts, by leveraging technologies for information extraction that we already applied in requirements [FER14c].
This will be useful to retrieve requirements sources later in the development process, when requirements are formalised
into documents. It could be used also in those contexts in which requirements are never documented, and directly pass
from their spoken form to software. Of course, this basic idea requires interviews to be transcribed, which is a time
consuming process. In August 2017, Microsoft Research published a conversational speech recognition system that
achieves an error-rate that is comparable to human transcribers [XIO17]. We argue that these advances can be
leveraged by our future research in NLP for RE, and will enable a more in-depth understanding, and consequent control, of
the process of transforming ideas into spoken sentences, written requirements, and, finally, software.</p>
      <p>3http://fmt.isti.cnr.it/nlreqdataset/</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [FAN94]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fantechi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , G. Ristori,
          <string-name>
            <given-names>M.</given-names>
            <surname>Carenini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vanocchi</surname>
          </string-name>
          , P. Moreschini:
          <article-title>Assisting Requirement Formalization by Means of Natural Language Translation</article-title>
          .
          <source>Formal Methods in System Design</source>
          <volume>4</volume>
          (
          <issue>3</issue>
          ):
          <fpage>243</fpage>
          -
          <lpage>263</lpage>
          , Springer,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [FAB98]
          <string-name>
            <given-names>F.</given-names>
            <surname>Fabbrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fusani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gervasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , S. Ruggieri:
          <article-title>On Linguistic Quality of Natural Language Requirements</article-title>
          .
          <source>4th REFSQ</source>
          ,
          <fpage>57</fpage>
          -
          <lpage>62</lpage>
          , Presses Universitaires de Namur,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [FAB00]
          <string-name>
            <given-names>F.</given-names>
            <surname>Fabbrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fusani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Lami: Software requirements verification by natural language analysis: a CNR initiative for italian SME's</article-title>
          .
          <source>In: Ercim News</source>
          , vol.
          <volume>40</volume>
          ,
          <fpage>52</fpage>
          -
          <lpage>53</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [FAB01a]
          <string-name>
            <given-names>F.</given-names>
            <surname>Fabbrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fusani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Lami: The linguistic approach to the natural language requirements quality: benefit of the use of an automatic tool</article-title>
          , 26th
          <source>Annual NASA Software Engineering Workshop</source>
          ,
          <fpage>97</fpage>
          -
          <lpage>105</lpage>
          , IEEE,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [FAB01b]
          <string-name>
            <given-names>F.</given-names>
            <surname>Fabbrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fusani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. Lami,</surname>
          </string-name>
          <article-title>An automatic quality evaluation for natural language requirements</article-title>
          ,
          <source>7th REFSQ</source>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [GNE05]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , G. Lami,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Trentanni: An automatic tool for the analysis of natural language requirements</article-title>
          .
          <source>Computer. Systems: Science &amp; Engineering</source>
          .
          <volume>20</volume>
          (
          <issue>1</issue>
          ), CRL Publishing,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [FAB04]
          <string-name>
            <given-names>F.</given-names>
            <surname>Fabbrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fusani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Lami: Automatic clustering of non-functional requirements</article-title>
          .
          <source>IASTED Conf. on Software Engineering and Applications</source>
          <year>2004</year>
          ,
          <fpage>672</fpage>
          -
          <lpage>677</lpage>
          , IASTED/ACTA,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>[BER06] D.M Berry</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Bucchiarone</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gnesi</surname>
            ,
            <given-names>G.</given-names>
            Lami, G.
          </string-name>
          <string-name>
            <surname>Trentanni</surname>
          </string-name>
          ,
          <article-title>A new quality model for natural language requirements specifications</article-title>
          ,
          <source>12th REFSQ</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [FER12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Tolomei</surname>
          </string-name>
          ,
          <article-title>A clustering-based approach for discovering flaws in requirements specifications</article-title>
          .
          <source>SAC</source>
          ,
          <fpage>1043</fpage>
          -
          <lpage>1050</lpage>
          , ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [FAN02]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fantechi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Lami</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Maccari: Application of Linguistic Techniques for Use Case Analysis</article-title>
          .
          <source>10th RE</source>
          :
          <fpage>157</fpage>
          -
          <lpage>164</lpage>
          , IEEE,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [FAN03]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fantechi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Lami</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Maccari: Applications of linguistic techniques for use case analysis</article-title>
          .
          <source>Requir. Eng</source>
          .
          <volume>8</volume>
          (
          <issue>3</issue>
          ):
          <fpage>161</fpage>
          -
          <lpage>170</lpage>
          , Springer,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [LAM07]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. W.</given-names>
            <surname>Ferguson</surname>
          </string-name>
          :
          <article-title>An empirical study on the impact of automation on the requirements analysis process</article-title>
          .
          <source>In: Journal of Computer Science and Technology</source>
          , vol.
          <volume>22</volume>
          (
          <issue>3</issue>
          ) pp.
          <fpage>338</fpage>
          -
          <lpage>347</lpage>
          . Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [BUC05]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bucchiarone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , P.
          <source>Pierini: Quality Analysis of NL Requirements: An Industrial Case Study. 13th RE</source>
          :
          <fpage>390</fpage>
          -
          <lpage>394</lpage>
          , IEEE,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [BUC08]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bucchiarone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Trentanni</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Fantechi: Evaluation of Natural Language Requirements in the MODCONTROL Project</article-title>
          ,
          <source>ERCIM News</source>
          <year>2008</year>
          (
          <volume>75</volume>
          ),
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [ROS17]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rosadini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Gori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fantechi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , I. Trotta,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Bacherini: Using NLP to Detect Requirements Defects: An Industrial Experience in the Railway Domain</article-title>
          .
          <source>23rd REFSQ</source>
          , LNCS
          <volume>10153</volume>
          ,
          <fpage>344</fpage>
          -
          <lpage>360</lpage>
          ,
          <year>Springer 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [FER13a]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. O.</given-names>
            <surname>Spagnolo</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          <article-title>Dell'Orletta: Mining commonalities and variabilities from natural language documents</article-title>
          .
          <source>17th SPLC</source>
          :
          <fpage>116</fpage>
          -
          <lpage>120</lpage>
          , ACM,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [FER14a]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. O.</given-names>
            <surname>Spagnolo</surname>
          </string-name>
          , G. Martelli,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Menabeni: From commercial documents to system requirements: an approach for the engineering of novel CBTC solutions</article-title>
          .
          <source>STTT</source>
          <volume>16</volume>
          (
          <issue>6</issue>
          ):
          <fpage>647</fpage>
          -
          <lpage>667</lpage>
          , Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [FER15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.O.</given-names>
            <surname>Spagnolo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          <article-title>Dell'Orletta: CMT and FDE: tools to bridge the gap between natural language documents and feature diagrams</article-title>
          .
          <source>19th SPLC</source>
          :
          <fpage>402</fpage>
          -
          <lpage>410</lpage>
          , ACM,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [FAN17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fantechi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , L. Semini:
          <article-title>Ambiguity defects as variation points in requirements</article-title>
          . 11th VaMoS:
          <fpage>13</fpage>
          -
          <lpage>19</lpage>
          , ACM,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [FAN18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fantechi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          , L. Semini:
          <article-title>Hacking an Ambiguity Detection Tool to Extract Variation Points: an Experience Report</article-title>
          , 12th VaMoS:
          <fpage>43</fpage>
          -
          <lpage>50</lpage>
          , ACM,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [FER15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Ambiguity as a resource to disclose tacit knowledge</article-title>
          .
          <source>23rd RE</source>
          :
          <fpage>26</fpage>
          -
          <lpage>35</lpage>
          , IEEE,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [FER16a]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Ambiguity Cues in Requirements Elicitation Interviews</article-title>
          . 24th RE:
          <fpage>56</fpage>
          -
          <lpage>65</lpage>
          , IEEE,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [FER17a]
          <string-name>
            <given-names>B.</given-names>
            <surname>Donati</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          , Ferrari,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Common Mistakes of Student Analysts in Requirements Elicitation Interviews</article-title>
          .
          <source>23rd REFSQ</source>
          , LNCS
          <volume>10153</volume>
          ,
          <fpage>148</fpage>
          -
          <lpage>164</lpage>
          , Springer,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [FER16b]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Ambiguity and tacit knowledge in requirements elicitation interviews</article-title>
          .
          <source>Requir. Eng</source>
          .
          <volume>21</volume>
          (
          <issue>3</issue>
          ),
          <fpage>333</fpage>
          -
          <lpage>355</lpage>
          , Spinger,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [FER17b]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Donati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zowghi</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Interview Review: Detecting Latent Ambiguities to Improve the Requirements Elicitation Process</article-title>
          .
          <source>25th RE</source>
          ,
          <fpage>400</fpage>
          -
          <lpage>405</lpage>
          , IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [FER12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Using collective intelligence to detect pragmatic ambiguities</article-title>
          .
          <source>20th RE</source>
          ,
          <fpage>191</fpage>
          -
          <lpage>200</lpage>
          , IEEE,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [FER14b]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          , G. Lipari,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. O.</surname>
          </string-name>
          <article-title>Spagnolo: Pragmatic ambiguity detection in natural language</article-title>
          ,
          <source>AIRE</source>
          <year>2014</year>
          ,
          <article-title>1-8</article-title>
          , IEEE,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [FER13b]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Tolomei: Using Clustering to Improve the Structure of Natural Language Requirements Documents</article-title>
          .
          <source>19th REFSQ</source>
          , LNCS
          <volume>7830</volume>
          ,
          <fpage>34</fpage>
          -
          <lpage>49</lpage>
          , Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [FER14c]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Dell'Orletta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. O.</given-names>
            <surname>Spagnolo</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Gnesi: Measuring and Improving the Completeness of Natural Language Requirements</article-title>
          . 20th REFSQ:
          <fpage>23</fpage>
          -
          <lpage>38</lpage>
          , LNCS 8396, Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [FER17c]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Dell'Orletta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Esuli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gervasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi: Natural Language Requirements Processing</surname>
          </string-name>
          :
          <article-title>A 4D Vision</article-title>
          . IEEE Software
          <volume>34</volume>
          (
          <issue>6</issue>
          ):
          <fpage>28</fpage>
          -
          <lpage>35</lpage>
          , IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [FER17d]
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Ferrari: Requirements Elicitation: A Look at the Future Through the Lenses of the Past</article-title>
          .
          <source>25th RE</source>
          <year>2017</year>
          ,
          <volume>476</volume>
          -
          <fpage>477</fpage>
          , IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [FER17e]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Elrakaiby</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Spoletini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Nuseibeh</surname>
          </string-name>
          :
          <article-title>Using Argumentation to Explain Ambiguity in Requirements Elicitation Interviews</article-title>
          . 25th RE:
          <fpage>51</fpage>
          -
          <lpage>60</lpage>
          , IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>