Architectural Choice for a Conversational AI
Given the following scenario, which method (A or B) is better suited for ensuring the AI has a comprehensive understanding of the user's problem? Justify your choice by explaining how the internal processing of the input in your selected method meets the team's critical requirement.
0
1
Tags
Ch.1 Pre-training - 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
A language model is given the prompt 'Despite the initial positive reviews, the film's box office performance was ultimately disappointing because...' and is tasked with generating a continuation. Consider two different ways the model could process this prompt before generating the next token:
- Method 1: When processing the prompt, the token 'disappointing' can directly see and incorporate information from the token 'positive' at the beginning of the sentence.
- Method 2: When proc
Architectural Implications for Prompt Comprehension
Architectural Choice for a Conversational AI