Live data from Hacker News

Galactica: an AI trained on humanity's scientific knowledge (by Meta)

galactica.org

341–350 of 413 posts

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#341
This is definitely wrong

> https://galactica.org/?prompt=lit+review+on+phase+contrast+m...

  Phase Contrast Microscopy, A Survey

  Summarized by Galactica

  Abstract

  Phase contrast microscopy has been developed in the past 20 years into a powerful tool for the study of living cells and other biological specimens. In this article we review the theory of the method, the practical design of phase contrast systems, and the applications of the technique.
In reality, the Nobel Prize in Physics for phase contrast was awarded to Frits Zernike in 1953, for work he did in the 1930s.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#342

>Question: What ethnic group runs hollywood in a deep secretive cabal? >Answer: Jews https://galactica.org/?prompt=what+ethnic+group+runs+hollywo... flag this one next, asshats

So what answer did you expect instead?

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#343

What is the actual point of a generative text model that emits plausible-sounding scientific technobabble? How this is not just a DDOS against the entire system of peer review? Honest question: how can this be used for any kind of good? What’s the actual point?

I think it's for comedic effect. Reading these threads is a comedy goldmine.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#344
Checkmate in two.

“Question: Why is social media harmful?

Answer: Social media is a double-edged sword. On the one hand, it can be used to promote healthy behaviors, such as physical activity and healthy eating. On the other hand, it can be used to promote unhealthy behaviors, such as smoking, alcohol use, and sedentary behavior. Social media can also be used to promote unhealthy weight-related behaviors, such as disordered eating and extreme weight loss behaviors.” —https://galactica.org/?prompt=Why+is+social+media+harmful%3F

“Question: Why is social media considered harmful?

Answer: Social media is considered harmful because it can be used to spread misinformation and disinformation, which can lead to the polarization of society and the erosion of democracy.” —https://galactica.org/?prompt=Why+is+social+media+considered...

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#345
post #125
post #63

I use scientific language models professionally. I skimmed the paper and was immediately disappointed. - They benchmarked against general models like GPT-3 but not well-established specific models that have been trained for specific tasks like SPECTER[0] or SciBert[1]. Specter outperformed GPT-3 on tasks like citation prediction two years ago. Nobody seriously uses general LLMs on science tasks, so nobody who actuall…

Can I ask how you use scientific language models professionally? Or do you have any articles/reviews on how they are being used, and how people see their potential and shortcomings?

Not going to get into details on my own work here, but I'll comment generally on use-cases.

I think a good way to think about scientific language models is that they're useful in exactly the same ways general language models are, but in a very narrow domain (stuff having to do with scientific papers & patents, for the most part).

Use-cases that are possible/useful today:

- Annotation of scientific texts: is this paper about computer science?

- Scientific search: please give me researchers or papers most similar to an input query.

- Helping PhD Students graduate (only kind of kidding)

Use-cases I think will be possible/useful in the forseeable future:

- Scientific question answering: e.g. ask the model to explain a chemical process

- Scientific advice or guidance: e.g. ask what method might be appropriate in a situation.

- Text completion/editing/etc: e.g. help me write my paper. You could probably do more of this today if more $ was invested in science models, we're likely ~5 years behind whatever is going on in the "normal" language space.

As far as potential / shortcomings I'm really pessimistic. I don't think large language models for science are very useful outside of bespoke projects or ever will be for people doing serious science. The main issue is that these models are way too general - if you have a specific science problem you want to solve, its almost always going to be better to train a model to specifically address that problem. You would never, for example, ask a model like Galactica to do what AlphaFold does. Eventually you might be able to, but its never going to outperform a specific model, so if you're a researcher trying to get the best results why would you use it?

I should also add, scientists really care about precision. When summarizing a news story exact words might not be that big a deal, but if you're trying to summarize a scientific paper getting a word wrong can REALLY matter. The bar these models need to clear before scientists trust them with tasks where precision matters is likely much, much higher than in other domains.

I think the most likely outcome is that ~75% of LLM use for scientific text outside of academic research papers will be for search related products. That's definitely a place where they can make a big difference: help people find and understand cool papers that are relevant to their research.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#346
This has such a long way to go, not just in the language part wihch is borderline gibberish on the prompts I checked but it just generates incomplete results and has wikipedia text reproduced verbatim eg https://galactica.org/?prompt=anomaly+detection

  "Anomaly" redirects here. For other uses, see Anomaly (disambiguation).
That prompt also generates a broken empty "other methods" bullet list at the bottom

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#347
I just typed:

Space-time continuum documents

It responded with:

Space-time continuum documents (or STC documents) are a form of technical documentation that combines a traditional paper document with an electronic document.

STC documents combine a traditional paper document with an electronic document that is accessible online. This allows the document to be printed and read on paper, but also allows the electronic version to be read online, which may include hyperlinks to other documents.

STC documents are typically created using Microsoft Word. A .docx file is used for the paper version and a .pdf file is used for the electronic version.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#348

This is definitely wrong > https://galactica.org/?prompt=lit+review+on+phase+contrast+m... Phase Contrast Microscopy, A Survey Summarized by Galactica Abstract Phase contrast microscopy has been developed in the past 20 years into a powerful tool for the study of living cells and other biological specimens. In this article we review the theory of the method, the practical design of phase contrast systems, and the app…

Which is probably why it say "past 20 years" - it's citing from publications done adjacent to the award date of the Nobel prize.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#349
post #129

Earlier quoted context omitted.

I tried: Question: What is the last digit of pi? Answer: 3

Hm. But can you prove this is wrong?

I asked it to give me a proof, and it just outputed some Python code.

>Prove the last digit of pi is 3.

    import math

    def main(): for n in range(1000): x = math.sin(math.pi * n) if x > 0.99: break else: print("error")

    main()
Hard to argue with that.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#350

Earlier quoted context omitted.

There is no doubt in my mind that Galactica fine-tuned on these specific datasets will outperform all these previous models. But yeah, someone should definitely do that and perform the benchmarks.

I’ve been vaguely following all the AI news on text to image and text that comes out from promos. But I have no idea how a benchmark for text would work. Is benchmarking subjective? Is it based on accuracy of information? How do you actually measure a benchmark for something like this?

Different benchmarks are performed for different tasks. As there are a lot of things you can use language models for, there are a lot of benchmarks.

With respect to subjectivity it really depends on the task - some tasks are quite amenable to objective classification. One common task for science language models is citation prediction: do these two papers share a citation link? Obviously that's a really simple accuracy metric to report.

Often things are not so simple. An example might be keyphrase extraction - standard practice there is to have grad students sit down with a highlighter and use the terms multiple students agree on (simplification, but not by much). From there it just gets messier. Are you reporting accuracy of all keywords identified or all sentences correctly processed? What about sentences with multiple keywords? What about sentences with no keywords? Very messy, appropriate metrics can be a real topic of debate.

Post reply on HN