genaforvena / skiffs

Modular Language Model Architecture that makes Bobeobi Sing The Zangezi
3 stars 1 forks source link

Pausing and resuming the summarization algorithm #10

Closed genaforvena closed 7 months ago

genaforvena commented 7 months ago

One of the most pressing tasks for now is to enable pausing and resuming the summarization algorithm. This is because summarization takes a lot of time for large texts, and I have to run the algorithm from the start repeatedly, which is inefficient. The pause and resume feature would be very useful for this task. I also think it is important to think about knowledge trees and how we can store summaries better. Instead of plain text, we should use a format that allows us to search for summaries effectively.

Here are some elaborations and facts:

genaforvena commented 7 months ago

https://blog.reachsumit.com/posts/2023/09/generative-retrieval/

genaforvena commented 7 months ago

Naive implementation is done and working (at least haven't noticed fails)