Diagnosing Conversational Memory Failure
Based on the principle of how a response at any given turn is generated based on the preceding conversational history, analyze the provided dialogue snippet. Identify the specific turn where the model's response indicates a failure and explain which components of the conversational history were likely ignored during the generation of that faulty response.
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Training Objective for Multi-Round Dialogue Models
Consider a dialogue model engaged in a three-turn conversation, represented by the sequence
{x_1, y_1, x_2, y_2, x_3, y_3}, wherex_kis the user's input andy_kis the model's response at turnk. When the model calculates the probability of generating the third response (y_3), how does the set of information it conditions on relate to the set of information used to calculate the probability of the second response (y_2)?Formulating Conditional Probability in Dialogue
Diagnosing Conversational Memory Failure