Slashdot Mirror


Making Science Machine Readable

holy_calamity writes "New Scientist is reporting on a new open source tool for writing up scientific experiments for computers, not humans. Called EXPO, it avoids the many problems computers have with natural language, and can be applied to any experiment, from physics to biology. It could at last let computers do real science - looking at published results and theories for new links and directions."

6 of 135 comments (clear)

  1. EXPO has a serious naming problem by plover · · Score: 4, Insightful
    It's virtually hopeless to try to find information about EXPO on Google. You've got the Home Depot Expo site, you've got E3, Macworld Expo, Linuxworld Expo, Book Expo; expositions seem to be coming out of your ears, and if you try to qualify it with helpful keywords such as science and/or language, it seems that every elementary school is hawking their science expos, in addition to documents from historical expos going back to the 1970s and possibly even earlier!

    And forgive me for thinking the university would be more helpful, but no, there's been a series of expos at the University of Aberystwyth, from art through VoIP.

    I'd love to have found more info on the language, but my casual browsing got stopped right there.

    If they'd named it something like EXPI or EXPLO at least it'd be uniquely locatable. Google might whine about the potential misspelling of Expo, but it would dutifully locate the search term as requested.

    --
    John
  2. ok .... by icepick72 · · Score: 4, Funny
    Let's look at one simple human english speaking scenario

    Human: No Computer, Do NOT launch missle now.

    Computer: Parsing input ...
    Computer: NOT, NOT (launch missle now)

    Computer: Launch initiated ....

  3. Wait, what does it do? by Jonboy+X · · Score: 4, Insightful
    The article is kind of unclear. What exactly does EXPO do? At first it seemed to me that the system helped translate the more-or-less natural language format of your average scientific experiment writeup into some other more machine-parsable format, but then I saw this at the bottom of the article:

    King admits that for the moment using EXPO is time-consuming because experimental write-ups must be translated by hand.


    WTF? If you have to manually pre-parse every article that enters the system, it severely limits the rate you can enter information into the database, no?
    --

    "In a 32-bit world, you're a 2-bit user. You've got your own newsgroup, alt.total.loser." -Weird Al
  4. "At last" do real science? by w33t · · Score: 5, Informative

    I think that computers have actually been able to do real science for at least a little while already.
    John Koza is a leader in field of genetic and evolutionary computation. Very much his computer's do real science. The computers analize a set of data (observation), they make a series of modifications (hypothesis), they run fitness tests against these modified versions of the data (experiment), then they begin again analizing these results (back to obeservation).

    The computer clusters which John Koza has engineered have created high-pass and low-pass filters when given nothing more than a random assortment of electronic components; even while John himself knew nothing of electronics that would enable him to create such a circut himself.

    Most impressively is how the computer cluster evolved a new antenna for NASA - when it was completed John was worried that the computer had made some grievious errors because the little antenna looked like a bent paper clip - but it worked!

    And that's science if you ask me. Especially the antenna - the results of experiments can, and seeminly do, often go against "common sense" and give answers which are "unintuitive".

    Perhaps computers will be much better with the next generation physics we're discovering. Perhaps our little numerical darlings are simply better suited to deal with the abstract, multi-dimensional world of what the universe is starting to appear to be.

    (Please pardon my lay and simplified version of the scientific method - but I feel it is a valid interpretation (if overly simplified for minds such as mine ;) )
    --
    Music should be free

  5. A quick peek at the SourceForge download... by frankie · · Score: 4, Informative

    ...reveals that EXPO is an OWL schema. Exactly as described, it's an attempt to regularize the content of experimental design into machine readable form (XML). So any discussion of whether EXPO is a good idea or not really hinges on whether you think OWL is a good idea or not.

  6. What's going on? by golodh · · Score: 5, Informative
    The New Scientist article was clear enough but a little short on technical detail. Note: I'didn't know any of this until I read the article, so my comments are based on nothing more than a few minutes of experience.

    What is it?

    EXPO is a piece of software (written in a formal language called "owl", but they didn't tell you that), which provides a formal dictionary especially for experiments. The terms in this dictionary let you describe your experiment in a formal way. That's a bit messy, but then you're supposed to use an editor to help you. An editor for this language (called "protégé")can be fund at http://protege.stanford.edu/index.html. Download it (61 Mb., or 31 Mb. without the JVM) and use it to read the EXPO document.

    What's it good for (in principle)?

    Once an experiment is decribed in the OWL language using this dictionary, it can be searched automatically. You could automate queries such as "list me all published 3-factor experiments that test Ohm's law". Or "give me all 2-factor experiments that deal with lung-cancer, smoking, and gender and that use tomography as a diagnostic instrument".

    Now at the moment you can do that too, but you'd have to spend quite a bit of time and know quite a bit about the field to be able to do this because you won't be able to do a full-text search (thanks to the publishers of scientific journals for this). And then you'd find that not everyone uses the same terms, and then you'll find only English-language results because you wouldn't know how to spell "lung-cancer" or "2-factor experiment" in Spanish, French, German, Chinese, Japanese or whatever, but then again neither can many foreign language authors spell it in English (which doesn't ever seem to stop them from publishing however).

    Such a schema (provided it's universal and standardised like the Dewey decimal system) would allow you to find your way in the fog of language. Unfortunately however, if anything we will probably see lots and lots of different standards ("standards are good ... we should all have one !") and properietary solutions with "enhancements" and "extensions" (read safeguards against portability).

    What can we expect in the next 3 years?

    Nothing useful, I'm afraid. In theory it's great but don't hold your breath. Any author would have to download an OWL editor, understand the editor, understand the formal language used, and then code up his/her article in OWL using the EXPO distionary, and submit it (in electronic form) along with his article. Good luck to you authors! Lets just hope no-one makes any tiny but significant mistake in describing their experiment, and that all authors take the time to learn this formal language and then use it.

    If within the nect 10 years any significant amount (say more than 5% of all publications) annually will be coded in such a schema I'd be more than surprised.