<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Challenge Description</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <abstract>
        <p>SMART 2021 [1] was the second edition of the SeMantic Answer Type and Relation Prediction Task (SMART), which part of the ISWC 2021 Semantic Web Challenge. It was co-located with the 19th International Semantic Web Conference (ISWC 2020)1. The first edition SMART2020 [2] was in ISWC 2020. Given a question in natural language, the task of SMART challenge is, to predict the answer type and relations using a target ontology. The challenge had 2 tracks (answer type prediction and relation prediction) with 2 KBs, one using the DBpedia ontology and the other using Wikidata ontology. There were six submissions for answer type prediction (DBpedia) and four systems for answer type prediction (Wikidata). Similarly, there were three systems for relation prediction (DBpedia) and three systems for relation prediction (Wikidata). This volume contains peer-reviewed system description papers of all the systems that participated in the challenge. More details about the challenge can be found at https://smart-task.github.io/2021/. This challenge is focused on answer type prediction and relation prediction, which play an important role in Question Answering systems. Answer Type Prediction Given a natural language question, the task is to produce a ranked list of answer types of a given target ontology. Previous such answer type classifications in literature are performed as a short-text classification task using a set of coarse-grained types, for instance, either six types [3, 4, 5, 6] or 50 types [7] with TREC QA task2. We propose a more granular answer type classification using popular Semantic Web ontologies such as DBpedia and Wikidata. Relation Prediction Given a natural language question, the task is to identify the relation and link to the relations in KG. Depending on the number of relations in the KG, the number of relation types to be linked varies. Table 1 and Table 2 illustrates some examples. The participating systems can be either supervised (training data is provided) or unsupervised. The systems can utilise a wide range of approaches; from rule-based to neural approaches.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Presentations</title>
      <p>Eight teams competed in SMART 2021 and presented their systems at the ISWC
2021 conference. Table 3 shows their presentation titles along with the authors.
1https://iswc2021.semanticweb.org/
2https://trec.nist.gov/data/qamain.html</p>
    </sec>
    <sec id="sec-2">
      <title>Leaderboards</title>
      <p>For each natural language question in the test set, the participating systems are
expected to provide two predictions: answer category and answer type. Answer
category can be either ‘resource’, ‘literal’ or ‘boolean’. If the answer category is
‘resource’, the answer type should be an ontology class (DBpedia or Wikidata,
depending on the dataset). The systems could predict a ranked list of classes
from the corresponding ontology. If the answer category is ‘literal‘, the answer
type can be either ‘number’, ‘date’ or ‘string’.</p>
      <sec id="sec-2-1">
        <title>Answer Type Prediction</title>
        <sec id="sec-2-1-1">
          <title>DBpedia Dataset</title>
          <p>
            Category prediction will be considered as a multi-class classification problem
and accuracy score will be used as the metric. As DBpedia follows DBpedia
ontology for its classes, thus for type predication, we will use the metric lenient
NDCG@k with a linear decay, adopted from Balog &amp; Neumayer [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ]. The results
are shown in Table 3.
          </p>
        </sec>
        <sec id="sec-2-1-2">
          <title>Title / Authors</title>
          <p>Session 3C – SW Challenges: Thursday, 26th October, 2021
13:26 – 13:33 EDT
13:33 – 13:40 EDT
13:50 – 13:55 EDT
13:55 – 14:00 EDT
14:00 – 14:05 EDT
14:05 – 14:10 EDT</p>
        </sec>
        <sec id="sec-2-1-3">
          <title>Reaching out for the Answer:</title>
        </sec>
        <sec id="sec-2-1-4">
          <title>Answer Type and Property Prediction</title>
          <p>Khaoula Benmaarouf, Kanchan Shivashankar,
and Nadine Steinmetz</p>
        </sec>
        <sec id="sec-2-1-5">
          <title>The Combination of BERT and Data</title>
        </sec>
        <sec id="sec-2-1-6">
          <title>Oversampling for Answer Type Prediction</title>
          <p>Thang Ta Hoang, Olumide Ebenezer Ojo, Olaronke
Oluwayemisi Adebanji, Alexander Gelbukh
and Hiram Calvo.</p>
          <p>Q &amp; A session for the first two talks</p>
        </sec>
        <sec id="sec-2-1-7">
          <title>CitySAT: A system for the semantic answer type prediction</title>
          <p>Chaeyoon Kim and Ernesto Jimenez-Ruiz</p>
        </sec>
        <sec id="sec-2-1-8">
          <title>Semantic Answer Type Prediction</title>
          <p>G P Shrivatsa Bhargav, Dinesh Khandelwal,
Saswati Dana and Dinesh Garg</p>
        </sec>
        <sec id="sec-2-1-9">
          <title>Answer Type Prediction (SMART 2021 – AT)</title>
          <p>Xiao Ning, Ammar Ammar, Arif Yilmaz
Shervin Mehryar, Remzi Celebi</p>
        </sec>
        <sec id="sec-2-1-10">
          <title>Multilingual Hierarchical Expected Answer)</title>
          <p>Type Classification over DBpedia and Wikidata
Aleksandr Perevalov and Andreas Both</p>
          <p>
            Q &amp; A session for the last four talks
Here again the category prediction will be considered as a multi-class
classification problem and accuracy score will be used as the metric. Wikidata does not
follow a strict ontology for the classes, it has a very large and rather flat set of
classes and subclasses. Thus for type prediction, we use a mean reciprocal rank
(MRR) based scoring system [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ], where the expected type prediction is a list.
The results are shown in Table 4.
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Relation Prediction</title>
        <p>Relation prediction is evaluated using the precision, recall and F1 metrics
considering the gold standard list relations and predicted list of relations. Table 5
and Table 6 shows the results for the relation prediction task for DBpedia and
Wikidata.
System
Kim et al.</p>
        <p>Bhargav et al.</p>
        <p>Celebi et al.</p>
        <p>Hoang et al.</p>
        <p>Steinmetz et al.</p>
        <p>Perevalov et al.
0.842
0.825
0.725
0.727
0.734
0.643</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Organisation</title>
      <sec id="sec-3-1">
        <title>Challenge Chairs</title>
        <p>In this section, we list the people who organised and contributed to the success
of this event.</p>
        <p>• Nandana Mihindukulasooriya (IBM Research AI)
• Mohnish Dubey (InfAI Dresden)
• Alfio Gliozzo (IBM Research AI)
• Jens Lehmann (University of Bonn and Fraunhofer IAIS)
• Axel-Cyrille Ngonga Ngomo (Universität Paderborn)
• Ricardo Usbeck (Fraunhofer IAIS Dresden)
• Gaetano Rossiello (IBM Research AI)
• Uttam Kumar (University of Bonn)
Challenge Programme Committee Members
The challenge programme committee helped to peer-review the eight system
papers. Each paper received 2 or 3 reviews from the programme committee
members and authors took those feedback into account when preparing the
camera-ready versions. The organisers would like to thank them for their
valuable time.</p>
        <p>• Ibrahim Abdelaziz (IBM Research AI)
• Carlos Badenes-Olmedo (Ontology Engineering Group, UPM)
• Pavan Kapanipathi (IBM Research AI)
• Debanjali Biswas (GESIS)
• Pablo Calleja (Ontology Engineering Group, UPM)
• Jennifer D’Souza (TIB, Leibniz University Hannover)
• Uttam Kumar (University of Bonn)
• Gaetano Rossiello (IBM Research AI)
• Sanju Tiwari (Universidad Autonoma de Tamaulipas)
• Ricardo Usbeck (University of Hamburg)
• Daniel Vollmers (Paderborn University)
• Mohnish Dubey (InfAI Dresden)
• Nandana Mihindukulasooriya (IBM Research AI)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements</title>
      <p>We would like to thank the ISWC Semantic Web Challenge chairs, Ernesto
Jimenez-Ruiz, Jiaoyan Chen and Despoina Magka, and the whole ISWC
organising committee for their invaluable support to make this event a success. We
would also like to thank the challenge participants for their interest, quality of
work, and informative presentations during the event which made it attractive
to the ISWC audience.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Nandana</given-names>
            <surname>Mihindukulasooriya</surname>
          </string-name>
          , Mohnish Dubey, Alfio Gliozzo, Jens Lehmann,
          <string-name>
            <surname>Axel-Cyrille Ngonga</surname>
            <given-names>Ngomo</given-names>
          </string-name>
          , Ricardo Usbeck, Gaetano Rossiello, and
          <string-name>
            <given-names>Uttam</given-names>
            <surname>Kumar</surname>
          </string-name>
          .
          <article-title>Semantic Answer Type and Relation Prediction Task (SMART</article-title>
          <year>2021</year>
          ). CoRR/arXiv, abs/2112.07606,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Nandana</given-names>
            <surname>Mihindukulasooriya</surname>
          </string-name>
          , Mohnish Dubey, Alfio Gliozzo, Jens Lehmann,
          <string-name>
            <surname>Axel-Cyrille Ngonga Ngomo</surname>
          </string-name>
          , and Ricardo Usbeck.
          <article-title>SeMantic AnsweR Type prediction task (SMART) at ISWC 2020 Semantic Web Challenge</article-title>
          . CoRR/arXiv, abs/
          <year>2012</year>
          .00555,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Han</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Zhengdong</given-names>
            <surname>Lu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Pascal</given-names>
            <surname>Poupart</surname>
          </string-name>
          .
          <article-title>Self-adaptive hierarchical sentence model</article-title>
          .
          <source>In Twenty-Fourth International Joint Conference on Artiifcial Intelligence</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Chunting</given-names>
            <surname>Zhou</surname>
          </string-name>
          , Chonglin Sun, Zhiyuan Liu, and
          <string-name>
            <given-names>Francis</given-names>
            <surname>Lau</surname>
          </string-name>
          .
          <article-title>A C-LSTM neural network for text classification</article-title>
          .
          <source>arXiv preprint arXiv:1511.08630</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Yoon</given-names>
            <surname>Kim</surname>
          </string-name>
          .
          <article-title>Convolutional neural networks for sentence classification</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP</source>
          <year>2014</year>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Nal</given-names>
            <surname>Kalchbrenner</surname>
          </string-name>
          , Edward Grefenstette, and
          <string-name>
            <given-names>Phil</given-names>
            <surname>Blunsom</surname>
          </string-name>
          .
          <article-title>A convolutional neural network for modelling sentences</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>655</fpage>
          -
          <lpage>665</lpage>
          , Baltimore, Maryland,
          <year>June 2014</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Xin</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dan</given-names>
            <surname>Roth</surname>
          </string-name>
          .
          <source>Learning Question Classifiers: the Role of Semantic Information. Natural Language Engineering</source>
          ,
          <volume>12</volume>
          (
          <issue>3</issue>
          ):
          <fpage>229</fpage>
          -
          <lpage>249</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Krisztian</given-names>
            <surname>Balog</surname>
          </string-name>
          and
          <string-name>
            <given-names>Robert</given-names>
            <surname>Neumayer</surname>
          </string-name>
          .
          <article-title>Hierarchical target type identification for entity-oriented queries</article-title>
          .
          <source>In 21st ACM International Conference on Information and Knowledge Management</source>
          ,
          <source>CIKM'12</source>
          ,
          <string-name>
            <surname>Maui</surname>
            ,
            <given-names>HI</given-names>
          </string-name>
          , USA, October 29 - November 02,
          <year>2012</year>
          , pages
          <fpage>2391</fpage>
          -
          <lpage>2394</lpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Dragomir</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Radev</surname>
          </string-name>
          , Hong Qi,
          <string-name>
            <surname>Harris Wu</surname>
            , and
            <given-names>Weiguo</given-names>
          </string-name>
          <string-name>
            <surname>Fan</surname>
          </string-name>
          .
          <article-title>Evaluating webbased question answering systems</article-title>
          .
          <source>In Proceedings of the Third International Conference on Language Resources and Evaluation</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2002</year>
          , May 29- 31,
          <year>2002</year>
          ,
          <string-name>
            <given-names>Las</given-names>
            <surname>Palmas</surname>
          </string-name>
          , Canary Islands, Spain.
          <source>European Language Resources Association</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>