Slashdot Mirror


Microsoft Uses Human Computing Game To Tune Bing

Al writes "Microsoft researchers have come up with a novel way to fine-tune the algorithms behind the company's new search engine, Bing: a game that harnesses human computing power to improve the results. Called Page Hunt, the game (which of course requires Silverlight to run) shows users a web page and asks them to figure out a search query that should produce the page within the first five results. The idea is to better understand user behavior and expectations and ultimately improve its search algorithms. Other human-computing projects have sought to digitize out-of-print text (reCAPTCHA) and image labeling (Google Image Labeler). Can Microsoft use a similar approach to gain the edge over its rival? Or does Google already have the edge with SearchWiki, which lets searchers re-rank its results?"

11 of 119 comments (clear)

  1. So you're anchoring the algorithm... by HasselhoffThePaladin · · Score: 4, Insightful

    So they're anchoring the algorithm in real-world data? Truly groundbreaking...

    1. Re:So you're anchoring the algorithm... by MozeeToby · · Score: 5, Interesting

      Maybe they can use the real world data to fix this issue

      http://www.bing.com/search?q=why+is+microsoft+word+so+expensive&form=QBLH&qs=n
      http://www.google.com/search?hl=en&q=why+is+microsoft+word+so+expensive&aq=f&oq=&aqi=g1

      Flooded with blog articles about the same query now, and yes, it looks like there's probably a technological reason (or at least viable excuse) for it, but it still seems pretty shady to me.

    2. Re:So you're anchoring the algorithm... by Tynin · · Score: 5, Insightful

      Seems like this would be ripe for abuse. Get a group of people together like the /b/ group on 4chan, have them start labeling mundane links with porn terms, and porn links with mundane terms. I don't think it would work if only a few people did it, but if you had a large enough group I would think you could make a ton of the data they are gathering useless.

  2. Looks like fun by Brian+Gordon · · Score: 5, Funny

    After the success of Page Hunt, Microsoft is developing a sequel called File Reports. Players earn points by filling out real business forms and increasing productivity!

    1. Re:Looks like fun by Anonymous Coward · · Score: 4, Funny

      Apple has a game too. It's called Jobs for Jobs. You buy a mac and then give Steve a metaphorical blowjob on message boards about how awesome his products are.

    2. Re:Looks like fun by jank1887 · · Score: 4, Funny

      yeah, well the jerk store called. they're running out of you.

  3. It's a shame... by Tenek · · Score: 5, Insightful

    The game gets boring really quickly the first time you run out of "reasonable" search terms and just tack on some exact quote from the page. "His father dies during the travel" is probably not going to help them very much, but it *will* get you to a specific bio of Paul Gauguin.

  4. Spammers... by nebaz · · Score: 5, Interesting

    If users have the ability to tailor search results, won't page rank "fixers" (aka spammers) have an easier time? Or am I missing something?

    --
    Rhymes that keep their secrets will unfold behind the clouds.There upon the rainbow is the answer to a neverending story
  5. Gee, but... by Chris+Pimlott · · Score: 5, Funny

    I sure hope no one tells 4chan about this.

  6. Re:Finally... by A.+B3ttik · · Score: 4, Funny

    Don't worry, I'll sabotage them by tagging all of the scatplay and goatse pictures with things like "Cute Lesbian Teens" or "Vista Troubleshoot Help."

  7. Re:What a brilliant idea! by jpmorgan · · Score: 4, Interesting

    It's actually quite interesting that they're asking for search terms rather than simply labels. Search engines are the a form of machine learning, and a lot of ML research goes into improving them. So it's interesting to consider what Microsoft is asking, in the context of ML. For example, Google has a game where users play by tagging images. Obviously, they're using some sort of supervised classification algorithm under the hood. But with Bing they're not asking for 'tags,' which would imply a supervised classification system, but search queries which return the page. Now that suggests that Bing is actually built on a bayesian model, which is very different from Google's markov steady state (page rank) model.