<!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>SPARTIQULATION: Verbalizing SPARQL Queries</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Basil Ell</string-name>
          <email>basil.ell@kit.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Denny Vrandeˇci´c</string-name>
          <email>denny.vrandecic@kit.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elena Simperl</string-name>
          <email>elena.simperl@kit.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>KIT</institution>
          ,
          <addr-line>Karlsruhe</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>50</fpage>
      <lpage>60</lpage>
      <abstract>
        <p>Much research has been done to combine the fields of Databases and Natural Language Processing. While many works focus on the problem of deriving a structured query for a given natural language question, the problem of query verbalization - translating a structured query into natural language - is less explored. In this work we describe our approach to verbalizing SPARQL queries in order to create natural language expressions that are readable and understandable by the human day-to-day user. These expressions are helpful when having search engines generate SPARQL queries for user-provided natural language questions or keywords and enable the user to check whether the right question has been understood. While our approach enables verbalization of only a subset of SPARQL 1.1, this subset applies to 85% of the 209 queries in our training set. These observations are based on a corpus of SPARQL queries consisting of datasets from the QALD-1 challenge and the ILD2012 challenge.</p>
      </abstract>
      <kwd-group>
        <kwd>SPARQL</kwd>
        <kwd>natural language generation</kwd>
        <kwd>verbalization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Much research has been done to combine the fields of Databases and Natural
Language Processing to provide natural language interfaces to database
systems [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. While many works focus on the problem of deriving a structured
query for a given natural language question or a set of keywords [
        <xref ref-type="bibr" rid="ref10 ref21 ref27">10, 21, 27</xref>
        ],
the problem of query verbalization – translating a structured query into natural
language – is less explored. In this work we describe our approach to verbalizing
SPARQL queries in order to create natural language expressions that are
readable and understandable by the human day-to-day user. The verbalized form of
the generated query is helpful for users since it allows them to understand how
the results have been retrieved and whether the right question has been asked
to the queried knowledge base.
      </p>
      <p>In this paper we describe the current state of our SPARTIQULATION
system1 which allows verbalization of a subset of SPARQL 1.1 SELECT queries.</p>
      <p>The remainder of this paper is structured as follows. Section 2 gives an
overview of our query verbalization approach in terms of our system’s
architecture and the tasks that it performs. Section 3 relates it to existing work, and
in Section 4 conclusions are drawn and an outlook is provided.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Query Verbalization Approach</title>
      <sec id="sec-2-1">
        <title>Introduction</title>
        <p>
          Our approach is inspired by the pipeline architecture for natural language
generation (NLG) systems and the set of seven tasks performed by such systems
as introduced by Reiter and Dale [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. The input to such a system can be
described by a four-tuple (k, c, u, d) – where k is a knowledge source (not to be
confused with the knowledge base a query is queried against), c the
communicative goal, u the user model, and d the discourse history. Since we neither perform
user-specific verbalization nor do we perform the verbalization in a dialog-based
environment, we omit both the user model and the discourse history. The
communicative goal is to communicate the meaning of a given SPARQL query q.
However, there are multiple options. Three basic types of linguistic expressions
can be used: i) statements that describe the search results where this
description is based on the query only and not on the actual results returned by a
SPARQL endpoint (e.g. Bavarian entertainers and where they are born), ii) a
question can be formulated about the existence of knowledge of a specified or
unspecified agent (e.g. Which Bavarian entertainers are known and where are
they born? ), and iii) a query can be formulated as a command (e.g. Show me
Bavarian entertainers and where they are born). In this work we decided to
explore how to verbalize queries as statements. Therefore, the communicative goal
is to verbalize a query as a statement – more precisely in English.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Components and Tasks</title>
        <p>
          In this section we present our approach along the seven tasks involved in NLG
according to Reiter and Dale [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. This work is the first step towards the
verbalization of SPARQL queries. So far we put a focus on document structuring,
but not on lexicalization, aggregation, referring expression generation, linguistic
realisation, and structure realisation.
        </p>
        <p>The pipeline architecture is depicted in Figure 1. Within the Document
Planner the content determination process creates messages and the document
structuring process combines them into a document plan (DP) which is the output
of this component and the input to the Microplanner component. Within the
1 The name is derived from joining SPARQL and articulation.</p>
        <sec id="sec-2-2-1">
          <title>SPARQL</title>
        </sec>
        <sec id="sec-2-2-2">
          <title>Document </title>
        </sec>
        <sec id="sec-2-2-3">
          <title>Planner DP</title>
        </sec>
        <sec id="sec-2-2-4">
          <title>Microplanner TS</title>
        </sec>
        <sec id="sec-2-2-5">
          <title>Surface Realizer</title>
        </sec>
        <sec id="sec-2-2-6">
          <title>Text</title>
        </sec>
        <sec id="sec-2-2-7">
          <title>Content determination</title>
          <p>Document structuring</p>
        </sec>
        <sec id="sec-2-2-8">
          <title>Lexicalization</title>
        </sec>
        <sec id="sec-2-2-9">
          <title>Referring expression generation</title>
        </sec>
        <sec id="sec-2-2-10">
          <title>Aggregation</title>
        </sec>
        <sec id="sec-2-2-11">
          <title>Linguistic realization</title>
        </sec>
        <sec id="sec-2-2-12">
          <title>Surface realization</title>
          <p>Microplanner the processes lexicalization, referring expression generation and
aggregation take place, which results in a text specification (TS) that is made
up of phrase specifications. The Surface Realizer then uses this text specification
to create the output text.</p>
          <p>Content determination is the task to decide which information to
communicate in the text. In the current implementation we decided not to leave this
decision to the system. What is communicated is the meaning of the input query
without communicating which vocabularies are used to express the query.
Therefore, in this task no action is performed.</p>
          <p>Document structuring is the task to construct messages from the input query
and to decide for their order and structure. These messages are used for
representing information in the domain, such as the class to which the selected entities
belong to or the number to which the result set is limited. We present the set
of message types after introducing the notion of the main entity and the graph
transformation. Our observations are based on a corpus of SPARQL queries
consisting of datasets from the QALD-1 challenge2 and the ILD2012 challenge.3 The
full dataset contains 2634 SPARQL SELECT queries and associated manually
created questions. In order to leave parts of this dataset for future evaluation we
only regarded 80% of each dataset as training data. Since in our approach we
cannot yet handle all features of the SPARQL 1.1 standard, we had to exclude
some queries. Within this training set of 209 queries we excluded the queries with
the features UNION (22), GROUPBY (7), and those where the triple patterns
2 http://www.sc.cit-ec.uni-bielefeld.de/qald-1
3 http://greententacle.techfak.uni-bielefeld.de/~cunger/qald/
4 For nine questions no query is given since they are out of scope regarding the datasets
provided for the challenge. 28 queries are ASK queries.
within the WHERE clause do not form a connected graph (3). This means that
this subset covers 85% of the queries within the training set.</p>
          <p>
            We perform a transformation of the query graph, since it reduces the
number of necessary message types which are shown in Table 1. Thus it simplifies
the verbalization. This transformation is based on the observation that in most
queries one variable can be identified that is rendered as the subject of a
sentence. For example when querying for mountains (bound to variable ?mountain)
and their elevations (bound to variable ?elevation), then ?mountain is
verbalized as the subject of the verbalization mountains and their elevations. We
refer to this variable as the main entity of a query. However, for some queries
no such element exists. Consider for example the query SELECT * WHERE { ?a
dbpedia:marriedTo ?b .}. Here a tuple is selected and in a possible
verbalization Tuples of married entities5 no single variable appears represented as a
subject. In order to identify the main entity we define Algorithm 1 that applies
the ordered list of rules shown in Figure 2. These rules propose the exclusion of
members from a candidate set. We derived them by looking at queries within
the training set having multiple candidates. The candidate set C is initialized
with variables that appear in the select clause and the algorithm eliminates
candidates step by step. Q denotes the set of triples within the WHERE clause of
a query, Rt is the property rdf:type and Rl is a labeling property from the set
of 36 labeling properties identified by [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ]. The application of an exclusion rule
Ri to a candidate set C, denoted by Ri(C), results in the removal of the set E
proposed by the reduction rule.
          </p>
          <p>Rule 1 E := {x ∈ C | ”x appears in OP T ION AL only”}
Rule 2 E := {z ∈ C | ¬∃(z, Rt, u) ∈ Q}</p>
          <p>if ∃c1 ∈ C : ¬∃(c1, Rt, x) ∈ Q ∧ ∃c2 ∈ C : ¬∃(c2, Rt, y) ∈ Q
Rule 3 E := {z ∈ C | ¬∃(z, Rl, u) ∈ Q}
if ∃c1 ∈ C : ¬∃(c1, Rl, x) ∈ Q ∧ ∃c2 ∈ C : ¬∃(c2, Rl, y) ∈ Q</p>
          <p>The rules can be described as follows where the numbers show how often
a rule was successful in reducing the candidate set for the 209 queries within
our training set. Rule 1 (85, 40.67%) proposes removing candidates that appear
within the WHERE clause only within OPTIONAL blocks. Rule 2 (12, 5.74%)
proposes removing candidates that represent subjects that are not constrained
via rdf:type in the case that there are candidates that are constrained via
rdf:type. Rule 3 (48, 22.97%) proposes removing candidates for which no label is
constrained or requested in the case that there are candidates for which this is
the case. In some cases (64, 30.62%) no rule was applied since the candidate set
contained only a single variable. For all queries given these rules the main entity
has been identified. While our actual list of exclusion rules contained more rules
these were never applied for the given training data and thus omitted here.
5 DBpedia provides no rdfs:domain and rdfs:range information, such as
foaf:Person for this property. Therefore here we give a generic verbalization to
demonstrate the problem.
Algorithm 1 Applying reduction rules to candidate set.</p>
          <p>if |C| = 1 then</p>
          <p>return C
while |C| &gt; 1 do
for all Ri ∈ R do
if |Ri(C)| &gt; 0 then</p>
          <p>C ← Ri(C)
if |C| = 1 then</p>
          <p>return C
return ∅</p>
          <p>We transform, as shown in Algorithm 2, queries in a way that the query graph
is converted into a graph where the main entity is the root and all edges point
away from the root if the query does not come in that shape already. Therefore
the algorithm maintains three sets of edges: edges that are already processed
(P ), edges that need to be followed (F ), and edges that need to be transformed
(T ) which means reversed. An edge is reversed by exchanging subject and object
and by marking the property (p) as being reversed (pr).</p>
          <p>Algorithm 2 Graph transformation</p>
          <p>P ← ∅, F ← {(s, p, o) ∈ Q|s = m}, T ← {(s, p, o) ∈ Q|o = m}
while F = ∅ or T = ∅ do
for all (si, pi, oi) ∈ F do
for all (sj, pj, oj) ∈ Q \ (P ∪ F ∪ T ) do
if oi = sj then</p>
          <p>F ← F ∪ {(sj, pj, oj)}
else if oi = oj then</p>
          <p>T ← T ∪ {(sj, pj, oj)}</p>
          <p>Move (si, pi, oi) from F to P
for all (si, pi, oi) ∈ T do
for all (sj, pj, oj) ∈ Q \ (P ∪ F ∪ T ) do
if si = sj then</p>
          <p>F ← F ∪ {(sj, pj, oj)}
else if si = oj then</p>
          <p>T ← T ∪ {(sj, pj, oj)}
T ← T \ {(si, pi, oi)}</p>
          <p>P ← P ∪ {(oi, pir, si)}
return P
(init)</p>
          <p>We identified the set of 14 message types (MT), shown in Table 1 that allow
us to represent the 209 queries from our training set. The first 9 MTs represent
directed paths in the query graph which means that for each directed path that
begins at the main entity, we represent this path with a message. Each path
starts at the main entity (M ) and consists of none to many pairs ((RV )∗) of a
resource (R) followed by a variable (V ). Moreover, they may contain a labeling
property (Rl) or the rdf:type property (Rt). V AR represent all information
about a variable, such as its name, whether it is the main entity, whether it is
selected, distinct, optional, counted, or whether any filter is specified for this
variable. The MTs ORDERBY , LIM IT , OF F SET and HAV IN G represent
the respective SPARQL features.</p>
          <p>The document plan (DP), which is the output of the Document Planner and
input to the Microplanner, structures the content as follows: in the first part,
which can later be verbalized as one ore more sentences, the main entity and its
constraints are described, followed by a description of the requests (the variables
besides the main entity that appear in the select clause) and their constraints.
In a second part, if available and not already communicated in the first part, the
selection modifiers are verbalized. According to these 3 categories – abbreviated
with cons, req, and mod – we classify the MTs as follows. The MTs (1), (2), (4),
(6), (7), and (9) from Table 1 belong to the class cons, the MTs (3), (5), and
(8) belong to the class req. MTs (1), (2), (4), (6), (7) and (9) may also belong to
class req if they contain a variable besides the main entity that appears in the
select clause. MTs (10) − (14) belong to the class mod. While this set of message
types is sufficient for the given training set, which means that all queries can be
represented using these message types, we extended this list with 76 more types
in order to be prepared for queries such as SELECT ?s ?p ?o WHERE { ?s ?p
?o. } and SELECT ?p WHERE { ?s ?p ?o. } where instead of generating text,
canned text is used, such as All triples in the database and Properties used in
the database.</p>
          <p>nr name
(1) M (RV )∗RR
(4) M (RV )∗RlR
(7) M (RV )∗RtR
(10) V AR
(13) OF F SET</p>
          <p>As an example the SPARQL query in Listing 1 is represented using the 6
messages shown in Figure 3. Note that due to the graph transformation the
property onto:author is reversed which is denoted by rev: yes within the
data structure stored in the messages. This query can be verbalized as: Authors
of books with English name ”The Pillars of the Earth” and if available their
English names. Note that plural (authors, books and names instead of author,
book, and name) is used per default. The filter for English labels is stored within
the message representing the variable string.
6 Given that all three variables can either be selected or not selected and at least one
variable needs to be selected, this results in 7 combinations.
? uri ? string {
? books rdf : type onto : Book .
? books onto : author ? uri .
? books rdfs : label " The Pillars of the Earth " @en .</p>
          <p>OPTIONAL {
? uri rdfs : label ? string .</p>
          <p>FILTER ( lang (? string ) = ’en ’)
}
}
Listing 1. Who wrote the book The pillars of the Earth? – SPARQL query
type: M(RV)*RlL
        l]]R        a   l]v1pV   abraRV:r:n eeo l:[:[ugl vpo:be:: : [ no: eyrto“endoTksf:shsa:eula tPbhieolllarrs of the Earth”      ]tcR     yl   ]1Va   prRV::s ee :[:s[ v::ob :Mo noyntoe(otRkso:sVa:Bu)*toRhootkRr   ll]ttsnoR  aayyevpapVbnpplarmt:egeeeo :r[c :l:e::py :  t]es :VMe::[t nssyrAr(tdieRRrnfsisgVn:g)la*bRelVl
type: VAR
name: uri
main: yes
type: VAR
name: books
select: no</p>
          <p>
            Lexicalization is the task of deciding what specific words to use for expressing
the content. For each entity we dereference its URI and in case that RDF data
is returned, we check if an English label is provided using one of the 36 labeling
properties defined in [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ]. Otherwise, we derive a label from the URI’s local name
using the patterns introduced by Hewlett et al. in [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ].
          </p>
          <p>Referring expression generation is the task of deciding how to refer to an
entity. Considering the example Entertainers born in Bavaria and where they
are born. Here, they is the expression that refers to the Bavarian entertainers.
Aggregation is the task to decide how to map structures created within the
document planner onto linguistic structures such as sentences and paragraphs.
For messages of type cons and req sentence parts are created that are joined
into a single sentence. Messages of type mod are verbalized in further sentences.
Aggregation is indispensable for concise verbalization. Since we split a query
graph into (overlapping) paths where each path is represented by a message,
aggregation would exploit these overlappings.
Linguistic realization is the task of converting abstract representations of
sentences into real text. Text parts are generated for each of the message types (1)−
(9) from Table 1. For each such type a rule is invoked that produces a sentence
fragment, for example for the MT M RV RlL –which is an instance of the MT
M (RV )∗RlL – the rule article(lex(prop1)) + lex(prop1) + L produces for
two triples ?uri dbpedia:producer ?producer and ?producer rdfs:label
"Hal Roach" the text a producer Hal Roach. The function article choses
an appropriate article (a or an) depending on the lexicalization lex(prop1) of
the property. This fragment is added to the part of the verbalization where the
constraints for the main entity are described and may be joined by the word and
with other constraint fragments.</p>
          <p>
            Structure realization is the task to add markup such as HTML code to
the generated text in order to be interpreted by the presentation system, such
as a web browser. While this could be helpful to enhance the readability of a
complex verbalization, which is the case in [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ], we do not currently exploit this
opportunity.
3
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>
        While to the best of our knowledge no work is published on the verbalization
of SPARQL queries, related work comes from three areas: verbalization of RDF
data [
        <xref ref-type="bibr" rid="ref16 ref24 ref25 ref29 ref5">5, 16, 24, 25, 29</xref>
        ], verbalization of OWL ontologies [
        <xref ref-type="bibr" rid="ref1 ref11 ref12 ref14 ref20 ref23 ref26 ref28 ref3 ref4 ref7 ref8 ref9">1, 3, 4, 7–9, 11, 12, 14,
20, 23, 26, 28</xref>
        ], and verbalization of SQL queries [
        <xref ref-type="bibr" rid="ref13 ref17 ref18">13, 17, 18</xref>
        ]. Although the first
two fields provide techniques that we can apply to improve the lexicalization
and aggregation tasks, such as the template-based approach presented in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], the
document structuring task, on which we focus here, is rarely explored. Compared
to the SQL verbalization work by Minock [
        <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
        ], where they focus on tuple
relational queries, our problem of verbalizing SPARQL queries is different in
the sense that we strive for having a generic approach that can be applied to
any datasource without being tied to any schema. Patterns need to be manually
created to cover all possible combinations for each relation in the schema whereas
in our work we defined a set of message types that are schema-agnostic. Koutrika
et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] annotate query graphs with template labels and explore multiple graph
traversal strategies. Moreover, they identify a main entity (the query subject),
perform graph traversal starting from that entity, and distinguish between cons
(subject qualifications) and req (information).
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and Outlook</title>
      <p>For the task of verbalizing SPARQL queries we focused on a subset of the
SPARQL 1.1 standard which covers 88% of the queries in a corpus of 209
SPARQL queries. Evaluation will have to show the representativeness of this
corpus compared to real-life queries and the qualities of the verbalizations
generated using our SPARTIQULATION system. While in our architecture 6 tasks
are needed to generate verbalizations, our main focus has been the task of
document structuring which we described in this work. In order to realize the full
verbalization pipeline, 5 other tasks need to be explored in future work. Since the
current approach is mostly schema-agnostic – only terms from the RDFS
vocabulary are regarded during document structuring – we believe that this approach
is generic in terms of being applicable to queries for RDF datasources using any
vocabularies. However, in the future the tasks of lexicalization can be improved
by regarding schemas such as FOAF since persons are treated differently in
verbalizations then non-persons, genders can be regarded etc. Having message types
designed for specific vocabularies allows to tailor the verbalization to a specific
use case and may lead to more concise verbalizations. In the current
implementation message types are hard-coded thus limiting the flexibility of the approach.
Having the possibility to load a set of message types into the system would add
the possibility to integrate automatically learned or application-specific message
types.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements References</title>
      <p>The work presented in this paper is supported by the European Union’s 7th
Framework Programme (FP7/2007-2013) under Grant Agreement 257790.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aguado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Ban˜´on,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Bateman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            ,
            <surname>Bernardos</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Fern´andez, M.,
          <string-name>
            <surname>G</surname>
          </string-name>
          ´omezP´erez,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Nieto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Olalla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Plaza</surname>
          </string-name>
          , R., S´anchez, A.:
          <article-title>ONTOGENERATION: Reusing domain and linguistic ontologies for Spanish text generation</article-title>
          .
          <source>In: Proc. of the Workshop on Applications of Ontologies and Problem Solving Methods, ECAI 1998</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Generating tailored textual summaries from ontologies</article-title>
          .
          <source>In: Proc. of ESWC</source>
          <year>2005</year>
          531-
          <fpage>545</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilks</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Automatic Report Generation from Ontologies: the MIAKT approach</article-title>
          .
          <source>In: Proc. of NLDB 2004</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cregan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwitter</surname>
          </string-name>
          , R., Meyer, T.:
          <article-title>Sydney OWL Syntax - towards a Controlled Natural Language Syntax for OWL 1.1</article-title>
          .
          <source>In: Proc. of OWLED 2007</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iqbal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Funk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tablan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cunningham</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Handschuh</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>RoundTrip Ontology Authoring</article-title>
          .
          <source>In: Proc. of The Semantic Web</source>
          ,
          <string-name>
            <surname>ISWC</surname>
          </string-name>
          <year>2008</year>
          50-
          <fpage>65</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ell</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Vrandeˇci´c, D.,
          <string-name>
            <surname>Simperl</surname>
          </string-name>
          , E.:
          <article-title>Labels in the Web of Data</article-title>
          .
          <source>In: Proc. of ISWC 2011</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Fliedl</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kop</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , V¨ohringer, J.:
          <article-title>Guideline based evaluation and verbalization of OWL class and property labels</article-title>
          .
          <source>Data Knowl. Eng</source>
          .
          <volume>69</volume>
          (
          <issue>4</issue>
          ) (
          <year>2010</year>
          )
          <fpage>331</fpage>
          -
          <lpage>342</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Galanis</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Androutsopoulos</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Generating multilingual descriptions from linguistically annotated OWL ontologies: the NaturalOWL system</article-title>
          .
          <source>In: Proc. of the Eleventh European Workshop on Natural Language Generation</source>
          (
          <year>2007</year>
          )
          <fpage>143</fpage>
          -
          <lpage>146</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gareva-Takasmanov</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sakellariou</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>OWL for the Masses: From Structured OWL to Unstructured Technically-Neutral Natural Language</article-title>
          .
          <source>In: Proc. of BCI</source>
          <year>2009</year>
          260-
          <fpage>265</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herzig</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
          </string-name>
          , D. T.:
          <article-title>Semantic Wiki Search</article-title>
          .
          <source>In: Proc. of ESWC</source>
          <year>2009</year>
          445-
          <fpage>460</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hewlett</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalyanpur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kolovski</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halaschek-Wiener</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Effective NL Paraphrasing of Ontologies on the Semantic Web</article-title>
          .
          <source>In: Proc. of the End User Semantic Web Interaction Workshop at the 4th International Semantic Web Conference</source>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kaljurand</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuchs</surname>
            ,
            <given-names>N. E.</given-names>
          </string-name>
          :
          <article-title>Verbalizing OWL in Attempto Controlled English</article-title>
          .
          <source>In: Proc. of OLWED 2007</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Koutrika</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simitsis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioannidis</surname>
            ,
            <given-names>Y. E.</given-names>
          </string-name>
          :
          <article-title>Explaining Structured Queries in Natural Language</article-title>
          .
          <source>In: Proc. of ICDE'10</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>S. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rector</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <string-name>
            <surname>OntoVerbal-M:</surname>
          </string-name>
          <article-title>a Multilingual Verbaliser for SNOMED CT</article-title>
          .
          <source>In: Proc. of Multilingual Semantic Web</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>McKay</surname>
            ,
            <given-names>B. D.</given-names>
          </string-name>
          :
          <article-title>Practical graph isomorphism</article-title>
          .
          <source>Congressus Numerantium</source>
          <volume>30</volume>
          (
          <year>1981</year>
          )
          <fpage>45</fpage>
          -
          <lpage>87</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mellish</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>The semantic web as a Linguistic resource: Opportunities for natural language generation</article-title>
          .
          <source>Knowl.-Based Syst</source>
          .
          <volume>19</volume>
          (
          <issue>5</issue>
          ) (
          <year>2006</year>
          )
          <fpage>298</fpage>
          -
          <lpage>303</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Minock</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Phrasal Approach to Natural Language Interfaces over Databases</article-title>
          .
          <source>In: Proc. of NLDB</source>
          <year>2005</year>
          333-
          <fpage>336</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Minock</surname>
          </string-name>
          , M.:
          <string-name>
            <surname>C-Phrase</surname>
          </string-name>
          :
          <article-title>A system for building robust natural language interfaces to databases</article-title>
          .
          <source>Data Knowl. Eng</source>
          .
          <volume>69</volume>
          (
          <issue>3</issue>
          ) (
          <year>2010</year>
          )
          <fpage>290</fpage>
          -
          <lpage>302</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Reiter</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dale</surname>
          </string-name>
          , R.:
          <source>Building Natural Language Generation Systems</source>
          . Cambridge University Press (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. Schu¨tte, N.:
          <article-title>Generating natural language descriptions of ontology concepts</article-title>
          .
          <source>In: Proc. of the 12th European Workshop on Natural Language Generation</source>
          (
          <year>2009</year>
          )
          <fpage>106</fpage>
          -
          <lpage>109</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Shekarpour</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngonga</surname>
            <given-names>Ngomo</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A.-C.</given-names>
            ,
            <surname>Gerber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Stadler</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Keyword-driven SPARQL Query Generation Leveraging Background Knowledge</article-title>
          .
          <source>In: Proc. of International Conference on Web Intelligence</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Simitsis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioannidis</surname>
            ,
            <given-names>Y. E.</given-names>
          </string-name>
          :
          <article-title>DBMSs Should Talk Back Too</article-title>
          .
          <source>In: Proc. of CIDR 2009</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Stevens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malone</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Power</surname>
          </string-name>
          , R.:
          <article-title>Automating class definitions from OWL to English</article-title>
          .
          <source>In: Proc. of Bio-Ontologies 2010: Semantic Applications in Life Sciences SIG at the 18th Annual International Conference on Intelligent Systems for Molecular Biology (ISMB</source>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mellish</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Domain Independent Sentence Generation from RDF Representations for the Semantic Web</article-title>
          .
          <source>In: Proc. of Combined Workshop on LanguageEnabled Educational Technology and Development and Evaluation of Robust Spoken Dialogue Systems, ECAI 2006</source>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mellish</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>An experiment on ”free generation” from single RDF triples</article-title>
          .
          <source>In: Proc. of the Eleventh European Workshop on Natural Language Generation</source>
          (
          <year>2007</year>
          )
          <fpage>105</fpage>
          -
          <lpage>108</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Third</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Power</surname>
          </string-name>
          , R.:
          <article-title>OWL to English: a tool for generating organised easily-navigated hypertexts from ontologies</article-title>
          .
          <source>In: Proc. of ISWC 2011</source>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>D. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Hermes: Data Web search on a pay-as-you-go integration infrastructure</article-title>
          .
          <source>Journal of Web Semantics</source>
          <volume>7</volume>
          (
          <issue>3</issue>
          ) (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Wilcock</surname>
          </string-name>
          , G.:
          <article-title>Talking OWLs: Towards an Ontology Verbalizer</article-title>
          .
          <source>In: Proc. of Human Language Technology for the Semantic Web and Web Services</source>
          ,
          <string-name>
            <surname>ISWC</surname>
          </string-name>
          <year>2003</year>
          109-
          <fpage>112</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Wilcock</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jokinen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Generating Responses and Explanations from RDF/XML and DAML+OIL</article-title>
          .
          <source>In: Proc. of IJCAI 2003</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>