Example of a Task Description for Event Extraction
An example of a specific instruction for an event extraction task, which can be inserted as the {task-description} in a prompt template, is 'extract the key events from the text.' This directive instructs the model to identify and retrieve significant occurrences mentioned within a document.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Related
Example of a Task Description for Keyword Extraction
Example of a Task Description for Event Extraction
Example of a Task Description for Coreference and Anaphora Resolution
Consider the following instruction given to a language model: 'You will be provided with a text. Your task is to identify and list all the dates mentioned.' Which portion of this instruction constitutes the generic, reusable template that could be adapted for other information extraction goals?
Applying a Prompt Template for a New Task
A data science team needs to create a system that can perform several different information extraction tasks, such as identifying company names, extracting key dates, and listing product features from various documents. Which of the following prompt structures provides the most effective and reusable foundation for these different tasks?
Learn After
An AI engineer is constructing a prompt to guide a large language model. The prompt follows this structure:
You will be provided with a document. Your task is to {task-description}.The document is:
On Tuesday, a major earthquake struck the coastal region, leading to the immediate evacuation of several towns. Emergency services were deployed by the government later that day.Which of the following options would be the most effective
{task-description}to specifically extract the key occurrences from the document?Improving a Prompt for Event Extraction
Crafting a Task Description for Event Extraction