Slashdot Mirror


Watson Goes To Medical School

First time accepted submitter Kwyj1b0 writes "I.B.M's Watson is headed to the Cleavland Clinic Lerner College of Medicine of Case Western Reserve University for training. Clinicians and students will answer and correct Watson's questions, in an attempt to crowdsource its education. From the article: '“Hopefully, we can contribute to the training of this technology,” said Dr. James K. Stoller, chairman of the Education Institute at Cleveland Clinic. The goal, he added, was for Watson to become a “very smart assistant.” Part of Watson’s training will be to feed it test questions from the United States Medical Licensing Exam, which every human student must pass to become a practicing physician. The benefit for Watson should be to have a difficult but measurable set of questions on which to measure the progress of its machine-learning technology.'"

5 of 100 comments (clear)

  1. They are (rightly) really proud of this at IBM. by lattyware · · Score: 4, Interesting

    I recently worked at IBM and this is one of the things they really love to showcase - I think primarily because it's really cool, but also has really useful end results - exactly the kind of thing you want to be working on.

    --
    -- Lattyware (www.lattyware.co.uk)
  2. Repurpsose for Criminology by p0p0 · · Score: 5, Funny

    Design another Watson designed as a database for crimes which could analyse crime scenes, point out potential minute details and give data on similar crimes. Then call it... Holmes.
    I'd like that.

  3. Re:Watson - not for vets! by lattyware · · Score: 4, Insightful

    Watson actually does some really cool stuff with respect to not just being 'do this' - it tells you what it 'thinks', but also tells you why it thinks those things, and how sure it is of that. So it will say 'I think it's likely the patient has Y because of family history, environmental factors, this symptom and these studies', etc... It's more giving the doctor all the (relevant) information possible than telling the doctor what to do.

    --
    -- Lattyware (www.lattyware.co.uk)
  4. Exactly What American Med Schools Want by damn_registrars · · Score: 5, Insightful

    The American Medical Schools select for automatons who can memorize and regurgitate vast amounts of data. Talk to any physician who graduated from med school in the past 20 years about what they took as undergrads and they'll most likely tell you they don't remember the courses specifically because they memorized them to pass (and then promptly forgot them).

    The real question is whether or not this is the best way to train our future health care professionals. While indeed there are some really good physicians coming out of our med schools - and even some of those who memorized their way through undergrad will be great physicians - we have also excluded from selection many who would have been excellent caregivers based on their inability to memorize quite as quickly as their classmates.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  5. Re:Watson - not for vets! by Unnngh! · · Score: 4, Interesting

    You are wrong, broadly speaking. This is the whole point of machine learning: given a very complicated task that it would take a human a tremendous amount of effort to program correctly, you can instead get the machine to figure out how to perform the task itself, rather than explicitly programming it to do one thing. Some types of learning are supervised, particularly classifiers: I tell the computer which items belong to which class, and given a new, previously unseen item, the computer attempts to determine its class based on the training. Others are unsupervised: set the robot free in the environment with some goal function and let it learn through trial-and-error how to optimize its behavior toward the goal. Watson is a combination of first-order logic (prolog and a huge kb) and a variety of such learning algorithms. Some of this is stuff that was considered an industry failure in the 80s but, paired with modern machine learning techniques, is quite powerful. Indeed we may be seeing the first instances of computers that have some form of this "intelligence" of which you speak, though I think we are still a long way from "strong AI".