<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>X. Yan);</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Method for Knowledge Graph Question Answering over Scholarly Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Longquan Jiang</string-name>
          <email>longquan.jiang@uni-hamburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xi Yan</string-name>
          <email>xi.yan@uni-hamburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ricardo Usbeck</string-name>
          <email>ricardo.usbeck@leuphana.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Question Answering, KGQA, Scholarly KGQA, Large Language Model</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hamburger Informatik Technologie-Center e.V. c/o</institution>
          ,
          <addr-line>Vogt-Kölln-Str. 30, 22527</addr-line>
          ,
          <country>Hamburg Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Leuphana Universität Lüneburg</institution>
          ,
          <addr-line>Universitätsallee 1, C 4.314, 21335 Lüneburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Semantic Systems Group, Universität Hamburg</institution>
          ,
          <addr-line>Vogt-Kölln-Str. 30, F-434, 22527, Hamburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Answering scholarly questions is challenging without the help of query-based systems. Thus, we develop a divide-and-conquer approach based on a Large Language Model (LLM) for scholarly Knowledge Graph (KG) Question Answering (QA). Our system integrates the KG ontology into the LLM prompts and leverages a hybrid prompt learning strategy with both query structure and content. Our experiments suggest that given an ontology of a specific KG, LLMs are capable of automatically choosing the corresponding classes or predicates required to generate a target SPARQL query from a natural language question. Our approach shows state-of-the-art results over one scholarly KGQA dataset, namely sciQA [1].</p>
      </abstract>
    </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>(R. Usbeck)
CEUR
Workshop
Proceedings</p>
      <p>
        Therefore, we want to create a KGQA system that overcomes the limitations of
ontologyspecific models. To achieve this, we propose leveraging LLMs through powerful and eficient
prompt tuning [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. By integrating the KG ontology into the LLM prompts and applying a
judicious prompt tuning strategy, we aim to empower our system to understand and navigate
the intricacies of diferent KGs, irrespective of their specific ontological configurations.
State-of-the-Art and Challenges. Research Knowledge Graphs, such as DBLP [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and
ORKG [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], have no existing natural language interface hindering users from posing complex
queries such as How many papers in conference X talk about Y?. Due to the lack of such an
interface, there are few studies on scientific KGQA, with only 3 datasets, namely ORKG-QA
benchmark [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], DBLP-QuAD [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and SciQA [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Among the former works, no research has
been done on SciQA and ORKG-QA benchmarks in terms of KGQA system development. As
for DBLP-QuAD, the state-of-the-art system is a T5-based question answering (aka Semantic
Parsing) approach [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] which achieves 86.8% F1 on the testing set. However, their model is built
on the premise of perfectly linked entities and relations, which limits the system to a specific
KG ontology and heavily depends on the separate linking module.
      </p>
      <p>
        Approach. We develop a KGQA system based on a Large Language Model, namely T5 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
using prompt tuning techniques. T5 is a pioneering pre-trained language model in converting
a wide range of NLP (natural language processing) tasks into a unified text-to-text format. It
greatly pushes forward the prompt tuning technique, a pivotal technique that empowers the
model to adapt to specific tasks through finely crafted prompts. Our system’s idea follows the
experience of a hybrid prompt tuning [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], which generates the structure and the content of
queries in a two-step manner. An overview can be seen in Figure 1. More details can be found
in Section 3
Evaluation. We evaluate our system over two KGQA datasets, namely SciQA and DBLP-QuAD.
They serve as two tracks of the scholarly QALD challenge at ISWC 20231. The organizers
host separate benchmark pages for SciQA 2 and DBLP-QuAD 3, where the leaderboard of
1https://kgqa.github.io/scholarly-QALD-challenge/2023/
2https://codalab.lisn.upsaclay.fr/competitions/14759
3https://codalab.lisn.upsaclay.fr/competitions/14264
the challenge and dataset descriptions are illustrated. Our evaluation result is uploaded and
published under the ”Public Submissions” section, see user longquanj. As we see from the
leaderboards, our system is not only competitive but also adaptable to various knowledge graphs
with diferent topologies.
      </p>
      <p>Contribution. We develop the first, scholarly KG-agnostic KGQA system based on an LLM.
Our source code can be found at our github repository4.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Tasks and Datasets</title>
      <p>This paper describes our solution submitted for both Task 1 and Task 2 of the Scholarly QALD
2023 challenge both focusing on simple and complex question answering over scientific
knowledge graphs.</p>
      <p>
        Task 1 of this challenge is using the DBLP-QuAD dataset [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to perform Entity Linking (EL)
and Question Answering (QA) respectively over the DBLP KG, a well-known repository for
computer science bibliography. DBLP-QALD consists of 10,000 questions paired with their
corresponding SPARQL queries that were generated using a variety of human-written templates,
covering both simple and complex questions with some constraints. In addition, it shows the
potential of evaluating the compositional generalization of KGQA systems.
      </p>
      <p>
        Task 2 uses the SciQA [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] dataset, a novel scientific QA benchmark for the Open Research
Knowledge Graph (ORKG), to answer complex questions about bibliographic metadata and
scientific elements, e.g., ideas, theories, and approaches. The formation process of scientific
questions follows a bottom-up method in which a small set of complex questions is manually
developed that is answerable over ORKG, and a larger set of questions is automatically generated
using delicate eight templates.
      </p>
      <p>We conduct an analysis of the structure of the SPARQL queries of both datasets. The numbers
of the unique SPARQL structures in both datasets are displayed in Table 2. By structure, we
refer to SPARQL keywords, operators, aggregators, and placeholders for KG schema items (e.g.,
relations, entities and classes). For SciQA, there are 7 specific structures that are in the validation
set but not in the training set and 18 in the test set but not in training. For DBLP-QuAD, 9
structures from the validation set are not found in the training set and 9 from the test set are
missing in the training set.</p>
      <sec id="sec-3-1">
        <title>DBLP-QuAD</title>
        <p>SciQA
train
56
64
valid
64
19
test
65
28</p>
        <sec id="sec-3-1-1">
          <title>4https://github.com/semantic-systems/ScholarlyQuAD-QA-Solution</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. System Description</title>
      <p>Due to the poor generalization of LLMs in low-resource scenarios, the ”pre-train and fine-tune”
paradigm tends to be inefective in few-shot settings. To alleviate such issues, we resort to
prompting, where LLMs are explicitly guided by special prompts to reason about the downstream
tasks, e.g., ”translate the sentence into English”.</p>
      <p>
        In this paper, we employ a two-stage framework that divides the SPARQL query generation
task into two sub-tasks, following the experience of Gu et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. An illustration of our model
pipeline is shown in Figure 1.
3.0.1. Training Data Preprocessing
Our two-stage learning framework requires the availability of ground truth structural
representations of SPARQL queries. To this end, we replace the literal values and schema items within a
SPARQL query with placeholders. We design four special tokens as placeholders: [var], [ent],
[rel] and [val], representing a variable, an entity, a relation, and a literal value, respectively. To
ensure the better generalization of such structural representation as well as higher coverage of
complex questions with constraints, we design another special token, namely [con], to represent
a constraint or condition in FILTER keywords.
      </p>
      <p>SELECT DISTINCT ?answer
WHERE {
?answer dblp:authoredBy pid:61_5165 .
?answer dblp:yearOfPublication ?y</p>
      <p>FILTER ( ?y &gt; YEAR ( NOW() ) - 9 )
}</p>
      <sec id="sec-4-1">
        <title>Listing 1: An example in the DBLP-QALD dataset.</title>
        <p>Taking Listing 1 as an example, the SPARQL query is first preprocessed via the following
procedure: prefix removal, variable name standardization, lowercase, redundant whitespace
removal, etc. and then converted into its corresponding structural representation ”select distinct
[var] where { [var] [rel] [ent] . [var] [rel] [var] filter [con] }”. Here, we treat the constraint ” (?y
YEAR(NOW())-9)” as a whole and replace it with the placeholder [con].
3.0.2. Structure and Content Prompts:
We divide the task of semantic parsing by two, structure and content prompting.</p>
        <p>For a question  , we feed the structure prompt  ,  , and the KG ontology  to the LLM,
which outputs a SPARQL structure  . In the second stage, this structure is sent to the LLM
combined with content prompt   ,  , and  to generate a complete SPARQL filled with the
content. The content is based on known schema items.</p>
        <p>In the semantic web community, ontology is a data model that defines and represents the
relations and connections between diferent entities and concepts within a specific domain in
a structured and standardized way. In this work, we assume that prompting LLMs with the
ontology of a specific knowledge graph would facilitate the understanding and reasoning of</p>
        <p>LLMs over structured data in terms of the SPARQL Query generation task. Due to the possibly
large size of the ontology of a specific knowledge graph, in this work, the ontology is limited to
the schema items (e.g., relations, entities, classes) used within a specific dataset.</p>
        <p>An example prompt for verbalizing the ontology of a specific KG (DBLP or ORKG here) is
shown in Figure 2. For the task 1 of this challenge, our framework does not perform Entity
Linking as it requires the availability of linked entities, which are missing in the final stage. To
alleviate such issue, we resort to a simple but efective method where a text similarity model
is used to sample top K candidates semantically similar to these questions so that our model
learns to select suitable entities for SPARQL query generation. For the task 2 of this challenge,
the size of the set of schema items within the SciQA dataset is relatively small, so we extract
and use all entities or resources, except for classes and relations, from ground truth SPARQL
queries in the training set to construct the prompts.</p>
        <p>
          Therefore, the model is capable of dealing with complex SPARQL queries, which might
include multiple entities, relations, and operators. As for the LLM, we use mT5-base [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], which
is trained massively on a multilingual corpus.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. Results and Discussion</title>
      <p>Our model achieves state-of-the-art results on SciQA with an F1 score of 99.19% and second
in DBLP-QuAD’s QA task with an F1 score of 66.19%. In Tables 2 and 3, you can find the
leaderboards based on the challenge page. Our model is illustrated under the name of ”longquanj”
both in the below tables and the challenge website. The best results are marked in bold.</p>
      <sec id="sec-5-1">
        <title>User</title>
        <p>zeio
tilahun
longquanj
tilahun</p>
      </sec>
      <sec id="sec-5-2">
        <title>Date</title>
        <p>Oct 07 2023
Oct 06 2023
Oct 04 2023
Oct 03 2023</p>
        <p>F1
0.9358
0.9904
0.9919
0.9602</p>
        <p>As can be seen from the tables, our system not only achieves high performance on diferent
KGQA tasks but it also shows its strong generalization capacity through KGs of diferent
topologies.</p>
        <p>However, our hybrid prompt tuning methodology presents several weaknesses, each of which
poses unique challenges. First, the unordered nature of triple patterns introduce ambiguity and
hinder pattern recognition. This can result in dificulties in capturing the intended semantic
relationships. Secondly, the sheer quantity of target KG schema terms, especially when dealing
with fine-grained relations and entities, can lead to computational complexity and resource
constraints. Additionally, the selection of the top-k relations, linked entities, n-hop neighbors,
or subgraphs may inadvertently exclude valuable information, potentially limiting the system’s
scope. Furthermore, our reliance on an entity linking module may introduce propagation errors,
undermining the overall accuracy of the system. Lastly, the expansive structure space, given
the granularity at the level of relations and entities, can intensify the challenge of navigating
and modeling the KG.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Summary</title>
      <p>We presented our solution for the KGQA task on the DBLP-QALD and SciQA datasets,
respectively for the Scholarly QALD 2023 challenge 5. We found that integration of the KG ontology
into LLM prompts can guide LLMs better in order to generate the corresponding correct SPARQL
query for a given natural language question. Additionally, we analyze the results of our model
and point out limitations that shall be improved in our further work.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work has been partially supported by grants for the DFG project NFDI4DataScience project
(DFG project no. 460234259) and by the Federal Ministry for Economics and Climate Action in
the project CoyPu (project number 01MK21007G).</p>
      <sec id="sec-7-1">
        <title>5https://kgqa.github.io/scholarly-QALD-challenge/2023/</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. A. C.</given-names>
            <surname>Barone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bartz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. G.</given-names>
            <surname>Cortes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Y.</given-names>
            <surname>Jaradeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Karras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koubarakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Mouromtsev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pliukhin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Radyush</surname>
          </string-name>
          , I. Shilin,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stocker</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. Tsalapati,</surname>
          </string-name>
          <article-title>The sciqa scientific question answering benchmark for scholarly knowledge</article-title>
          ,
          <source>Scientific Reports</source>
          <volume>13</volume>
          (
          <year>2023</year>
          )
          <article-title>7240</article-title>
          . URL: https://doi.org/10.1038/s41598-023-33607-z. doi:
          <volume>10</volume>
          .1038/ s41598- 023- 33607- z.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <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>R.</given-names>
            <surname>Usbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <article-title>Gett-qa: Graph embedding based t2t transformer for knowledge graph question answering</article-title>
          , in: C.
          <string-name>
            <surname>Pesquita</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Jimenez-Ruiz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Faria</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Dimou</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Troncy</surname>
          </string-name>
          , S. Hertling (Eds.),
          <source>The Semantic Web</source>
          , Springer Nature Switzerland, Cham,
          <year>2023</year>
          , pp.
          <fpage>279</fpage>
          -
          <lpage>297</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>X.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qu</surname>
          </string-name>
          ,
          <article-title>Logical form generation via multi-task learning for complex question answering over knowledge bases</article-title>
          ,
          <source>in: Proceedings of the 29th International Conference on Computational Linguistics</source>
          ,
          <source>International Committee on Computational Linguistics</source>
          , Gyeongju, Republic of Korea,
          <year>2022</year>
          , pp.
          <fpage>1687</fpage>
          -
          <lpage>1696</lpage>
          . URL: https://aclanthology. org/
          <year>2022</year>
          .coling-
          <volume>1</volume>
          .
          <fpage>145</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Lester</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Al-Rfou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Constant</surname>
          </string-name>
          ,
          <article-title>The power of scale for parameter-eficient prompt tuning</article-title>
          ,
          <source>arXiv preprint arXiv:2104.08691</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ley</surname>
          </string-name>
          ,
          <article-title>The dblp computer science bibliography: Evolution, research issues, perspectives</article-title>
          ,
          <source>in: International symposium on string processing and information retrieval</source>
          , Springer,
          <year>2002</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M. Y.</given-names>
            <surname>Jaradeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oelen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Prinz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stocker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <article-title>Open research knowledge graph: a system walkthrough</article-title>
          ,
          <source>in: Digital Libraries for Open Knowledge: 23rd International Conference on Theory and Practice of Digital Libraries, TPDL</source>
          <year>2019</year>
          , Oslo, Norway, September 9-
          <issue>12</issue>
          ,
          <year>2019</year>
          , Proceedings 23, Springer,
          <year>2019</year>
          , pp.
          <fpage>348</fpage>
          -
          <lpage>351</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M. Y.</given-names>
            <surname>Jaradeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stocker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <article-title>Question answering on scholarly knowledge graphs</article-title>
          ,
          <source>in: International Conference on Theory and Practice of Digital Libraries</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>19</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>arXiv preprint arXiv:2303.13351</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>The Journal of Machine Learning Research</source>
          <volume>21</volume>
          (
          <year>2020</year>
          )
          <fpage>5485</fpage>
          -
          <lpage>5551</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Madden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <article-title>Few-shot text-to-sql translation using structure and content prompt learning</article-title>
          ,
          <source>Proc. ACM Manag. Data</source>
          <volume>1</volume>
          (
          <year>2023</year>
          )
          <volume>147</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>147</lpage>
          :
          <fpage>28</fpage>
          . URL: https://doi.org/10.1145/3589292. doi:
          <volume>10</volume>
          .1145/3589292.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>L.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Constant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Al-Rfou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Siddhant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barua</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Rafel, mt5: A massively multilingual pre-trained text-to-text transformer</article-title>
          , in: K.
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rumshisky</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Hakkani-Tür</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Beltagy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bethard</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Cotterell</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chakraborty</surname>
          </string-name>
          , Y. Zhou (Eds.),
          <source>Proceedings of the</source>
          <year>2021</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL-HLT 2021, Online</article-title>
          , June 6-11,
          <year>2021</year>
          , Association for Computational Linguistics,
          <year>2021</year>
          , pp.
          <fpage>483</fpage>
          -
          <lpage>498</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2021</year>
          .naacl-main.
          <volume>41</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .naacl- main.41.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>