Chapter 12, Toward Syntax-Free Semantic Role Labeling with ChatGPT and GPT-4
- 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 GPT-based model contains an encoder and decoder stack. (True/False)
False. A GPT-based model is a decoder-only architecture.
- A GPT-based SRL model has standard input formats. (True/False)
False. GPT models are not task-specific and don’t require standardization beyond providing clear prompts.
- Transformers can solve any SRL task. (True/False)
True and false. Transformers can perform SRL tasks quite...