this post was submitted on 01 Jul 2023
169 points (100.0% liked)

Gaming

2160 readers
5 users here now

founded 1 year ago
 

G/O Media, an online media company that owns Gizmodo and Kotaku has announced that it will begin a "modest test" of AI content on its sites.

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

Why is every point marked '1.' lol

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

It's the training data. Every list the bot has ever seen has had the number 1 in it. All other numbers come up less than that.

The bot also has no memory of what it wrote before, and no clue what it will write next. It simply guesses what the next word will be based on what the last word was.

Another failure of these bots, they're Pre-Trained. It's the "p" in the name. So anything they generate will be based on the training data, with no changes to the algorithm based on interacting with users. You can "convince" the bot of anything and the second you close that browser window, the bot basically resets to factory defaults.

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

Maybe it's trying to use markdown to create a numbered list, in many flavours of markdown that would do it.

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

Probably botched Markdown formatting. Ordered Markdown lists will automatically be ordered properly, so starting each point with '1.' doesn't matter.

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

I also think it's botched Markdown but from the opposite perspective. When you have many points that end up parsed as several separate 1-item lists, you can write 1. 2. 3. and it will make it 1. 1. 1. since each list only has one point.