<?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>Probably Irrelevant &#187; Uncategorized</title>
	<atom:link href="http://probablyirrelevant.org/topics/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://probablyirrelevant.org</link>
	<description>Information Retrieval Research and Development</description>
	<lastBuildDate>Thu, 15 Jul 2010 20:43:14 +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>Vintage Cornell/SMART Tech Reports?</title>
		<link>http://probablyirrelevant.org/2010/05/vintage-cornellsmart-tech-reports/</link>
		<comments>http://probablyirrelevant.org/2010/05/vintage-cornellsmart-tech-reports/#comments</comments>
		<pubDate>Wed, 05 May 2010 19:33:56 +0000</pubDate>
		<dc:creator>Fernando</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://probablyirrelevant.org/?p=72</guid>
		<description><![CDATA[A few years ago, someone published an online interface to many old Cornell/SMART tech reports from the Salton group.  Unfortunately, I cannot seem to find them anywhere now.  Who can help correct this irony?
Update: Here is the SIGIR Digital Museum of Information Retrieval Research, including those SMART reports.
]]></description>
			<content:encoded><![CDATA[<p>A few years ago, someone published an online interface to many old Cornell/SMART tech reports from the Salton group.  Unfortunately, I cannot seem to find them anywhere now.  Who can help correct this irony?</p>
<p><strong>Update:</strong> Here is the <a href="http://www.sigir.org/museum/">SIGIR Digital Museum of Information Retrieval Research</a>, including those SMART reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://probablyirrelevant.org/2010/05/vintage-cornellsmart-tech-reports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>micro-IR</title>
		<link>http://probablyirrelevant.org/2009/09/micro-ir/</link>
		<comments>http://probablyirrelevant.org/2009/09/micro-ir/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 19:42:13 +0000</pubDate>
		<dc:creator>miles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://probablyirrelevant.org/?p=66</guid>
		<description><![CDATA[I&#8217;ve been watching with interest as Apple&#8217;s iphone/ipod_touch app store has grown and matured over the last couple of year (yes, I know, me and almost everyone else).  Interacting with apps on my own, and more recently, building a few, has started me thinking about what I perceive to be an interesting, and I think, novel [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching with interest as Apple&#8217;s iphone/ipod_touch app store has <a href="http://brainstormtech.blogs.fortune.cnn.com/2009/05/07/iphone-app-store-40000-and-counting/">grown and matured</a> over the last couple of year (yes, I know, me and almost everyone else).  Interacting with apps on my own, and more recently, building a few, has started me thinking about what I perceive to be an interesting, and I think, novel mode of information interaction.</p>
<p>For lack of a better term, I think of this phenomenon as &#8220;micro information retrieval&#8221; (micro-IR).</p>
<p>By micro-IR I mean the practice of farming information needs out across multiple applications.  Each of these micro-IR applications is built around a tightly constrained problem space, and I think it&#8217;s this constraint that makes micro-IR interesting.</p>
<p>A couple of examples (apologies for any appearance of commercial endorsement; none intended):</p>
<ul>
<li>the <a href="http://yelp.com">yelp</a> app: find, say, restaurants near me</li>
<li><a href="http://www.loopt.com/">loopt</a>: find friends near me</li>
<li>B<a href="http://www.barnesandnoble.com/iphone/">arnes and Noble app</a>: find info on the book in this photo I took</li>
<li><a href="http://www.shazam.com/music/web/home.html">shazam</a>: find the song that is playing into the iphone mic.</li>
</ul>
<p>These examples swing close to simple database lookups.  But if we take a longer view, a more interesting dynamic comes up.  The apps are simple because each one solves a problem that is tightly constrained, answering a question that would involve complicated interaction in its absence.</p>
<p>By way of a few more examples, I am currently developing an app that answers the question: how many gallons of oil would it take to prepare a given recipe?  The app then ranks candidate recipes in increasing order of petroleum consumption.</p>
<p>And it&#8217;s not the case that these sorts of interactions are limited to mobile devices.  Thanks to <a href="http://palblog.fxpal.com/?tag=evaluation">Gene Golovchinsky</a> for pointing me towards <a href="http://labs.adobe.com/technologies/blueprint/">Blueprint</a> an Eclipse plugin that allows users to search for code snippets from within their IDE, leveraging Flex syntax to finesse the search.</p>
<p>Trying to lasso these examples together in efforts to triangulate on what micro-IR actually is, I&#8217;ll note a few overarching commonalities that I see here:</p>
<ol>
<li>In ad hoc (text) IR a principal intellectual challenge lies in modeling &#8216;aboutness.&#8217;  In micro-IR settings, the creativity comes into play in posing a useful (and tractable) question to answer.  The engineering comes easily after that.</li>
<li>The constrained nature of micro-IR applications leads to a lightweight articulation of information need.  There is a tight coupling here between task, query, and the unit of retrieval, a dynamic that I think is compelling.  Pushing this a bit farther, we might consider the simple act of choosing to use a particular application from those apps on a user&#8217;s palette as part of the information need expression.</li>
<li>The tight coupling of task to data to &#8216;query&#8217; enables a strong contextual element to inform the interaction.  Context constitutes the foreground of the micro-IR interaction.</li>
</ol>
<p>I don&#8217;t want to overstate the distinction between micro- and macro-IR.  Of course applications fall along a spectrum of their similarity to the modalities I&#8217;ve laid out here.  But I do think that being aware of micro-IR system characteristics is worthwhile.  Aside from an inherent innovation to how people interact with information, micro-IR opens the door to small-scale developers gaining a wide audience (i.e. the barrier to entry is low).  And concomitant with this is the new monetization model at work in the app store.</p>
<p>I hope readers will comment on this: is micro-IR something at all?  Is it actually related to IR?  How might we turn our eye to micro-IR with respect to generating bona fide research?  Surely there are better example systems than those I&#8217;ve listed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://probablyirrelevant.org/2009/09/micro-ir/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is the science of IR improving?</title>
		<link>http://probablyirrelevant.org/2008/10/is-the-science-of-ir-improving/</link>
		<comments>http://probablyirrelevant.org/2008/10/is-the-science-of-ir-improving/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 15:46:47 +0000</pubDate>
		<dc:creator>miles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://probablyirrelevant.org/?p=37</guid>
		<description><![CDATA[
I’m just back from the annual meeting of ASIST (American Society for Info Science and Technology) in Columbus, OH.   I gave a talk during one of the five sessions on IR, and after all the speakers were through there was a session of audience questions.  Andrew Dillon lobbed a provocative question our way:  how do [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal">I’m just back from the annual meeting of <a href="http://www.asist.org">ASIST</a> (American Society for Info Science and Technology) in Columbus, OH. <span>  </span>I gave a talk during one of the five sessions on IR, and after all the speakers were through there was a session of audience questions.<span>  </span><a href="http://sentra.ischool.utexas.edu/~adillon/blog/">Andrew Dillon</a> lobbed a provocative question our way:<span>  </span>how do we know if IR as a field is making forward progress?<span>  </span>(I’m paraphrasing, of course).<span>  </span>An uncomfortable pause set in, followed by obligatory sidestepping, e.g. “first we need to define progress.”<span>  </span>It’s a fair question, though: we see incremental progress reported in the literature, but getting a high-level sense of the field’s forward motion strikes me as harder to come by.</p>
<p class="MsoNormal"><!--StartFragment--></p>
<p class="MsoNormal">I offered an off-the-cuff answer that I suspect readers might comment on.<span>  </span>Actually it was two answers.</p>
<p class="MsoNormal">First, surely there is meaning in the increasing competition to publish in the field’s best venues.<span>  </span>This isn’t news, but the following figure showcases the fact that getting a paper into <a href="http://www.sigir.org">SIGIR</a> is indeed growing more difficult (many more people are trying).</p>
<p class="MsoNormal"> </p>
<p><a href="http://portal.acm.org"><img title="sigir submissions" src="http://www.ibiblio.org/mefron/blog/uploads/sigir1.gif" alt="" /></a></p>
<p><!--StartFragment--></p>
<p class="MsoNormal">Of course SIGIR is not synonymous with the field, but I think the figure speaks to the question Andrew asked.<span>   </span>Unless the SIGIR community is spinning its wheels, increasing competition among researchers suggests expectations and standards for “successful research” is climbing.</p>
<p class="MsoNormal">My second answer had to do with the diversity of tasks that fit under the umbrella term of IR.<span>  </span>Looking at <a href="http://trec.nist.gov">TREC</a> over the years we see new tasks appear (and disappear), new problems to tackle.<span>  </span>I argued that the field is indeed making progress, and we can see that progress in this creativity.<span>  </span>We are solving problems that we didn’t know existed (e.g. adversarial IR) or that actually didn’t exist (e.g. blog search) only several years ago.<span>  </span>Does this creativity imply improvement?<span>  </span>I argued that it does.</p>
<p><!--EndFragment--></p>
<p><!--EndFragment--></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://probablyirrelevant.org/2008/10/is-the-science-of-ir-improving/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
