Live data from Hacker News

Deep learning gets the glory, deep fact checking gets ignored

rachel.fast.ai

41–50 of 174 posts

Re: Deep learning gets the glory, deep fact checking gets ignored

#41
post #2

Before making AI do research, perhaps we should first let it __reproduce__ research. For example, give it a paper of some deep learning technique and make it produce an implementation of that paper. Before it can do that, I have no hope that it can produce novel ideas.

Side note: I wonder why it's not normalized for more papers to come with a reference implementation. Wouldn't have to be efficient, or even be easily runnable. Could be a link to a repository with a few python scripts.

Re: Deep learning gets the glory, deep fact checking gets ignored

#42

[flagged]

Human "reality checker" systems are analogous to a discriminator in a generative adversarial network, but strongly informed by emotion. Psychology tells us that regardless of how "emotional" we are, our sense of truth/falsehood goes first through an emotional circuit, which is informed by underlying beliefs. If someone states something you strongly disagree with, your first internal response will be emotional; then y…

Popper's definition of Science™ is an algorithm for establishing and testing truth-statements against reality. An educated man would still be susceptible to the weakness you describe, but his education ideally has informed and practiced him in the weaknesses and folley of unchecked emotionalism. Man is emotionally driven, but we can hope for a rationally and logically informed drive-gating system.

Re: Deep learning gets the glory, deep fact checking gets ignored

#44

Earlier quoted context omitted.

Every system has problems. The better question is: what is the acceptable threshold? For an example Medicare and Medicade had a fraud rate of 7.66%. Yes, that is a lot of billions, and there is room for improvement, but that doesn’t mean the entire system is failing: 93% of cases are being covered as intended. The same could be said with these models. If the spoilage rate is 10%, does that mean the whole system is ba…

In the protein annotation world, which is largely driven by inferring common ancestry between a protein of unknown function and one of known function, common error thresholds range from FDR of 0.001 to 10^-6. Even a 1% error rate would be considered abysmal. This is in part because it is trivial to get 95% accuracy in prediction; the challenging problem is to get some large fraction of the non-trivial 5% correct. "Ac…

[dead]

Re: Deep learning gets the glory, deep fact checking gets ignored

#45
post #2

Before making AI do research, perhaps we should first let it __reproduce__ research. For example, give it a paper of some deep learning technique and make it produce an implementation of that paper. Before it can do that, I have no hope that it can produce novel ideas.

> Before it can do that, I have no hope that it can produce novel ideas.

Producing novel ideas is the most famous trait of current LLMs, the thing people are spending all their time trying to prevent.

Re: Deep learning gets the glory, deep fact checking gets ignored

#47

"And for most deep learning papers I read, domain experts have not gone through the results with a fine-tooth comb inspecting the quality of the output. How many other seemingly-impressive papers would not stand up to scrutiny?" Is this really not the case? I've read some of the AI papers in my field, and I know many other domain experts have as well. That said I do think that CS/software based work is generally easi…

Validation of biological labels easily takes years - in the OP's example it was a 'lucky' (huge!) coincidence that somebody already had spent years on one of the predicted proteins' labels. Nobody is going to stake 3-5 years of their career on validating some random model's predictions.

Just curious, could you expand on what about that process takes years?

Re: Deep learning gets the glory, deep fact checking gets ignored

#48

It’s like fake news is taking in science now. Saying any stupid thing will attract much more view and « likes » than those debunking them. Except that we can’t compare twitter to nature journal. Science is supposed to be immune to these kind of bullshit thanks to reputed journals and pair reviewing, blocking a publication before it does any harm. Was that a failure of nature ?

Have you seen the statistics about high impact journals having higher retraction/unverified rates on papers? The root causes can be argued...but keep that in mind. No single paper is proof. Bodies of work across many labs, independent verification, etc is the actual gold standard.

This is something I think many people don't appreciate. A perfect example in practice is the Journal of Personality and Social Psychology. It's one of the leading and highest impact journals in psychology. A quick search for that name will show it as the source for endless 'news' articles from sites like the NYTimes [1]. And that journal has a 23% replication success rate [2] meaning there's about an 80% chance that anything you read in the journal, and consequently from the numerous sites that love to quote it, is wrong.

[1] - https://search.brave.com/search?q=site%3Anytimes.com+Journal...

[2] - https://en.wikipedia.org/wiki/Replication_crisis#In_psycholo...

Re: Deep learning gets the glory, deep fact checking gets ignored

#50
post #46

Anyone here still doing verification or reproduction work? Feels like it’s becoming rare, but I find it super valuable.

Reproduction of the work is usual but it's unpublished.

Let's suppose you read a paper that does "X with Y", but you are interested in "Z", so the brilliant idea is to do "Z with Y" and publish the new combination, and citing it.

Sometimes you cross your fingers and just try "Z with Y", but if the initial attempt fails or you are too cautious you try "X with Y" to ensure you understand the details of the original paper.

If the reproduction of "X with Y" is a success, you now try "Z with Y" and if it works you publish it.

If the reproduction of "X with Y" is a failure, you may email the authors of just drop the original paper in the recycle bin. Publishing a failure of a reproduction is too difficult. This is a bad incentive, but it's also too easy to make horrible mistakes and fail.

Post reply on HN