<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Saurabh Sahni &#187; yahoo boss</title>
	<atom:link href="http://www.saurabhsahni.com/tag/yahoo-boss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saurabhsahni.com</link>
	<description>Mashing up the web</description>
	<lastBuildDate>Sat, 17 Jul 2010 18:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Natural Language Image Search with Yahoo Boss and Google App Engine</title>
		<link>http://www.saurabhsahni.com/2008/08/natural-language-image-search-with-boss-and-app-engine/</link>
		<comments>http://www.saurabhsahni.com/2008/08/natural-language-image-search-with-boss-and-app-engine/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 18:50:08 +0000</pubDate>
		<dc:creator>saurabhsahni</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[yahoo boss]]></category>

		<guid isPermaLink="false">http://www.saurabhsahni.com/?p=25</guid>
		<description><![CDATA[Natural language processing is partly used in text search today, but its use in image search is mostly unexplored. I did a quick hack: askBoss, which retrieves images to questions posed in natural language. askBoss attempts to enhance image results for queries around factual question answering. It uses Yahoo Boss (Search) APIs through Boss Mashup [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Natural_language_processing">Natural language processing</a> is partly <a href="http://www.ask.com">used</a> in text search today, but its use in image search is mostly unexplored. I did a quick hack: <a href="http://ask-boss.appspot.com">askBoss</a>, which retrieves images to questions posed in natural language. askBoss attempts to enhance image results for queries around factual <a href="http://en.wikipedia.org/wiki/Question_answering">question answering</a>. It uses <a href="http://developer.yahoo.com/search/boss/">Yahoo Boss (Search) APIs</a> through <a href="http://developer.yahoo.com/search/boss/mashup.html">Boss Mashup framework</a> and is deployed on <a href="http://appengine.google.com/">Google App Engine</a>.</p>
<p>This hack is an extension of Vik Singh&#8217;s <a href="http://bossy.appspot.com/">qna service</a>, which <a href="http://zooie.wordpress.com/2008/08/04/yahoo-boss-google-app-engine-integrated/">finds answer</a> using the popular phrases in the top search results for a query. I do image search for the best answers and blend them with the regular image search results. The hack is a <strong>basic prototype</strong> and natural language image search gets triggered only for questions (queries including who/what/which).</p>
<p><strong>Try askBoss: <a href="http://ask-boss.appspot.com">http://ask-boss.appspot.com</a></strong></p>
<p>Below is a quick comparison of search results obtained by askBoss, Google image search and Y! image search for<strong> query: who is batman in the dark knight</strong>?</p>
<p><a href="http://ask-boss.appspot.com/qa?query=who+is+batman+in+the+dark+knight">askBoss results</a>: who is batman in the dark knight?</p>
<p><a href="http://ask-boss.appspot.com/qa?query=who+is+batman+in+the+dark+knight"><img class="alignnone size-medium wp-image-34" title="askboss: who is batman in the dark knight" src="http://www.saurabhsahni.com/wp-content/uploads/2008/08/askboss-darkknight.png" alt="askboss: who is batman in the dark knight" width="700" /></a></p>
<p><a href="http://images.google.com/images?q=who+is+batman+in+the+dark+knight">Google image search results</a>: who is batman in the dark knight?</p>
<p><a href="http://images.google.com/images?q=who+is+batman+in+the+dark+knight"><img class="alignnone size-medium wp-image-35" title="google: who is batman in the dark knight" src="http://www.saurabhsahni.com/wp-content/uploads/2008/08/google-darkknight.png" alt="google: who is batman in the dark knight" width="700" /></a></p>
<p><a href="http://images.search.yahoo.com/search/images?p=who+is+batman+in+the+dark+knight">Yahoo Image search results</a>: who is batman in the dark knight?</p>
<p><a href="http://images.search.yahoo.com/search/images?p=who+is+batman+in+the+dark+knight"><img class="alignnone size-medium wp-image-36" title="yahoo: who is batman in the dark knight" src="http://www.saurabhsahni.com/wp-content/uploads/2008/08/yahoo-darkknight.png" alt="yahoo: who is batman in the dark knight" width="700" /></a></p>
<p><strong>Try askBoss: <a href="http://ask-boss.appspot.com">http://ask-boss.appspot.com</a></strong></p>
<p>With <a href="http://developer.yahoo.com/search/boss/">Yahoo Boss APIs</a> and a deployment platform like <a href="http://appengine.google.com/">Google App Engine</a>, building a decent search service is pretty easy. I could finish this hack within a few hours by using Boss Mashup Framework and App Engine. Apart form the <a href="http://bossy.appspot.com">qna service</a>, other <a href="http://www.ysearchblog.com/archives/000613.html">popular</a> Boss API/app engine <a href="http://www.techcrunch.com/2008/08/07/some-mashups-harnessing-the-power-of-yahoos-boss/">integrations</a> include <a href="http://www.4hoursearch.com/">4hoursearch</a> aka YUIL.</p>
<p><strong>Update: askBOSS got covered in <a href="http://www.techcrunch.com/2008/09/03/yahoo-boss-used-to-create-powerset-for-images-and-more/">TechCrunch</a> and <a href="http://www.ysearchblog.com/archives/000621.html">Yahoo Search Blog</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saurabhsahni.com/2008/08/natural-language-image-search-with-boss-and-app-engine/feed/</wfw:commentRss>
		<slash:comments>300</slash:comments>
		</item>
	</channel>
</rss>
