Discussion about this post

User's avatar
Ahmed Besbes's avatar

Hey 👋 thanks for sharing!

I have two questions:

- can you please explain in more details the workflow displayed in the diagram? Specifically, I would like to know how you combine the evaluation metrics provided by the evaluator LLM and the metrics provided by the user, and how data is updated in DynamoDB.

- i understand that context window is key, but how do you manage the summarization of a really really large document (say a 200 page document) that doesn’t fit in the context? do you split it into chunks and summarize it with a map reduce technique or do you another alternative ? I’ve tried map reduce, but it’s painfully slow. Anyway, curious to know 🙂.

Thanks !

Expand full comment
Anjana's avatar

Hey Thanks for sharing! i have similar question as Ahmed. How to summarize a 200 page document. i tried to split into chunks the output was 9 page but lot of noise was introduced and some sentences made no sense. Please advise. thanks

Expand full comment

No posts