ontolog-forum
[Top] [All Lists]

Re: [ontolog-forum] IBM Watson & source code

To: ontolog-forum@xxxxxxxxxxxxxxxx
From: "John F. Sowa" <sowa@xxxxxxxxxxx>
Date: Tue, 15 Feb 2011 09:16:21 -0500
Message-id: <4D5A8AB5.80403@xxxxxxxxxxx>
Jerry and Doug,    (01)

Those are problems that I thought they should have fixed:    (02)

JH
> very often an answer is wrong because it is incomplete, e.g.,
> Watson's "leg" when "missing a leg" was the right answer.    (03)

DF
> Watson does not "understand" its input text. It probabilistically
> finds its answer, often getting it right.    (04)

One of the participants listed on the IBM web site is Michael McCord,
who had developed an excellent Prolog-based parser in the 1980s,
which he rewrote in C in the mid 1990s.  I noticed that Michael
was listed on the IBM web site as one of the participants in the
Watson project.    (05)

But the most common mistake that Watson makes is elementary
category errors.  For the example Jerry cites, the answer was
supposed to be a disability.    (06)

Any halfway decent type hierarchy (not even a deeply axiomatized
ontology) combined with a decent parser should have detected
the fact that Leg is not a subtype of Disability.  But the
situation of a missing a body part would be a disability.    (07)

As Doug mentioned, Watson depends very heavily on statistics.
I believe that it's important to use statistics for interpreting
NL text, but as a *supplement* to the parsing and semantic
analysis.    (08)

For more info about Watson, following is an IBM technical report
written in 2009:    (09)

http://domino.watson.ibm.com/library/cyberdig.nsf/papers/D12791EAA13BB952852575A1004A055C/$File/rc24789.pdf    (010)

And following is an article in AI Magazine published in 2010:    (011)

    http://www.stanford.edu/class/cs124/AIMagzine-DeepQA.pdf    (012)

Following is an excerpt from p. 11 of the article:    (013)

> The DeepQA approach encourages a mixture of experts at this
> stage [question analysis], and in the Watson system we
> produce shallow parses, deep parses (McCord 1990), logical
> forms, semantic role labels, coreference, relations,
> named entities, and so on, as well as specific kinds
> of analysis for question answering.    (014)

I believe that combination of "experts" working together is good.
Note that McCord is cited for the parser, they generate a logical
form, and they use semantic role labels.    (015)

As a matter of fact, I was consulting on a project at IBM on the
West coast in the mid 1990s, which used McCord's parser.  That
project also paid CSLI at Stanford to add semantic role labels
to the verbs McCord was using, and IBM later donated that list
of verbs with attached roles to open source:    (016)

    http://www-csli.stanford.edu/~arunm/    (017)

So I'm surprised that Watson made such elementary mistakes.    (018)

John    (019)

_________________________________________________________________
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    (020)

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