Learn Before
Example of Multi-hop Question Answering
To answer the complex question, 'What is the capital of the country where Albert Einstein was born?', a system must first solve two sub-problems: determining where Albert Einstein was born (Germany) and then identifying the capital of that country (Berlin).
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Related
Example of Multi-hop Question Answering
Non-LLM Methods for Problem Decomposition in Question Answering
Example of Multi-hop Question Answering: Albert Einstein's Birth Country
An automated question-answering system is given the following query: 'Who directed the movie that won the Best Picture Oscar in the year the first person walked on the moon?' To answer this, the system must find and combine information from different sources. Which of the following sets of sub-questions correctly breaks down the original query into the logical steps needed to find the final answer?
Example of Multi-hop Question Answering Decomposition
An automated system needs to answer the complex question: 'What is the official language of the country where the inventor of the telephone was born?' Arrange the following steps into the correct logical sequence that the system must follow to find the final answer.
Decomposing a Complex Query