Crafting a Task Description for Event Extraction
An AI engineer is building a system to automatically summarize news articles by first identifying the main occurrences. They are using a large language model with the following prompt structure:
You will be provided with a news article. Your task is to {task-description}.
Based on this scenario, write a specific and concise instruction that the engineer should use for the {task-description} placeholder to direct the model to identify the main occurrences in the article.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Creation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
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