Example of a Task Description for Keyword Extraction
A specific instruction that can be used as the task-description in a prompt template for information extraction is 'extract the keywords from the text.' This command directs the model to identify and pull out the key terms from a given 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
A researcher needs to provide a clear, direct instruction to an automated system to identify and list the most important terms from a scientific article. Which of the following instructions is the most effective for this specific task?
Refining a Prompt for Keyword Extraction
Troubleshooting an Information Extraction Prompt