Critiquing an Information System Design
A junior data scientist is building a system to analyze legal documents. Their goal is to automatically determine which parties are bound by the contract, the key dates mentioned, and the legal jurisdiction. They propose building a single, large model that reads the entire document and directly outputs these three pieces of information in a summary. As a senior team member, critique this 'end-to-end' approach. Argue for or against an alternative strategy that would first involve a dedicated step to identify and label all person names, organization names, dates, and locations throughout the text before attempting to determine their specific roles in the contract. Justify your position by explaining the potential advantages or disadvantages of separating these tasks.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Diagnosing a Flawed Information System
A team is building a system to automatically extract structured information, such as company names and monetary values, from news articles to populate a database. They are deciding on the most effective initial step for their text processing pipeline. Which of the following strategies represents the most robust and fundamental first step for this task?
You are building a system to automatically read financial news articles and populate a database with which person was appointed CEO of which company. Arrange the following sub-tasks into the most logical and effective processing pipeline to accomplish this goal.
Critiquing an Information System Design