QA systems answer natural-language questions by using either structured knowledge bases or unstructured document collections.
Question answering (QA) is a computer science discipline within information retrieval and natural language processing (NLP) focused on building systems that automatically answer questions posed by humans in natural language. A QA system typically generates answers by querying a structured knowledge base (e.g., an organized database of knowledge) or by extracting answers from unstructured collections of natural language documents such as reference texts, news articles, Wikipedia, and other web pages. The scope of QA includes answering many kinds of questions and supporting multiple domains. QA systems can be designed for restricted settings (e.g., closed-domain or closed-book) where knowledge is limited or memorized, or for broader settings (e.g., open-domain) where the system must retrieve and synthesize answers from large, general sources. Modern QA research and systems also extend to specialized question types (such as definitions, temporal/geospatial questions, and multilingual or multimodal questions involving text, images, audio, and video) and to interactive or reusable-answer approaches, often leveraging architectures like retriever-reader pipelines or end-to-end transformer-based models.
QA systems answer natural-language questions by using either structured knowledge bases or unstructured document collections.
QA scope ranges from closed-domain/closed-book settings to open-domain systems that retrieve and infer answers from large corpora, including specialized and multimodal question types.
A discipline in information retrieval and NLP that builds systems to automatically answer human questions in natural language.
A structured repository of information that QA systems can query to construct answers.
QA that answers questions about nearly anything, typically relying on general knowledge and large document collections.
QA where the system answers from facts learned during training without being given an external context at inference time.
A QA design where a retriever finds relevant documents and a reader infers the answer from those documents.
βCan you explain what "QA systems answer natural-language questions by using either structured knowledge bases or unstructured document collections." means in simple terms?β