Analysis of a Language Model's Role in a System
An e-commerce company is developing a feature to generate product descriptions. The system first uses a template-based engine to create several draft descriptions from product attributes (e.g., color, material). Then, a language model scores each draft for fluency and appeal. The system ultimately presents the highest-scoring draft to the user. Analyze this system and explain whether the language model's role aligns with the traditional or the modern application paradigm. Justify your answer.
0
1
Tags
Ch.2 Generative Models - 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
Transforming NLP Tasks into Text Generation with LLMs
A company wants to build a system that automatically summarizes long business reports. They are evaluating two different architectural approaches that both use a powerful language model.
Approach A: The system feeds the full report into the language model with the direct instruction, 'Create a one-paragraph summary of the following report.' The model's text output is used as the final summary.
Approach B: The system first breaks the report into sentences. It then uses the language model to calculate an 'importance score' for each sentence. Finally, a separate algorithm selects the top-scoring sentences and combines them to form the summary.
Which approach exemplifies the modern paradigm where the language model acts as a complete, standalone system, and why?
Analysis of a Language Model's Role in a System
Analyze each of the following system descriptions and match it to the language model application paradigm it represents.