<!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>2020</year>
      </pub-date>
      <abstract>
        <p>SMART 2020 [1] was the first edition of the SeMantic AnsweR Type prediction task (SMART), which part of the ISWC 2020 Semantic Web Challenge. It was co-located with the 19th International Semantic Web Conference (ISWC 2020)1. Given a question in natural language, the task of SMART challenge is, to predict the answer type using a target ontology. The challenge had 2 tracks, one using the DBpedia ontology and the other using Wikidata ontology. Eight teams participated in the DBpedia track and three teams in the Wikidata track. 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/. This challenge is focused on answer type prediction, which plays an important role in Question Answering systems. 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 shorttext classification task using a set of coarse-grained types, for instance, either six types [2, 3, 4, 5] or 50 types [6] with TREC QA task2. We propose a more granular answer type classification using popular Semantic Web ontologies such as DBpedia and Wikidata. Table 1 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>Question</title>
      <sec id="sec-1-1">
        <title>Give me all actors starring in</title>
        <p>movies directed by and
starring William Shatner.</p>
        <p>Which programming
languages were influenced by
Perl?
Who is the heaviest player of
the Chicago Bulls?
How many employees does
Google have?</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Answer Type DBpedia</title>
      <p>dbo:Actor</p>
      <p>Wikidata
wd:Q33999
dbo:ProgrammingLanguage
wd:Q9143
dbo:BasketballPlayer
xsd:integer
wd:Q3665646
xsd:integer
1https://iswc2020.semanticweb.org/
2https://trec.nist.gov/data/qamain.html</p>
      <sec id="sec-2-1">
        <title>Presentations</title>
        <p>Eight teams competed in SMART 2020 and presented their systems at the ISWC
2020 conference. Table 2 shows their presentation titles along with the authors.</p>
        <p>Slot</p>
      </sec>
      <sec id="sec-2-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>
        <p>
          DBpedia Dataset
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="ref7">7</xref>
          ].
        </p>
        <sec id="sec-2-2-1">
          <title>System</title>
          <p>
            Setty et al
Nikas et al
Perevalov et al
Kertkeidkachorn et al
Ammar et al
Vallurupalli et al
Steinmetz et al
Bill et al
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="ref8">8</xref>
            ], where the expected type prediction is a list.
          </p>
        </sec>
        <sec id="sec-2-2-2">
          <title>System Setty et al Kertkeidkachorn et al Vallurupalli et al</title>
        </sec>
        <sec id="sec-2-2-3">
          <title>Accuracy 0.97 0.96 0.85</title>
          <p>MRR
0.68
0.59
0.40</p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>Organisation</title>
        <p>In this section, we list the people who organised and contributed to the success
of this event.
Challenge Chairs
• Nandana Mihindukulasooriya (IBM Research AI)
• Mohnish Dubey (University of Bonn and Fraunhofer IAIS)
• 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)
Challenge Programme Committee Members
The challenge programme committee helped to peer-review the eight system
papers and the organisers would like to thank them for their valuable time.
• Ibrahim Abdelaziz (IBM Research AI)
• Sarthak Dash (IBM Research AI)
• Srinivas Ravishankar (IBM Research AI)
• Pavan Kapanipathi (IBM Research AI)
• Md Rashad Al Hasan Rony (Fraunhofer IAIS)
• Liubov Kovriguina (Fraunhofer IAIS)
• Mohnish Dubey (University of Bonn and Fraunhofer IAIS)
• Nandana Mihindukulasooriya (IBM Research AI)</p>
      </sec>
      <sec id="sec-2-4">
        <title>Acknowledgements</title>
        <p>We would like to thank the ISWC Semantic Web Challenge chairs, Anna Lisa
Gentile and Ruben Verborgh, 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>
    </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 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="ref2">
        <mixed-citation>
          [2]
          <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="ref3">
        <mixed-citation>
          [3]
          <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="ref4">
        <mixed-citation>
          [4]
          <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="ref5">
        <mixed-citation>
          [5]
          <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="ref6">
        <mixed-citation>
          [6]
          <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="ref7">
        <mixed-citation>
          [7]
          <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="ref8">
        <mixed-citation>
          [8]
          <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>