Chapter 9, Semantic Role Labeling with BERT-Based Transformers
- Semantic Role Labeling (SRL) is a text generation task. (True/False)
False.
- A predicate is a noun. (True/False)
False.
- A verb is a predicate. (True/False)
True.
- Arguments can describe who and what is doing something. (True/False)
True.
- A modifier can be an adverb. (True/False)
True.
- A modifier can be a location. (True/False)
True.
- A BERT-based model contains encoder and decoder stacks. (True/False)
False.
- A BERT-based SRL model has standard input formats. (True/False)
True.
- Transformers can solve any SRL task. (True/False)
False.