<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>NLQxform: A Language Model-based Question to SPARQL Transformer</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ruijie Wang</string-name>
          <email>ruijie@ifi.uzh.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhiruo Zhang</string-name>
          <email>zhiruo.zhang@uzh.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luca Rossetto</string-name>
          <email>rossetto@ifi.uzh.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Florian Ruosch</string-name>
          <email>ruosch@ifi.uzh.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abraham Bernstein</string-name>
          <email>bernstein@ifi.uzh.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Informatics, University of Zurich</institution>
          ,
          <country country="CH">Switzerland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University Research Priority Program “Dynamics of Healthy Aging”, University of Zurich</institution>
          ,
          <country country="CH">Switzerland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In recent years, scholarly data has grown dramatically in terms of both scale and complexity. It becomes increasingly challenging to retrieve information from scholarly knowledge graphs that include largescale heterogeneous relationships, such as authorship, afiliation, and citation, between various types of entities, e.g., scholars, papers, and organizations. As part of the Scholarly QALD Challenge, this paper presents a question-answering (QA) system called NLQxform, which provides an easy-to-use natural language interface to facilitate accessing scholarly knowledge graphs. NLQxform allows users to express their complex query intentions in natural language questions. A transformer-based language model, i.e., BART, is employed to translate questions into standard SPARQL queries, which can be evaluated to retrieve the required information. According to the public leaderboard of the Scholarly QALD Challenge at ISWC 2023 (Task 1: DBLP-QUAD - Knowledge Graph Question Answering over DBLP), NLQxform achieved an F1 score of 0.85 and ranked first on the QA task, demonstrating the competitiveness of the system.</p>
      </abstract>
      <kwd-group>
        <kwd>Question answering</kwd>
        <kwd>entity linking</kwd>
        <kwd>language model</kwd>
        <kwd>knowledge graph</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>
        In the past decade, tremendous eforts [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">1, 2, 3, 4</xref>
        ] have been devoted to organizing scholarly
data in the form of knowledge graphs (KGs), which store heterogeneous relational information
in an integrated and extensible manner, supporting querying with complex semantics. The
DBLP scholarly KG1 is one representative of such eforts. It stores the entire DBLP 2 data in
the format of RDF [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and provides an endpoint3 for accessing the data with SPARQL [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
queries. Conventional tools for searching scholarly information, e.g., Google Scholar4, DBLP
Scholarly QALD at ISWC 2023
CEUR
Workshop
Proceedings
bibliography2 and publisher-provided services5, only support text search with limited
metadatabased filtering and sorting. In contrast, scholarly KGs are more powerful and versatile, as they
support queries with complex constraints (triple patterns in SPARQL) and operations (functions
and modifiers in SPARQL). Nevertheless, scholarly KGs are significantly less commonly used
than conventional tools. A main hurdle is the complexity of the SPARQL language (cf. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]).
      </p>
      <p>
        To address the above issue, we developed a QA system that allows users to query the DBLP
scholarly KG with natural language questions. The system is called NLQxform, as it answers
Natural Language Questions (NLQs) using a transformer-based language model (LM).
Specifically, NLQxform uses BART [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]—a sequence-to-sequence model, which has achieved promising
performance in natural language translation. We first fine-tuned it with NLQ-SPARQL query
pairs. Given a question, NLQxform employs BART to generate a logical form that has the
basic structure of the target SPARQL query. Then, NLQxform links entities mentioned in the
given question to their corresponding URLs in the underlying KG and corrects minor syntax
and grammar errors in the logical form based on a SPARQL template base. Finally, NLQxform
generates explicit candidate SPARQL queries and evaluates them via the DBLP endpoint to
retrieve answers.
      </p>
      <p>This work is part of the Scholarly QALD Challenge,6 which provides valuable benchmarking
for QA over scholarly KGs. We participated in both the Question Answering and Entity Linking
sub-tasks in Task 1: DBLP-QUAD — Knowledge Graph Question Answering over DBLP.7 The
remainder of this paper is structured as follows: Related work on the two sub-tasks is introduced
in Section 2. We elaborate on the NLQxform system in Section 3. The experimental setup and
ifnal results of NLQxform in the challenge are reported in Section 4. Finally, we conclude in
Section 5.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Related Work</title>
      <p>
        In this section, we first survey QA approaches with a focus on previous QALD challenges [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13 ref14 ref15 ref9">9, 10,
11, 12, 13, 14, 15</xref>
        ]. Then, we present an overview of QA-related entity linking.
      </p>
      <p>
        Question Answering. Banerjee et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] propose to employ pre-trained language models,
such as T5 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and BART [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], as well as Pointer Generator Networks [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] to construct SPARQL
queries using pre-identified entities and relations in given questions. The fine-tuned T5-base
model achieved an F1-score of 0.87 on the DBLP-QuAD dataset [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], which is also used for
training and validation in this iteration of the Scholarly QALD Challenge. WDAqua [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ]
participated in several of the past QALD challenges. Diefenbach et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] propose a new
approach by not focusing on the syntax but on the semantics of tokens in given questions
to generate SPARQL queries. First, recognized tokens are expanded to possible entities in
the underlying KG. Next, all possible SPARQL queries are constructed and ranked based on a
linear combination of features. Finally, top-ranked queries are selected and used to retrieve
answers. The authors integrated their approach to Qanary [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], modular architecture for QA
5Examples include IEEE Xplore (https://ieeexplore.ieee.org/Xplore/home.jsp) and the ACM Digital Library (https:
//dl.acm.org/).
6https://kgqa.github.io/scholarly-QALD-challenge/2023/
7https://codalab.lisn.upsaclay.fr/competitions/14264
systems, and evaluated it on QALD iterations three through seven [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Zou et al. [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] recast
the problem of NLQ to SPARQL translation with a graph-based solution. They form subgraphs
by mapping phrases from given questions to entities in the KG. This relegates the problem of
entity disambiguation to the query generation phase of their approach. Finally, the previously
created subgraphs are matched to the KG with heuristic rules to retrieve top SPARQL queries
and answers.
      </p>
      <p>
        Entity Linking. DBLPLink [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] is a web application specifically developed for entity linking
over the DBLP scholarly KG. It employs pre-trained language models to identify entity mentions
in given questions and links them to KG entities using labels and entity embeddings. Steinmetz
[
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] presents an approach where input phrases are parsed to an abstract meaning representation
graph based on a pre-trained BART model. From this representation graph, named entities are
extracted and subsequently mapped to the KG using various information, including alternative
labels, links, and node degrees. The system was evaluated on QALD-9 [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], outperforming
competing systems. Diomedi and Hogan [28] propose a novel system called ElNeuKGQA, which
combines entity linking with neural machine translation. To alleviate the issue of unseen words,
the authors utilize a neural machine translation model to generate template queries wherein
out-of-vocabulary words are replaced by placeholders. These are then filled by identified entities
afterward in an “entity filling” phase, where sequence labeling is used to determine the role
of placeholders. EARL [29] unifies entity linking and relation linking. To this endeavor, the
authors present two diferent approaches. The first approach recasts the linking problem as the
Generalised Traveling Salesman Problem, while the second uses an xgboost [30] classifier based
on the connection density as determined by links in the KG. The two approaches also difer in
that the former does not require training data, while the latter does. EARL was evaluated on
the QALD-7 dataset [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and achieved superior performance over its previous competitors.
      </p>
    </sec>
    <sec id="sec-4">
      <title>3. The NLQxform System</title>
      <p>In this section, we elaborate on the NLQxform system. An overview of the system structure is
presented in Fig. 1, where a natural language question is answered via four steps:</p>
      <sec id="sec-4-1">
        <title>Step-I: BART-based question to logical form translation. In the first step, a BART [ 8]</title>
        <p>model (facebook/bart-base8) is used to translate the given question into a logical form that
is very close to the final standard SPARQL query, except that entities in the logical form are
still natural language mentions instead of URLs of entities. For example, given the question
“how many research papers did Ruijie Wang and Luca Rossetto write together,” the BART model is
expected to generate the logical form:</p>
        <sec id="sec-4-1-1">
          <title>SELECT COUNT(DISTINCT ?answer) AS ?count</title>
        </sec>
        <sec id="sec-4-1-2">
          <title>WHERE { ?answer &lt;https://dblp.org/rdf/schema#authoredBy&gt; &lt;Ruijie Wang&gt; . ?answer &lt;https://dblp.org/rdf/schema#authoredBy&gt; &lt;Luca Rossetto&gt; . }</title>
          <p>8https://huggingface.co/facebook/bart-base</p>
          <p>How many research
papers did Ruijie Wang
and Luca Rossetto write
together?</p>
          <p>Step-I
BART</p>
          <p>SPARQL Template Base</p>
          <p>Step-III</p>
          <p>Step-IV
Postprocessing
Step-II</p>
          <p>SPARQL Endpoint
DBLP Search
Please note that the adopted BART model was not pre-trained on the question-to-SPARQL
translation task. Therefore, it needs to be fine-tuned with training question-SPARQL query
pairs.9 Also, we make the following modifications to better suit the task: First, basic elements
of SPARQL syntax, including clauses, functions, and modifiers (e.g., “SELECT”, “COUNT”, and
“ORDER BY”), as well as some tokens frequently used in SPARQL queries (e.g., “{”, “}”, “(”, “)”, and
“.”) are added as special tokens to the tokenizer of the language model (LM). Second, considering
that the number of relations in the underlying knowledge graph is limited, we also add all
relations as special tokens to the LM.10 Therefore, the LM is able to recognize relations in given
questions and directly generate logical forms with relation URLs.</p>
          <p>Step-II: DBLP search-based entity linking. In the above step, entity mentions in the given
question are recognized and used to construct the logical form. In this step, we search specific
URLs of recognized entities using DBLP search APIs.11 For example, regarding entities &lt;Ruijie
Wang&gt; and &lt;Luca Rossetto&gt;, their correct URLs &lt;https://dblp.org/pid/57/5759-3&gt; and
&lt;https://dblp.org/pid/156/1623&gt; can be obtained via requesting https://dblp.org/search/
author/api?q=Ruijie%20Wang and https://dblp.org/search/author/api?q=Luca%20Rossetto.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>Step-III: SPAQRL template-based query correction. This step is proposed to alleviate</title>
        <p>possible syntax and grammar errors in the generated logical forms. During training, we utilize
ground-truth SPARQL queries to construct a SPARQL template base. For example, assuming
the above question is a training question, the following template can be added:</p>
        <sec id="sec-4-2-1">
          <title>SELECT COUNT(DISTINCT ?answer) AS ?count</title>
          <p>WHERE {
?answer &lt;https://dblp.org/rdf/schema#authoredBy&gt; &lt;entity_1&gt; .</p>
          <p>?answer &lt;https://dblp.org/rdf/schema#authoredBy&gt; &lt;entity_2&gt; .
}
9Please refer to Section 4 for information about training questions.
10Only 12 relations are used in our system for this challenge.
11https://dblp.org/faq/How+to+use+the+dblp+search+API.html
It provides a gold example for future questions that require the count of publications authored
by two given scholars. During inference, regarding each generated logical form, we find top- 3
similar templates from the template base according to string similarity and pass them to the
next step.</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Step-IV: SPARQL endpoint-based answer retrieval. In this step, we fill in retrieved query</title>
        <p>templates with entity linking results to generate specific SPARQL queries and evaluate them via
the SPARQL endpoint12 of DBLP scholarly KG to retrieve answers. For example, the generated
SPARQL query for the above question is expected to be</p>
        <sec id="sec-4-3-1">
          <title>SELECT COUNT(DISTINCT ?answer) AS ?count</title>
        </sec>
        <sec id="sec-4-3-2">
          <title>WHERE {</title>
          <p>?answer &lt;https://dblp.org/rdf/schema#authoredBy&gt;</p>
          <p>&lt;https://dblp.org/pid/57/5759-3&gt; .
?answer &lt;https://dblp.org/rdf/schema#authoredBy&gt;</p>
          <p>&lt;https://dblp.org/pid/156/1623&gt; .
}
The final answer retrieved with this query is 1.13 It is worth mentioning that there could be
several candidate URLs returned for one entity from Step-II. In this case, we follow the order of
these URLs returned by the DBLP API and adopt the first generated SPARQL query that can
return an answer in the endpoint.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. Experiments</title>
      <p>In this section, we report the experimental setup and evaluation results of NLQxform in the
Scholarly QALD Challenge (Task 1: DBLP-QUAD — Knowledge Graph Question Answering
over DBLP).14</p>
      <p>
        Dataset. The employed QA dataset is DBLP-QuAD [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], which includes natural language
questions posed over the DBLP scholarly KG. The training and validation sets of DBLP-QuAD,
respectively, include 7,000 and 1,000 questions with annotations of correct answers,
groundtruth SPARQL queries, and entity-linking results. They were used for the fine-tuning of the
BART model. In the final phase of the challenge, 500 newly generated test questions 15 without
answer annotations were provided for system evaluation.
      </p>
      <p>Evaluation Setup. The entity linking results from Step-II and final answers of NLQxform
were submitted to the Codalab platform,16 where final results regarding entity linking and QA
were automatically calculated. F1-score was used as the criterion for both tasks.
12https://dblp-kg.ltdemos.informatik.uni-hamburg.de/sparql
13This result is with respect to the snapshot of the KG used by the endpoint.
14https://codalab.lisn.upsaclay.fr/competitions/14264
15https://github.com/debayan/scholarly-QALD-challenge/blob/main/2023/datasets/codalab/finalphase/dblp-kgqa/
dblp.heldout.500.questionsonly.json
16https://codalab.lisn.upsaclay.fr/competitions/14264#participate
• On the entity linking task, NLQxform is ranked fourth regarding the F1 score. Compared
to the best-performing system, the F1 score of our system is 4.7% lower. The main reason
is that there is a lack of explicit supervision for the recognition of entities in Step-I, as the
ifne-tuning objective is the matching of whole queries without emphasis on entities. Also,
due to an implementation issue, the linked entities that cannot result in valid SPARQL
queries in Step-IV were not removed from our submission. Nevertheless, this shows that
there is still room for improvement in our system. In addition, the precision and recall
regarding entity linking are 0.81 and 0.79, respectively.
• On the QA task, NLQxform achieved the best performance, significantly improving over
the second-best system (+28.2%). This demonstrates the overall efectiveness of our system
and shows that the LM was successfully fine-tuned to learn the syntax and grammar of
SPARQL. In addition to the above results, the precision and recall of our system on QA
are 0.83 and 0.87, respectively.
• The QA task seems more challenging than the entity linking task in this challenge. On
entity linking, most submissions achieved an F1 score above 0.6. However, on QA, only
two systems are above 0.6, and the other two systems with a result are both below 0.3.</p>
      <p>This further demonstrates the competitiveness of NLQxform.</p>
    </sec>
    <sec id="sec-6">
      <title>5. Conclusion and Outlook</title>
      <p>In this paper, we present our QA system, NLQxform, which fine-tunes a transformer-based BART
model and answers NLQs over the DBLP Scholarly KG via four steps: 1. BART-based question
to logical form translation, 2. DBLP search-based entity linking, 3. SPARQL template-based
query correction, and 4. SPARQL endpoint-based answer retrieval. NLQxform participated
in the Scholarly QALD Challenge and ranked first on the QA task over DBLP-QUAD with a
significant improvement over the second-best system (+28.2%), demonstrating the system’s
efectiveness and competitiveness.
17https://codalab.lisn.upsaclay.fr/competitions/public_submissions/14264</p>
      <p>A limitation of NLQxform is that the recognition of entities is not explicitly emphasized
during the fine-tuning of the BART model, which led to an inferior entity linking performance.
We will investigate this issue in future work. Also, some technical details of the system are not
fully presented in this paper due to the limitation of space and readability considerations. They
will be more comprehensively explained and analyzed in an extended version of this work.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work was partially funded by the Digital Society Initiative of the University of Zurich, the
University Research Priority Program “Dynamics of Healthy Aging” at the University of Zurich,
and the Swiss National Science Foundation through Projects “CrowdAlytics” (Grant Number
184994) and “MediaGraph” (Grant Number 202125).
J. Kim, A. N. Ngomo, M. Saleem, R. Usbeck (Eds.), Joint proceedings of the 4th Workshop
on Semantic Deep Learning (SemDeep-4) and NLIWoD4: Natural Language Interfaces for
the Web of Data (NLIWOD-4) and 9th Question Answering over Linked Data challenge
(QALD-9) co-located with 17th International Semantic Web Conference (ISWC 2018),
Monterey, California, United States of America, October 8th - 9th, 2018, volume 2241 of
CEUR Workshop Proceedings, CEUR-WS.org, 2018, pp. 58–64. URL: https://ceur-ws.org/
Vol-2241/paper-06.pdf.
[28] D. Diomedi, A. Hogan, Entity linking and filling for question answering over knowledge
graphs, in: Proceedings of the 7th Natural Language Interfaces for the Web of Data
(NLIWoD) co-located with the 19th European Semantic Web Conference (ESWC 2022),
Hersonissos, Greece, May 29th, 2022, volume 3196 of CEUR Workshop Proceedings,
CEURWS.org, 2022, pp. 9–24. URL: https://ceur-ws.org/Vol-3196/paper2.pdf.
[29] M. Dubey, D. Banerjee, D. Chaudhuri, J. Lehmann, EARL: joint entity and relation linking
for question answering over knowledge graphs, in: The Semantic Web - ISWC 2018
17th International Semantic Web Conference, Monterey, CA, USA, October 8-12, 2018,
Proceedings, Part I, volume 11136 of Lecture Notes in Computer Science, Springer, 2018, pp.
108–126. doi:10.1007/978- 3- 030- 00671- 6\_7.
[30] T. Chen, C. Guestrin, Xgboost: A scalable tree boosting system, in: B. Krishnapuram,
M. Shah, A. J. Smola, C. C. Aggarwal, D. Shen, R. Rastogi (Eds.), Proceedings of the 22nd
ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San
Francisco, CA, USA, August 13-17, 2016, ACM, 2016, pp. 785–794. doi:10.1145/2939672.
2939785.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>K.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kanakia</surname>
          </string-name>
          ,
          <article-title>Microsoft academic graph: When experts are not enough</article-title>
          ,
          <source>Quant. Sci. Stud</source>
          .
          <volume>1</volume>
          (
          <year>2020</year>
          )
          <fpage>396</fpage>
          -
          <lpage>413</lpage>
          . URL: https://doi.org/10. 1162/qss_a_00021. doi:
          <volume>10</volume>
          .1162/qss\_a\_
          <volume>00021</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Priem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Piwowar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Orr</surname>
          </string-name>
          ,
          <article-title>Openalex: A fully-open index of scholarly works, authors, venues, institutions, and concepts</article-title>
          ,
          <source>CoRR abs/2205</source>
          .
          <year>01833</year>
          (
          <year>2022</year>
          ). URL: https://doi.org/10. 48550/arXiv.2205.
          <year>01833</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2205.
          <year>01833</year>
          . arXiv:
          <fpage>2205</fpage>
          .
          <year>01833</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Kovtun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Prinz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kasprzik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stocker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vidal</surname>
          </string-name>
          ,
          <article-title>Towards a knowledge graph for science</article-title>
          , in: R. Akerkar,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ivanovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Manolopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rosati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Savic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Badica</surname>
          </string-name>
          , M. Radovanovic (Eds.),
          <source>Proceedings of the 8th International Conference on Web Intelligence</source>
          , Mining and Semantics,
          <string-name>
            <surname>WIMS</surname>
          </string-name>
          <year>2018</year>
          ,
          <string-name>
            <given-names>Novi</given-names>
            <surname>Sad</surname>
          </string-name>
          , Serbia, June 25-27,
          <year>2018</year>
          , ACM,
          <year>2018</year>
          , pp.
          <volume>1</volume>
          :
          <fpage>1</fpage>
          -
          <issue>1</issue>
          :
          <fpage>6</fpage>
          . URL: https://doi.org/10.1145/3227609.3227689. doi:
          <volume>10</volume>
          .1145/3227609. 3227689.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Awale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <article-title>Dblp-quad: A question answering dataset over the DBLP scholarly knowledge graph</article-title>
          ,
          <source>CoRR abs/2303</source>
          .13351 (
          <year>2023</year>
          ). doi:
          <volume>10</volume>
          .48550/ arXiv.2303.13351. arXiv:
          <volume>2303</volume>
          .
          <fpage>13351</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <article-title>Resource description framework</article-title>
          , in: S. Staab, R. Studer (Eds.), Handbook on Ontologies,
          <source>International Handbooks on Information Systems</source>
          , Springer,
          <year>2009</year>
          , pp.
          <fpage>71</fpage>
          -
          <lpage>90</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>540</fpage>
          -92673-
          <issue>3</issue>
          _3. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>540</fpage>
          -92673-3\_3.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W. W. W.</given-names>
            <surname>Consortium</surname>
          </string-name>
          , et al.,
          <source>Sparql</source>
          <volume>1</volume>
          .
          <article-title>1 overview (</article-title>
          <year>2013</year>
          ). URL: https://www.w3.org/TR/ sparql11-overview/.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Kaufmann</surname>
          </string-name>
          , A. Bernstein,
          <article-title>Evaluating the usability of natural language query languages and interfaces to semantic web knowledge bases</article-title>
          ,
          <source>Journal of Web Semantics</source>
          <volume>8</volume>
          (
          <year>2010</year>
          )
          <fpage>377</fpage>
          -
          <lpage>393</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/ S1570826810000582. doi:https://doi.org/10.1016/j.websem.
          <year>2010</year>
          .
          <volume>06</volume>
          .001,
          <string-name>
            <surname>semantic Web</surname>
          </string-name>
          <article-title>Challenge 2009 User Interaction in Semantic Web research</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ghazvininejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          , L. Zettlemoyer,
          <article-title>BART: denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension, in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <source>ACL 2020, Online, July</source>
          <volume>5</volume>
          -
          <issue>10</issue>
          ,
          <year>2020</year>
          , Association for Computational Linguistics,
          <year>2020</year>
          , pp.
          <fpage>7871</fpage>
          -
          <lpage>7880</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .acl- main.703.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>E.</given-names>
            <surname>Cabrio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Unger</surname>
          </string-name>
          , S. Walter, QALD-3
          <article-title>: multilingual question answering over linked data</article-title>
          , in: P. Forner,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tufis</surname>
          </string-name>
          , N. Ferro (Eds.), Working Notes for CLEF 2013 Conference , Valencia, Spain,
          <source>September 23-26</source>
          ,
          <year>2013</year>
          , volume
          <volume>1179</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2013</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1179</volume>
          /
          <fpage>CLEF2013wn</fpage>
          -QALD3-CabrioEt2013.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>C.</given-names>
            <surname>Unger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Forascu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          , E. Cabrio,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Walter</surname>
          </string-name>
          ,
          <article-title>Question answering over linked data (QALD-4)</article-title>
          , in: L.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Halvey</surname>
          </string-name>
          , W. Kraaij (Eds.), Working Notes for CLEF 2014 Conference, Shefield, UK,
          <source>September 15-18</source>
          ,
          <year>2014</year>
          , volume
          <volume>1180</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>1172</fpage>
          -
          <lpage>1180</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1180</volume>
          /
          <article-title>CLEF2014wn-QA-UngerEt2014</article-title>
          .pdf.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Unger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Forascu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          , E. Cabrio,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Walter</surname>
          </string-name>
          ,
          <article-title>Question answering over linked data (QALD-5)</article-title>
          , in: L.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>G. J. F.</given-names>
          </string-name>
          <string-name>
            <surname>Jones</surname>
          </string-name>
          , E. SanJuan (Eds.), Working Notes of CLEF 2015 -
          <article-title>Conference and Labs of the Evaluation forum</article-title>
          , Toulouse, France, September 8-
          <issue>11</issue>
          ,
          <year>2015</year>
          , volume
          <volume>1391</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2015</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1391</volume>
          /
          <fpage>173</fpage>
          -CR.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Unger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. Cabrio,</surname>
          </string-name>
          <article-title>6th open challenge on question answering over linked data (QALD-6)</article-title>
          , in: H.
          <string-name>
            <surname>Sack</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Dietze</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Tordai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          Lange (Eds.),
          <source>Semantic Web Challenges - Third SemWebEval Challenge at ESWC</source>
          <year>2016</year>
          , Heraklion, Crete, Greece, May 29 - June 2,
          <year>2016</year>
          , Revised Selected Papers, volume
          <volume>641</volume>
          of Communications in Computer and Information Science, Springer,
          <year>2016</year>
          , pp.
          <fpage>171</fpage>
          -
          <lpage>177</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -46565-4_
          <fpage>13</fpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>319</fpage>
          - 46565- 4\_
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Haarmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Krithara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Röder</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Napolitano, 7th open challenge on question answering over linked data (QALD-7)</article-title>
          , in: Semantic Web Challenges - 4th
          <source>SemWebEval Challenge at ESWC</source>
          <year>2017</year>
          , Portoroz, Slovenia, May 28 - June 1,
          <year>2017</year>
          , Revised Selected Papers, volume
          <volume>769</volume>
          of Communications in Computer and Information Science, Springer,
          <year>2017</year>
          , pp.
          <fpage>59</fpage>
          -
          <lpage>69</lpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>319</fpage>
          - 69146- 6\_6.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Conrads</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Röder</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Napolitano, 8th Challenge on Question Answering over Linked Data (QALD-8) (invited paper)</article-title>
          ,
          <source>in: Joint proceedings of the 4th Workshop on Semantic Deep Learning (SemDeep-4)</source>
          and
          <article-title>NLIWoD4: Natural Language Interfaces for the Web of Data (NLIWOD-4) and 9th Question Answering over Linked Data challenge (QALD-9) co-located with 17th International Semantic Web Conference (ISWC</article-title>
          <year>2018</year>
          ), Monterey, California, United States of America,
          <source>October 8th - 9th</source>
          ,
          <year>2018</year>
          , volume
          <volume>2241</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>57</lpage>
          . URL: https: //ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2241</volume>
          /paper-05.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Gusmita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Saleem, 9th Challenge on Question Answering over Linked Data (QALD-9) (invited paper)</article-title>
          ,
          <source>in: Joint proceedings of the 4th Workshop on Semantic Deep Learning (SemDeep-4)</source>
          and
          <article-title>NLIWoD4: Natural Language Interfaces for the Web of Data (NLIWOD-4) and 9th Question Answering over Linked Data challenge (QALD-9) co-located with 17th International Semantic Web Conference (ISWC</article-title>
          <year>2018</year>
          ), Monterey, California, United States of America,
          <source>October 8th - 9th</source>
          ,
          <year>2018</year>
          , volume
          <volume>2241</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>58</fpage>
          -
          <lpage>64</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2241</volume>
          /paper-06.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>D.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Nair</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. N.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <article-title>Modern baselines for SPARQL semantic parsing</article-title>
          ,
          <source>in: SIGIR '22: The 45th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , Madrid, Spain,
          <source>July 11 - 15</source>
          ,
          <year>2022</year>
          , ACM,
          <year>2022</year>
          , pp.
          <fpage>2260</fpage>
          -
          <lpage>2265</lpage>
          . doi:
          <volume>10</volume>
          .1145/3477495.3531841.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>C.</given-names>
            <surname>Rafel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Narang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Matena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Exploring the limits of transfer learning with a unified text-to-text transformer</article-title>
          ,
          <source>J. Mach. Learn. Res</source>
          .
          <volume>21</volume>
          (
          <year>2020</year>
          )
          <volume>140</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>140</lpage>
          :
          <fpage>67</fpage>
          . URL: http://jmlr.org/papers/v21/
          <fpage>20</fpage>
          -
          <lpage>074</lpage>
          .html.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>See</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          ,
          <article-title>Get to the point: Summarization with pointer-generator networks, in: Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2017</year>
          , Vancouver, Canada,
          <source>July 30 - August 4</source>
          , Volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1073</fpage>
          -
          <lpage>1083</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>P17</fpage>
          -1099.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>D.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Awale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <article-title>Dblp-quad: A question answering dataset over the DBLP scholarly knowledge graph</article-title>
          ,
          <source>CoRR abs/2303</source>
          .13351 (
          <year>2023</year>
          ). doi:
          <volume>10</volume>
          .48550/ arXiv.2303.13351. arXiv:
          <volume>2303</volume>
          .
          <fpage>13351</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>D.</given-names>
            <surname>Diefenbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. D.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Maret</surname>
          </string-name>
          , Wdaqua-core0:
          <article-title>A question answering component for the research community</article-title>
          , in: Semantic Web Challenges - 4th
          <source>SemWebEval Challenge at ESWC</source>
          <year>2017</year>
          , Portoroz, Slovenia, May 28 - June 1,
          <year>2017</year>
          , Revised Selected Papers, volume
          <volume>769</volume>
          of Communications in Computer and Information Science, Springer,
          <year>2017</year>
          , pp.
          <fpage>84</fpage>
          -
          <lpage>89</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -69146-6\_8.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Diefenbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Maret</surname>
          </string-name>
          , Wdaqua-core1:
          <article-title>a question answering service for rdf knowledge bases</article-title>
          ,
          <source>in: Companion Proceedings of the The Web Conference</source>
          <year>2018</year>
          ,
          <year>2018</year>
          , pp.
          <fpage>1087</fpage>
          -
          <lpage>1091</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>D.</given-names>
            <surname>Diefenbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. D.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Maret</surname>
          </string-name>
          , Wdaqua-core1:
          <article-title>A question answering service for RDF knowledge bases</article-title>
          ,
          <source>in: Companion of the The Web Conference 2018 on The Web Conference</source>
          <year>2018</year>
          ,
          <article-title>WWW 2018</article-title>
          , Lyon , France,
          <source>April 23-27</source>
          ,
          <year>2018</year>
          , ACM,
          <year>2018</year>
          , pp.
          <fpage>1087</fpage>
          -
          <lpage>1091</lpage>
          . doi:
          <volume>10</volume>
          .1145/3184558.3191541.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>D.</given-names>
            <surname>Diefenbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. D.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Maret</surname>
          </string-name>
          , Wdaqua-core1:
          <article-title>A question answering service for RDF knowledge bases</article-title>
          , in: P.
          <string-name>
            <surname>Champin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Gandon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lalmas</surname>
          </string-name>
          , P. G. Ipeirotis (Eds.),
          <source>Companion of the The Web Conference 2018 on The Web Conference</source>
          <year>2018</year>
          ,
          <article-title>WWW 2018</article-title>
          , Lyon , France,
          <source>April 23-27</source>
          ,
          <year>2018</year>
          , ACM,
          <year>2018</year>
          , pp.
          <fpage>1087</fpage>
          -
          <lpage>1091</lpage>
          . URL: https://doi.org/10.1145/3184558.3191541. doi:
          <volume>10</volume>
          .1145/3184558.3191541.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. X.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <article-title>Natural language question answering over RDF: a graph data driven approach</article-title>
          ,
          <source>in: International Conference on Management of Data, SIGMOD</source>
          <year>2014</year>
          ,
          <article-title>Snowbird</article-title>
          ,
          <string-name>
            <surname>UT</surname>
          </string-name>
          , USA, June 22-27,
          <year>2014</year>
          , ACM,
          <year>2014</year>
          , pp.
          <fpage>313</fpage>
          -
          <lpage>324</lpage>
          . doi:
          <volume>10</volume>
          .1145/2588555.2610525.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>D.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          , Arefa,
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <string-name>
            <surname>Dblplink:</surname>
          </string-name>
          <article-title>An entity linker for the DBLP scholarly knowledge graph</article-title>
          ,
          <source>CoRR abs/2309</source>
          .07545 (
          <year>2023</year>
          ). URL: https://doi.org/10.48550/ arXiv.2309.07545. doi:
          <volume>10</volume>
          .48550/arXiv.2309.07545. arXiv:
          <volume>2309</volume>
          .
          <fpage>07545</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>N.</given-names>
            <surname>Steinmetz</surname>
          </string-name>
          ,
          <article-title>Entity linking for KGQA using AMR graphs</article-title>
          ,
          <source>in: The Semantic Web - 20th International Conference, ESWC</source>
          <year>2023</year>
          , Hersonissos, Crete, Greece, May 28 - June 1,
          <year>2023</year>
          , Proceedings, volume
          <volume>13870</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2023</year>
          , pp.
          <fpage>122</fpage>
          -
          <lpage>138</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -33455-9\_8.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Gusmita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Saleem, 9th challenge on question answering over linked data (QALD-9) (invited paper)</article-title>
          , in: K.
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>L. E.</given-names>
          </string-name>
          <string-name>
            <surname>Anke</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Gromann</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>