Learn Before
Conversation Generation from Context
Similar to other text generation tasks, language models can produce entire conversations by utilizing the preceding conversational context. This capability allows for the creation of dialogues that are coherent and contextually appropriate.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Learn After
Example Prompt for Conversation Completion
A language model is given the following two lines of a conversation and is tasked with generating the next line for Speaker A.
Speaker A: "I finally finished assembling that new bookshelf, but I have a dozen screws left over." Speaker B: "That happens to me all the time. I just toss them in a drawer and hope for the best."
Which of the following responses for Speaker A best demonstrates an effective use of the preceding conversational context to generate a coherent continuation?
Analyzing a Chatbot's Conversational Failure
Evaluating Contextual Coherence in a Language Model's Response