Chapter 4, Downstream NLP Tasks with Transformers
- Machine intelligence uses the same data as humans to make predictions. (True/False)
False. For NLU, humans have access to more information through their senses. Machine intelligence relies on what humans provide for all types of media.
- SuperGLUE is more difficult than GLUE for NLP models. (True/False)
True.
- BoolQ expects a binary answer. (True/False)
True.
- WiC stands for Words in Context. (True/False)
True.
- Recognizing Textual Entailment (RTE) detects if one sequence entails another sequence. (True/False)
True.
- A Winograd Schema predicts if a verb is spelled correctly. (True/False)
False. Winograd schemas mostly apply to pronoun disambiguation.
- Transformer models now occupy the top ranks of GLUE and SuperGLUE. (True/False)
True.
- Human Baseline Standards are not defined once and for all. They were made tougher to attain by SuperGLUE. (True...