Earlier quoted context omitted.
From the abstract of the associated paper: "performance on the benchmark has recently surpassed the level of non-expert humans, suggesting limited headroom for further research." It occured to me that hn_throwaway_99's question, and the responses to it, is the sort of dialog in which one could find additional headroom for further research into natural language understanding. We can understand, for example, that while…
Limited headroom? Seems like they're assuming greater-than-human language ability is just impossible and will never be surpassed.
Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
61–70 of 246 posts
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#62Earlier quoted context omitted.
From the abstract of the associated paper: "performance on the benchmark has recently surpassed the level of non-expert humans, suggesting limited headroom for further research." It occured to me that hn_throwaway_99's question, and the responses to it, is the sort of dialog in which one could find additional headroom for further research into natural language understanding. We can understand, for example, that while…
Limited headroom? Seems like they're assuming greater-than-human language ability is just impossible and will never be surpassed.
Language is specifically a human communication tool, there's no value in surpassing the language skill that humans have, if indeed such a thing is even meaningful (what does it mean to be better than the best* French person at French?)
* By whatever language-related metric
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#63Earlier quoted context omitted.
Ahh, just found an example where that's taken from https://glosbe.com/en/en/land . If you find on that page you'll see the exact sentence "the enemy landed several of our aircraft" (without the s after aircraft) which it says means "shoot down". I have still never heard landed used in that way, and again in other dictionaries I searched I couldn't find that definition either. Thus, this is a case where the "AI" may g…
I think if we really looked at it, it likely comes from fishing where "to land" a fish means to succeed in quite literally getting it onto land from the water. But we use it as "to successfully get" (something typically uncertain) in many other contexts.
disclaimer: beyond pedantic, but 100% appropriate given the topic is NLP and idioms
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#64I didn't know anything about SuperGLUE before (turns out it's a benchmark for language understanding tasks), so I clicked around their site where they show different examples of the tasks. One "word in context" task is to look at 2 different sentences that have a common word and decide if that word means the same thing in both sentences or different things (more details here: https://pilehvar.github.io/wic/ ) One of…
The example directly below that: "Justify the margins" and "The end justifies the means" is the one I find dubious. Obviously the former could mean to format a document, but those exact words in that structure could be a demand for someone to justify a financial margin for example. It is both true and false depending on the context.
Time moves swiftly and in one direction.
Record the speed of flies in the same way you would an arrow.
Time flies, which are a kind of fly, are fond of an arrow. (e.g. Time flies like an arrow, fruit flies like a banana).
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#65Earlier quoted context omitted.
From the abstract of the associated paper: "performance on the benchmark has recently surpassed the level of non-expert humans, suggesting limited headroom for further research." It occured to me that hn_throwaway_99's question, and the responses to it, is the sort of dialog in which one could find additional headroom for further research into natural language understanding. We can understand, for example, that while…
Limited headroom? Seems like they're assuming greater-than-human language ability is just impossible and will never be surpassed.
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#66https://towardsdatascience.com/bert-explained-state-of-the-a...
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#67Possibly dumb question: How do you ensure there's no data leakage when benchmarking transfer learning techniques? Is that even a problem anymore when the whole point is to learn "common sense" knowledge? For example their “Colossal Clean Crawled Corpus” (C4), a dataset consisting of hundreds of gigabytes of clean English text scraped from the web, might contain much of the same information as the benchmark datasets,…
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#68I didn't know anything about SuperGLUE before (turns out it's a benchmark for language understanding tasks), so I clicked around their site where they show different examples of the tasks. One "word in context" task is to look at 2 different sentences that have a common word and decide if that word means the same thing in both sentences or different things (more details here: https://pilehvar.github.io/wic/ ) One of…
So many options for sentence number two. - The enemy stole the aircrafts, and after some drama in flight managed to land several of them. - The enemy used remote control to force them to land. - The enemy used coercive force to force our pilots to land them. - The enemy captured them. - The enemy shot them down. - During a friendly event while we set our differences with our enemy aside and agreed to fly each other's…
Or perhaps as one would land a punch.
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#69There was an article[1] posted to HN recently about these benchmarks, and it was pretty skeptical. Regarding SuperGLUE specifically, it asked: "Indeed, Bowman and his collaborators recently introduced a test called SuperGLUE that's specifically designed to be hard for BERT-based systems. So far, no neural network can beat human performance on it. But even if (or when) it happens, does it mean that machines can really…
This feels hollow. Can't this be said about any benchmark? It seems natural and proper that as one benchmark becomes saturated, we introduce harder benchmarks. I don't think anyone in the field thinks that once we match human performance on benchmark X, we're officially done. It just means it's time for more interesting benchmarks. Over time, if it starts to become difficult to design benchmarks that humans can outpe…
Re: Google T5 scores 88.9 on SuperGLUE Benchmark, approaching human baseline
#70I think classifying this as human level is misleading. Look at the sub-scores on the page. One score that looks very different from humans is AX-b. The SuperGlue paper provides more context about AX-b https://arxiv.org/pdf/1905.00537.pdf AX-b "is the broad-coverage diagnostic task, scored using Matthews’ correlation (MCC). " This is how the paper describes this test " Analyzing Linguistic and World Knowledge in Model…