Example of a Prompt for Grammaticality Judgment
A direct prompt for a grammaticality judgment task can be formulated as an instruction followed by the sentence to be evaluated. For instance: 'Read the following sentence, and answer whether it is grammatically correct. LLMs are powerful models but are expensive to build.' This prompt clearly defines the task and provides the specific text for the LLM to analyze.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Related
Examples of Prompt Templates for Grammaticality Judgment
Placeholder in Prompt Templates
Example of a Prompt for Grammaticality Judgment
A developer is using a large, pre-trained language model, which excels at generating text continuations, to determine if a given sentence is grammatically correct. Which of the following approaches best describes how this task, traditionally a binary classification problem (correct/incorrect), is adapted for this type of model?
Adapting Grammaticality Judgment for Generative Models
Implementing a Grammar Checker with a Generative LLM
Example of a Sentence-First Prompt for Grammaticality Judgment with Answer Options
Example of a Constraint-First Prompt for Grammaticality Judgment
Examples of Prompt Templates for Grammaticality Judgment
Example of Instantiating a Placeholder in a Grammaticality Judgment Prompt
Example of a Prompt for Grammaticality Judgment
A developer is building a system that uses a language model to summarize news articles. They need to create a single, reusable instruction that can work for any article provided by a user. Which of the following options correctly uses a placeholder to create such a flexible template?
Creating a Reusable Prompt Template
Match each term related to creating dynamic instructions for a language model with its correct description.
Examples of Prompt Templates for English-to-Chinese Translation
Example of a Sentence-First Prompt for Grammaticality Judgment with Answer Options
Example of a Constraint-First Prompt for Grammaticality Judgment
Learn After
A user wants to determine if the sentence 'The childrens plays in the park' is grammatically sound using a large language model. Which of the following prompts is most effectively and clearly structured to elicit a direct grammaticality judgment?
Designing a Reusable Prompt Template for Grammaticality Judgment
Critiquing and Improving a Prompt for Grammaticality Judgment