<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I process user ratings of content fairly?</title>
	<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly/</link>
	<description>Comments on Ask MetaFilter post How do I process user ratings of content fairly?</description>
	<pubDate>Mon, 10 Jul 2006 23:19:56 -0800</pubDate>
	<lastBuildDate>Mon, 10 Jul 2006 23:19:56 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I process user ratings of content fairly?</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly</link>	
		<description>How do I process user ratings of content without skewing results of items that have only been rated once? &lt;br /&gt;&lt;br /&gt; I&apos;m writing a Web app that allows users to rank entries made by other users from 0 to 4 stars (sort of a &quot;hot or not&quot; for user created content). Users can view a list of items that have gotten the highest average ratings. Now imagine that a new item is created, and someone ranks it 4 stars. It immediately shoots to the top of the list because it&apos;s average ranking is 4 stars. Can you suggest a good way to address this problem? I do not want to require items to have a certain number of ratings before they can be listed because I beleive people will want to see their favorites appear in the rankings right away, and I also don&apos;t want to discrimate against including something new in the list.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.41901</guid>
		<pubDate>Mon, 10 Jul 2006 23:01:13 -0800</pubDate>
		<dc:creator>Orkboi</dc:creator>
		
			<category>mathematics</category>
		
			<category>math</category>
		
			<category>crowdsourcing</category>
		
			<category>crowd</category>
		
			<category>statistics</category>
		
			<category>stats</category>
		
	</item> <item>
		<title>By: Brainy</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644369</link>	
		<description>Kinda thinking outloud here but what if you sorted by average rating x number of ratings&lt;br&gt;
(4x1=4) vs. (4x25=100)&lt;br&gt;
&lt;br&gt;
If you wanted to be more in depth you could add every rating together so (3x4stars=12) + (1x4stars=4) = 16&lt;br&gt;
&lt;br&gt;
Or just sort by rating, then by number of rankings? New stuff would jump to the top layer, but not to the top of the list.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644369</guid>
		<pubDate>Mon, 10 Jul 2006 23:19:56 -0800</pubDate>
		<dc:creator>Brainy</dc:creator>
	</item><item>
		<title>By: sophist</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644379</link>	
		<description>perhaps something like this:&lt;br&gt;
&lt;br&gt;
* = -2 points&lt;br&gt;
** = -1 points&lt;br&gt;
*** = +1 points&lt;br&gt;
**** = +2 points&lt;br&gt;
&lt;br&gt;
keep a running total of the points scored per entry, and go off that.  items that a lot of people like will have a much higher score than items only 2 or 3 people have voted as liking.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644379</guid>
		<pubDate>Mon, 10 Jul 2006 23:37:49 -0800</pubDate>
		<dc:creator>sophist</dc:creator>
	</item><item>
		<title>By: grouse</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644380</link>	
		<description>On kuro5hin, comments are not considered scored until a certain number of people have voted.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644380</guid>
		<pubDate>Mon, 10 Jul 2006 23:38:28 -0800</pubDate>
		<dc:creator>grouse</dc:creator>
	</item><item>
		<title>By: sophist</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644381</link>	
		<description>he specifically said:&lt;br&gt;
&lt;br&gt;
&lt;em&gt; I do not want to require items to have a certain number of ratings before they can be listed&lt;/em&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644381</guid>
		<pubDate>Mon, 10 Jul 2006 23:40:04 -0800</pubDate>
		<dc:creator>sophist</dc:creator>
	</item><item>
		<title>By: evariste</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644382</link>	
		<description>Per grouse, most &quot;rating&quot; type websites wait until an item has five or ten ratings before the rating is publicly visible.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644382</guid>
		<pubDate>Mon, 10 Jul 2006 23:40:15 -0800</pubDate>
		<dc:creator>evariste</dc:creator>
	</item><item>
		<title>By: evariste</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644383</link>	
		<description>Shit! I&apos;m not the only one with reading comprehension problems, grouse.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644383</guid>
		<pubDate>Mon, 10 Jul 2006 23:40:44 -0800</pubDate>
		<dc:creator>evariste</dc:creator>
	</item><item>
		<title>By: Galvatron</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644387</link>	
		<description>Let A be the current average of all ratings.  For any particular item, compute the displayed rating using a weighted average of A and the item&apos;s true rating:&lt;br&gt;
&lt;br&gt;
displayed rating = (N*A + K*R)/(N + K)&lt;br&gt;
&lt;br&gt;
where K is the number of ratings for the item, R is the item&apos;s average rating, and N is a small value that you choose.  New items will initially be rated near the average, but the effect of the weighting becomes small as K gets large.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644387</guid>
		<pubDate>Mon, 10 Jul 2006 23:45:43 -0800</pubDate>
		<dc:creator>Galvatron</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644391</link>	
		<description>There are lots of ways to do it. The simplest I think is to give everything a &apos;default&apos; rating with a certain weight.  Similar to what Galvatron proposes, but I would use&lt;br&gt;
&lt;br&gt;
Rating = D*W&lt;sub&gt;D&lt;/sub&gt;+&amp;sum;(&lt;b&gt;R&lt;/b&gt;)/|R|&lt;br&gt;
&lt;br&gt;
Where D is the &apos;default&apos; score, W&lt;sub&gt;D&lt;/sub&gt; is the weight of that score (maybe three? maybe ten?) &amp;sum;(&lt;b&gt;R&lt;/b&gt;)/|R| Is just a fancy way of saying &quot;the average of the ratings&quot;.  It&apos;s the sum of all the ratings divided by the number of ratings where.  A simplified formula would be:&lt;br&gt;
&lt;br&gt;
Rating = D*W&lt;sub&gt;D&lt;/sub&gt;+[average rating]</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644391</guid>
		<pubDate>Mon, 10 Jul 2006 23:53:33 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644393</link>	
		<description>Hmm, now that I think about it my formula isn&apos;t quite right.  It should be:&lt;br&gt;
&lt;br&gt;
 (D*W&lt;sub&gt;D&lt;/sub&gt;+&#8721;(&lt;b&gt;R&lt;/b&gt;))/(|R|+W&lt;sub&gt;D&lt;/sub&gt;)&lt;br&gt;
&lt;br&gt;
So basically what you&apos;re doing is giving it W&lt;sub&gt;D&lt;/sub&gt; &apos;default&apos; votes.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644393</guid>
		<pubDate>Mon, 10 Jul 2006 23:57:35 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644483</link>	
		<description>Which is exactly what Galvatron&apos;s formula does too.&lt;br&gt;
&lt;br&gt;
Simplest way to do this is probably to preload your ratings database with a small number of &quot;neutral&quot; ratings for new items.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644483</guid>
		<pubDate>Tue, 11 Jul 2006 03:11:13 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644486</link>	
		<description>Sophist&apos;s method fails because it ranks items that a lot of people have rated moderately ahead of items that a few people have rated highly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644486</guid>
		<pubDate>Tue, 11 Jul 2006 03:14:00 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: jefeweiss</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644566</link>	
		<description>I was going to suggest starting an entry with a certain number of average ratings.  So when a new entry is created it would have one two star rating automatically and if it got a 4 right away it would only go up to 3 stars.&lt;br&gt;
&lt;br&gt;
But the problem with under-rating something right off the bat is that there might be people who only look at high rated items.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644566</guid>
		<pubDate>Tue, 11 Jul 2006 06:27:55 -0800</pubDate>
		<dc:creator>jefeweiss</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644639</link>	
		<description>Simple solution: show the average rating together with number of votes: that enables people to judge for themselves how much faith to put in the rating.&lt;br&gt;
&lt;br&gt;
More complicated solution: assign a confidence rating to every rating based on the number of votes, and normalize the score based on that confidence rating. I&apos;m ashamed to say I&apos;m not good enough at math to work this out, but for any given item, there&apos;s a number of votes after which the score will not change significantly (the &quot;confidence interval&quot;). This is your &quot;number of confidence,&quot; which we&apos;ll call N&lt;sub&gt;C&lt;/sub&gt;. At one vote or a few votes, every additional score is likely to change the score a lot, for the opposite reasons. As N approaches N&lt;sub&gt;C&lt;/sub&gt;, you&apos;ve got more confidence that the current average is an accurate representation of what the average will be when you reach N&lt;sub&gt;C&lt;/sub&gt;. Perhaps somebody who actually knows statistics can take it from here.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644639</guid>
		<pubDate>Tue, 11 Jul 2006 07:28:45 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: baylink</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644785</link>	
		<description>evariste: it&apos;s not that we have reading comprehension problems (which, at least, is a literate insult (pun entirely accidental)  :-), it&apos;s that there&apos;s no really good way to have both behaviors.  If you don&apos;t weight, and you don&apos;t delay, then things rated highly by their first raters will jump to the top; it&apos;s the nature of the beast.&lt;br&gt;
&lt;br&gt;
You have to compromise *something* if you want to avoid that behavior.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644785</guid>
		<pubDate>Tue, 11 Jul 2006 09:49:30 -0800</pubDate>
		<dc:creator>baylink</dc:creator>
	</item><item>
		<title>By: grouse</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#644835</link>	
		<description>&lt;small&gt;oops&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-644835</guid>
		<pubDate>Tue, 11 Jul 2006 10:29:23 -0800</pubDate>
		<dc:creator>grouse</dc:creator>
	</item><item>
		<title>By: Lanark</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#645027</link>	
		<description>From memory I think Amazon ratings include an element of time, so new ratings (positive or negative) have less influence than older ratings, the theory being that over time more ratings will appear and balance things out.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-645027</guid>
		<pubDate>Tue, 11 Jul 2006 13:21:55 -0800</pubDate>
		<dc:creator>Lanark</dc:creator>
	</item><item>
		<title>By: Mr. Gunn</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#645113</link>	
		<description>as adamrice has said, there&apos;s no way to do this without adding some other factor to weight the rankings.  &lt;br&gt;
&lt;br&gt;
To really do it right, any rating given would be weighted by the average rating of the items the rater has himself submitted previously.  To bootstrap this in, perhaps people who have rated more items get more weight assigned to their ratings, or perhaps it would be done by number of posts or length of membership.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-645113</guid>
		<pubDate>Tue, 11 Jul 2006 15:37:42 -0800</pubDate>
		<dc:creator>Mr. Gunn</dc:creator>
	</item><item>
		<title>By: BillyG</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#645285</link>	
		<description>http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/&lt;br&gt;
&lt;br&gt;
I saw this a few months ago but never got it going with a DB to retain the settings, I just checked back today and there is a DB &amp;amp; PHP tutorial added on.&lt;br&gt;
&lt;br&gt;
Hope this helps, I will be working on it for my blog tomorrow as I keep seeing it at sites all over the place. G/L.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-645285</guid>
		<pubDate>Tue, 11 Jul 2006 20:00:54 -0800</pubDate>
		<dc:creator>BillyG</dc:creator>
	</item><item>
		<title>By: Orkboi</title>
		<link>http://ask.metafilter.com/41901/How-do-I-process-user-ratings-of-content-fairly#646578</link>	
		<description>Thanks everyone who answered! This has helped me understand the problem and possible solutions (plus trade offs) much more clearly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41901-646578</guid>
		<pubDate>Wed, 12 Jul 2006 20:18:34 -0800</pubDate>
		<dc:creator>Orkboi</dc:creator>
	</item>
	</channel>
</rss>
