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.

    • chaogomu@kbin.social
      link
      fedilink
      arrow-up
      10
      ·
      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.

      • FaceDeer@kbin.social
        link
        fedilink
        arrow-up
        12
        ·
        1 year ago

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

    • m3adow@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

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

      • exscape@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        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.