tpai / summary-gpt-bot

An AI-powered text summarization Telegram bot that generates concise summaries of text, URLs, PDFs, and YouTube videos.
https://t.me/summarygptenbot
203 stars 33 forks source link

Summarization depth #1

Closed xor2003 closed 1 year ago

xor2003 commented 1 year ago

Can we have an option to stop summarization on main points only? I feel sometimes the meaning is lost if you do final round. Thanks

tpai commented 1 year ago

Since I am using a way called map-reduce, the final output will be weird if I don't do the final summarization. It includes the language translation and standardized output format.

I believe there will be some output that is not as expected because of the AI hallucination.

If you can provide some examples, it will be better to find out the problem.

xor2003 commented 1 year ago

Here is example https://www.youtube.com/watch?v=fe5dSQbSVV4 The problem is it makes table of content instead of main thoughts

tpai commented 1 year ago

Hey, @xor2003. Thanks for your feedback.

My scenario for this bot is to provide a bulleted list so that I can catch the outline of the content real quick. If I am interested in the details, I will open the file/URL to read. Currently, it is running as I expected. So I will not make any changes for now.

It's an open-source project, welcome to fork this repo and customize the bot as you need. 😉