<?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">Wikipedia based Unsupervised Query Classification</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Milen</forename><surname>Kouylekov</surname></persName>
							<email>kouylekov@celi.it</email>
						</author>
						<author>
							<persName><forename type="first">Luca</forename><surname>Dini</surname></persName>
							<email>dini@celi.it</email>
						</author>
						<author>
							<persName><forename type="first">Alessio</forename><surname>Bosca</surname></persName>
							<email>bosca@celi.it</email>
						</author>
						<author>
							<persName><forename type="first">Marco</forename><surname>Trevisan</surname></persName>
							<email>trevisan@celi.it</email>
						</author>
						<title level="a" type="main">Wikipedia based Unsupervised Query Classification</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">27D1E79E0FEA163DA50C086106619CB7</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05:26+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>
			<textClass>
				<keywords>
					<term>Query Classification</term>
					<term>Wikipedia</term>
					<term>Vector Models</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this paper we present an unsupervised approach to Query Classification. The approach exploits the Wikipedia encyclopedia as a corpus and the statistical distribution of terms, from both the category labels and the query, in order to select an appropriate category. We have created a classifier that works with 55 categories extracted from the search section of the Bridgeman Art Library website. We have also evaluated our approach using the labeled data of the KDD-Cup 2005 Knowledge Discovery and Data Mining competition (800,000 real user queries into 67 target categories) and obtained promising results.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>In Information Science logs analysis and more specifically Query Classification (QC) has been used to help detecting users web search intent. Query classification studies have shown the difficulty of achieving accurate classification due to the inevitably short queries. A common practice is to enrich query with external information, and to use an intermediate taxonomy to bridge the enriched query and the target categories. A good summary of such approaches is made by the KDDCUP 2005 organizers <ref type="bibr" target="#b0">[2005]</ref>). Associating external information to queries is costly as it involves crowing the web. The goal of our approach is to create an lightweight unsupervised language independent approach to query classification using the rich content provided by the Wikipedia, a resource easily accessible in many languages.</p><p>In Section 2 we present this approach. In Section 3 we provide a evaluation of its capabilities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Unsupervised Query Classification Approach</head><p>Our approach is based on the vector space model (VSM). The core of the VSM is representing text documents as vectors of identifiers, such as index terms. Each element of the vectors corresponds to a separate term found in the document. If a term occurs in the document, its value in the vector is non-zero. The dimensionality of the vector is the number of words in the vocabulary (the number of distinct words occurring in the corpus). In VSM, weights associated with the terms are calculated based on a heuristic functions. Some of the more popular approaches are term frequency and inverse document frequency.</p><p>Using the VSM a similarity function between the vectors of two documents and a query can be defined. The standard function used is the cosine similarity coefficient, which measures the angle between two vectors.</p><p>We have adapted the vector space model to the query classification task using the following approach: First, we associate a document that describes the category with each category C k . We name this document category document CD. For example a CD for the category Basketball must contain information about: the rules of the game, National Basketball Association, FIBA and famous players etc. A CD for the Arts must contain information about i) paining; ii) sculptures; 3) art museums etc. In the second stage of the approach we associate to each query a set of relevant documents found in a document collection. We define the category score of query q for category C k as the maximum value of the cosine similarity between term vectors of the CD of the category and a document relevant to the query Q i. For example we expect to find a lot of common terms between a document relevant to the query Michael Jordan and the CD for category Basketball and few common terms with the CD of the category Art. Finally as output the approach returns the categories which CD has the highest cosine similarity with a relevant document of the query.</p><p>We use relevant documents for a query and not the query because we compare the query terms with CD documents that are not relevant to the query itself. For example the CD of the category Arts does not contain a mentioning of Pablo Picasso but the intersection between it and documents relevant to Pablo Picasso contain a lot of common terms like painting, art, surrealism etc.</p><p>In order to make our approach feasible we need a document collection that contains sufficient number of documents in order to: 1) Find a big enough CD document for each category. 2) Find documents relevant to the classified queries.</p><p>The advantage of the proposed approach is that it does not require training data and it is language dependent. The approach will befit greatly from a short category description as this will allow a more correct selection of a CD.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Experiments</head><p>In our experiments we used the Wikipedia, a free, web-based, collaborative, multilingual encyclopedia<ref type="foot" target="#foot_0">1</ref> . We assign as CD for the category with the name X the Wikipedia page with the same title. For example the Wikipedia Page with title Basketball can be used as a CD for the category Basketball. The page describes almost all the important aspect of the game and has a lot of terms in common with documents relevant to queries like: Michael Jordan, NBA Playoffs and Chicago Bulls. Respectively the page with the title Hardware contains a lot of terms in common with documents relevant for queries like: intel processors, computer screens and nvida vs intel.</p><p>For some categories the CD assigned by the approach contains short texts that are not sufficient for a complete overview of the category. We expand the CD for these categories by concatenating the texts of the pages that contain the name of the category as sub part of the page title. For example the CD for the category Arts can be expanded by concatenating the text of the pages: Liberal arts, Visual arts, Arts College, Art Education, Islamic Arts etc. If the approach does not find a page with the same title as the category it assigns as CD for the category the concatenation of pages with the name of the category as sub part of the page title or pages that contain the category name in the first sentence of the page text.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Bridgeman Art Library</head><p>Our first evaluation is done using the taxonomy and query dataset created for the ART domain in the Galateas Project <ref type="bibr" target="#b2">[2011]</ref>. The domain is defined by the contents of the Bridgeman Art Library(BAL) website<ref type="foot" target="#foot_1">2</ref> . To understand their use and meaning the categories have been grouped by BAL domain experts into three groups: Topics (Land and Sea, Places, Religion and Belief, Ancient and World Cultures etc. 23), Materials (Metalwork, Silver, Gold &amp; Silver Gilt, Lacquer &amp; Japanning, Enamels etc. 10), and Objects (Crafts and Design, Manuscripts, Maps, Ephemera, Posters, Magazines, Choir Books etc. 22) (total: 55 top-categories).</p><p>Our approach was evaluated on the 100 queries annotated by the three annotators into upto 3 categories. The queries were in four languages English , French, German, Dutch and Italian. We have created a classification instance for each language by manually translating the name of the categories in each language. For each of these queries we automatically assign the top 3 categories returned by the classifier. Example: Query: navajo turquoise Category1: Semi-precious Stones Score: 0.228 Category2: Silver, Gold &amp; Silver Gilt: 0.1554 Category3: Botanical Score: 0.1554</p><p>In this example the category assigned to the query is Category1 Semi-precious Stones. The results of the evaluation are summarized in Table <ref type="table" target="#tab_0">1</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">KDD Cup 2005</head><p>To evaluate our approach we have experimented also with the KDD-Cup 2005 data <ref type="bibr" target="#b0">[2005]</ref>. The data is from query classification task selected by the organizers as interesting to participants from both academia and industry. The task of the competition consists in classifying Internet user search queries. The participants had to categorize 800,000 queries into 67 predefined categories. The meaning and intention of search queries is subjective. A search query Saturn might mean Saturn car to some people and Saturn the planet to others. The participants had to tag each query with up to 5 categories. The systems participating in the competition were ranked by the organizers on the obtained average F-Measure.</p><p>We have evaluated our approach against a gold standard provided by the organizers (800 queries). Our approach obtained an average F-Measure of 32.2 (Table <ref type="table" target="#tab_0">1</ref>). The state of the art system <ref type="bibr" target="#b1">[2006]</ref> in the competition achieves F-Measure of 46.1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Discussion</head><p>The results obtained are encouraging having in prospective the unsupervised nature of the approach. One of the main difficulties were the generic names of categories like Icons and The Arts and Entertainment. The documents for these categories contained terms that were not relevant to the art domain. Also a significant problem for the system posed queries that are named entities. These queries were classified based on their descriptions into categories relevant to their peculiarities and not in People and Society, Personalities and Places categories. A possible solution to this problem will be to map DBPedia<ref type="foot" target="#foot_2">3</ref> hierarchy to the domain categories and use it as a additional source of knowledge.</p><p>The results we obtained is encouraging particularly because we did not associated additional information to each queries apart of the documents obtained using Wikipedia. Many of the queries did not produce relevant Wikipedia documents, which is one of the main limitations of our approach. Additional domain corpora will decrease its effect.</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>Results</figDesc><table><row><cell></cell><cell cols="2">Precison F-Measure</cell></row><row><cell cols="2">Bridgeman Art Library 16.1</cell><cell>14.5</cell></row><row><cell>KDD Cup Results</cell><cell>29.0</cell><cell>32.2</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://wwww.wikipedia.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.bridgemanart.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://dbpedia.org/</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Kdd cup-2005 report: facing a great challenge</title>
		<author>
			<persName><forename type="first">Ying</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zijian</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Honghua (kathy)</forename><surname>Dai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM SIGKDD Explorations Newsletter Homepage archive</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">2</biblScope>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Building bridges for web query classification</title>
		<author>
			<persName><forename type="first">Dou</forename><surname>Shen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jian-Tao</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qiang</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zheng</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIGIR06</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">Eduard</forename><surname>Barbu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Raphaella</forename><surname>Bernardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">D</forename><surname>Le</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Milen</forename><surname>Kouylekov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Petras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Massimo</forename><surname>Poesio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Juliane</forename><surname>Stiller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Vald</surname></persName>
		</author>
		<ptr target="http://www.galateas.eu" />
		<title level="m">D7.1 First Evaluation Report of Topic Computation and TLIKE , Galateas Project</title>
				<imprint/>
	</monogr>
</biblStruct>

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