Chapter 5, Downstream NLP Tasks with Transformers
- Machine intelligence uses the same data as humans to make predictions. (True/False)
True and False.
True. In some cases, machine intelligence surpasses humans when processing massive amounts of data to extract meaning and perform a range of tasks that would take centuries for humans to process.
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 whether one sequence entails another sequence. (True/False)
True.
- A Winograd schema predicts whether a verb is spelled correctly. (True/False) ...