Home / Companies / deepset / Blog / November 2019

November 2019 Summaries

1 posts from deepset

Filter
Month: Year:
Post Summaries Back to Blog
A modern question answering system involves several stages, including preprocessing where documents are split into passages and tokens are extracted from questions and passages. The input sequence is then passed through a language model to generate contextualized word vectors, which are used to predict the start and end indices of the answer span. Aggregation layer chooses the highest scoring positive-answer span across all passages to make the final prediction. The system also formats predictions by extracting the string prediction and character index from the original document. To improve performance, multiprocessing is incorporated in the data processing pipeline, reducing training time from 20 minutes to under 2 hours on a single machine. The open-sourced Haystack framework provides a developer-friendly way to build scalable QA systems for large documents.
Nov 28, 2019 1,422 words in the original blog post.