Asking questions about documents

We have texts and we want answers

example
try out
text

Question answering has a lot of sub-sections, but the idea in general is that you have a document and ask the model a question to be answered from it.

Getting answers from documents isn’t a fully-solved problem yet! Most of the issues deal with the length of the input – while getting answers from article-sized texts is pretty simple, larger documents are more difficult to extract answers from, and often need to be broken up into smaller pieces.

Use cases

You might use question answering to extract specific information that you know is contained inside of documents, or get answers from an existing knowledge base. It’s also one way to simplify text down into something useable.

Try it out

This Hugging Face space is a good example of document Q&A. Click the paragraph under “Examples” to see how it works.

Models

State of the art

Question answers on Papers with Code has most models inching up towards (or beyond) 80-90%. Most every large language model does a great job at this: PaLM, GlaM, LLaMA, etc. Most are available through APIs or specialized access, though, not as free and downloadable (…although LLaMA did get leaked and can absolutely be found, just not on HF).