Chapter 10, Let Your Data Do the Talking: Story, Questions, and Answers
- A trained transformer model can answer any question. (True/False)
False.
- Question-answering requires no further research. It is perfect as it is. (True/False)
False.
- Named Entity Recognition (NER) can provide useful information when looking for meaningful questions. (True/False)
True.
- Semantic Role Labeling (SRL) is useless when preparing questions. (True/False)
False.
- A question generator is an excellent way to produce questions. (True/False)
True.
- Implementing question answering requires careful project management. (True/False)
True.
- ELECTRA models have the same architecture as GPT-2. (True/False)
False.
- ELECTRA models have the same architecture as BERT but are trained as discriminators. (True/False)
True.
- NER can recognize a location and label it as I-LOC. (True/False)
True.
- NER can recognize...