| View previous topic :: View next topic |
| Author |
Message |
CuriousPrimate Raven


Joined: Feb 01, 2006 Posts: 115
|
Posted: Sun Feb 05, 2006 4:46 am Post subject: Turing programs... |
|
|
How sophisticated are Turing programs today? It suddenly occured to me, whilst reading another thread, that fora would be the perfect place to test one out...
 |
|
| Back to top |
|
kolrabi Snowy Owl


Joined: Sep 20, 2005 Posts: 149
|
Posted: Sun Feb 05, 2006 12:27 pm Post subject: Re: Turing programs... |
|
|
| CuriousPrimate wrote: | | How sophisticated are Turing programs today? |
Does that question interest you?
 _________________ "begin da meltdown - bad enough and justified" |
|
| Back to top |
|
CuriousPrimate Raven


Joined: Feb 01, 2006 Posts: 115
|
Posted: Sun Feb 05, 2006 12:42 pm Post subject: |
|
|
I hadn't expected such a conclusive answer so quickly, LOL.
 |
|
| Back to top |
|
kolrabi Snowy Owl


Joined: Sep 20, 2005 Posts: 149
|
Posted: Sun Feb 05, 2006 1:02 pm Post subject: |
|
|
| CuriousPrimate wrote: | | I hadn't expected such a conclusive answer so quickly, LOL. |
"Can you elaborate on that?"
(Eliza still is fun)  _________________ "begin da meltdown - bad enough and justified" |
|
| Back to top |
|
CuriousPrimate Raven


Joined: Feb 01, 2006 Posts: 115
|
Posted: Sun Feb 05, 2006 1:13 pm Post subject: |
|
|
| You want me to be elaborate? |
|
| Back to top |
|
Emettman Microferroequinologist


Joined: Dec 19, 2005 Posts: 1027 Location: Cornwall, UK
|
Posted: Sun Feb 05, 2006 1:40 pm Post subject: |
|
|
| CuriousPrimate wrote: | | I hadn't expected such a conclusive answer so quickly |
Can computers think?
I'm not sure: can submarines swim? |
|
| Back to top |
|
Emettman Microferroequinologist


Joined: Dec 19, 2005 Posts: 1027 Location: Cornwall, UK
|
Posted: Sun Feb 05, 2006 1:42 pm Post subject: |
|
|
| kolrabi wrote: |
"Can you elaborate on that?" |
I'm afraid I can't do that, Steve. |
|
| Back to top |
|
DrizzleMan Phoenix


Joined: Aug 31, 2005 Posts: 854
|
Posted: Mon Feb 06, 2006 2:00 pm Post subject: |
|
|
http://www.alicebot.org/ is more recent than Eliza, but still obviously non-human. _________________ -to the best of my knowledge I am NA/NT, INTP/j-
Signature quote: "I apologise in advance for the cliches." |
|
| Back to top |
|
Glasskitten Tufted Titmouse


Joined: Apr 01, 2005 Posts: 49 Location: Phobos
|
Posted: Mon Feb 06, 2006 5:30 pm Post subject: |
|
|
I have always wondered whether or not I would be able to pass a Turing test...
Perhaps I should plan to marry the first robot that does, and then make it answer questions for me in social situations and whatnot...although I stopped talking a fairly well programmed chatterbot that I had downloaded because the "realistic" interactions scared me, so I would probably sabotage and annul a robot marriage...
If this is off topic, I apologize. My brain is exploding for unrelated reasons at this time. |
|
| Back to top |
|
Emettman Microferroequinologist


Joined: Dec 19, 2005 Posts: 1027 Location: Cornwall, UK
|
Posted: Mon Feb 06, 2006 6:02 pm Post subject: |
|
|
| Glasskitten wrote: |
Perhaps I should plan to marry the first robot that does, and then make it answer questions for me in social situations and whatnot
If this is off topic, I apologize. . |
My plan was to be a victorian scientist, mainly working madly in the laboratory attached to the house, while my wife or housekeeper managed all social interactions. I just missed the boat on that one...
I've never quite had the nerve to advertise for a wife/housekeeper for a mad scientist...
perhaps I should have done. |
|
| Back to top |
|
one1ai Toucan


Joined: Mar 04, 2005 Posts: 276 Location: Greece
|
Posted: Thu Feb 09, 2006 11:13 am Post subject: |
|
|
| I allready knew one site having a bot www.a-i.com. But I combine the site A.L.I.C.E. and I make the two bots talk with each other. It's something I always wanted to do, but never did. Now 3mins ago I did, and it was pretty funny for me. |
|
| Back to top |
|
trelayne Butterfly


Joined: Feb 09, 2006 Posts: 13
|
Posted: Thu Feb 09, 2006 1:51 pm Post subject: |
|
|
Turing machines! Yummy!
I remember solving problems related to them in Comp Sci. The only
achievement I'm proud of in Univ was solving the bonus Turing machine
question on an assignment. I obsessed with it until I finally came to
an elaborate solution. I realized I must of really loved that stuff when
the teaching assistant hinted that I was the only one in theoretical comp
sci class who solved it.
Anyway, slacker's my name.. and nothing more came of it ... |
|
| Back to top |
|
Archimedes Hummingbird


Joined: Jan 06, 2006 Posts: 19
|
Posted: Thu Feb 09, 2006 4:11 pm Post subject: |
|
|
I think that you people are talking about the Turing Test, first proposed in Computing machinery and intelligence by Alan Turing himself. He originally imagined a conversation over a Teletype machine (a sort of remote-control typewriter), but his discussion applies just as well to bots in chatrooms and web servers like the AliceBot server.
I've tried out such chatbots, and I've found them to absolutely, totally, completely flunk the Turing Test. And in my experience, it isn't even very difficult to stump them.
A Turing Machine is something else; it is a theoretical idealization of a computer that can be used to prove various theorems about whether certain things can be computed. It is necessarily an idealization because a Turing Machine has infinite memory while a real computer has finite memory. But aside from that, most "real" computing hardware and most programming languages can be mapped onto Turing machines; they must be able to do various things, like access arrays of data and perform loops with condition tests, like whether some number is greater than zero. |
|
| Back to top |
|
|