 <?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/"
	>

<channel>
	<title>Semantic Void</title>
	<atom:link href="http://semanticvoid.com/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://semanticvoid.com/blog</link>
	<description>Extracting the semantics from the void</description>
	<pubDate>Fri, 01 May 2009 20:12:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dygest Your Search</title>
		<link>http://semanticvoid.com/blog/2009/03/19/dygest-your-search/</link>
		<comments>http://semanticvoid.com/blog/2009/03/19/dygest-your-search/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:56:36 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[Natural Language Processing]]></category>

		<category><![CDATA[Project]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Yahoo!]]></category>

		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/?p=256</guid>
		<description><![CDATA[Update: This hack won the coveted &#8216;Search&#8217; category award.
For the last couple of days, I and @sudheer_624 have been busy working on this hack for a Yahoo! Hackday. Although still a prototype, the hack has turned out to be interesting so we thought of putting it out for others to play around with.
Dygest (pronounced as [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> This hack won the coveted &#8216;Search&#8217; category award.</p>
<p>For the last couple of days, I and <a href="http://twitter.com/sudheer_624">@sudheer_624</a> have been busy working on this hack for a Yahoo! Hackday. Although still a prototype, the hack has turned out to be interesting so we thought of putting it out for others to play around with.</p>
<p><strong>Dygest</strong> (pronounced as &#8216;digest&#8217; - thanks to <a href="http://twitter.com/bluesmoon">@bluesmoon</a>) is aimed at changing the conventional way of displaying search context via a snippet to a more informative, machine generated document summary. There two kinds of relevance for evaluating search results:</p>
<ul>
<li>Vertical relevance: determined by the ranking algorithms.</li>
<li>Horizontal relevance: the contextual information made available to the user about the result - Searchmonkey is a good initiative on this front.</li>
</ul>
<p>
The current way of displaying this context is via a snippet of text under every result. This snippet shows the neighborhood of the occurrence of the query terms. Usually this information is not rich enough for a searcher to make the right judgement about the result. This causes the searcher to switch back and forth between the documents and the search results if the the page is not relevant. This can be frustrating at times.</p>
<p>
<strong>Dygest</strong> aims to solve this by either replacing or enhancing the current search snippet with a summary of the result page. At its core lies a summarization engine which figures out what the *real* content of the page is (distinguishing it from the other junk like surrounding text, navigational text, comments etc) and then performs text summarization on this content. The summary of the page is then displayed to the user via the appropriate interface. How cool is that?</p>
<p>
The user no longer needs to click on irrelevant links. He/She can perceive the theme/important facts of the page from right within the results page. The other advantage of this is that it gives the user a good overview of the query topic - he no longer needs to spend time reading many long documents but rather read a few summaries from the top results to get a good overview of the subject. This is particularly well suited for mobile devices where its frustrating to switch back and forth between pages and the search results. This is also fit for news articles where we just need the important facts about the story. </p>
<p>
Well, here is an example to convince you. A search for &#8216;Carol Bartz&#8217; yields the following result which at the first glance is not at all informative.</p>
<p><center> <img alt="" border="2" src="http://farm4.static.flickr.com/3456/3369960208_48edc07644_o.png" title="search snippet for Carol Bartz" /> </center></p>
<p>
Enhancing the existing view with an abstract of the page helps gauge the content and theme of the document. This would now look like:</p>
<p><center> <img alt="" src="http://farm4.static.flickr.com/3637/3369975750_f0b313ae61_o.png" title="summarized view" /> </center></p>
<p><strong>Dygest</strong> outputs the following summaries for the query &#8216;<a href="http://datacracy.info/cgi-bin/dygest/search.py?q=iran+site%3Anews.yahoo.com">Iran</a>&#8216; restricted to Yahoo! News:</p>
<p><center><img alt="" src="http://farm4.static.flickr.com/3658/3370011200_a757dc42d8_o.png" title="Query for Iran" /></center></p>
<p>And following for &#8216;<a href="http://datacracy.info/cgi-bin/dygest/search.py?q=obama+stimulus+plan">Obama stimulus plan</a>&#8216;:</p>
<p><center><img alt="" src="http://farm4.static.flickr.com/3578/3370098322_1a73cd285b_o.png" title="obama stimulus plan"  /></center></p>
<p>Currently, <strong>Dygest</strong> has two interfaces - (1) a search interface powered by yahoo boss and (2) a searchmonkey plugin. Its just a prototype so be kind and don&#8217;t be too judgmental.</p>
<p>Start dygest<em>ing</em> <a href="http://datacracy.info/dygest/">here</a>.</p>
<p><center><br />
<script src="http://pipes.yahoo.com/js/imagebadge.js">{"pipe_id":"3hCWTB0Y3hG3E9xK6ycw5g","_btype":"image"}</script><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2009/03/19/dygest-your-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interfacing Hadoop With MySQL</title>
		<link>http://semanticvoid.com/blog/2009/03/05/interfacing-hadoop-with-mysql/</link>
		<comments>http://semanticvoid.com/blog/2009/03/05/interfacing-hadoop-with-mysql/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 01:11:19 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Hadoop]]></category>

		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/?p=154</guid>
		<description><![CDATA[When you have terabytes of time series data, deciding how you will process it becomes more important than the issue of storage. MySQL serves well for storing such data but the complexity arises when we have to perform complex calculations or data mining operations on this sequential data. The mapreduce framework is designed to handle [...]]]></description>
			<content:encoded><![CDATA[<p>When you have terabytes of time series data, deciding how you will process it becomes more important than the issue of storage. MySQL serves well for storing such data but the complexity arises when we have to perform complex calculations or data mining operations on this sequential data. The mapreduce framework is designed to handle this kind of data well, but getting MySQL to do mapreduce-like processing is not supported unless you have access to <a href="http://www.asterdata.com/blog/index.php/2009/02/10/advanced-sql-made-easy-introducing-npath/">nPath</a>. The other solution is to get this data into an existing mapreduce framework like <a href="http://hadoop.apache.org/">Hadoop</a>. In a recent hadoop release (0.19), mapreduce jobs have the ability to take the input from databases [<a href="http://issues.apache.org/jira/browse/HADOOP-2536">link</a>]. Recently, I tried interfacing hadoop with MySQL and although it was an easy task, I did not find much documentation on the topic. So in this post I intend to outline the way you can get Hadoop talking to MySQL.</p>
<p>Lets try to implement Hadoop&#8217;s &#8216;Hello World&#8217; (Word Count) example. The MySQL table is as follows:<br />
<code><br />
CREATE TABLE `wordcount` (<br />
  `word` varchar(255) DEFAULT NULL,<br />
  `count` int(11) DEFAULT NULL<br />
)<br />
</code></p>
<p>We need a class that implements the map and reduce tasks. Lets call this class WordCount. This class needs to extend <a href="http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/conf/class-use/Configured.html">Configured</a> and implement the <a href="http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/util/Tool.html">Tool</a> interface.</p>
<p><code>public class WordCount extends Configured implements Tool {</code></p>
<p>We need to implement the Tool interface to parse the generic options. This is needed as we will be passing the mysql-connector jar via command line argument (-libjar) to hadoop. This jar will become part of the custom configuration for the WordCount class. Thus, the WordCount class needs to be configurable as well. This is done by extending Configured.</p>
<p>Tuples/rows from the DB are converted to Java objects. Thus we need to define a class that would hold the tuples. All such classes need to implement the Writable and DBWritable interfaces. Typically every table that we want to read/write needs to be represented by a class implementing the above interfaces. We will be dealing with reading tables, hence only the read functions are overridden.</p>
<pre>
   static class WordRecord implements Writable, DBWritable {
        String word;
        int count;

        public void write(DataOutput arg0) throws IOException {
            throw new UnsupportedOperationException("Not supported yet.");
        }

       public void readFields(DataInput in) throws IOException {
            this.word = Text.readString(in);
            this.count = in.readInt();
        }

        public void write(PreparedStatement arg0) throws SQLException {
            throw new UnsupportedOperationException("Not supported yet.");
        }

        public void readFields(ResultSet rs) throws SQLException {
            this.word = rs.getString(1);
            this.count = rs.getInt(2);
        }
    }
</pre>
<p>Once we&#8217;re done with this, its time to define the map and reduce operations. In the map function, we are just outputting the tuple, with the word as the key and its count as the value.</p>
<pre>
    static class WordCountMapper extends MapReduceBase
            implements Mapper<longwritable , WordRecord, Text, LongWritable> {

        public void map(LongWritable key, WordRecord value,
                OutputCollector<text , LongWritable> output, Reporter reporter)
                throws IOException {

            output.collect(new Text(value.word), new LongWritable(value.count));
        }
    }
</text></longwritable></pre>
<p>In the reduce function, we are summing up the counts associated for a given word and outputting the [word , sum].</p>
<pre>
    static class WordCountReducer extends MapReduceBase
            implements Reducer<text , LongWritable, Text, LongWritable> {

        public void reduce(Text key, Iterator<longwritable> values,
                OutputCollector<text , LongWritable> output, Reporter reporter)
                throws IOException {

            long sum = 0L;
            while (values.hasNext()) {
                sum += values.next().get();
            }
            output.collect(key, new LongWritable(sum));
        }
    }
</text></longwritable></text></pre>
<p>Since we implemented the Tool interface, we need the WordCount class to implement the <strong>run</strong> function. In this function, we will specify the job configuration, configure the mapper and reducer classes, configure the DB, set the input and output to the job etc.</p>
<pre>
public int run(String[] arg0) throws Exception {
        // the getConf method is implemented by Configured - this way we can pass the generic options to the job
        JobConf job = new JobConf(getConf(), WordCount.class);

        job.setJobName("word count job");

        // set the mapper and reducer classes
        job.setMapperClass(WordCountMapper.class);
        job.setCombinerClass(WordCountReducer.class);
        job.setReducerClass(WordCountReducer.class);

        // configure the DB - provide the driver class, provide the mysql host and db name in the url
        DBConfiguration.configureDB(job, "com.mysql.jdbc.Driver", "jdbc:mysql://localhost/mysqlhadoop");

        // define the fields you want to access from the table
        String[] fields = {"word", "count"};

        // specify which class represents the tuple as well as the table to be accessed (in this case 'wordcount')
        // alternatively we can also specify a SQL query (which here is null)
        // we are sorting the results by the field 'word'
        DBInputFormat.setInput(job, WordRecord.class, "wordcount", null, "word", fields);

        job.setMapOutputKeyClass(Text.class);
        job.setMapOutputValueClass(LongWritable.class);

        job.setOutputKeyClass(Text.class);
        job.setOutputKeyClass(LongWritable.class);

        // write the final results to a folder in HDFS
        // alternatively we can also write the output back to mysql using DBOutputFormat
        FileOutputFormat.setOutputPath(job, new Path("output_wordcount);

        JobClient.runJob(job);

        return 0;
    }
</pre>
<p>And now finally we can define the main function as</p>
<pre>
    public static void main(String args[]) throws Exception {
        int ret = ToolRunner.run(new WordCount(), args);
        System.exit(ret);
    }
</pre>
<p>To see how the above pieces fit together take a look at <a href="http://semanticvoid.com/code/WordCount.java">WordCount.java</a>.To run this job we need to provide the mysql-connector jar in the classpath. This can done by either placing this JAR in the $HADOOP_HOME/lib or by providing this JAR in the command line as follows:</p>
<p><code>$ ==>  hadoop jar wordcount.jar WordCount -libjars mysql-connector-java-5.1.7-bin.jar</code></p>
<p>Its that easy to get hadoop talking to MySQL and you are ready to do some heavy number crunching. <a href="http://semanticvoid.com/code/WordCount.java">Get hold of WordCount.java here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2009/03/05/interfacing-hadoop-with-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How the &#8220;What&#8221; becomes the &#8220;How&#8221;</title>
		<link>http://semanticvoid.com/blog/2008/10/16/how-the-what-becomes-the-how/</link>
		<comments>http://semanticvoid.com/blog/2008/10/16/how-the-what-becomes-the-how/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 03:45:51 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Artificial Intelligence]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/10/16/how-the-what-becomes-the-how/</guid>
		<description><![CDATA[It&#8217;s about time I shared one of the best articles (one of my favorites) I have come across yet - one that provides a unique perspective to AI and gets you a step closer to understanding Alan Turing. This is an article written by Edward A. Feigenbaum (co-recipient of the Turing Award &#8216;94 along with [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about time I shared one of the best articles (one of my favorites) I have come across yet - one that provides a unique perspective to AI and gets you a step closer to understanding Alan Turing. This is an article written by Edward A. Feigenbaum (co-recipient of the Turing Award &#8216;94 along with Raj Reddy).</p>
<p>The *What* to *How* spectrum on page 100 is a must see.</p>
<p><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_263466573406366" name="doc_263466573406366" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle"	height="500" width="100%"><param name="movie"	value="http://documents.scribd.com/ScribdViewer.swf?document_id=6911818&#038;access_key=key-1mtts2o7xsqw77c81a1a&#038;page=&#038;version=1&#038;auto_size=true&#038;viewMode="></param><param name="quality" value="high"></param><param name="play" value="true"></param><param name="loop" value="true"></param><param name="scale" value="showall"></param><param name="wmode" value="opaque"></param><param name="devicefont" value="false"></param><param name="bgcolor" value="#ffffff"></param><param name="menu" value="true"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="salign" value=""><embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=6911818&#038;access_key=key-1mtts2o7xsqw77c81a1a&#038;page=&#038;version=1&#038;auto_size=true&#038;viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_263466573406366_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed></param></object>
<div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/6911818/How-the-What-Becomes-the-How">How the &#8220;What&#8221; Becomes the &#8220;How&#8221;</a> - <a href="http://www.scribd.com/upload">Upload a Document to Scribd</a></div>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/10/16/how-the-what-becomes-the-how/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dangerous Knowledge</title>
		<link>http://semanticvoid.com/blog/2008/10/10/dangerous-knowledge/</link>
		<comments>http://semanticvoid.com/blog/2008/10/10/dangerous-knowledge/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 06:53:35 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/10/10/dangerous-knowledge/</guid>
		<description><![CDATA[Stumbled upon this great documentary on four famous mathematicians - Georg Cantor, Ludwig Boltzmann, Kurt Gödel and Alan Turing. This documentary talks about their extraordinary intellectual powers and how it drove them insane, eventually leading them to committing suicide.

 

Fun fact: Turing was conceived in Chhatrapur, Orissa, India. His father, Julius Mathison Turing, was a [...]]]></description>
			<content:encoded><![CDATA[<p>Stumbled upon this great documentary on four famous mathematicians - Georg Cantor, Ludwig Boltzmann, Kurt Gödel and Alan Turing. This documentary talks about their extraordinary intellectual powers and how it drove them insane, eventually leading them to committing suicide.</p>
<p><center><br />
<embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-5122859998068380459&#038;hl=en&#038;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed><br />
</center></p>
<p>Fun fact: Turing was conceived in Chhatrapur, Orissa, India. His father, Julius Mathison Turing, was a member of the Indian Civil Service. (via <a href="http://en.wikipedia.org/wiki/Alan_Turing">Wikipedia</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/10/10/dangerous-knowledge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Grammar Of Thought</title>
		<link>http://semanticvoid.com/blog/2008/09/03/the-grammar-of-thought/</link>
		<comments>http://semanticvoid.com/blog/2008/09/03/the-grammar-of-thought/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 09:10:43 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Artificial Intelligence]]></category>

		<category><![CDATA[Knowledge]]></category>

		<category><![CDATA[Natural Language Processing]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/09/03/the-grammar-of-thought/</guid>
		<description><![CDATA[ Update:  Found this interesting book related to this post - The Language Instinct [link]
I have just started to scratch the surface of Natural Language Processing for my next project (involving NLP and Twitter - details to follow) and I already have a dozen questions bothering me. I shall attempt to put forth a [...]]]></description>
			<content:encoded><![CDATA[<p><b> Update: </b> Found this interesting book related to this post - The Language Instinct [<a href="http://pinker.wjh.harvard.edu/books/tli/index.html">link</a>]</p>
<p>I have just started to scratch the surface of Natural Language Processing for my next project (involving NLP and Twitter - details to follow) and I already have a dozen questions bothering me. I shall attempt to put forth a few of the ideas and questions in this post. Lets talk briefly about the structure of language. Language has different levels of structure:</p>
<ol>
<li> dicourse - group of sentences</li>
<li> sentences</li>
<li> phrases</li>
<li> words</li>
<li> and so on&#8230;</li>
</ol>
<p>Between the &#8217;sentences&#8217; and &#8216;words&#8217; lies the syntactic structure of language. This syntactic structure is built using the <a href="http://en.wikipedia.org/wiki/Part-of-speech_tagging">parts of speech</a> of the words: nouns, verbs, etc. Words are grouped into phrases whose formation is governed by the grammar rules, for example:</p>
<p>Sentence -> &#8216;Noun Phrase&#8217; . &#8216;Verb Phrase&#8217;<br />
&#8216;Noun Phrase&#8217; -> Determiner . Adjective . Noun<br />
&#8216;Verb Phrase&#8217; -> Verb . &#8216;Noun Phrase&#8217;</p>
<p>A sentence is grammatically correct if it adheres to the grammar of the language (like described above). With just the above knowledge about language (something you might have learnt in the 5th grade) we can see that for a candidate sentence to make sense in some language, it has to be composed of meaningful components and these components have to be in some specific order for it to logically make sense.</p>
<p><b>Grammar of Thought</b></p>
<p>This has led me to ponder if an analogous grammar exists for &#8216;thought&#8217;. Our thoughts can also be broken down into meaningful components and the components here also have to follow some implicit ordering for the &#8216;thought&#8217; to make sense. If you think about the way you think, you will notice that as you run from one thought to another there is some logical connection between them just as between the sentences in a paragraph. If we could somehow get a formal representation of this grammar, wouldn&#8217;t it enable machines to think?</p>
<p><b>Language and Thought</b></p>
<p>There is enough literature out there which links the structure of language with the structure of thought. Benjamin Whorf states in his writings:</p>
<blockquote><p> the structure of a human being&#8217;s language influences the manner in which he understands reality and behaves with respect to it </p></blockquote>
<p>Thus, human cognition is based on the structure of language which in turn is the grammar defining the language. Hence a machine capable of generating sequence of grammatically correct sentences which also fit together logically (discourse), should have some ability of cognition. Even the Turing test uses natural language as a test for some level of cognition. Is this perspective of Natural Language Processing as a means of provisioning cognition to a machine, correct? Could this be another path for achieving artificial intelligence? I would love to get an answer to this from NLP experts out there.</p>
<p>Or is it just one of my other posts which don&#8217;t make sense because its 3am and I&#8217;m half asleep?</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/09/03/the-grammar-of-thought/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Monkey Just Got Delicious - II</title>
		<link>http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious-ii/</link>
		<comments>http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious-ii/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 06:11:35 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Search]]></category>

		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious-ii/</guid>
		<description><![CDATA[[UPDATE] Try the search monkey app here
This is a follow-up post of The Monkey Just Got Delicious - I. The app is not yet public for the reasons mentioned in part I. As I had mentioned, my goal was to generate a tag cloud for the search results. Well, search monkey does not allow you [...]]]></description>
			<content:encoded><![CDATA[<p><b>[UPDATE]</b> Try the search monkey app <a href="http://gallery.search.yahoo.com/application?smid=YLs.s">here</a></p>
<p>This is a follow-up post of <a href="http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious/">The Monkey Just Got Delicious - I</a>. The app is not yet public for the reasons mentioned in <a href="http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious/">part I</a>. As I had mentioned, my goal was to generate a tag cloud for the search results. Well, search monkey does not allow you to spit out arbitrary html, thus making it difficult to render a tag cloud. After much thought I settled for a color coded tag cloud (as in the screenshot below). You will notice the color of the tags gradually fading (darker shade means that the tag is more popular). </p>
<p>Got feedback, will listen.</p>
<p><center><br />
<table>
<tr>
<td><img src="http://farm4.static.flickr.com/3105/2756185874_3907a8df26_o.png" alt="New Deliciousify" /></td>
<td> <img src="http://farm4.static.flickr.com/3043/2756301394_021e904c67_o.png"/></td>
</tr>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Monkey Just Got Delicious</title>
		<link>http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious/</link>
		<comments>http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 09:04:56 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Search]]></category>

		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious/</guid>
		<description><![CDATA[[UPDATE] Try the search monkey app here
[UPDATE] New tag cloud UI for deliciousify can be viewed here
[UPDATE] The search monkey app is currently disabled for public use as it was hitting the delicious rate limit. Hence it will remain as a prototype for now. BTW the delicious team is working on their own search monkey [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[UPDATE]</strong> Try the search monkey app <a href="http://gallery.search.yahoo.com/application?smid=YLs.s">here</a></p>
<p><strong>[UPDATE]</strong> New tag cloud UI for deliciousify can be viewed <a href="http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious-ii/">here</a></p>
<p><strong>[UPDATE]</strong> The search monkey app is currently disabled for public use as it was hitting the delicious rate limit. Hence it will remain as a prototype for now. BTW the delicious team is working on their own search monkey app and I bet its going to be much cooler.</p>
<p><img src="http://developer.search.yahoo.com/images/searchmonkeyLogo147x150.gif" alt="" />I&#8217;m a big fan and an avid user of <a href="http://developer.search.yahoo.com">Yahoo! Search Monkey</a>. So this weekend I decided to write myself a search monkey application that I have always wished for. Well, we all will agree that nothing beats human created metadata and what better metadata about search results can there be than the vast and rich knowledge stored in bookmarking services. My search monkey application deals with enriching the organic search results from Yahoo! with metadata from del.icio.us.</p>
<p><center>[LINK DISABLED] <a href="">Try Deliciousify Search Monkey App here</a></center></p>
<p>Sometimes the search summary does not provide a useful insight into the contents of the search result (as seen below). The only way users ascertain relevance is by clicking on the result and figuring it out themselves. Wouldn&#8217;t it be better if the contents of the result could be summarized by just a few words - keywords that highlight broadly what the document talks about. Deliciousify (as seen below) aims to solve this problem by listing the top tags about a search result from del.icio.us, along with its popularity (number of people who have bookmarked it). In the future, I plan to display a tag cloud for the results. Give it a try and send any comments/feedback my way.</p>
<p><center>[LINK DISABLED] Make your search results more delicious - <a title="Add the deliciousify Enhanced Result to your Search preferences" href=""> click here </a></center></p>
<p><center><img src="http://farm4.static.flickr.com/3024/2753013032_2393cce7b0_o.png" alt="" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/08/11/the-monkey-just-got-delicious/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Three Day Puzzle</title>
		<link>http://semanticvoid.com/blog/2008/08/07/the-three-day-puzzle/</link>
		<comments>http://semanticvoid.com/blog/2008/08/07/the-three-day-puzzle/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 03:40:41 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/08/07/the-three-day-puzzle/</guid>
		<description><![CDATA[I came across this rather interesting paper - &#8220;Terror attacks influence driving behavior in Israel&#8221; authored by Guy Stecklov and Joshua R. Goldstein (Carnegie Mellon University), which provides interesting correlations between &#8216;terror attacks&#8217; and &#8216;traffic accidents&#8217;. Now what do &#8216;terror attacks&#8217; and &#8216;traffic accidents&#8217; have anything to do with some &#8216;3 day puzzle&#8217;. Some interesting [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this rather interesting paper - <a href="http://www.pnas.org/content/101/40/14551.abstract">&#8220;Terror attacks influence driving behavior in Israel&#8221;</a> authored by Guy Stecklov and Joshua R. Goldstein (Carnegie Mellon University), which provides interesting correlations between &#8216;terror attacks&#8217; and &#8216;traffic accidents&#8217;. Now what do &#8216;terror attacks&#8217; and &#8216;traffic accidents&#8217; have anything to do with some &#8216;3 day puzzle&#8217;. Some interesting details regarding the 3-day mystery provided in the paper are as follows:</p>
<ul>
<li>No day-0, day-1, or day-2 effects of terror are observed on traffic fatalities, but there is an increase of almost 35% in the rate of traffic fatalities 3 days after terror attacks.</li>
<li>The findings suggest that the third-day effect of large terror attacks is even larger, with a 69% increase in traffic fatalities.</li>
<li>Interestingly, the 3-day lag observed is similar to that found in studies on imitative suicides, in which well publicized suicides are followed 3 days after with a rise in traffic fatalities. [<a href="http://www.sciencemag.org/cgi/content/abstract/196/4297/1464?ijkey=91bc1fe59484a68b8ebac8e9d5098a0e1d5a25a6&#038;keytype2=tf_ipsecsha">reference</a>]</li>
<li>A similar 3-day spike in homicides is also found after major boxing matches. [<a href="http://cel.isiknowledge.com/InboundService.do?product=CEL&#038;action=retrieve&#038;SrcApp=Highwire&#038;UT=A1983RD10100010&#038;SID=Q2MB43nAn9hgdC12CaG&#038;SrcAuth=Highwire&#038;Init=Yes&#038;mode=FullRecord&#038;customersID=Highwire">reference</a>]</li>
<li>Some fraction of the increase in traffic fatalities after terror attacks may be attributable to covert suicides and/or increased aggression on the road.</li>
<li>There is a notable lack of longer-term effects beyond the 3-day spike in fatal accidents. Days four and beyond have normal levels of traffic volume and accidents and suggest that the effects of terror are transient.</li>
<li>Why traffic fatalities increase on the third day after a terror attack remains a puzzle.</li>
</ul>
<p>Possible explanations to the 3-day lag are:</p>
<ul>
<li>The day-three increase in fatalities coincides with the time when those exposed to terror may try to return to their normal routines but are not yet psychologically, and perhaps physiologically, sufficiently recovered.</li>
<li>Yet another explanation for the 3-day lag is that it is a counterreaction to the collective bonding that occurs immediately after the terror event, similar to the “post-suppression rebound” found in experimental psychology.</li>
</ul>
<p>The interesting point to look for in the graphs below is the 3rd day after the attack.<br />
<center><a href="http://www.flickr.com/photos/27129624@N02/2743309620/" title="Terror attacks - Traffic accidents by anand.kishore, on Flickr"><img src="http://farm4.static.flickr.com/3129/2743309620_37fcace611_b.jpg" width="1024" height="711" alt="Terror attacks - Traffic accidents" /></a></center>Figure: Model estimates of proportional effects of terror attacks on traffic volume and accident rates by number of days after attack. (Upper) Results for all attacks. (Lower) Large attacks only.</p>
<p>Other similar interesting reads are in the references of the paper. I am listing a few of them below:</p>
<ul>
<li><a href="http://www.sciencemag.org/cgi/content/abstract/196/4297/1464?ijkey=91bc1fe59484a68b8ebac8e9d5098a0e1d5a25a6&#038;keytype2=tf_ipsecsha">Motor vehicle fatalities increase just after publicized suicide stories</a></li>
<li><a href="http://www.sciencemag.org/cgi/content/abstract/201/4357/748?ijkey=b42aa273dcd005a151a267472796f745fdc7e98c&#038;keytype2=tf_ipsecsha">Airplane Accident Fatalities Increase Just After Newspaper Stories About Murder and Suicide</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/08/07/the-three-day-puzzle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Only Humans</title>
		<link>http://semanticvoid.com/blog/2008/08/05/only-humans/</link>
		<comments>http://semanticvoid.com/blog/2008/08/05/only-humans/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 17:56:36 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Artificial Intelligence]]></category>

		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/08/05/only-humans/</guid>
		<description><![CDATA[The path to true AI.
source: &#8216;The Age of Spiritual Machines&#8217;
]]></description>
			<content:encoded><![CDATA[<p>The path to true AI.<br />
<center><a href="http://www.flickr.com/photos/27129624@N02/2735404875/" title="Only Humans by anand.kishore, on Flickr"><img src="http://farm4.static.flickr.com/3078/2735404875_d616ce561f_o.png" width="626" height="857" alt="Only Humans" /></a><br />source: <a href="http://us.penguingroup.com/static/packages/us/kurzweil/excerpts/exmain.htm">&#8216;The Age of Spiritual Machines&#8217;</a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/08/05/only-humans/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dancing with Matt</title>
		<link>http://semanticvoid.com/blog/2008/08/04/dancing-with-matt/</link>
		<comments>http://semanticvoid.com/blog/2008/08/04/dancing-with-matt/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 23:04:03 +0000</pubDate>
		<dc:creator>Anand Kishore</dc:creator>
		
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://semanticvoid.com/blog/2008/08/04/dancing-with-matt/</guid>
		<description><![CDATA[Matt Harding visited the Yahoo! campus a few weeks back where we had a chance to participate in the video below doing the signature Matt dance. A must watch - especially Jerry Yang (@ 1:26) and Filo&#8217;s cube. I&#8217;m the white speck at the end of the &#8220;Y&#8221; in the Y! formation.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://wherethehellismatt.com">Matt Harding</a> visited the Yahoo! campus a few weeks back where we had a chance to participate in the video below doing the signature Matt dance. A must watch - especially Jerry Yang (@ 1:26) and Filo&#8217;s cube. I&#8217;m the white speck at the end of the &#8220;Y&#8221; in the Y! formation.</p>
<p><center><embed height="394" width="525" type="application/x-shockwave-flash" src="http://cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop_wrapper.swf?sv=0&#038;id=9069350&#038;autoStart=0&#038;infoEnable=1&#038;shareEnable=0&#038;prepanelEnable=1&#038;carouselEnable=0&#038;postpanelEnable=1"/></center></p>
]]></content:encoded>
			<wfw:commentRss>http://semanticvoid.com/blog/2008/08/04/dancing-with-matt/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
