Slashdot Mirror


IBM Computer Program To Take On 'Jeopardy!'

longacre writes "I.B.M. plans to announce Monday that it is in the final stages of completing a computer program to compete against human 'Jeopardy!' contestants. If the program beats the humans, the field of artificial intelligence will have made a leap forward. ... The team is aiming not at a true thinking machine but at a new class of software that can 'understand' human questions and respond to them correctly. Such a program would have enormous economic implications. ... The proposed contest is an effort by I.B.M. to prove that its researchers can make significant technical progress by picking "grand challenges" like its early chess foray. The new bid is based on three years of work by a team that has grown to 20 experts in fields like natural language processing, machine learning and information retrieval. ... Under the rules of the match that the company has negotiated with the 'Jeopardy!' producers, the computer will not have to emulate all human qualities. It will receive questions as electronic text. The human contestants will both see the text of each question and hear it spoken by the show's host, Alex Trebek. ... Mr. Friedman added that they were also thinking about whom the human contestants should be and were considering inviting Ken Jennings, the 'Jeopardy!' contestant who won 74 consecutive times and collected $2.52 million in 2004."

22 of 213 comments (clear)

  1. The code name by Dystopian+Rebel · · Score: 5, Funny

    Sources say the code-name for IBM's project is "Connery".

    Trebek : This nobleman is believed to have written many of Shakespeare's works.

    "Connery" : [pause] So that's your game, is it, Trebek? I was a coveted performer among the brothel ladies while you were still pissing your knee-pants, boy.

    Trebek : Can one of the IBM people fix the computer?

    "Connery" : Your mother's a whore. But don't feel badly, Trebek. She's not a very good one. Ha ha, ha ha!

    --
    Rich And Stupid is not so bad as Working For Rich And Stupid.
    1. Re:The code name by A.+B3ttik · · Score: 5, Funny

      IBM: I'll take Jap Anus Relations for $200.
      ...
      TREBEK: I'm sorry, that's "Japan US Relations." That's just awful and you know it.

    2. Re:The code name by Locke2005 · · Score: 4, Funny

      IBM: Well, the game is afoot. I'll take anal bum cover for 7,000.

      Alex Trebek: That's An album cover, not anal bum cover.

      IBM: I can read, Trebek. That says Anal bum cover. I've spent five years of my life trying to invent an anal bum cover, failing to do so is my greatest regret

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
  2. Wierd by Ded+Bob · · Score: 4, Funny

    Anyone else hearing "I Lost on Jeopardy" in their heads at the moment?

  3. I'd take Jennings by Paul+Pierce · · Score: 4, Insightful

    That guy will beat anyone.

    The problem they might run into is the speed of pressing the button to respond. I would imagine the computer would be able to beat the human every time it knew the answer.

  4. Jeopardy doesn't work that way by cjh79 · · Score: 5, Funny

    FTA: The team is aiming not at a true thinking machine but at a new class of software that can 'understand' human questions and respond to them correctly.

    I feel like someone should tell them how Jeopardy works... That thing isn't going to have too many questions to respond to.

    Except at the "meet the contestant" part, maybe, which by the way should be fascinating.

  5. Re:Leap Forward? by DerekLyons · · Score: 4, Informative

    Parsing the questions in natural language, which is the goal here, is however very much *not* trivial. Doubly so since the clues and questions in a Jeopardy! game are usually at least somewhat obfuscated, contain puns, double entendres, etc...

  6. Re:Weird Al (or is it A.I.?) by O-Deka-K · · Score: 5, Funny

    Anyone else hearing "I Lost on Jeopardy" in their heads at the moment?

    Now I am. Thanks for that. Jerk.

  7. Re:Leap Forward? by bheer · · Score: 5, Informative

    According to TFA, the machine will get its questions as machine-readable text. The other human contestants will get it as text and audio. Also, the machine will not be connected to the internet.

  8. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  9. This is how it starts by Drakkenmensch · · Score: 5, Funny

    After years of trying to kill John Connors, Skynet realized its failure to achieve victory through brute strength and went back in time with a new objective: to win all human gameshows and use the prize money to buy off the entire planet instead.

    1. Re:This is how it starts by Thelasko · · Score: 4, Funny

      new objective: to win all human gameshows and use the prize money to buy off the entire planet instead.

      I think Pinky and the Brain already used that plot device.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
  10. Re:Leap Forward? by derGoldstein · · Score: 5, Insightful

    Doubly so since the clues and questions in a Jeopardy! game are usually at least somewhat obfuscated, contain puns, double entendres, etc...

    This is exactly why this sounds so implausible to me. You often have to take the category name and weave it in with the question (or rather, answer). A lot depends not on the knowledge, but on the phrasing of the "queries". Give me one example of translation software which can translate entire paragraphs well.

    It makes me wonder how much "stress testing" they've done, by taking old Jeopardy questions and seeing if the output would be considered "correct" by a human arbiter.

    --
    Entomologically speaking, the spider is not a bug, it's a feature.
  11. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  12. Re:Leap Forward? by Bandman · · Score: 4, Insightful

    The step forward will be parsing the english language.

    I hope it remembers to phrase its answers in the form of a question.

  13. Re:Is this what we really want? by HasselhoffThePaladin · · Score: 4, Funny

    Robot: This is place where your papers are.

    Subjugated Human: What is my home?

    Robot: That is the incorrect question. Please follow me to a "processing station".

  14. Re:Leap Forward? by thrillseeker · · Score: 4, Funny

    In what way would this be a leap forward?

    Well, at least a computer program will bother to RTFA.

  15. Re:Leap Forward? by damburger · · Score: 5, Insightful

    Being able to beat a human at Jeapordy is a fairly substantial subset of the Turing test sorted.

    Natural language processing is an absolute and total bitch - take it someone who has studied it. One of my AI professors once explained it to me such; the human brain tricks you into believing the hardest tasks it accomplishes are the easiest. Stuff like language, walking, and so on take up far much more of your neural hardware than what you would consider 'thinking' - but it all happens subconsciously.

    No, it isn't Artificial Intelligence per se - there is no real 'understanging' or 'intelligence' behind it -but it is a very serious technical challenge. There is a lot more to it than simply dumping Jeopardy questions into a standard search engines.

    Don't take my word for it. Load up your favourite editor or IDE and start coding a simple chat bot. The difficulties that IBM must have overcome are best discovered through experience.

    --
    If we can put a man on the moon, why can't we shoot people for Apollo-related non-sequiturs?
  16. Re:Leap Forward? by Colonel+Korn · · Score: 4, Informative

    That's the sort of thing that makes me believe that this team may be able to succeed.

    When Deep Blue went up against Kasperov, who could it practice against? Nobody.

    There are tens of thousands of Jeopardy! questions to go through before they start making up their own.

    Well it did practice against other grandmasters, and it analyzed every game Kasparov had every played, where Kasparov went into the match blind.

    --
    "I zero-index my hamsters" - Willtor (147206)
  17. Re:Great... more phone-bots by Anonymous Coward · · Score: 4, Funny

    Why employ real people when you can annoy the hell out of everyone who calls in by subjecting them to yet another tier of phone-bots.

    Or reverse it:

    1) Use on telemarketers that call you.
    2) Record
    3) ...
    4) Profit

  18. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  19. State of the Art Voice Recognition by Anenome · · Score: 4, Interesting

    We were just talking about this in another thread... A lot o the comments here have been that natural language software isn't that great.

    This isn't at all true. Today, understanding verbal and written communication is done by state of the art computers and programs at a rate about equal to human listeners and readers. Where a computer doesn't particularly excel is in parsing that language, mostly because a computer doesn't have access to our culture in order to absorb context, but context can still be added.

    Here's an example from Ray Kurzweil's book "Age of Spiritual Machines." He talks about a phrase famously given to a language parsing program that goes thus: "Times flies like an arrow." This phrase can be understood in various ways:

            "* The common simile: time moves quickly just like an arrow does;
            * measure the speed of flies like you would measure that of an arrow (thus interpreted as an imperative) - i.e. (You should) time flies as you would (time) an arrow;
            * measure the speed of flies like an arrow would - i.e. Time flies in the same way that an arrow would (time them);
            * measure the speed of flies that are like arrows - i.e. Time those flies that are like arrows;
            * all of a type of flying insect, "time-flies," collectively enjoys a single arrow (compare Fruit flies like a banana);
            * each of a type of flying insect, "time-flies," individually enjoys a different arrow (similar comparison applies);
            * A concrete object, for example the magazine, Time, travels through the air in an arrow-like manner."
            (from: http://en.wikipedia.org/wiki/Natural_language_processing)

    With a few facts it becomes obvious which is correct and which isn't. Tell the computer that there's no such thing as a 'time fly' and that flies don't time things, and that flies aren't sophisticated enough to like things in an affectionate manner, etc., and the correct interpretation soon becomes clear.

    So, if you think a computer can't understand both written and verbal communication and then parse it quickly enough to answer the questions I will have to strenuously disagree. These challenges are quickly being overcome on the bleeding edge of the art. But since this perception persists that the state of the art is somehow bad, because Joe down the street messed with some free-ware language software that worked poorly -- I think a lot of people are in for a surprise, and winning Jeopardy in this manner is really the perfect way to show it off. Can't wait to see the Youtube clips.

    --
    "I Don't Have Enough Faith to be an Atheist"