ontolog-forum
[Top] [All Lists]

Re: [ontolog-forum] IBM Watson's Final Jeopardy error "explanation"

To: "[ontolog-forum]" <ontolog-forum@xxxxxxxxxxxxxxxx>
From: Pavithra <pavithra_kenjige@xxxxxxxxx>
Date: Thu, 17 Feb 2011 13:47:02 -0800 (PST)
Message-id: <615051.65258.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Dr Sowa, Leo, Patrick and Ron,

Thanks for all the background information about AI.  It is amazing to see how many people and how many years people have worked until someone got to the point where Watson, the man made computer is at present..

I believe Watson, the super computer has proved that humans can make machines do certain things only humans could do before.  In particular, only humans could play Jeopardy and win.  Now a computer can do the same, and win too.  The fact that Watson won with major points opens possibilities of what such a super computer can do.    But the question about US Cities and Toronto felt out of sync, compare to human thinking.   Thats all.   But the fact that it beat other two people  shows how fast machines can beat humans in each channel or area that human scientists  choose.  A man made car goes faster than humans,   humans can not fly,  machines can, now computers can think like humans and respond in a dynamic environment..( okay with textual input, and not voice in this case)  The list goes on..  

Humans can do many things.  But Human scientists are developing machines to do at least one thing at a time.  I believe everyone would agree that Watson is an achievement..
( Unless other people from other countries have not shown what their machines can do..)!

My point is, we all agree with you Dr Sowa!





--- On Thu, 2/17/11, Ron Wheeler <rwheeler@xxxxxxxxxxxxxxxxxxxxx> wrote:

From: Ron Wheeler <rwheeler@xxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [ontolog-forum] IBM Watson's Final Jeopardy error "explanation"
To: ontolog-forum@xxxxxxxxxxxxxxxx
Date: Thursday, February 17, 2011, 4:27 PM

On 17/02/2011 3:55 PM, Patrick Durusau wrote:
> Leo,
>
> I don't question any of the statements that John has made.
>
> The problem is equating those achievements, which are considerable, with
> intelligence.
>
> Despite the achievement with Watson, it could not cross the street
> unassisted.
We don't let 3 year olds  cross a street unassisted.
People with disabilities can't cross a street unassisted.

> Not very "intelligent" at all.
>
> Why can't we applaud the considerable technical achievement as a tool?
>
> Like a back-hoe or locomotive? But just a tool, nothing more.
>
Equating Watson with a locomotive is similar to the computers in movies
reducing humans to "Carbon-based units".
It may be true at some level but it misses the point.

Watson exhibits a lot of the hallmarks of intelligent. Does it then
qualify as a human being? No.
Would it do a better job at tasks that we think require a lot of
intelligence and judgment? I think so.
Will it be a better diagnostician than the best doctor? Maybe.
Will it make fewer mistakes than the average doctor? Probably.
What parts of the practice of medicine require intelligence and
judgment? Diagnosing difficult medical condition would seem to qualify.

How do you define intelligence?
  Are doctors exhibiting intelligence when the diagnose a patient's
problem and recommend a course of treatment?
If a machine is doing the same thing but better, is it not evidence of
intelligence.

If you define intelligent as human-style thinking (which we are still
not sure how that is actually done), you can say machines will never be
intelligent because they lack biological structures.

I don't think that that has ever been a recognized test for intelligence
in AI but perhaps for the general public who have not given it much
thought, the definition might be acceptable and somehow comforting.


Ron
> Hope you are having a great day!
>
> Patrick
>
> On 2/17/2011 3:16 PM, Obrst, Leo J. wrote:
>> Amen, John! I quite agree with you.
>>
>>
>> -----Original Message-----
>> From: ontolog-forum-bounces@xxxxxxxxxxxxxxxx [mailto:ontolog-forum-bounces@xxxxxxxxxxxxxxxx] On Behalf Of John F. Sowa
>> Sent: Thursday, February 17, 2011 1:37 PM
>> To: ontolog-forum@xxxxxxxxxxxxxxxx
>> Subject: Re: [ontolog-forum] IBM Watson's Final Jeopardy error "explanation"
>>
>> Peter and Krzysztof,
>>
>> PB
>>> "artificial intelligence" is neither.
>> That's a quibble about a name.  Many people, including me, have stated
>> such quibbles from time to time, but they're irrelevant.  They're as
>> pointless as the behaviorists who objected to the name 'psychology'
>> because it implies an unobservable psyche.
>>
>> John McCarthy coined the term 'artificial intelligence'.  He also
>> designed LISP, and he was the primary advocate of logic-based
>> techniques in AI, which spilled over into every other area of
>> computer science.  He also published some papers about philosophical
>> issues in AI, which stimulated much of the R&   D that led to our
>> current work on formal ontology.
>>
>> PB
>>> I seriously worry that such a failed dismal experiment of the
>>> last century...
>> The amount of high quality research done under the name of AI
>> has been enormous, and it has been so thoroughly integrated into
>> the foundations of computer science that its AI origins have often
>> been forgotten:
>>
>>     1. Just look at LISP, which contributed the if-then-else statement,
>>        recursion, lambda expressions, metalanguage, garbage collection,
>>        the ability to write an interpreter or compiler of a language
>>        in itself, etc.  (McCarthy, by the way, was also a member of
>>        the IFIP committee that designed Algol, so his influence was
>>        very direct.)
>>
>>     2. Java is basically LISP + CLOS (Common Lisp Object System)
>>        written in a syntax based on C.  But the AI community had
>>        30 years of experience in using and extending that technology.
>>        Sun (which designed Java) was founded by former Stanford
>>        students who learned LISP and AI from McCarthy and others
>>        and who built their company by selling workstations for AI.
>>
>>     3. Most of the technology for logic-based systems, theorem provers,
>>        formal languages, parsers, etc., was either pioneered in AI
>>        or applied and extended in AI projects.
>>
>>     4. People like Ted Codd, who founded the relational DB community,
>>        were strongly influenced by AI.  Codd wrote his PhD dissertation
>>        on cellular automata and participated in joint projects on AI
>>        related issues.  Among them was his RENDEZVOUS system for
>>        an English query language for RDBs (and, by the way, Codd's
>>        group used a parser that I wrote for their front end).
>>
>> PB
>>> [AI] now re-emerges with respectable "semantic web" clothing.
>> Please note that the Semantic Web is just a tiny subset of AI
>> technology, and the primary developers came from the AI community.
>>
>> The person who developed RDF was Ramanathan Guha, who wrote his
>> PhD dissertation at Stanford with McCarthy as his supervisor.
>> While he was finishing his PhD, he worked on Cyc and became
>> the associate director of Cyc.  He later went to Apple, where
>> he developed the Meta Content Framework (MCF).  He then went
>> to Netscape, where he worked with Tim Bray to rewrite MCF in
>> XML to form RDF.
>>
>> Guha later collaborated with Pat Hayes and others (also from
>> the AI community) to define the semantic foundations for RDF
>> and OWL.  (Just check Google for "Guha Hayes RDF" and
>> "Guha Hayes OWL" to find the W3C documents.)  And OWL began
>> as a combination of two AI projects, DAML + OIL, and was
>> further enhanced by people from the AI community.
>>
>> KJ
>>> Watson is a question answering machine and a very good one. Maybe one
>>> day they will deploy it on your mobile phone with a Internet connection
>>> to the processing and storage unit in the cloud similar to the Wolfram
>>> Alpha App. Watson is not intelligent in the sense that it does not
>>> understand the answers or questions but it turns out that in many cases
>>> this is not necessary. I think that as a research domain we should be
>>> rather happy that Watson won and congratulate IBM -- it is a strong
>>> showcase for our work.
>> I strongly agree.  The people who worked on Watson had a strong
>> foundation in both AI and comp. sci.  It is a respectable piece
>> of research.
>>
>> Anybody who doubts these points should do some remedial studies
>> in the history of AI and computer science.
>>
>> John
>>
>> _________________________________________________________________
>> Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/
>> Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/
>> Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
>> Shared Files: http://ontolog.cim3.net/file/
>> Community Wiki: http://ontolog.cim3.net/wiki/
>> To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J
>> To Post: mailto:ontolog-forum@xxxxxxxxxxxxxxxx
>>
>>
>> _________________________________________________________________
>> Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/
>> Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/
>> Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
>> Shared Files: http://ontolog.cim3.net/file/
>> Community Wiki: http://ontolog.cim3.net/wiki/
>> To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J
>> To Post: mailto:ontolog-forum@xxxxxxxxxxxxxxxx
>>


_________________________________________________________________
Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/ 
Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/ 
Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
Shared Files: http://ontolog.cim3.net/file/
Community Wiki: http://ontolog.cim3.net/wiki/
To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J
To Post: mailto:ontolog-forum@xxxxxxxxxxxxxxxx



_________________________________________________________________
Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/  
Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/  
Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
Shared Files: http://ontolog.cim3.net/file/
Community Wiki: http://ontolog.cim3.net/wiki/ 
To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J
To Post: mailto:ontolog-forum@xxxxxxxxxxxxxxxx    (01)

<Prev in Thread] Current Thread [Next in Thread>