liamca / simple_query_based_document_summarization

Simple Query Based Document Summarization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Query Based Document Summarization

Very simple example of how to do query based documentation summarization.

This works by leveraging Question-Answer Retrieval as found in Sentence Transformers to take a query and find the passages or sentences that best represent the answer to this query within the document.

Tested using Python 3.7 and sentence transformers: pip install sentence-transformers

About

Simple Query Based Document Summarization

License:MIT License


Languages

Language:Jupyter Notebook 69.6%Language:Python 30.4%