this post was submitted on 06 Sep 2023
238 points (98.0% liked)

World News

32048 readers
1160 users here now

News from around the world!

Rules:

founded 4 years ago
MODERATORS
 

Meanwhile, readers say that some AI-penned articles switch languages halfway through.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 year ago (1 children)

This bot uses ML to summarise the article, however.

[–] [email protected] 1 points 1 year ago (2 children)

Does it? The summarization library doc link is broken, but it doesn't mention AI/ML on its page.

[–] [email protected] 1 points 1 year ago

I had a look at the github repo. The summarization is being done by a library called Sumy.

After a quick look through it, you're right that it doesn't use machine learning. However, it does use a lot of key concepts from Natural Language Processing, such as Tokenization, which is a subfield of Artificial Intelligence.

[–] [email protected] 1 points 1 year ago

You're right, I had a look too and couldn't find much. The Sumy space is hosted on hugging face though, which does ML stuff. But yea can't be sure