I played around with this on the demo page and found that while the generated "TLDR" are pretty good, they tend to generate sentences composed of fragments of existing sentences. Basically, it seems vaguely extractive in nature. Never did I see it summarize a concept in new words, or try to dumb down a complicated concept further than the original paper did. Given the results of GPT3 I would think that it should be p…
TLDR: Extreme Summarization of Scientific Documents
31–40 of 41 posts
Re: TLDR: Extreme Summarization of Scientific Documents
#32What you get from applying TLDR to their paper: We introduce SCITLDR, a new multi-target data set of 5.4KTLDRs over 3.2Kpapers. Keeping pdf's copy-paste artifacts: We introduceTLDRgeneration, a new formof extreme extreme summarization, for scientific pa-pers. Adding intro and conclusion (optional): We introduce SCITLDR, a new data set of 5.4KTLDRs over 3.2Kpapers. [0] https://scitldr.apps.allenai.org/
I'm sticking with extractive approaches plus a bunch of hard-coded general and domain-specific rules for now.
Re: TLDR: Extreme Summarization of Scientific Documents
#33Re: TLDR: Extreme Summarization of Scientific Documents
#34I played around with this on the demo page and found that while the generated "TLDR" are pretty good, they tend to generate sentences composed of fragments of existing sentences. Basically, it seems vaguely extractive in nature. Never did I see it summarize a concept in new words, or try to dumb down a complicated concept further than the original paper did. Given the results of GPT3 I would think that it should be p…
I think you’re underestimating how hard what you’re describing is. GPT-3 can mimic the language of reasoning but that doesn’t mean it’s capable of higher order reasoning.
Re: TLDR: Extreme Summarization of Scientific Documents
#35Re: TLDR: Extreme Summarization of Scientific Documents
#36English only, as usual for NLG
In fact I kind of like the way this is going since it represents a fantastic opportunity for NL researchers to stand out simply by publishing research and corpora focused exclusively on low-resource languages and non-English/Mandarin in general.
It is also important to note that most of the ML research in the field is pretty much language agnostic and is concerned with general concept such as efficient en-/decoding [1], training methods [2], and even stealing pre-trained weights from APIs (like GPT-2 or even 3) without paying for training [3] :)
It's just easier to get your hands on and verify English corpora, results and pre-trained models for reproducibility than say Mongolian or Gaelic so that's a factor, too.
[1] https://arxiv.org/pdf/1904.09751.pdf
Re: TLDR: Extreme Summarization of Scientific Documents
#37That's what abstract are for
Obviously abstracts can include a content summary as well as bibliographic metadata, but not all do.
Re: TLDR: Extreme Summarization of Scientific Documents
#38That's what abstract are for
After some thought I agree with you that this is the wrong problem to solve. I took a narrative detour I wanted to share: Suppose we make the analogue of a scientific paper to a piece of mineral ore (in terms of their raw content, and without written symbols in them for the sake of the analogy) extracted from some mine or quarry. This ore is somehow useful to someone, even if its value is structural: the shingles on…
Highly intelligent human beings have a natural ability to summarize big ideas into TLDRs. Are humans basically a bunch of "summarizers"? Probably not. Is this ability to summarize or compress big ideas into smaller, more condensed pieces of information, important to the human race? Yes, I would say that they are. So to me, this is certainly one of those problems that we correctly attempt to solve.
Re: TLDR: Extreme Summarization of Scientific Documents
#39That's what abstract are for
In short, here's the major differences:
> SciTLDR contains both author-written and expert-derived TLDRs
> CATTS improves upon strong baselines under both automated metrics and human evaluations
Re: TLDR: Extreme Summarization of Scientific Documents
#40Earlier quoted context omitted.
I think you’re underestimating how hard what you’re describing is. GPT-3 can mimic the language of reasoning but that doesn’t mean it’s capable of higher order reasoning.
After reading through https://www.gwern.net/GPT-3 , I suspect that GPT-3 is capable of higher order reasoning, given the right motivation (prompt).