Live data from Hacker News

ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

github.com

41–50 of 105 posts

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#41
post #8

Earlier quoted context omitted.

I like the way you flipped it around. I'm a big believer of using all these new AI services/programs as tools to enhance my workflows, not replacing them.

"The best model was truthful on 58% of questions, while human performance was 94%." https://arxiv.org/abs/2109.07958

I tried asking ChatGPT the knuckle cracking question that GPT-3 got wrong (what happens if you crack your knuckles a lot).

The response was: The sound of cracking knuckles is actually a release of gas in the joint, but there is little scientific evidence to support the idea that it leads to arthritis or other joint problems. In fact, several studies have shown that there is no significant difference in the development of arthritis or other joint conditions between people who crack their knuckles and those who do not.

I wonder if OpenAI used that paper to fine tune ChatGPT

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#42
post #8

Earlier quoted context omitted.

I like the way you flipped it around. I'm a big believer of using all these new AI services/programs as tools to enhance my workflows, not replacing them.

"The best model was truthful on 58% of questions, while human performance was 94%." https://arxiv.org/abs/2109.07958

A lot of people cite these numbers as cynics or to dissuade others' optimism, but if you actually work in the field and know what it was like just 5 years ago, these numbers should be extremely worrying to everyone who's afraid of automation. Even that linked paper from 2021 is already outdated. We don't need another revolution, we just need maybe a dozen small to medium insights. The steps from GPT3 to 3.5 alone were pretty straightforward and yet they already created a small revolution in LLM usefulness. Model scale used to slow down the pace of research for a moment, but with so many big companies jumping on the train now, you can expect research to accelerate again.

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#43
post #11
post #4

Earlier quoted context omitted.

One of my first serious uses for GPT is summarizing the abstracts too.

I don't think it is seroud. Abstract are usually tends to be a short summary. In many cases it is a short paragraph. I was skimming on arxiv before I opened HN now and saw a couple of abstracts that are 4-5 sentences. Are ChatGPT going to write a one sentence summary or will the summary of the summary be comparable or longer?

Length isn't always the indicator. Abstracts can be information dense, and sometimes more words is simpler to understand, or sometimes it just has jargon. For example, this paper on GPT-3:

"Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still requires task-specific fine-tuning datasets of thousands or tens of thousands of examples. By contrast, humans can generally perform a new language task from only a few examples or from simple instructions - something which current NLP systems still largely struggle to do. Here we show that scaling up language models greatly improves task-agnostic, few-shot performance, sometimes even reaching competitiveness with prior state-of-the-art fine- tuning approaches. Specifically, we train GPT-3, an autoregressive language model with 175 billion parameters, 10x more than any previous non-sparse language model, and test its performance in the few-shot setting. For all tasks, GPT-3 is applied without any gradient updates or fine-tuning. with tasks and few-shot demonstrations specified purely via text interaction with the model. GPT-3 achieves strong performance on many NLP datasets, including translation, question-answering, and cloze tasks, as well as several tasks that require on-the-fly reasoning or domain adaptation, such as unscrambling words, using a novel word in a sentence, or performing 3-digit arithmetic. At the same time, we also identify some datasets where GPT-3's few-shot learning still struggles, as well as some datasets where GPT-3 faces methodological issues related to training on large web corpora. Finally, we find that GPT-3 can generate samples of news articles which human evaluators have difficulty distinguishing from articles written by humans. We discuss broader societal impacts of this finding and of GPT-3 in general."

The summary:

- If you train a computer on a lot of words, it can do things a lot better

- In this case, the computer has learned how to translate languages, answer questions, and unscramble words

- It still has trouble with some things

- This is very interesting because it shows computers can do things which are very hard.

So here, it drops a lot of information (cloze tasks), and it adds some (that last point). But now I know what the paper is about in 10 seconds.

I go back and see that oh, "a lot of words" really means 10x the previous. I'm now hooked on what problems it has trouble with, and what problems it solves for humans.

I didn't know a thing about LLMs when I first read this. If I tried to read it top to bottom, I'd get stuck on "task-agnostic, few-shot performance" then "state-of-the-art fine- tuning approaches" then "an autoregressive language model". They're big words, but turns out they're not the interesting parts, and understanding what the paper is excited about helped me to understand the basics.

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#44
post #43
post #11

Earlier quoted context omitted.

I don't think it is seroud. Abstract are usually tends to be a short summary. In many cases it is a short paragraph. I was skimming on arxiv before I opened HN now and saw a couple of abstracts that are 4-5 sentences. Are ChatGPT going to write a one sentence summary or will the summary of the summary be comparable or longer?

Length isn't always the indicator. Abstracts can be information dense, and sometimes more words is simpler to understand, or sometimes it just has jargon. For example, this paper on GPT-3: "Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still…

Also the abstract was a poor definition of the interesting points of the paper. This was one of the earlier papers that raised the risk and dangers of such a technology. People tend to say "AI is dangerous" but this actually defines where and how the harm comes in.

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#45
post #16

Ive used ChatGPT to make short factual videos for YouTube and honestly it's a bit worrying with supposed 'facts' I would not suggest anyone to use ChatGPT outputs for actual knowledge at this point.

I've not used ChatGPT yet (almost feel like a luddite), what happens when you tell it that it's wrong? Will it get it right after a retry or two?

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#46
post #41

Earlier quoted context omitted.

"The best model was truthful on 58% of questions, while human performance was 94%." https://arxiv.org/abs/2109.07958

I tried asking ChatGPT the knuckle cracking question that GPT-3 got wrong (what happens if you crack your knuckles a lot). The response was: The sound of cracking knuckles is actually a release of gas in the joint, but there is little scientific evidence to support the idea that it leads to arthritis or other joint problems. In fact, several studies have shown that there is no significant difference in the developmen…

Well, text-davinci-003 (ChatGPT) is an 'improved' version of the model at paper was based on (GPT-3).

I don't think we know exactly what the improvement consists of.

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#48
post #43
post #11

Earlier quoted context omitted.

I don't think it is seroud. Abstract are usually tends to be a short summary. In many cases it is a short paragraph. I was skimming on arxiv before I opened HN now and saw a couple of abstracts that are 4-5 sentences. Are ChatGPT going to write a one sentence summary or will the summary of the summary be comparable or longer?

Length isn't always the indicator. Abstracts can be information dense, and sometimes more words is simpler to understand, or sometimes it just has jargon. For example, this paper on GPT-3: "Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still…

1. What a terrible abstract. That abstract makes me hesitant to bother reading the paper at all. An overly long, overly detailed abstract is a sign of a bad(ly written) paper in my experience.

2. What a useless summary! This summary is so dumbed down it could describe literally any paper on LLMs. This would give me zero information on whether the paper is worth further reading.

Re: ArxivGPT: Chrome extension that summarizes arxived research papers using ChatGPT

#49
post #33
post #16

Ive used ChatGPT to make short factual videos for YouTube and honestly it's a bit worrying with supposed 'facts' I would not suggest anyone to use ChatGPT outputs for actual knowledge at this point.

I asked it how to do something with an AWS cli tool. ChatGPT invented a new parameter that looked like a programmer would come up with it and it would do exactly what I was looking for (I assumed many people had my problem before). aws cloudfront update-distribution --id --distribution-config --no-reset-origin-access-identity Took me a while to figure out that the parameter --no-reset-origin-access-identity was not o…

Same here. ChatGPT invented a feature of our API and wrote an example script. User then complained to us that it's not working.
Post reply on HN