#News Summarization

1 messages · Page 1 of 1 (latest)

lethal hound
#

Project Name or Use-case: News-Processor
OpenAI Technology Utilized: 3.5-16K & GPT-4
Project Details: We currently have a news channel in our community which is mostly filled in by our staff, we have a few trusted members who post news. This replaces that with a bot we can just provide a URL to generate a news article using the power of OpenAI.

Summary
Our news varies between new VR games, new products, or major updates to a platform - for us we have manually wrote up "Summaries" for news articles and manually posted it but if your on mobile, or just busy with life it's very hard to take the time and make sure it's accurate. We have a bot now that allows us to use a slash command, insert the URL and choose which news channel and it will automatically summarize and create a proper embed for it in the associated news channel.

It does have a function for us to define a custom system instruction away from our "Normal" on the fly, as well as attach raw text if the website is not scrapable, but that is just for edge cases.

Why do this?

We wanted better formatted "first glance" for the users, the news channel is published to other servers and quite often news sites have poor embeds with limited information, making it more available at a glance means users can see the basic information of the news article (with a warning it was generated by AI) before they click into the original article.

I will send a few example articles below of our workflow, if you want to replicate and build it into your own bot 🙂

#

This is the flow we currently have. We provide the link, channel, and it gives us the raw text as well as the finished text.

#

and here's the finished post.

#

Now of course it can vary depending on the article, we can steer it quite easily with different system instructions to focus on a single game, etc.

I think people should try building one for your use case, you may like it for your communities.