<?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>Chaoticity &#187; Web</title>
	<atom:link href="http://chaoticity.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticity.com</link>
	<description>a state of things in which chance is supreme</description>
	<lastBuildDate>Tue, 06 Jul 2010 20:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google as a Question Answering System</title>
		<link>http://chaoticity.com/google-as-a-question-answering-system/</link>
		<comments>http://chaoticity.com/google-as-a-question-answering-system/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 04:34:58 +0000</pubDate>
		<dc:creator>awais</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chaos]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[MRR]]></category>
		<category><![CDATA[Question Answer]]></category>
		<category><![CDATA[Summary]]></category>

		<guid isPermaLink="false">http://chaoticity.com/google-as-a-question-answering-system/</guid>
		<description><![CDATA[A Question Answering (QA) system is an Information Retrieval system which gives the answer to a question posed in natural language. For example, if you ask it Who wrote Hamlet?, it should answer Shakespeare. A few years ago (don’t ask me how many), search engines did not focus on language queries. Recently [sic], Google has [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://en.wikipedia.org/wiki/Question_answering">Question Answering</a> (QA) system is an Information Retrieval system which gives the answer to a question posed in natural language. For example, if you ask it <i>Who wrote Hamlet?</i>, it should answer <i>Shakespeare</i>. A few years ago (don’t ask me how many), search engines did not focus on language queries. Recently [sic], Google has started incorporating some NLP (Natural Language Processing) in their results. You can try it out by typing the same question in the search box yourself ( <a href="http://www.google.co.uk/search?q=Who+wrote+Hamlet">or clicking here</a> ). </p>
<p><a href="http://chaoticity.com/images/image9.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="199" alt="image" src="http://chaoticity.com/images/image_thumb9.png" width="330" align="right" border="0" /></a> </p>
<p>During my <a href="http://www.cl.cam.ac.uk/admissions/cstit/">M.Phil. course</a>, one of the tasks was to build a basic QA system and extend it however we liked. We used the <a href="http://trec.nist.gov/data/qa/t8_qadata.html">TREC 8 dataset</a> for evaluations. While building the system, I evaluated how current search engines (read Google) performed on this task. For this, I just queried the exact question and used the summaries of the top five results as answers. Evaluating at that time (2008), I got a <a href="http://en.wikipedia.org/wiki/Mean_reciprocal_rank">Mean Reciprocal Rank</a> (MRR) score of <b>0.212</b> over 198 questions. 156 questions had no answers found in top 5 responses.</p>
<p>This term, I am demonstrating for the same task. Demonstrators are usually PhD students who provide help and guidance to junior students. For pure geek fun and lack of better things to do while taking a break, I decided to quickly jolt down a JavaScript (read&#160; <a href="http://chaoticity.com/wp-admin/jquery.com">JQuery</a> ) based QA system. This time,&#160; the resulting MRR score over 198 questions was <b>0.384 </b>while only 79 questions had no answers found in top 5 responses.</p>
<p>The results show clearly that during the last two years, Google has significantly improved on answering NLP queries. In fact (IIRC), my baseline system back in 2008 (based on <a href="http://www.cl.cam.ac.uk/~aac10/papers/rmrsdraft.pdf" target="_blank">RMRS</a> based matching of sentences from the top 100 documents returned by an IR system) could only achieve an MRR score of approximately <b>0.290, </b>showing that the current results are much better than that baseline. I hope this decade sees some more developments/improvements in QA systems and I can ask a system <em>What do you get if you multiply</em> <em>six by nine?</em></p>
<blockquote><p>I&#8217;ve always said there was something fundamentally wrong with the universe. <strong>~Arthur Dent</strong></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://chaoticity.com/google-as-a-question-answering-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>outwit</title>
		<link>http://chaoticity.com/outwit/</link>
		<comments>http://chaoticity.com/outwit/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 20:26:02 +0000</pubDate>
		<dc:creator>awais</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Customized]]></category>
		<category><![CDATA[Outwit]]></category>
		<category><![CDATA[Twitter Client]]></category>

		<guid isPermaLink="false">http://chaoticity.com/outwit/</guid>
		<description><![CDATA[I am playing around with a customized twitter client, temporarily named ‘outwit’. I’ll try to add up the features as I need them but its strictly an experiment for the time being. Let’s see if things go smoothly from here.]]></description>
			<content:encoded><![CDATA[<p>I am playing around with a customized twitter client, temporarily named ‘outwit’. I’ll try to add up the features as I need them but its strictly an experiment for the time being. Let’s see if things go smoothly from here.</p>
]]></content:encoded>
			<wfw:commentRss>http://chaoticity.com/outwit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Canonical / Normalized Links and URLs</title>
		<link>http://chaoticity.com/canonical_links/</link>
		<comments>http://chaoticity.com/canonical_links/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 21:52:21 +0000</pubDate>
		<dc:creator>awais</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[normalized]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://chaoticity.com/?p=36</guid>
		<description><![CDATA[Here is a short intro on how to make sure that major search engines (Google, Yahoo, Microsoft) can be directed to see different URLs with the same content as a single &#8216;conanical&#8217; URL. For example, the following links point to the same page but have different URLs http://nu.edu.pk/default.aspx http://nu.edu.pk http://www.nu.edu.pk/default.aspx http://www.nu.edu.pk/ http://nu.edu.pk/default.ASPX The solution is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mattcutts.com/blog/canonical-link-tag/">Here</a> is a short intro on how to make sure that major search engines (Google, Yahoo, Microsoft) can be directed to see different URLs with the same content as a single &#8216;conanical&#8217; URL. For example, the following links point to the same page but have different URLs</p>
<ul style="margin-left: 1.5em;">
<li><a href="http://nu.edu.pk/default.aspx">http://nu.edu.pk/default.aspx</a></li>
<li><a href="http://nu.edu.pk">http://nu.edu.pk</a></li>
<li><a href="http://www.nu.edu.pk/default.aspx">http://www.nu.edu.pk/default.aspx</a></li>
<li><a href="http://www.nu.edu.pk/">http://www.nu.edu.pk/</a></li>
<li><a href="http://nu.edu.pk/default.ASPX">http://nu.edu.pk/default.ASPX</a></li>
</ul>
<p>The solution is to select a single point as your representative URL and include this line in the HTML code.</p>
<p>Although a standard 301 redirect should work too, but this would be a bit easier for the non-techie designers and SEO enthusiasts to implement.</p>
]]></content:encoded>
			<wfw:commentRss>http://chaoticity.com/canonical_links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Am I asking the right question?</title>
		<link>http://chaoticity.com/am-i-asking-the-right-question/</link>
		<comments>http://chaoticity.com/am-i-asking-the-right-question/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 18:35:22 +0000</pubDate>
		<dc:creator>awais</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Ask]]></category>
		<category><![CDATA[Niche]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://chaoticity.com/?p=34</guid>
		<description><![CDATA[Twitter asks &#8216;What are you doing?&#8217; Google Latitude asks &#8216;Where are you?&#8217; del.icio.us asks &#8216;What are you browsing?&#8217; As in science, one of the most important things in web application development is thus asking the right question (at the right time). A properly phrased question can identify your niche along with giving you a guideline [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Twitter" href="http://twitter.com">Twitter</a> asks &#8216;What are you doing?&#8217; <a title="Google Latitude" href="http://http://www.google.com/latitude/"><br />
Google Latitude</a> asks &#8216;Where are you?&#8217;<br />
<a title="deli.cio.us" href="http://deli.cio.us">del.icio.us</a> asks &#8216;What are you browsing?&#8217;</p>
<p>As in science, one of the most important things in web application development is thus asking the right question (at the right time). A properly phrased question can identify your niche along with giving you a guideline for keeping your focus on a single problem.<br />
As some people might notice, I tend NOT to write much anyway. So until the writer in me is back (if there _is_ one at all), I&#8217;ll try to write something even if its a one liner.</p>
]]></content:encoded>
			<wfw:commentRss>http://chaoticity.com/am-i-asking-the-right-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
