<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Exploring SPARQL query types to improve Ontology Mapping and Retrieval Augmented Modelling for auto- generated questions1</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>R. Tharaniya Sairaj</string-name>
          <email>tharaniyassairaj@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>S. R. Balasundaram</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Applications, National Institute of Technology</institution>
          ,
          <addr-line>Tiruchirappalli, Tamilnadu</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The use of SPARQL is evergreen for querying, extracting and expanding named entities from RDF datasets, significantly enhancing text processing applications such as Automatic Question Generation (AQG). Recent research employs pretrained Large Language Models (LLMs) for AQG to reduce manual costs, but these models are limited by their dependence on training data. This in turn makes LLMs to conterfeit the answer-revealingness challenge in automatic Multi-hop Question Generation. This challenge occurs in the process of Multi-hop Question Generation as it requires integration of named entities from multiple sources and deep comprehension of these interconnected concepts, which is quite challenging. In this context, Retrieval Augmented Models (RAM) have gained attention in NLP for improving text processing through enhanced information extraction, yet their application in AQG is limited. This research addresses this gap by RAM's workflow with attention to its first phase - Input Text Enrichment via Named Entity Expansion-is crucial for generating diverse, comprehensive questions. But, Effective named entity expansion is facilitated by ontology mapping to align entities to various ontologies, which is more demanding. To address this requirement, SPARQL querying techniques such as multi-querying, step-back querying, and sub-querying are examined to enhance named entity expansion accuracy, thereby improving RAM's efficacy, leading to well-formed auto-generated questions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The SPARQL Protocol and RDF Query Language remains crucial need for querying, extracting, and
expanding relevant named entities from RDF (Resource Description Framework) datasets [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7-9</xref>
        ].
Notably, the expansion of named entities significantly enhances various text processing
applications, including Automatic Question Generation (AQG) [
        <xref ref-type="bibr" rid="ref7 ref8">7,8</xref>
        ]. In this regard, the recent
literature leverages the utilization of pretrained Large Language Models (LLMs) for this generative
process to reduce the manual cost and time in synthesizing hand curated question templates.
However, the outcomes of LLMs is limited to the phenomenon of training data dependence, which
in turn may not cover the domain-specific knowledge required for certain AQG tasks (such as
Multi-hop Question Generation) [
        <xref ref-type="bibr" rid="ref10 ref11">10,11</xref>
        ]. A multi-hop question requires combining information
from multiple passages or sources to arrive at the correct answer. For example, consider the text
“An equilateral triangle is a geometric shape characterized by three equal sides”.
The
autogenerated multi-hop question is “Discuss the angles of the equilateral triangle characterized by
three equal sides.”. Here the named entity “equilateral triangle” should not be generated as a part of
question as it is a part of the answer (Figure 1). In this context, named entities which seem to be
the answer candidates should be replaced with answer non-revealing named entity by integrating
information from multiple sections of text or diverse sources [
        <xref ref-type="bibr" rid="ref5 ref6">5,6</xref>
        ]. This generates an answer
nonrevealing multi-hop question as “Discuss the angles of the geometric shape characterized by three
equal sides.”. So, automatic generation of these questions must reflect comprehension of
interconnected concepts in a subject, a task that is complex and demanding.
      </p>
      <p>
        In this regard, Retrieval Augmented Models (RAM) have gained attention in Natural Language
Processing (NLP) for enhancing text processing and information retrieval. However, their
application in Automatic Question Generation (AQG) remains limited [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4,5,6</xref>
        ]. This research
addresses this gap by exploring RAM's functional workflow, consisting of three stages. Initially,
named entities in the source text are expanded to broaden context and coverage, which is essential
for improving retrieval accuracy and generating relevant, diverse questions. Next, the enriched text
is encoded and indexed to create a contextual representation, ensuring accurate understanding and
processing for retrieval tasks. The final stage involves searching the encoded text, ranking the
results based on relevance, and decoding them to produce enriched text to improve the question
generation process. Here, the first phase—Input Text Enrichment via Named Entity Expansion—is
important for the workflow's efficiency, especially in auto-generating exam questions, as it
enhances the diversity and volume of questions by providing a comprehensive topic
understanding. So approaches to bring out efficacy in this step are studied and application of
various Ontology Mapping tools are widely seen [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref7 ref8 ref9">1-3,7-9</xref>
        ]. Ontology mapping is a complex process
that aligns named entities to different ontologies, given the variability in entity nomenclature and
definitions. In this regard, SPARQL is used to query the graph neighborhood of entities and their
relationships within the ontology, facilitating precise named entity expansion. This paper examines
ontology mapping, focusing on SPARQL querying techniques such as multi-querying, step-back
querying, and sub-querying. This paper examines ontology mapping, focusing on SPARQL
querying techniques such as multi-querying, step-back querying, and sub-querying. Multi-querying
involves executing multiple related queries to gather comprehensive information on a topic.
Stepback querying entails reviewing and querying previous steps or layers of data to refine the search
results. Sub-querying involves nesting down to synthesis a complex query from smaller sequential
queries to extract specific information. By exploring these techniques, the study aims to enhance
the accuracy of named entity expansion, ultimately improving the effectiveness of AQG through
RAM.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        The role of ontologies and Ontology Mappings are evergreen in Automated Question Generation
(AQG), particularly in text expansion [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4-6</xref>
        ]. By leveraging ontology models and question templates,
innovative methods have been developed to automate question generation across various subjects
[
        <xref ref-type="bibr" rid="ref10 ref5 ref6">5,6,10</xref>
        ]. In this line, the Sequence Generation Model based on Domain Ontology for Mathematical
Question Tagging utilize domain ontologies to enhance deep learning models' comprehension of
textual information, thereby improving question quality and relevance. Ontology-based approaches
are also noted to maintain question consistency by deconstructing information into SPARQL
queries, which are then converted into questions, achieving accuracy rates up to 90.71% [
        <xref ref-type="bibr" rid="ref6 ref7 ref8">6-8</xref>
        ].
Additionally, automatic ontology enrichment techniques have been applied successfully to extract
knowledge from texts and enrich initial ontologies, demonstrating the efficacy of natural language
processing and ontology enrichment in automated question generation . Furthermore, ontology
mapping tools and methodologies [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref5 ref6 ref7 ref8">1-3,5-8</xref>
        ] are employed with ontologies and thesauruses as
background knowledge to advance educational ontology mapping and the overall efficiency of
ontology alignment processes.
      </p>
      <p>
        Meanwhile, SPARQL querying techniques have also been evolving to address challenges in RDF
data processing [
        <xref ref-type="bibr" rid="ref7 ref8">7,8</xref>
        ]. Techniques such as multi-querying, sub-querying, and step-back querying
are noted to enhance query performance and flexibility. Multi-querying allows the submission of a
small query set instead of a single query, improving query representation. Sub-querying, involving
the use of UNION and OPTIONAL operators [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7-9</xref>
        ]. Step-back querying optimizes SPARQL queries
over decentralized knowledge graphs, addressing issues like cardinality estimation and data
fragmentation. Moreover, the use of SPARQL in AQG recently relies on incorporating generative
pre-trained language models (PLMs) like T5 and BART are notable. The use of SPARQL in
knowledge-based question generation (KBQG) tasks handles complex operations such as
aggregation and comparison. Furthermore, translating natural language competency questions
[
        <xref ref-type="bibr" rid="ref5 ref8">5,8</xref>
        ] into SPARQL queries has been proposed to integrate ontologies, enabling efficient exploration
of entity-relationships.
      </p>
      <p>
        However, the application of RAM in AQG remains underexplored, which is highly essential to
handle the limitations of pretrained Large Language Models (LLMs) in dealing with the
domainspecific knowledge for Multi-hop Question Generation. This research gap emphasises the need for
analysis of OM’s contributive factors [
        <xref ref-type="bibr" rid="ref1 ref2 ref8 ref9">1,2,8,9</xref>
        ]. In this line, an exploration of diverse SPARQL query
types such as such as multi-querying, step-back querying, and sub-querying are done and
empirically analysed in the proposed work. Based on these observations, the Research Questions
(RQ) and Research Objectives (RO) are given below.
      </p>
      <p>•
•
•
•</p>
      <p>RQ-1: How can RAM be effectively utilized to incorporate domain-specific knowledge for
Multi-hop Question Generation using LLMs ?
RQ-2: What are the impacts of diverse SPARQL querying techniques on the accuracy of
named entity expansion and efficiency in RAM-based AQG systems?
RO-1: To study the effectiveness of RAM-AQG integration in overcoming the limits of
incorporating domain-specific knowledge LLM based Multi-hop Question Generation.
RO-2: To analyze the significance of OM’s contributive factors such as multi-querying,
step-back querying, and sub-querying on the accuracy of named entity expansion for AQG.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>The proposed methodology employs an Anchor-Align approach, a variant of CLASH approach to
link the named entities in the sources text to that in the Ontology to bring out named entity
expansion. If all entities are connected by one or more edges, the named entity network becomes a
connected graph. Conversely, if an entity remains disconnected due to a lack of association with
other entities, it becomes impossible to infer any meaningful information about the entity from the
network. Once processed, the Ontology is updated using shared attributes: an entity vector
(ndimensional vector) and the similarity between two entities (cosine similarity between these
vectors).</p>
      <sec id="sec-3-1">
        <title>3.1. Step-1: Anchoring</title>
        <p>In this phase, the source text is pre-processed using various Natural Language Processing (NLP)
techniques such as tokenisation, case folding, entity extraction etc. Entity extraction based
categorisation of source text using IsimScore (Equation 1) calculated with bigram relevance and
semantic relationships intersection for further Ontology Mapping (OM) based entity expansion
process. The random subset selection process is based on the assumption that using 63% of records
in source data and log(F) of Feature set can generate feasible number of Random Subsets. In
addition, heuristics are applied (Table 1) to carry out additive feature extraction for interpretable
ensemble model generation in the consecutive stages of the work.</p>
        <p>•
(1)</p>
        <p>= ∏!"#$∑%*)$%("∑# $'&amp;$((&amp;"##'$((|&amp;&amp;##,,&amp;&amp;++')( |&amp;+)</p>
        <p>Where, Sim = Similarity between unigram/bigram entities, Ei+1, Ei = Entities extracted from
input text and Ej+1|Ej = Entities extracted from knowledge graphs.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Step-2: Augmenting</title>
        <p>The methodology for anchoring links between entities of different ontologies in the ontology
mapping process focuses on establishing Basic Mappings as an interim outcome. This process is
predicated on the execution of SPARQL queries, primarily employing three query types: sub query,
multi query, and step-back query. Sub queries are utilized to extract specific subsets of data from a
larger dataset, identifying entities that meet particular criteria within a single ontology. Multi
queries perform simultaneous searches across multiple ontologies, facilitating the identification of
potential links by comparing entities in parallel. Step-back queries trace relationships by moving
backward through the data hierarchy, ensuring the consistency and contextual integrity of mapped
entities. In the Basic Mapping process for two conceptual ontologies, sub queries extract relevant
properties from the source ontology. Multi queries then identify equivalent properties in the target
ontology by retrieving and comparing similar entities. Step-back queries verify and refine these
mappings by ensuring contextual consistency. Using the above specified two-step empirical
technique the mappings are generated as entity-relationship sets, which is then encoding into
vectors for further text processing.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental study</title>
      <p>Three dataset under varied domain and size are considered for empirical analysis and
comprehensive evaluation of the OM process in the proposed work. The first dataset, The BPMN
ontology [12] serves as a structured framework for representing Business Process Model and
Notation (BPMN) concepts in a machine-readable format. It encompasses 270 classes, 176 object
properties, and 70 data properties, enabling a comprehensive representation of BPMN elements,
attributes, and relationships. The 270 classes represent core elements like processes, activities,
events, gateways, data objects, and participants, which are being mapped into classeses using
retinal shapes such as triangles, polygons etc. Object properties detail relationships like control
flow (e.g., sequenceFlow), associations (e.g., dataInputAssociation), containment (e.g., contains),
and interactions (e.g., participant). The second dataset is the Shape Ontology (SO) [14]. The shape
ontology comprises 40 classes, with endurant or continuant entities forming the top-level category
and specific shapes as subtypes. It defines 15 data properties, categorizing shapes by characteristics
such as dimensionality, symmetry, boundary conditions, and curvature. The ontology includes 30
object properties, detailing relationships like hasShape (between objects and geometric shapes) and
approximates (between individual objects and shape property types). The third one is the
Geometry Ontology (GO) [13]. The Geometry Ontology encompasses 9 classes, including
foundational geometric representations such as Point, LineString, Polygon, and their composite
forms like MultiLineString, Triangles, MultiPolygon etc. he ontology includes 10 object properties,
including "geometry, symmetry" linking resources to their geometric shapes, and "boundary,"
grouping properties defining polygonal boundaries.</p>
      <sec id="sec-4-1">
        <title>4.1. Results and discussion</title>
        <p>The study (Table 2) shows that the proposed approach surpasses the baselines through improved
triple type driven relation extraction for entity context based AQG.</p>
        <p>It is noted that a wide margin of 2-3% accuracy improvement can be achieved using the
proposed A-A approach in entity selection for AQG. In particular, the generation of ERR category
triples (relationships) are more benefited when used with sub-query and multi-query types,
showing an accuracy improvement of around 4%. On the other side, the URR category triples are
commonly achieving around 94% upon all three query types, where Basic Mapping (BM) is
relatively improved. In this line, it is noted that the proposed A-A approach can also generate
improved mappings, only when Basic Mapping (BM) process is required. Figure 2 shows the
sample mapping generated using the three diverse query types. Based on these observations (Table
3) the proposed FFRF model is inferred to have improved potential to automatically generate
questions, balancing diversity and relevance factors.</p>
        <sec id="sec-4-1-1">
          <title>Generated Question:</title>
          <p>Discuss the geometric
characteristics of an
equilateral triangle and
elaborate on the
relationship between its
sides and angles.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Triple Type: ECR</title>
          <p>Generated Question:
Define equilateral triangle
and compare its geometric
properties with other
types.</p>
        </sec>
        <sec id="sec-4-1-3">
          <title>Multi Query/Sub Query</title>
        </sec>
        <sec id="sec-4-1-4">
          <title>Stepback Query</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion and future work</title>
      <p>In conclusion, this research paper explores the utilization of three SPARQL query types to enhance
OM andRAM for AQG. The study focused on addressing challenges in generating non-answer
revealing multi-hop questions using Retrieval Augmented Models (RAM). By employing SPARQL
techniques like multi-querying, step-back querying, and sub-querying, the research aimed to
improve the accuracy of named entity set expansion, a critical requirement for AQG tasks.
Empirical analysis across diverse datasets shows significant advancements in triple type-driven
relation extraction, achieving notable improvements in precision, recall, and F1-score metrics
compared to baseline methods. The paper highlights the significance of OM across three common
triple types, facilitated by SPARQL to complement Large Language Models (LLMs) with reliance on
traditional approaches. Future research could further broaden OM across different domains, and
integrate advanced techniques into RAM-based AQG systems.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgement References</title>
      <p>This research was carried out at E-Learning and HCI Lab, Department of Computer Applications,
National Institute of Technology, Tiruchirappalli.
[12] Singer, R. (2019). An ontological analysis of business process modeling and execution. arXiv
preprint arXiv:1905.00499.
[13] Katsumi, M. Geometry Ontology. Enterprise Integration Lab. Retrieved June 16, 2024, from
https://enterpriseintegrationlab.github.io/icity/Geom/doc/index-en.html
[14] Rovetto, R. J. (2011). The Shape of Shapes: An Ontological Exploration. Shapes, 1.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Ivanova</surname>
            ,
            <given-names>Tatyana.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>A Methodology for Mapping Educational Domain Ontologies Using Top Level Ontologies. 1-4</article-title>
          .
          <fpage>10</fpage>
          .1109/InfoTech55606.
          <year>2022</year>
          .
          <volume>9897119</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Iglesias-Molina</surname>
          </string-name>
          , Ana &amp; Cimmino
          <string-name>
            <surname>Arriaga</surname>
          </string-name>
          , Andrea &amp; Ruckhaus, Edna &amp;
          <string-name>
            <surname>Chaves-Fraga</surname>
            ,
            <given-names>David &amp; García</given-names>
          </string-name>
          <string-name>
            <surname>Castro</surname>
            , Raúl &amp; Corcho,
            <given-names>Oscar.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>An Ontological Approach for Representing Declarative Mapping Languages</article-title>
          .
          <source>Semantic Web</source>
          .
          <volume>15</volume>
          .
          <fpage>191</fpage>
          -
          <lpage>221</lpage>
          .
          <fpage>10</fpage>
          .3233/SW-223224.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Sadiq</surname>
            ,
            <given-names>Muhammad</given-names>
          </string-name>
          &amp; Amin, Muhammad &amp; Bilal, Hafiz &amp; Hussain, Musarrat &amp; Hassan,
          <string-name>
            <given-names>Anees</given-names>
            <surname>Ul</surname>
          </string-name>
          &amp; Lee,
          <string-name>
            <surname>Sungyoung.</surname>
          </string-name>
          (
          <year>2018</year>
          ). LogMap-P:
          <article-title>On matching ontologies in parallel. 1-5</article-title>
          .
          <fpage>10</fpage>
          .1145/3164541.3164589.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>Tao</given-names>
          </string-name>
          &amp; Hu, Shengze &amp; Lin,
          <string-name>
            <surname>Keke</surname>
          </string-name>
          &amp; Yang,
          <string-name>
            <surname>Huali</surname>
          </string-name>
          &amp; Zhang, Hao &amp; Song, Houbing &amp; Lyu,
          <string-name>
            <surname>Zhihan.</surname>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>Sequence Generation Model Integrating Domain Ontology for Mathematical question tagging</article-title>
          .
          <source>ACM Transactions on Asian and Low-Resource Language Information Processing</source>
          .
          <volume>10</volume>
          .1145/3593804.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Kusuma</surname>
            ,
            <given-names>Selvia</given-names>
          </string-name>
          &amp; Siahaan, Daniel &amp; Fatichah,
          <string-name>
            <surname>Chastine.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Automatic question generation with various difficulty levels based on knowledge ontology using a query template</article-title>
          .
          <source>Knowledge-Based Systems. 249. 108906. 10</source>
          .1016/j.knosys.
          <year>2022</year>
          .
          <volume>108906</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Raboanary</surname>
            ,
            <given-names>T.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Keet</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Generating Answerable Questions from Ontologies for Educational Exercises</article-title>
          .
          <source>International Conference on Metadata and Semantics Research.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Xiong</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>AutoQGS: Auto-Prompt for Low-Resource Knowledge-based Question Generation from SPARQL</article-title>
          .
          <source>Proceedings of the 31st ACM International Conference on Information &amp; Knowledge Management.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Benhocine</surname>
            ,
            <given-names>Karim</given-names>
          </string-name>
          &amp; Hansali, Adel &amp;
          <string-name>
            <surname>Zemmouchi-Ghomari</surname>
            , Leila &amp; Ghomari,
            <given-names>Abdessamed Réda.</given-names>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Towards an automatic SPARQL query generation from ontology competency questions</article-title>
          .
          <source>International Journal of Computers and Applications</source>
          .
          <volume>10</volume>
          .1080/1206212X.
          <year>2022</year>
          .
          <volume>2031722</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Yanji</given-names>
          </string-name>
          &amp; Kokar, Mieczyslaw &amp; Moskal,
          <string-name>
            <surname>Jakub.</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>SPARQL Query Generator (SQG)</article-title>
          .
          <source>Journal on Data Semantics</source>
          .
          <volume>10</volume>
          .
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
          <fpage>10</fpage>
          .1007/s13740-021-00133-y.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Emerson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Chali</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>Transformer-Based Multi-Hop Question Generation (Student Abstract)</article-title>
          .
          <source>AAAI Conference on Artificial Intelligence.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Kulshreshtha</surname>
            ,
            <given-names>Saurabh</given-names>
          </string-name>
          &amp; Rumshisky,
          <string-name>
            <surname>Anna.</surname>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>Reasoning Circuits: Few-shot Multi-hop Question Generation with Structured Rationales</article-title>
          .
          <fpage>59</fpage>
          -
          <lpage>77</lpage>
          .
          <fpage>10</fpage>
          .18653/v1/
          <year>2023</year>
          .nlrse-
          <volume>1</volume>
          .6.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>