Skip to content

kwabs22/RecursiveSummarizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive Summarizer

The main issue is that context windows mean chunks

chunks = textwrap.wrap(alltext, 2000)
--> This leads to the idea of mini summaries which brings the idea of an alternative way to study --> Read a summary then read the summaries used to make that summary then read the summaries ... --> Recursive reading in the opposite direction

This repository + https://openai.com/blog/summarizing-books/ shows the idea of how to summarise recursively but how would recursive reading look like?

DISCLAIMER: INFORMATIONAL AND EXPERIMENTATION PURPOSES ONLY

Any summarizations made with this code come with no warranty (see MIT license) and should not be used for financial, medical, legal, or any other critical applications.

About

Fork for Summary based Learning and Experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%