Learn Before
Analyzing Query Complexity in Automated Systems
Consider two user queries posed to an automated system:
- 'What year was the Eiffel Tower completed?'
- 'Why was the Eiffel Tower built?'
Explain the fundamental difference between these two queries from the perspective of designing a system to answer them. What challenges does the second query present that the first one does not?
0
1
Tags
Data Science
Ch.3 Prompting - 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
Two Major Paradigms for QA
Information-retrieval (IR) based QA
Knowledge-based Question Answering (QA)
Long-form Question Answering(QA)
Community Question Answering(QA)
Factoid Questions
Question-Answer Format
Open-Domain Question Answering
Prompt Templates for General-Purpose Question Answering
Importance of Question Answering in NLP
Multiple-Choice Question Answering
Analyzing a Customer Support Automation Task
A software company wants to develop an internal system to help employees quickly find factual information, such as 'What is the company's policy on remote work?' or 'Who is the project manager for Project Phoenix?'. All the necessary information is stored in a highly structured, internal corporate database. Which approach to building this system would be the most direct and efficient for retrieving these specific, factual answers?
Analyzing Query Complexity in Automated Systems