<?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>Information Retrieval Gupf &#187; Explanatory Search</title>
	<atom:link href="http://irgupf.com/category/explanatory-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://irgupf.com</link>
	<description>Information Retrieval Research, Issues, and Discussion</description>
	<lastBuildDate>Mon, 13 Jun 2011 13:08:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Seeing Stars</title>
		<link>http://irgupf.com/2010/04/28/seeing-stars/</link>
		<comments>http://irgupf.com/2010/04/28/seeing-stars/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 20:59:52 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Information Retrieval Foundations]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=1197</guid>
		<description><![CDATA[<p>There is an interesting blogpost on the Official Google blog today, about seeing stars:</p> <p>We&#8217;ve long believed that personalization makes search more relevant and fun. For nearly five years, we&#8217;ve been tailoring results with personalized search. Today we&#8217;re announcing a new feature in search that makes it easier for you to mark and rediscover [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://googleblog.blogspot.com/2010/03/stars-make-search-more-personal.html">There is an interesting blogpost</a> on the Official Google blog today, about seeing stars:</p>
<blockquote><p>We&#8217;ve long believed that personalization makes search more relevant and  fun. For nearly five years, we&#8217;ve been tailoring results with <a href="http://googleblog.blogspot.com/2005/06/search-gets-personal.html">personalized  search</a>. Today we&#8217;re announcing a new feature in search that makes  it easier for you to mark and rediscover your favorite web content —  stars.  With stars, you can simply click the star marker on any  search result or map and the next time you perform a search, that item  will appear in a special list right at the top of your results when  relevant. That means if you star the official websites for your favorite  football teams, you might see those results right at the top of your  next search for [nfl].</p></blockquote>
<p>So it sounds to me like this is a sort of bookmarking.  What it not as obviously, however, is what this sentence means:<span id="more-1197"></span>&#8220;the next time you perform a search, that item  will appear in a special  list right at the top of your results when  relevant&#8221;.  Does that mean the next time you perform the same search (e.g. [nfl]) that starred item will appear at the top?  Or is it more dynamic than that?  I.e., if I happen to perform the search [new england patriots], and that same link that I&#8217;d previously starred after executing the [nfl] query happens to be ranked in the top k, will it again appear at the top of my list?  (And if so, what is the cutoff/threshold for k?)  Similarly, if Google&#8217;s ranking of my original [nfl] query changes, due to shifting PageRank calculations, changes in freshness, or any of the hundreds++ of other signals that go into the ranking algorithm, and my particular starred web page no longer appears in the top k because it is no longer relevant to the [nfl] query using the signal vector from the current state of index, will the starred item not appear?  After all, Google says that the starred item will only appear if it is relevant, and if it is no longer relevant to the [nfl] query, as determined by Google&#8217;s relevance algorithm, then it won&#8217;t appear?  Even though I had previously starred it with respect to that exact query?</p>
<p>The post continues:</p>
<blockquote><p>In our testing, we learned that people really liked the idea of marking a  website for future reference, but they didn&#8217;t like changing the order  of Google&#8217;s organic search results. With stars, we&#8217;ve created a  lightweight and flexible way for people to mark and rediscover web  content.</p></blockquote>
<p>Now I am thoroughly confused.  People didn&#8217;t like changing the order of Google&#8217;s organic search results, but at the same time, they claim earlier in the post that &#8220;For nearly five years, we&#8217;ve been tailoring results with <a href="http://googleblog.blogspot.com/2005/06/search-gets-personal.html">personalized   search</a>.&#8221;  What does it mean to personalize search results, if not to change the order of Google&#8217;s organic search results? (Quoting the earlier post:</p>
<blockquote><p>With the launch of <a href="http://www.google.com/psearch">Personalized  Search</a>,  you can use that <a href="http://googleblog.blogspot.com/2005/04/from-lost-to-found.html">search  history</a> you&#8217;ve been building to get better results. You probably  won&#8217;t notice much difference at first, but as your search history grows,  your personalized results will gradually improve.</p></blockquote>
<p>So if users didn&#8217;t like changing the order of the organic search results, does this mean that Google has turned off (or will be turning off) personalization completely for all signed-in users?  Or does personalization co-exist with explicit starring/bookmarks?  If so, how exactly does that work?  Will Google change the order (personalize) your organic results using only the signals of query history and implicit relevance (i.e. clickthrough), but not the signal of explicit starring?  That&#8217;s even more confusing&#8230;the amount of mental jazz involved is a bit overwhelming.  Sure, the interface jazz is kept to a minimum, but at the expense of making the user&#8217;s mental model of what the search engine is actually doing for him or her even more muddled.</p>
<p>Perhaps the best way to sort out this confusion is to dive in headfirst and start playing around with the system, seeing what it actually does and when.  But I personally have a difficult time generating the gumption to use a feature for which I have an unclear mental model, an unclear understanding of what it is trying to do for me, how it might change, when it might or might not magically appear.  Especially when some of my actions affect the state of the system and others do not.</p>
<p>One thing I do like about this feature, however, is that it uses out-of-band displays to show different types of information.  Rather than trying to mix global/non-personalized results, implicit personalized results, and starred results, it lets you know via a separate channel whether there is any information that you have previously starred.  This is an IR design principle that I would like to see more of &#8212; separate goals in separate channels.  Examples of different IR goals include navigation, re-finding, discovery, exploration, etc.  Rather than trying to mix results from all of these goals into a single channel (a single ranked list) it is quite useful to separate each goal from the other.  This new Google interface does that.  What exactly the goal attached to that separate channel is, again, unclear.  But the existence of a separate channel is an interesting and exciting approach, one that I hope to see more of.</p>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2010/04/28/seeing-stars/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kasparov and Good Interaction Design</title>
		<link>http://irgupf.com/2010/01/25/kasparov-and-good-interaction-design/</link>
		<comments>http://irgupf.com/2010/01/25/kasparov-and-good-interaction-design/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:59:14 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Exploratory Search]]></category>
		<category><![CDATA[Information Retrieval Foundations]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=1170</guid>
		<description><![CDATA[<p>A NYT books article about Kasparov and chess, and the relationship between humans, machines, and decision processes is making the Twitter rounds today.  I don&#8217;t have time at the moment to write a long comment about it, but I do want to point out that it supports a position that I&#8217;ve been taking on [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.nybooks.com/articles/23592">NYT books article about Kasparov and chess, and the relationship between humans, machines, and decision processes</a> is making the Twitter rounds today.  I don&#8217;t have time at the moment to write a long comment about it, but I do want to point out that it supports a position that I&#8217;ve been taking on this blog for some time now:</p>
<blockquote><p>This experiment goes unmentioned by Russkin-Gutman, a major omission since it relates so closely to his subject. Even more notable was how the advanced chess experiment continued. In 2005, the online chess-playing site Playchess.com hosted what it called a &#8220;freestyle&#8221; chess tournament in which anyone could compete in teams with other players or computers. Normally, &#8220;anti-cheating&#8221; algorithms are employed by online sites to prevent, or at least discourage, players from cheating with computer assistance. (I wonder if these detection algorithms, which employ diagnostic analysis of moves and calculate probabilities, are any less &#8220;intelligent&#8221; than the playing programs they detect.)</p>
<p>Lured by the substantial prize money, several groups of strong grandmasters working with several computers at the same time entered the competition. At first, the results seemed predictable. The teams of human plus machine dominated even the strongest computers. The chess machine Hydra, which is a chess-specific supercomputer like Deep Blue, was no match for a strong human player using a relatively weak laptop. Human strategic guidance combined with the tactical acuity of a computer was overwhelming.</p>
<p>The surprise came at the conclusion of the event. The winner was revealed to be not a grandmaster with a state-of-the-art PC but a pair of amateur American chess players using three computers at the same time. Their skill at manipulating and &#8220;coaching&#8221; their computers to look very deeply into positions effectively counteracted the superior chess understanding of their grandmaster opponents and the greater computational power of other participants. Weak human + machine + better process was superior to a strong computer alone and, more remarkably, superior to a strong human + machine + inferior process.</p></blockquote>
<p>This result seems awfully similar to some of the other results I&#8217;ve reported on in the past.  <span id="more-1170"></span>For example, see this <a href="http://irgupf.com/2009/11/04/good-interaction-ii-just-ask/">paper by Amatriain</a>:</p>
<blockquote><p>Data is always important, but what struck me in the writeup was his discovery that the biggest advances came not from accumulation of massive amount of data, log files, clicks, etc.  Rather, while dozens and dozens of researchers around the world were struggling to reach that coveted 10% improvement by eking out every last drop of value from large data-only methods, Amatriain comparatively easily blew past that ceiling and hit 14%.  How?  He simply asked users to <a href="http://technocalifornia.blogspot.com/2009/08/rate-it-again.html">denoise their existing data by rerating a few items</a>.  In short, Amatriain resorted to <a href="http://en.wikipedia.org/wiki/Human_Computer_Information_Retrieval">HCIR</a>:</p></blockquote>
<p>See also Tessa Lau&#8217;s post about how <a href="http://irgupf.com/2009/03/25/good-interaction-design-trumps-smart-algorithms/">good interaction design trumps smart algorithms</a>:</p>
<blockquote><p>I come to the field of HCI via a background in AI, <em>having learned the hard way that good interaction design trumps smart algorithms </em>in the quest to deploy software that has an impact on millions of users. Currently a researcher at IBM’s Almaden Research Center, I lead a team that is exploring new ways of capturing and sharing knowledge about how people interact with the web.  We conduct HCI research in <em>designing and developing new interaction paradigms</em> for end-user programming.</p></blockquote>
<p>See also two of my previous posts, <a href="http://irgupf.com/2009/04/30/more-and-faster-versus-smarter-and-more-effective/">More and Faster versus Smarter and More Effective</a> and <a href="http://irgupf.com/2009/08/24/a-bird-in-the-hand/">A Bird in the Hand</a>.</p>
<p>The theme that I see is that, while big data approaches do work well, what works even better is a small amount of user interaction.  With big data methods  (even ones that incorporate human interaction in the form of massive log data) all you can do is make inferences about what is good and what is not good.  The more historical user data you have, the more correct your inference about the current scenario is likely to be.  But none of it is as correct as receiving explicit feedback from the user, and turning a probability into a certainty.</p>
<p>And that&#8217;s where I see good interaction design coming into play.  By turning a probability into a certainty, your back end algorithms can stop wasting their CPU cycles doing all the inferential heavy lifting about what the user is actually trying to say or do, and can start using their CPU cycles to explore a wider range of consequences of that informational certainty.</p>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2010/01/25/kasparov-and-good-interaction-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More Information Is Positive</title>
		<link>http://irgupf.com/2009/11/09/more-information-is-positive/</link>
		<comments>http://irgupf.com/2009/11/09/more-information-is-positive/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:48:48 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Social Implications]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=988</guid>
		<description><![CDATA[<p>Via Greg Linden, I came across this interesting quote from Eric Schmidt about the obligation to help newspapers succeed:</p> <p>Finally, Eric claimed Google has a moral duty to help newspapers succeed: </p> <p>Google sees itself as trying to make the world a better place. And our values are that more information is positive &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://glinden.blogspot.com/2009/10/google-ceo-on-personalized-news.html">Greg Linden</a>, I came across this interesting quote from Eric Schmidt about the obligation to help newspapers succeed:</p>
<blockquote><p>Finally, Eric <a href="http://searchengineland.com/google-ceo-eric-schmidt-on-newspapers-journalism-27172">claimed</a> Google has a moral duty to help newspapers succeed:<em> </em></p>
<p><em>Google sees itself as trying to make the world a better place. And our values are that more information is positive &#8212; transparency. And the historic role of the press was to provide transparency, from Watergate on and so forth. So we really do have a moral responsibility to help solve this problem.</em></p>
<p><em>Well-funded, targeted professionally managed investigative journalism is a necessary precondition in my view to a functioning democracy &#8230; That&#8217;s what we worry about &#8230; There [must be] enough revenue that &#8230; the newspaper [can] fulfill its mission.</em></p></blockquote>
<p>This is great that Google feels this professional responsibility.  And I wholeheartedly agree with Schmidt that &#8220;more information is positive&#8221;.  My only question is: Why don&#8217;t we see &#8220;more information&#8221; and transparency when it comes to other media companies, aka search engines?  Newspapers engage in investigative journalism in order to bring stories from industry and politics to the citizens.  Search engines engage in algorithmic retrieval in order to bring stories from the newspapers (and other sources) to the citizens.  The historical role of the press has been to provide transparency.  So also is the modern role of the retrieval engine to provide transparency.  And just as a good reporter has to cite sources to make their stories credible, so should a search algorithm provide explanatory interfaces, algorithms, and information to make their results credible.</p>
<p>Shouldn&#8217;t there be an expectation of as much information and transparency from our search interfaces and algorithms as we have from our press?  It is no secret that I think there should be.  It is a goal that I strive for in my own research; I can&#8217;t say that it&#8217;s not difficult, but it is worth striving for.</p>
<p>See also some of my previous posts:</p>
<ul>
<li><a href="http://irgupf.com/2009/03/26/media-gatekeepers-and-transparency/">Media Gatekeepers and Transparency</a> (March 2009)</li>
<li><a href="http://irgupf.com/2009/03/09/exploration-and-explanation/">Exploration and Explanation</a> (March 2009)</li>
<li><a href="http://irgupf.com/2009/04/16/improving-findability-falls-short-of-the-mark/">&#8220;Improving Findability&#8221; Falls Short of the Mark</a> (April 2009)</li>
<li><a href="http://irgupf.com/2009/03/10/creating-passionate-search-users/">Creating Passionate Search Users</a> (March 2009)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/11/09/more-information-is-positive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Craft of Storytelling</title>
		<link>http://irgupf.com/2009/11/05/the-craft-of-storytelling/</link>
		<comments>http://irgupf.com/2009/11/05/the-craft-of-storytelling/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 11:50:39 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=1042</guid>
		<description><![CDATA[<p>I&#8217;ve been playing around with some old TREC data over the past few days and completely by chance I came across this document.  I find it interesting because storytelling is a good metaphor for what we as researchers do when we construct interactive information seeking systems.  The document is short enough that I think [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with some old TREC data over the past few days and completely by chance I came across this document.  I find it interesting because <em>storytelling</em> is a good metaphor for what we as researchers do when we construct interactive information seeking systems.  The document is short enough that I think I can reproduce it here in its entirety without getting into intellectual property trouble.  I hope.</p>
<div>
<blockquote>
<div>DOCNO: LA070590-0123</div>
<div>DOCID: 243123</div>
<div>
<p>July 5, 1990, Thursday, Home Edition</p></div>
<div>
<p>Calendar; Part F; Page 1; Column 1; Calendar Desk</p></div>
<div>
<p>57 words</p></div>
<div>
<p>QUOTABLE</p></div>
<div>
<p>&#8220;Networks are run by people whose weakest suit is that they can&#8217;t understand  the importance of the craft of storytelling, which is what film and television  are all about. . . . They can do statistical things, but they can&#8217;t quantify  storytelling and put it into a computer.&#8221;</p></div>
<p>Writer-producer Roy Huggins, in Television &amp; Families magazine</p></blockquote>
<p>Wikipedia&#8217;s take on <a href="http://en.wikipedia.org/wiki/Roy_Huggins">Roy Huggins</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/11/05/the-craft-of-storytelling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More and Faster versus Smarter and More Effective</title>
		<link>http://irgupf.com/2009/04/30/more-and-faster-versus-smarter-and-more-effective/</link>
		<comments>http://irgupf.com/2009/04/30/more-and-faster-versus-smarter-and-more-effective/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 11:13:14 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Exploratory Search]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=559</guid>
		<description><![CDATA[<p>Last month, in reaction to the &#8220;Unreasonable Effectiveness of Data&#8221; paper that made the rounds, Stephen Few from the Business Intelligence community wrote an interesting post:</p> <p>The notion that “we need more data” seems to have always served as a fundamental assumption and driver of the data warehousing and business intelligence industries. It is [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, in reaction to the &#8220;Unreasonable Effectiveness of Data&#8221; paper that made the rounds, Stephen Few from the Business Intelligence community <a href="http://www.perceptualedge.com/blog/?p=438">wrote an interesting post</a>:</p>
<blockquote><p>The notion that “we need more data” seems to have always served as a fundamental assumption and driver of the data warehousing and business intelligence industries. It is true that a missing piece of information can at times make the difference between a good or bad decision, but there is another truth that we must take more seriously today: most poor decisions are caused by lack of understanding, not lack of data. The way that data warehousing and business intelligence resources are typically allocated fails to reflect this fact. The <em>more and faster</em> emphasis of these efforts must shift to <em>smarter and more effective</em>. Although current efforts to build bigger and faster data repositories and better production reporting systems should continue, they should take a back seat to efforts to increase the data sense-making skills of workers and to improve the tools that support these skills.</p></blockquote>
<p>This is a point that I wholely subscribe to, and an aspect of which I encountered the other day when attempting to use web search engines to satisfy my &#8220;<a href="http://irgupf.com/2009/04/23/retrievability-and-prague-cafes/">hidden cafes in prague</a>&#8221; information need. <span id="more-559"></span>It didn&#8217;t matter that big data pointed the way to all the popular cafes.  And it didn&#8217;t matter that the search engine came back with results to each of my [hidden prague cafe] and [prague passage cafe] queries in a blazingly fast 0.7 seconds.  The answers weren&#8217;t correct.  I spent orders of magnitude more time and effort &#8212; 20 minutes in fact &#8212; trying come up with the right way of instructing the search engine as to my true information need in the first place. In the end I never did find the right query to help me find the U Raka cafe, short of using the name of the cafe itself &#8212; which was the whole point.</p>
<p>So I agree; what is needed is not more data and faster answers, but better tools to help us comb and make sense of that data, and ask the right questions in the first place.  A one-line text input box is not enough.</p>
<p>See also my commentary on <a href="http://irgupf.com/2009/04/16/improving-findability-falls-short-of-the-mark/">Improving Findability</a> with respect to Government 2.0 Search.  The same issue exists there, as well.  To rephrase: <em>Although current efforts to build bigger and faster data [Government data] repositories&#8230;should continue, they should take a back seat to efforts to increase the data sense-making skills of [citizens] and to improve the [search engine] tools that support these skills.</em></p>
<p>Few concludes (emphasis mine):</p>
<blockquote><p>Researchers, especially those who work in the cognitive sciences, have learned a great deal about the way people process information and make decisions, including the flaws in the process that often trip us up. Proper training based on these insights is needed to make us better analysts; <strong>good tools are needed to help us work around analytical limitations that are built right into our brains</strong>. It is toward these ends that the bulk of our data warehousing and business intelligence investments should be directed. Is this where you’re focusing your efforts? Is this even on your radar?</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/04/30/more-and-faster-versus-smarter-and-more-effective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Music Explaura: Exploration and Discovery in Action</title>
		<link>http://irgupf.com/2009/04/07/music-explaura-exploration-and-discovery-in-action/</link>
		<comments>http://irgupf.com/2009/04/07/music-explaura-exploration-and-discovery-in-action/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 20:27:13 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Exploratory Search]]></category>
		<category><![CDATA[Music IR]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=437</guid>
		<description><![CDATA[<p>Music Information Retrieval continues to be an excellent place to play around with the intersection of search, recommendation, user-guided exploration, and explanatory (transparent) algorithms.</p> <p>First, check out the announcement of Music Explaura from Stephen Green at Sun Research.  Stephen writes:</p> <p></p> <p>On the left of the artist page, you see the list of similar [...]]]></description>
			<content:encoded><![CDATA[<p>Music Information Retrieval continues to be an excellent place to play around with the intersection of search, recommendation, user-guided exploration, and explanatory (transparent) algorithms.</p>
<p>First, check out the <a href="http://blogs.sun.com/searchguy/entry/the_music_explaura">announcement of Music Explaura</a> from Stephen Green at Sun Research.  Stephen writes:</p>
<p><span id="more-437"></span></p>
<blockquote><p>On the left of the artist page, you see the list of similar artists generated by the AURA recommenders.  This list of artists is generated using a technique that&#8217;s quite a bit different than you&#8217;re probably used to.  Rather than relying on the wisdom of the crowds via a technique like <a href="http://en.wikipedia.org/wiki/Collaborative_filtering">collaborative filtering</a>, the AURA system computes the similarity between artists by computing the similarity between their textual auras.</p></blockquote>
<p>Second, See Paul Lamere&#8217;s writeup, &#8220;<a href="http://musicmachinery.com/2009/04/03/music-discovery-is-a-conversation-not-a-dictatorship/">Music Discovery is a Conversation, Not a Dictatorship</a>&#8220;. Paul writes:</p>
<blockquote><p>The Music Explaura gives us a hint of what music discovery will be like in the future.  Instead of a world where a music vendor gives you a static list of recommended artists  we’ll live in a world  where the recommender can tell you why it is recommending an item, and you can respond by steering the recommendations away from things you don’t like and toward the things that you do like.   Music discovery will no longer be a dictatorship, it will be a two-way conversation.</p></blockquote>
<p>This is really cool stuff, and I hope the ideas behind steerable recommendations will start to work their way out into all types of search and recommendation, from Amazon-style purchase recommendations to standard web search itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/04/07/music-explaura-exploration-and-discovery-in-action/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is the Ad-Sponsored Web Search Market a Conversation?</title>
		<link>http://irgupf.com/2009/04/01/is-the-ad-sponsored-web-search-market-a-conversation/</link>
		<comments>http://irgupf.com/2009/04/01/is-the-ad-sponsored-web-search-market-a-conversation/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:15:25 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Social Implications]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=351</guid>
		<description><![CDATA[<p>It has now officially been ten years since Christopher Locke, Doc Searls, and David Weinberger wrote the Cluetrain Manifesto, rekindling and reminding us of the centuries-old notion that markets are conversations between people, buyers and sellers. The following are a few of the Manifesto&#8217;s points that resonate with me:</p> <p></p> The Internet is enabling conversations [...]]]></description>
			<content:encoded><![CDATA[<p>It has now officially been ten years since Christopher Locke, Doc Searls, and David Weinberger wrote the <a href="http://cluetrain.com/">Cluetrain Manifesto</a>, rekindling and reminding us of the centuries-old notion that markets are conversations between people, buyers and sellers. The following are a few of the Manifesto&#8217;s points that resonate with me:</p>
<p><span id="more-351"></span></p>
<blockquote>
<ul>
<li>The Internet is enabling conversations among human beings that were simply not possible in the era of mass media.</li>
<li>Human communities are based on discourse—on human speech about human concerns.  The community of discourse is the market.</li>
<li>Markets want to talk to companies. Sadly, the part of the company a networked market wants to talk to is usually hidden behind a smokescreen of hucksterism, of language that rings false—and often is. Markets do not want to talk to flacks and hucksters. They want to participate in the conversations going on behind the corporate firewall. De-cloaking, getting personal: We are those markets. We want to talk to you. We want access to your corporate information, to your plans and strategies, your best thinking, your genuine knowledge. We will not settle for the 4-color brochure, for web sites chock-a-block with eye candy but lacking any substance. We&#8217;re also the workers who make your companies go. We want to talk to customers directly in our own voices, not in platitudes written into a script.</li>
</ul>
</blockquote>
<p>The authors elaborate on this point a little more in their book:</p>
<blockquote><p>The first markets were filled with people, not abstractions or statistical aggregates; they were the places where supply met demand with a firm handshake. Buyers and sellers looked each other in the eye, met, and connected. The first markets were places for exchange, where people came to buy what others had to sell &#8212; and to talk.  The first markets were filled with talk. Some of it was about goods and products. Some of it was news, opinion, and gossip. Little of it mattered to everyone; all of it engaged someone. There were often conversations about the work of hands: &#8220;Feel this knife. See how it fits your palm.&#8221; &#8220;The cotton in this shirt, where did it come from?&#8221; &#8220;Taste this apple. We won’t have them next week. If you like it you should take some today.&#8221; Some of these conversations ended in a sale, but don’t let that fool you. The sale was merely the exclamation mark at the end of the sentence.  Market leaders were men and women whose hands were worn by the work they did&#8230;.For thousands of years, we knew exactly what markets were: conversations between people who sought out others who shared the same interests. Buyers had as much to say as sellers. They spoke directly to each other without the filter of media, the artifice of positioning statements, the arrogance of advertising, or the shading of public relations.</p></blockquote>
<p>The Internet was supposed to herald the dawn of a new era, a return to those days in which buyer and seller could look each other in the eye and, with a firm handshake, directly exchange goods and services for money.  How well as the Internet lived up to this promise?  In particular, how well has it lived up in the marketplace of Information Seeking?  Are information seekers (search engine users) and information providers (search engines) able to engage in the sort of marketplace conversation that the Cluetrain Manifesto authors advocate?</p>
<p>As an individual and as an Information Retrieval researcher, I am frustrated.  One thing that strikes me is that there is a complete dearth of companies that allow a <em>direct exchange </em>of information seeking services for cash.  No web scale search engines that I know of let me pay them for providing the level and quality of service that I demand. Instead, advertisers sit in a middle layer in between information seekers or buyers and information providers or sellers.  Info buyers (users) pay advertisers in attention, advertisers pay info sellers (search engines) in real cash, and info sellers then give the info buyers an information service. The 3-way exchange of attention and money seems to work well, but at the end of the day it is not the kind of marketplace envisioned in the Cluetrain Manifesto.  The buyers and sellers are not looking each other directly in the eye and coming to an agreement about the value and quality of the services exchanged. Rather, the discussion is being tempered by the advertiser, and by the seller&#8217;s obligations to the advertiser. </p>
<p>On top of that, there continues to be a lack of transparency in the plans and strategies department.  Yesterday I commented about how <a href="http://irgupf.com/2009/03/31/researcher-on-fire/">evaluation drives innovation</a>.  But beyond a couple of corporate mottos, slogans and mission statements about putting the user first, I have little clue about what evaluation metrics are being used to drive the solutions to my information seeking problems.  I have no idea what functions are being optimized, nor how well those functions relate to my explicit information seeking behaviors.</p>
<p>I agree with the Cluetrain Manifesto authors.  I want to talk to these information seeking service providers, these search engine companies.  I want to participate in the conversations that are going on behind the corporate firewall. And I want to make my needs known, directly, in my own voice and not through the statistically-aggregated voice of millions of people, many of whom are similar to me but many of whom are not.  I do not think that we are quite there yet.</p>
<p>What I would really like to know is whether there is anything that I can do as an Information Retrieval researcher to help speed this process along.  One of the reasons I am interested in <a href="http://irgupf.com/2009/03/09/exploration-and-explanation/">Explanatory Search</a> is that I have an intuition that this style of information retrieval can grease the way for better markets-as-conversations. It is not completely clear whether this will happen. Nevertheless, it is something that I think about as I develop my research questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/04/01/is-the-ad-sponsored-web-search-market-a-conversation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Gatekeepers and Transparency</title>
		<link>http://irgupf.com/2009/03/26/media-gatekeepers-and-transparency/</link>
		<comments>http://irgupf.com/2009/03/26/media-gatekeepers-and-transparency/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:40:22 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Exploratory Search]]></category>
		<category><![CDATA[Social Implications]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=332</guid>
		<description><![CDATA[<p>PBS has an interesting article on the new media gatekeepers and the need for transparency in the process by which they promote media.  Here is an excerpt:</p> <p>The problem for these new gatekeepers is that they are providing the old editorial functions, but there&#8217;s a key difference between the way they operate and the [...]]]></description>
			<content:encoded><![CDATA[<p>PBS has an <a href="http://www.pbs.org/mediashift/2009/03/new-gatekeepers-twitter-apple-youtube-need-transparency-in-editorial-picks085.html">interesting article on the new media gatekeepers </a>and the need for transparency in the process by which they promote media.  Here is an excerpt:</p>
<blockquote><p>The problem for these new gatekeepers is that they are providing the old editorial functions, but there&#8217;s a key difference between the way they operate and the way that movie critics, music reviewers and video store clerks operate: They are making editorial decisions without telling us who they are, what they like and how they are making those decisions. Otherwise, we will be left to wonder, left to come up with our own conspiracy theories, and we will lose trust in these services.</p></blockquote>
<p>I believe this need for transparency is true not only for Twitter, Apple and YouTube, but for all types of search, including general web search.  Search engines need to get better at at explaining <a href="http://irgupf.com/2009/03/09/exploration-and-explanation/">why results were retrieved</a>, lest users begin losing trust in those engines and/or find themselves ultimately unable to find the information they desire, due to an inability to correctly express their information needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/03/26/media-gatekeepers-and-transparency/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Music Retrieval: Algorithms or Explanatory Context?</title>
		<link>http://irgupf.com/2009/03/26/music-retrieval-algorithms-or-explanatory-context/</link>
		<comments>http://irgupf.com/2009/03/26/music-retrieval-algorithms-or-explanatory-context/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 12:25:22 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Explanatory Search]]></category>
		<category><![CDATA[Exploratory Search]]></category>
		<category><![CDATA[Music IR]]></category>

		<guid isPermaLink="false">http://irgupf.com/?p=325</guid>
		<description><![CDATA[<p>At SXSW this year, Paul Lamere of The Echo Nest and Anthony Volodkin of Hype Machine engaged in a head-to-head panel about the utility of:</p> Using computer algorithms (e.g. collaborative filtering, tag-based, content-based, etc.) to automatically recommend music, versus Using computers to (a) connect people who can directly recommend music to each other and [...]]]></description>
			<content:encoded><![CDATA[<p>At SXSW this year, Paul Lamere of The Echo Nest and Anthony Volodkin of Hype Machine engaged in a head-to-head panel about the utility of:</p>
<ol>
<li>Using computer algorithms (e.g. collaborative filtering, tag-based, content-based, etc.) to automatically recommend music, versus</li>
<li>Using computers to (a) connect people who can directly recommend music to each other and (b) provide contextually relevant information around any shared songs</li>
</ol>
<p>Perhaps I don&#8217;t fully understand the full subtlety of the conflict, but I find myself wondering: Why can&#8217;t you do both?</p>
<p><span id="more-325"></span>I am a strong advocate of content-based recommendation and retrieval methods, i.e. extracting rhythmic structure, harmony, timbre, and using this information as part of a music retrieval system.  This helps you get at aspects of a song not easily describable in any other way.  At the same time, I am also a strong advocate of Explanatory Search, and giving users more information about the retrieved item than just the item itself.  It seems to me that if you can combine the strong voice of human explanation with the automated, and naturally exploratory ability of content-based methods you would have an unbeatable combo.</p>
<p>Music is the perfect environment for Exploratory Search, after all.  The more ways there are to explore, the better.</p>
<p>I have not yet been able to find an audio or video recording of the session; if anyone comes across it, please let me know.  In the meantime, <a href="http://musicmachinery.com/2009/03/23/help-my-ipod-thinks-im-emo/">here are Paul&#8217;s slides</a>, and here is an <a href="http://fascinated.fm/post/89782283">open response by Anthony</a>.  Slide 56 on Paul&#8217;s presentation is particularly humorous, and Anthony makes a interesting point when he says:</p>
<blockquote><p>The way to drive genuine discoveries without a significant reliance on collaborative filtering or recommendation algorithms is to intelligently select and present information that captures the context of a particular piece of music and creates meaning for the person interacting with the system.  Use computer systems to connect people, spotlight individual voices, then have voices and social connections define what music everyone interacts with.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://irgupf.com/2009/03/26/music-retrieval-algorithms-or-explanatory-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

