Slashdot Mirror


Turing Test Competition At CalTech

Charles Dodgeson writes "The Turing Tournament at Cal Tech wants to know if you can program an emulator that will play games like a human, or if can you write detector that can correctly sort the wetware from the software. Before you get too excited, the "games" are very limited things. But there is a $10,000 prize for the winner. You can read the gory details."

69 of 173 comments (clear)

  1. Programs to play games and programs to catch them by JHandey · · Score: 3, Funny

    Exactly how not needed do we want to make actual people?

  2. Translation, please. by Anonymous Coward · · Score: 5, Funny

    Would someone please translate this to something than can be parsed by non-math types?

    1. Re:Translation, please. by Jason1729 · · Score: 5, Informative

      Step 1:
      Make up a set of game boards and have a group of humans each play the game on those boards. Each human will play once on each board. This gives us real human data to compare the software to.

      Step 2a:
      Let each of the submitted emulators play the game on every one of the boards created in Step 1. We now have a set of results for each human and each emulator on all the game boards

      Step 2b:
      For every detector that was submitted, give if every set of results. It returns its answer for which it thinks are humans and which are emulators in a very precise way. We now have a matrix of (number of humans + number of emulators) x (number of detectors), where each element is a mathematical answer to 'is this a human player'.

      Step 3:
      Repeat and take the average score. The Detector that was right the most wins.

      Step 4:
      The emulator that fooled the most detectors wins. If there's a tie (for either emulators or detectors) in the 95% confidence interval for the model used to compute scores, then the prize is shared among the tied entries

      Jason
      ProfQuotes

    2. Re:Translation, please. by Jason1729 · · Score: 3, Informative

      How can the human create information without an algorithm?

      What you are citing with Godel proves that humans must use algorithms too. It's just that the algorithms are very complex and not understood. The is no reason we can't learn and duplicate the human algorithms, and that's what this contest is all about.

      You do a nice job proving that a little knowledge is a dangerous thing.

      Jason
      ProfQuotes

  3. Re:Programs to play games and programs to catch th by Jason1729 · · Score: 2, Funny

    We're just trying give the humans more time to play tetris

    Jason
    ProfQuotes

  4. It's not hard to write a "gamer emulator" by JessLeah · · Score: 5, Funny

    Just make it run around shooting stuff and saying things like "lol u camping fagot!!!!" ;)

    Oh, and "my new vidcadr r0x ur world".

    1. Re:It's not hard to write a "gamer emulator" by Anonymous Coward · · Score: 2, Funny

      Learn to spell, mormon!!!

    2. Re:It's not hard to write a "gamer emulator" by Some+Dumbass... · · Score: 2

      Just make it run around shooting stuff and saying things like "lol u camping fagot!!!!" ;)

      On a related note, they're going to judge the contest by counting every time someone gets accused of being a "botter". If the emulator gets accused the most, it fails the test. :)

  5. Wetware is... by httpamphibio.us · · Score: 5, Informative

    According to The Jargon Dictionary wetware is:

    wetware /wet'weir/ n. [prob. from the novels of Rudy Rucker] 1. The human nervous system, as opposed to computer hardware or software. "Wetware has 7 plus or minus 2 temporary registers." 2. Human beings (programmers, operators, administrators) attached to a computer system, as opposed to the system's hardware or software. See liveware, meatware.

    I didn't know what it meant... figured other people may not either.

    --
    sig.
    1. Re:Wetware is... by WetCat · · Score: 2, Funny

      Wetware is a software written by WetCat.
      Or it's just a packaged swimsuits.
      Can a robot tell the packaged swimsuits from
      the packaged computer games and software in
      the shelves of Wal-Mart?

    2. Re:Wetware is... by refactored · · Score: 2
      The way to differentiate between hardware,wetware and software is thow'em all out the window of a tall building.

      The hardware goes "CRUNCH!", the wetware "SPLAT!" and the software doesn't.

  6. No Hacking Around! by core+plexus · · Score: 3, Interesting
    From the description: " The goal of this project is to study human behavior in repeated games, and to find and document the best algorithms available. The goal is not to probe for weaknesses in the Linux operating system. Each participant has permissions to read, write and execute in your own directory (and any subdirectories of it.) You do not have permissions to read, write or execute programs in any other directory on the host computer. Any attempt to read or write from directories to which you do not have privileges will be considered an act of bad faith, and your algorithm will be disqualified from further competition in the tournament. http://turing.ssel.caltech.edu/node19.html

    Well! Never mind, then.

    Fight with computer brings SWAT team

  7. Play like a human? by gpinzone · · Score: 5, Funny

    ...if you can program an emulator that will play games like a human...

    What? You mean make a bot to miss every shot using the railgun in Quake 3? I think I can whip up some AI for ya!

    1. Re:Play like a human? by Sycraft-fu · · Score: 3, Funny

      You'd also have to make it whine convincingly about lag, bitch about camping, and insult people's mothers.

    2. Re:Play like a human? by heby · · Score: 2, Funny

      i guess "you're so smart that you'd fail the turing test" will be the next big insult then?

  8. First Entry by shoemakc · · Score: 5, Funny

    "The Turing Tournament is a two sided tournament designed to find, on the one hand, the best computer programs to mimic human behavior"

    humanator2()
    {
    while (sex=="false")
    for (0:ii:4294967296) {
    if (ii mod 100!=0) {
    call dwnld_porn(kiddie);
    else
    call mstrbte();
    end;
    ii++;
    }
    }

    Note the function requires no parameters...and eventually self-destructs :-)

    -Chris

    --
    --an unbreakable toy is useful for breaking other toys--
    1. Re:First Entry by sielwolf · · Score: 4, Funny
      call dwnld_porn(kiddie);
      Hmmm. I see you loaded Peter Townsend service pack!
      --
      What is music when you despise all sound?
  9. Interesting.. by metlin · · Score: 5, Interesting

    From the site:

    ...
    An emulator is computer program that takes as input a stage game file, and gives as output a dataset file. ...
    The input file is in the file game.nfg, and the output file should be written in the file dataset.txt, both of which should reside in the same directory as the executable program. Note that the file game.nfg will be written into each emulator's directory by the tournament program prior to running your emulator. ...


    This is exactly the way ACM ICPC contests are conducted, except that if the systems crash for any reason, you're not given extra time to make up for it :-(

    And sadly, from the site:

    Languages supported:


    The computer program that you submit (for either an emulator or a detector) must be written in a combination of one or more of the following languages:

    C or C++
    java
    Perl
    Mathematica
    Gambit GCL


    I would have expected them to atleast add shell-scripting to this - very useful under such conditions to do some Q&D work, or would be taken for granted that since the shell can be a part of the OS, you are free to use it?

    Also, would have been nice if they'd added Python to the list, and more importantly Forth (yes, despite what you've heard, Forth is indeed useful, just look at Arthur T Murray's Mind Project).

    1. Re:Interesting.. by harlows_monkeys · · Score: 2

      Perl is on the list. What commands would you want to use in a shell script that aren't fairly easy to implement in Perl?

    2. Re:Interesting.. by jgerman · · Score: 2

      Ummm.. Scheme, LISP? Where are they. Guess I'll just write an interpreter in C or Java and have it load a Scheme source file.

      --
      I'm the big fish in the big pond bitch.
    3. Re:Interesting.. by metlin · · Score: 2


      And they missed ML too.

      But regarding writing interpreters in C or Java for Scheme src file, wouldn't that be easier done in something like Perl?

      I was thinking along the same lines too, but isn't there a proof of concept of this, because I remember reading about it somewhere? I do know that MIT has a LISP interpreter in Perl, though.

      I guess there is a Scheme interpreter in Java (Jscheme) with an existing code base that could be used. Any idea if there's one in Perl/Python?

    4. Re:Interesting.. by jgerman · · Score: 2
      Writing a Scheme interpreter in any language is pretty easy, it's a very simple language to implement. I love Perl (and I'm going to get flamed for this) but I wouldn't use it as an interpreter for Scheme. It's just not the right tool for the job. I used to write everything in Perl unless I needed performance at which point I moved to C, kinda like the write in C then switch to assembler for performance that I did years ago. But Perl tends to get unwieldly at certain project scopes, for which I'm partially to blame but the language doesn't lend itself well to scaling.


      I'm guessing somewhere there is a Scheme interpreter for both Perl and Python, and if there isn't (disregarding my previous paragraph) I may write one, because it's a fun project. I've never searched for them, but there are probably lex and yacc like tools for Perl and Python which would simplify the building of an interpreter. Of course if they don't exist yet... they should and that's another interesting project.

      --
      I'm the big fish in the big pond bitch.
  10. Turing Test? by $carab · · Score: 5, Interesting

    As someone who spent a lot of time working with an actual Turing Test bot, I'd just like to say that the term "Turing Test" really only applies to a "conversation" between computers and people, not emulating behavior in games, etc. I mean, when Turing wrote Computing Machinery and Intelligence, this isn't really what he envisioned to be a Turing Test.

    From what I could gather, this is a lot closer to a programming tournament rather than a Turing Test...

    1. Re:Turing Test? by Vagary · · Score: 3, Interesting

      As someone who spends more time reading research papers than working with an actual Turing Test bot, I'd just like to point out that the academic community has abstracted the term "Turing Test" into something a little more useful:

      A Turing Test is a means for judging the humanness of the behaviour of a software system. The test consists of giving similar input to both a human and an implementation of the software and then comparing or subjectively judging the output. This is often done in an interactive fashion.

      Idealised, a Turing Test consists of a human and a program receiving a bitstream and sending a bitstream back. In most examples, this bitstream consists of text in a natural language and the input and output are expected to occur interactively. However it seems likely that intelligent aliens would fail this if they didn't know the language or could not respond at a speed acceptable to the judge. Therefore your traditional definition of "Turing Test" is seen to be arbitrary.

      And no, citations are not available upon request.

    2. Re: Turing Test? by Black+Parrot · · Score: 2


      > As someone who spends more time reading research papers than working with an actual Turing Test bot, I'd just like to point out that the academic community has abstracted the term "Turing Test" into something a little more useful...

      Games would actually make a great Turing test. I.e., monitor a networked game and try to tell which players are humans and which are artificial agents.

      For most games that would be much easier than the unrestricted conversation test, but maybe that's where we need to go to get to first base with AI.

      --
      Sheesh, evil *and* a jerk. -- Jade
  11. A computer that acts like people? by the_mad_poster · · Score: 5, Funny

    I never understood this. Why would I want a computer that ridicules my hair, dress, and generally pathetic life? If I wanted that, I'd just get married!

    --
    Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    1. Re:A computer that acts like people? by Dirtside · · Score: 2

      Maybe this is a silly question, but how do you expect to get married with hair, clothes, and a life like that? :)

      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
  12. Game Undefined by Vagary · · Score: 2, Informative

    The rules are written in a very obscure minimalist fashion, so it took me a while to figure this out but: the game has not been defined! Your program is to get an input file and process it in a manner similar to a human. Currently the website is lacking examples of human output. Therefore, from an Information Theory perspective, we know absolutely nothing about the game.

    Now, since I wasted my time figuring this out, I also decifered the instructions: basically the pool consists of a bunch of humans and "emulators" (programs). Each one is given a set of input files that they are supposed to transform into output files. Then the set of output files is run through a detector (human or machine?) that gives the participant some score. You win if your score is most like the humans' scores.

    1. Re:Game Undefined by CommieOverlord · · Score: 5, Informative

      The game has been defined. It's fairly classic payoff matrix used in game theory. Look up the Prisoner's Dilemma (http://serendip.brynmawr.edu/bb/pd.html) problem. The goal of the game is maximize your outcome (while minimizing the opponent's).

    2. Re:Game Undefined by metlin · · Score: 2


      I think you're incorrect, the game *has* been defined, albeit with a a set of parameters which *you* will have to optimize

      This is more of a resource management problem of optimizing your dataset while making sure that the opponent's is at a pessimum the other. This is infact used in manufacturing and related areas too.

      Rather, I guess you mean that the *means* of doing so have not been defined.

    3. Re:Game Undefined by CommieOverlord · · Score: 2

      Or you alternatively say that game theory itself has uses in other fields of study.

      The program is a bit more complex than the standard two players/two options choices. If each player has 10 options, then does the Tit-for-tat strategy still work? If the payoffs aren't symmetical does Tit-for-tat still work? Seems a bit more complex, but probably not overly so.

  13. Re:useless by Charles+Dodgeson · · Score: 3, Interesting
    This is not the Loeber prize, which Pinker was describing correctly. This is a much more constrained and narrow contest, focusing on a very well studied portion of human behavior.

    Does anybody actually read the stuff pointed to before posting?

    This actually is useful, but not for AI. There is a whole branch of what is called "experimental game theory". Getting something that plays these games like humans is interesting (well, to me at least).

    --
    Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
  14. The Turing Test by Rally+Ball · · Score: 2, Informative

    The Turing Test was developed by Alan Turing as one of his "free time endeavors." (I swear, that man had too much time on his hands.) Either way, the Turing Test has been the unsurpassed test for true AI and a human-wetware algorithm. The Turing Test dictates that only when a computer is fully capable of handling a conversation with a human, being able to respond to questions in logical, grammatically correct formats AND being able to learn new slangs and vocabularies - that is true AI (according to Turing). I think this CalTech game is about the same - it's not merely making a computer make mistakes and saying human-like taunts. It's truly.. being human. Those once-in-a-while lucky shots, beginner's luck, fresh leg advantages, the works. That's what they're looking for. Besides, it's CalTech. I think they deserve a little more credit than just merely modifying existing AI. =)

  15. More Basic by shoemakc · · Score: 5, Funny

    REM HUMAN V2.3

    10 BUILD STUFF
    20 WANT MORE STUFF
    30 BUILD MORE STUFF
    40 WANT STUFF YOU CANT HAVE
    50 BUILD WEAPONS TO TAKE STUFF FROM WHO DOES HAVE
    60 GAIN ENEMIES
    70 BUILD BIGGER WEAPONS FOR DEFENSE
    80 BUILD SUPER WEAPON
    90 DESTROY SELVES
    99 GOTO 10

    --
    --an unbreakable toy is useful for breaking other toys--
  16. Re:perhaps not... by dtgm01 · · Score: 2, Insightful
    haha, I like Pinker. Having the support of a tower of feathers, ai work has fallen to the trenches With as much overhype as people have believed people are looking at it differently, this largely being the case of people who work in the field. Perhaps it is just not it's time yet to be introduced to the market Now, from the article...

    The Turing tournament is a two sided tournament designed to find, on the one hand, the best computer programs to mimic human behavior, and on the other hand, the best computer programs to detect the difference between machine and human behavior. Two types of submissions will be accepted: an emulator, which mimics human behavior, or a detector, which detects the difference between human and machine behavior.

    So, I suppose we could say by evaluating the success of response (as would be weeded out by whomever *actually* turns out an entry), we will have achieved our research, VOILA! It's a successful research incentive, the prize that is.

    Whaddya think? no? heck of a fight though wasn't it? :P

  17. AI tournament without AI languages? by jtdubs · · Score: 5, Interesting

    Amazing. They are having an AI tournament, and their supported language list includes C, C++, Java, Perl, Mathematica, and something called the Gambit Command Language.

    Where the hell are the good AI languages? Functional languages? Lisp? Scheme? Caml? SML? Hell, I'd settle for Python.

    Justin Dubs

    1. Re:AI tournament without AI languages? by metlin · · Score: 3, Informative



      They are having an AI tournament, and their supported language list includes C, C++, Java, Perl, Mathematica, and something called the Gambit Command Language.


      They're having an AI tournament on something that's more related to Game Theory and which is why GCL has been mentioned.

      GCL is a HLL that's used for testing game theory related approaches. It supports a lot of important factors in game theory related operations, like vectorization and form representaion switching.

      Read this Caltech site for more on GCL.

      GCL may not be very well known outside the AI/GT areas, since its used more in a purely CS research oriented environment. I think it started out as a series of C++ libraries for GT related stuff.

    2. Re:AI tournament without AI languages? by droleary · · Score: 2

      They are having an AI tournament, and their supported language list includes C, C++, Java, Perl, Mathematica, and something called the Gambit Command Language.

      Which one isn't Turing Complete? I swear, that you got moderated up to 5 with anything other than Funny is a crying shame.

    3. Re:AI tournament without AI languages? by jtdubs · · Score: 2

      Congrajulations! You are now officially an idiot!

      Yes, oh wise one, they are all turing complete. So is Basic. So is assembler. So is binary. So are Fortran and Cobol. But I wouldn't want to write AI in them.

      If you do, than that's your business, but you won't find many people agreeing with you.

      Languages have domains. C is good at system programming. Perl is good at manipulating strings. Lisp is good at AI. You can use Perl for systems programming and Lisp to manipulate strings, but your code will be a lot longer and harder write.

      Or, can I assume that you know more computer languages than I do (28), have been programming longer than I have (10 years), or have some other quality which would make your opinion anything other than dumb.

      Justin Dubs

    4. Re:AI tournament without AI languages? by droleary · · Score: 2

      Congrajulations! You are now officially an idiot!

      Why, because you think I'm an idiot? I somehow think my ego can withstand that level of attack. The only thing that is clear here is that you have no idea what AI is about.

      Languages have domains.

      If you actually believe that, you have no chance of ever writing a single program that even approaches Eliza-level intelligence. You are confusing the quality of human understanding and organization that a language may provide with the algorithms that are use to organize information internally by the program. And whatever (in)efficiencies and understanding might be abstracted into a higher level language for humans, it all gets run as a machine language representation. So next time, before going off so cocksure, try to gain an understanding of the subject matter you're talking about instead trying to appear like an authority you obviously are not.

      I stand by my having said you should only have been modded up as Funny. I know I sure chuckle more with each post you make.

  18. It's Caltech now. by toybuilder · · Score: 4, Informative

    Page sucks!

    Oh, er, hmm. Sorry about that.

    As part of a "branding" attempt after around WWII, California Institute of Technology refers to itself as "Caltech", not "Cal Tech".

    See this Caltech Institute Archive.

  19. OK I could be wrong, but,,, by SuperCal · · Score: 4, Insightful

    Its been awhile sence I read about the subject, but isn't the Turing test just putting people in front of a terminal to talk to either a real person or a AI, and then asking which is the real person. When the same number of testers chose the AI as the real person, then the AI passes the test. Sence when did the Turing name apply to every AI competion? Am I wrong? This isn't a flame just a question about definitions...

    --
    Business News and Resources: www.usasource.net
    1. Re:OK I could be wrong, but,,, by metlin · · Score: 2


      You're right. In a puritan sense, strictly only machine-human conversations constitute this element.

      But that's open to debate, since Turing also mentions about systematic storage and processing of information based on pre-determined or arrivable patterns, for similar functions.

      Since this competition does use Game Theory elements to do something along those lines, it would be correct from that perspective to call this a Turing Test.

  20. isn't a game... by oliverthered · · Score: 2

    isn't a game a simple form of communitation.

    --
    thank God the internet isn't a human right.
    1. Re:isn't a game... by oliverthered · · Score: 2

      Blox, yes it is. It depends how you play the game. It's certainly more of a language then a Monkey point at symbols.

      The challenge appears to be play the game like a human. Well when most humans play a game they use a kind of language not just logic,

      player 1 makes a move
      player 2 looks at the game and try to assess what player 1's upto, and what move to make.
      repeat.

      In language, say an IRC chat,
      Person 1 says something,
      Person 2 looks at what person 1 has said and try to assess what it's all about, where person 1 is going with the conversation etc....

      It becomes even more like a language if the computer is only given basic rules of the game and the programme has to work out how to play.
      It's like giving an AI bot basic grammar and the bot having to work out what the words mean.

      If you don't play the game like you use language then the detector bot should pick you out as a computer.

      --
      thank God the internet isn't a human right.
  21. Reason for Restriction by Vagary · · Score: 2

    In the ICPC, the set of available languages is restricted because the participants are using secured computers (to keep them from getting on the Net and causing trouble on the LAN). You'd think it wouldn't be a problem if participants could submit a binary compiled at home. However the whole point of this contest is for Caltech to see what ideas everyone else has come up with -- so they want to make sure they can read your source code.

  22. completely wrong by jbellis · · Score: 4, Informative

    you must have missed this node and possibly this one as well

  23. Sounds impossible. by autopr0n · · Score: 2

    I mean, maybe if you had tens of millions of dollars to analyze how humans do specific tasks compared to computers you might be able to code something up, but just guessing? I don't believe anyone can come up with solutions to this without doing huge amounts of research.

    It's one thing to try to write a program that does things as well as humans, it's a whole other things like humans. And it's impossible without an operative definition of 'humanness'

    Especially given that there is such a huge range of how 'well' people do things. I mean, some people are idiots, and some are geniuses. How can anyone write a program that can tell the difference between Deep Fritz and a grandmaster, and a program making lots of intentional errors and someone who doesn't know chess? And every class of player in between?

    --
    autopr0n is like, down and stuff.
    1. Re:Sounds impossible. by Charles+Dodgeson · · Score: 2
      if you had tens of millions of dollars to analyze how humans do specific tasks compared to computers you might be able to code something up, but just guessing? I don't believe anyone can come up with solutions to this without doing huge amounts of research.
      You are, of course, right. But what you don't know is that there has been a huge amount of research on how people behave in such games. These sorts of games have been used to test models of how people think of fairness, how much people prefer absolute outcomes versus relative outcomes (eg, would rather win $5 if the other player gets $1 than win $7 if the other player $9), and, of course, the imfamous prisoner's dilemma.

      So, for many classes of games that come up, particular researchers will have serious ideas about how people behave (and may have conducted thier own experiments).

      Someone who shared the most recent Nobel Prize in Economics was for his work on experimental game theory. I expect that he will be submitting something.

      --
      Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
  24. Game description by f97tosc · · Score: 2

    After reading the specs really quick, here comes a simplified summary of how the games work. Don't sue me if this is wrong, I did not look too carefully and it has been more than a year since I left Caltech.

    Basically, the two players get to choose numbers with different pay-offs for themselves and the other player.

    If you are short-sighted, it is easy to write an 'optimal' program, you always pick the max payoff for yourself.

    However, you can also cooperate so that you maximize the average payoff for both players. Hopefully your opponent will realize this and also start picking numbers in this way, if not it is probably wise to go back and be short-sighted and selfish.

    Now, the real object of this is to make (or detect) human-like opponents. I would guess that real human players are very irrational, for example they can get pissed if the other player is too selfish and then demand revenge, even though it does not maximize their own payoff.

    Tor

  25. Hrm by houseofmore · · Score: 2

    Maybe it's just me, but "Before you get too excited" and "gory details" don't really match up with the heading "Turing Test Competition At CalTech".

  26. What humans are you talking about here? by rufusdufus · · Score: 4, Funny

    The following is an example game file your program is supposed to output a dataset for that is "most human". I give you:

    NFG 1 R "game1" { "1" "2" } { 2 2 }

    21 3 3 5 3 5 5 3

    What is the most human response? Anyone? Anyone?

    1. Re:What humans are you talking about here? by Xenographic · · Score: 2

      > What is the most human response? Anyone? Anyone?

      I'd say 42, or a beowulf cluster of those; save that I'm not quite sure if they constitute "human" responses or not... :]

  27. Re: Sad is by SuperMario666 · · Score: 3, Funny

    sad /sad/ adj. 1. Bereft of happiness. 2. Human beings (programmers, operators, administrators) so attached to a computer system that their hardware will never encounter any wetware.

  28. Where do they get the humans? by forii · · Score: 5, Funny
    The Turing tournament is a two sided tournament designed to find the best computer programs to mimic human behavior.


    I don't think Caltech is the best place to determine what is "human" behavior.



    Life at Caltech.



    Also, notice that this contest is being held by the "Division of Humanities and Social Sciences".

  29. Languages supported by Charles+Dodgeson · · Score: 3, Informative
    I would have expected them to at least add shell-scripting to this
    If you take a look at this section you will see that they are pretty flexible about language:
    We intend to eventually allow submission of entries in other languages besides those mentioned above. If you prefer to write your algorithm in some other language or software, please contact the Turing group via email at ...
    Also they mention the possibility of using a shell script as a wrapper.
    --
    Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
  30. Pseudoscience! I call bullshit! by rufusdufus · · Score: 5, Interesting

    This 'contest' reminds of the scene in Ghostbusters where Bill Murray manipulates pre-cog cards to get women. Really, if a ESP buff were to present something like this to the Amazing Randi he would not accept it on the grounds that it was too easy to manipulate.

    First and foremost, there is a large sum of money being bandied around. The participants are incented to win by monetary payouts, and two payouts of $10,000 dollars are at stake as well. When games with this high of stakes are being played, great caution is generally used by the house.

    But look at the rules of the game...there basically are none. Participants are identified by e-mail address; no rule is specified about the number of entries per person. Also, no rule is specified about collusion between entrants (detectors and emulators). It doesn't take an einstein to figure out how to bias the results of the experient by making enough colluding entries. It is funny this, given that the games themselves are *about* collusion. Its a joke.

    Next, notice that there really isnt any way for anybody to tell if the results of the experiement are meaningful, or if they have been manipulated. Its not based on a falsafible proposition and is not scientific. Its no different from any method used by psychic hoaxers of the past. The creators of the 'contest' can manipulate the data, and direct the winnings to their confederates.

    Finally, the bizarre nature of the contest should raise some flags. They are giving out $10,000 for a program that would have been hacked together in a couple of months at most. What kind of value could you expect from a contest like this?

  31. Class of games defined; details at run time. by Charles+Dodgeson · · Score: 3, Insightful
    The class of games is extremely well defined. But the specific pay-off matrices will be input to the emulator. That is, an emulator will have to read the pay-off matrix and decide how to play it. Also note that many games of this nature will be played.

    There is a good reason for this. If the game (or a small finite set of games) were pre-defined, it would be easy to have a bunch of human subjects play it and then have the emulator regurgitate such a "book". Most entries, I suspect, will be from people or teams who are familiar with studies of how real people do play such games.

    --
    Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
  32. Here's what this is *really* about by Cedric · · Score: 5, Informative

    As a recent alum (2002), I can shed some light on some things.

    Why is this in the Deparment of Humanities and Social Sciences?

    From the URL, this Tournament is being run by the Social Sciences Experimental Laboratory (SSEL), not the CS department. The SSEL has been one of the leaders in experimental economics research (read: actually testing all those crazy theories you hear in economics classes).

    Why is there money involved?

    All experiments by the SSEL involve money. As an undergraduate, I participated in many experiments, mostly involving trading "commodities" in simple (and sometimes not-so-simple) markets. We were paid based on our performance. If I had an off night, I got paid $5 for 2 hours of the experiment. If I had a good night, I could make upwards of $80. Yes folks, this is real money we're talking about here. Since the point is to test people's economic thinking, you must make your decisions based on a real outcome, otherwise the data gathered is invalid.

    Why then are they doing this test?

    I don't work for the SSEL (and never have), but here's why I think they're doing this: Since they're interested in not only individual human behavior, but also how individuals interact and make choices based on the actions of other individuals, it would be useful to design a computer program that mimics other human's behavior. If other humans think this program acts like a human, then you can do two things: you can take the specifications of the computer program and figure out what qualities of the program humans have. As well, you can then replace humans with the computer program in real experiments (this not only allows you to test the limits of the program, but also to save money :-) )

    And as an alum (who was not too fond of his time there, but still feels compelled to defend Caltech), it's *Caltech*, not *Cal Tech* or *Cal-Tech* (but if you're feeling lazy, *caltech* is all right too).

    nak

  33. pff... real AI coders use scheme by autopr0n · · Score: 3, Funny

    (define humanator2 (lambda sex pr0n)
    (if(and sex (not (isKiddy pr0n))
    (masterbate sex pr0n)
    0)))

    --
    autopr0n is like, down and stuff.
  34. One Game by The_Shadows · · Score: 5, Funny

    The only game I want to play is Global Thermonuclear War.

  35. Re:Programs to play games and programs to catch th by heby · · Score: 2, Funny

    go away or i'll replace you with a very simple shell script.

  36. Overrated by Vagary · · Score: 2

    Obviously I didn't read closely enough. Thanks to everyone who covered my err.

  37. Re:Pseudoscience! I call bullshit! by aiken_d · · Score: 2

    Er, I'm assuming you're a college student. Or high school student. $10,000 isn't that much money. Even, as you say, for a program "hacked together in a couple of months." Let's say it's just two months. That's $5,000/month for the winning entry. That's below what a good programmer makes.

    And what are they going to do with the program once they get it? Nothing. This isn't about buying programming time. Like most contests, they're betting that the contest itself will buy them more than $10K worth of promotion. How many /. banner ads do you think $10K would buy, with what return? What is the value of getting hundreds or thousands of /. types to think about this, and write comments, and generally stir up interest in the contest and company?

    It's not much money, but they have already demonstrated a pretty savvy approach to spending it.

    Cheers
    -b

    --
    If I wanted a sig I would have filled in that stupid box.
  38. Re:Pseudoscience! I call bullshit! by rufusdufus · · Score: 2

    It is not merely the possibility of scamming that is the problem.

    There is something very deeply wrong with the theory and the experiment. You say yourself you would have to look at a lot of sample human data to judge this game; think about that for a moment. Wouldn't collecting a large amount of human data and fitting it with a neural network or whatnot be a more straightforward approach that leads to a scientific result?

    There is feedback in this contest method that would lead to an unbounded number of refinements to emulators and detectors(and ever more research grants no doubt!) Its a tail chaser.

  39. ass u me by rufusdufus · · Score: 2

    I am a retired software engineer.

    If you believe this contest is really about marketing CalTech rather than a scientific approach to sociology or intelligence, I won't argue.

    Note that my post just one way to approach the flaws riddling this contest...

  40. MMORPG player would be easy by T.E.D. · · Score: 2
    Cal Tech wants to know if you can program an emulator that will play games like a human,

    That would be trivial for a MMORPG. Just write a program to make the character stand around at popular spots, like vendors or quest dispensers, casting doubt on the manhood of passerby, and it will be indistinguishable from your typical 13 year old gamer. It could even be done with an existing program like Eliza, if its conversation database were tweaked to generate juvenile insults.
  41. Caltech, not "Cal Tech" and not "CalTech" by pz · · Score: 2

    Caltech is a private university and not part of the UC system. To refer to it as "Cal Tech" or "CalTech" is not only wrong and misleading, but does a disservice to the people associated with that fine institution.

    That said, I think the stuff happening there is very cool.

    --

    Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    1. Re:Caltech, not "Cal Tech" and not "CalTech" by mcmonkey · · Score: 2

      Caltech (A tiny little division of Harvey Mudd College)