
Question: 11
A company wants to build a system where users can input natural language questions, and the system retrieves relevant information from a document repository, then generates a natural language answer. The system should use a retriever component to search the document repository and a generator component to produce answers in natural language based on the retrieved documents. Which combination of components would best fit this requirement?
Explanation:
B. Dense passage retriever followed by a generative model (e.g., GPT-based)
This combination is ideal for building a system that retrieves relevant information from a document repository and generates natural language answers. The dense passage retriever uses dense embeddings to search and retrieve the most relevant documents, and the generative model produces fluent, context-aware natural language responses based on those documents.
Ultimate access to all questions.