Slashdot Mirror


Cornell Team Says It's Unified the Structure of Scientific Theories

An anonymous reader writes "Cornell physicists say they've codified why science works, or more specifically, why scientific theories work – a meta-theory. Publishing online in the journal Science (abstract), the team has developed a unified computational framework they say exposes the hidden hierarchy of scientific theories by quantifying the degree to which predictions – like how a particular cellular mechanism might work under certain conditions, or how sound travels through space – depend on the detailed variables of a model."

1 of 115 comments (clear)

  1. Possible answer by Okian+Warrior · · Score: 5, Interesting

    My question is "how is this research more useful than a phone sanitizer?"

    I can't speak of the article because it's paywalled, but if you like I can answer your question from my impression of the abstract.

    Scientific theories are ultimately about data compression: they allow us to represent a sea of experiential data in a small space. For example, to predict the travel of a cannonball you don't need an almanac cross-referencing all the cannon angles, all the possible gunpowder charges, and all the cannonball masses. There's an equation that lets you relate measured numbers to the arc of the cannonball, and it fits on half a page.

    Scientific models are the same: they allow us to predict results from a simplified description. The brain contains an id, an ego, and a superego which have their own goals and weaknesses, and from this we can predict the general behaviour of people.

    The problem is that we don't have any way to measure how good a theory is, or even whether it is any good at all; viz, the second example above. This, and our society's desperate motivation to publish, has led to a situation where we cannot always tell whether some science finding is significant or even true.

    Some specific problems with science:

    .) There's no way to determine which observations are outliers that should be discarded: It's done "by eye" of the researcher.
    .) There's no way to determine whether the results are significant. Thresholds like "p<0.5" are arbitrary, and 5% of those results will be due to random chance.
    .) There's no way to determine whether the data is linear or polynomial. It's currently done "by eye" of the researcher.
    .) Linear and polynomial regression are based on minimizing least-squared error, which was chosen arbitrarily (by Laplace, IIRC) for no compelling reason. LSE regression is "approximately" right, but is frequently off and can be skewed by outliers &c.

    (Of course, there are "proposed" and "this seems right" answers to each of these problems above. A comprehensive "theory of theories" would be able to show *why* something is right by compelling argument without arbitrary human choice.)

    To date, pretty much all scientific research is done using "this seems right" methods of correlation and discovery. This is not a bad thing, it has served us well for 450 years and we've made a lot of progress this way.

    If we could tack down the arbitrary choices to a computable algorithm, it would greatly enhance and streamline the process of science.