<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Preface -SMART 2020</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<title level="a" type="main">Preface -SMART 2020</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">8752F6F2C0B5FE5B71319A2687261136</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:16+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>SMART 2020 <ref type="bibr" target="#b0">[1]</ref> 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 19 th 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/.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Challenge Description</head><p>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 <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b4">5]</ref> or 50 types <ref type="bibr" target="#b5">[6]</ref> with TREC QA task<ref type="foot" target="#foot_1">2</ref> . We propose a more granular answer type classification using popular Semantic Web ontologies such as DBpedia and Wikidata.</p><p>Table <ref type="table" target="#tab_0">1</ref> 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Presentations</head><p>Eight teams competed in SMART 2020 and presented their systems at the ISWC 2020 conference. Table <ref type="table" target="#tab_1">2</ref> shows their presentation titles along with the authors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Slot Title / Authors</head><p>Session 6A: Thursday, 5 </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Leaderboards</head><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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>DBpedia Dataset</head><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 <ref type="bibr" target="#b6">[7]</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>System</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Wikidata Dataset</head><p>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 <ref type="bibr" target="#b7">[8]</ref>, where the expected type prediction is a list. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>System</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Organisation</head><p>In this section, we list the people who organised and contributed to the success of this event.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>Example questions and answer types.</figDesc><table><row><cell>Question</cell><cell>Answer Type DBpedia</cell><cell>Wikidata</cell></row><row><cell>Give me all actors starring in</cell><cell>dbo:Actor</cell><cell>wd:Q33999</cell></row><row><cell>movies directed by and star-</cell><cell></cell><cell></cell></row><row><cell>ring William Shatner.</cell><cell></cell><cell></cell></row><row><cell>Which programming lan-</cell><cell cols="2">dbo:ProgrammingLanguage wd:Q9143</cell></row><row><cell>guages were influenced by</cell><cell></cell><cell></cell></row><row><cell>Perl?</cell><cell></cell><cell></cell></row><row><cell>Who is the heaviest player of</cell><cell>dbo:BasketballPlayer</cell><cell>wd:Q3665646</cell></row><row><cell>the Chicago Bulls?</cell><cell></cell><cell></cell></row><row><cell>How many employees does</cell><cell>xsd:integer</cell><cell>xsd:integer</cell></row><row><cell>Google have?</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 :</head><label>2</label><figDesc>Presentation Schedule for the Participating Systems</figDesc><table><row><cell>th November, 2020</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 :</head><label>3</label><figDesc>Leader-board for DBpedia dataset</figDesc><table><row><cell></cell><cell cols="3">Accuracy NDCG@5 NDCG@10</cell></row><row><cell>Setty et al</cell><cell>0.98</cell><cell>0.80</cell><cell>0.79</cell></row><row><cell>Nikas et al</cell><cell>0.96</cell><cell>0.78</cell><cell>0.76</cell></row><row><cell>Perevalov et al</cell><cell>0.98</cell><cell>0.76</cell><cell>0.73</cell></row><row><cell cols="2">Kertkeidkachorn et al 0.96</cell><cell>0.75</cell><cell>0.72</cell></row><row><cell>Ammar et al</cell><cell>0.94</cell><cell>0.62</cell><cell>0.61</cell></row><row><cell>Vallurupalli et al</cell><cell>0.88</cell><cell>0.54</cell><cell>0.52</cell></row><row><cell>Steinmetz et al</cell><cell>0.74</cell><cell>0.54</cell><cell>0.52</cell></row><row><cell>Bill et al</cell><cell>0.79</cell><cell>0.31</cell><cell>0.30</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 :</head><label>4</label><figDesc>Leader-board for Wikipedia dataset</figDesc><table><row><cell></cell><cell cols="2">Accuracy MRR</cell></row><row><cell>Setty et al</cell><cell>0.97</cell><cell>0.68</cell></row><row><cell cols="2">Kertkeidkachorn et al 0.96</cell><cell>0.59</cell></row><row><cell>Vallurupalli et al</cell><cell>0.85</cell><cell>0.40</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://iswc2020.semanticweb.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://trec.nist.gov/data/qamain.html</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><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></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Challenge Chairs</head><p>• Nandana Mihindukulasooriya (IBM Research AI)</p><p>• Mohnish Dubey (University of Bonn and Fraunhofer IAIS)</p><p>• Alfio Gliozzo (IBM Research AI)</p><p>• Jens Lehmann (University of Bonn and Fraunhofer IAIS)</p><p>• Axel-Cyrille Ngonga Ngomo (Universität Paderborn)</p><p>• Ricardo Usbeck (Fraunhofer IAIS Dresden)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Challenge Programme Committee Members</head><p>The challenge programme committee helped to peer-review the eight system papers and the organisers would like to thank them for their valuable time. </p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">SeMantic An-sweR Type prediction task (SMART) at ISWC</title>
		<author>
			<persName><forename type="first">Nandana</forename><surname>Mihindukulasooriya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohnish</forename><surname>Dubey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alfio</forename><surname>Gliozzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jens</forename><surname>Lehmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Axel-Cyrille Ngonga</forename><surname>Ngomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ricardo</forename><surname>Usbeck</surname></persName>
		</author>
		<idno>arXiv, abs/2012.00555</idno>
	</analytic>
	<monogr>
		<title level="m">2020 Semantic Web Challenge</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note type="report_type">CoRR/</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Self-adaptive hierarchical sentence model</title>
		<author>
			<persName><forename type="first">Han</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhengdong</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pascal</forename><surname>Poupart</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Twenty-Fourth International Joint Conference on Artificial Intelligence</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">A C-LSTM neural network for text classification</title>
		<author>
			<persName><forename type="first">Chunting</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chonglin</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhiyuan</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francis</forename><surname>Lau</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1511.08630</idno>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Convolutional neural networks for sentence classification</title>
		<author>
			<persName><forename type="first">Yoon</forename><surname>Kim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP</title>
				<meeting>the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP</meeting>
		<imprint>
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A convolutional neural network for modelling sentences</title>
		<author>
			<persName><forename type="first">Nal</forename><surname>Kalchbrenner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edward</forename><surname>Grefenstette</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Phil</forename><surname>Blunsom</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics</title>
		<title level="s">Long Papers</title>
		<meeting>the 52nd Annual Meeting of the Association for Computational Linguistics<address><addrLine>Baltimore, Maryland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014-06">June 2014</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="655" to="665" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Learning Question Classifiers: the Role of Semantic Information</title>
		<author>
			<persName><forename type="first">Xin</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dan</forename><surname>Roth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Natural Language Engineering</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="229" to="249" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Hierarchical target type identification for entity-oriented queries</title>
		<author>
			<persName><forename type="first">Krisztian</forename><surname>Balog</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Neumayer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">21st ACM International Conference on Information and Knowledge Management, CIKM&apos;12</title>
				<meeting><address><addrLine>Maui, HI, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2012-11-02">October 29 -November 02, 2012. 2012</date>
			<biblScope unit="page" from="2391" to="2394" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Evaluating webbased question answering systems</title>
		<author>
			<persName><forename type="first">R</forename><surname>Dragomir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hong</forename><surname>Radev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Harris</forename><surname>Qi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Weiguo</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><surname>Fan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Third International Conference on Language Resources and Evaluation, LREC 2002</title>
				<meeting>the Third International Conference on Language Resources and Evaluation, LREC 2002<address><addrLine>Las Palmas, Canary Islands, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>European Language Resources Association</publisher>
			<date type="published" when="2002">May 29-31, 2002. 2002</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
