• @Karmmah@lemmy.world
    link
    fedilink
    6711 months ago

    I also noticed that chatGPT can’t actually correct itself. It just says “oh sorry, here’s something different” and gives you another crap answer. I noticed it with code specifically. If I remember correctly it was better when it was brand new.

    • squiblet
      link
      fedilink
      2111 months ago

      The apology thing is sort of hilarious. I wonder what exactly they did to make it eternally apologetic. There was an article on HN recently about how it is basically impossible to get Chat GPT to stop apologizing, as in, if you ask it to stop, it will apologize for apologizing.

      • SokathHisEyesOpen
        link
        fedilink
        1111 months ago

        I experienced exactly that! I told it to stop apologizing for everything and just respond with correct answers and it apologized for not being able to stop apologizing.

        • squiblet
          link
          fedilink
          511 months ago

          From HN,

          Me: Can you stop using the word apologize whenever you are talking to me?

          ChatGPT: I apologize (I will try to stop using the word “apologize” in my responses to you) if the use of the word “apologize” in my responses has been inappropriate or has caused any discomfort. As an AI language model, I am programmed to try to be as helpful and accurate as possible, and I apologize (I will try to use a different word) when I make mistakes or do not provide the information or assistance that is requested.

          I will make an effort to avoid using the word “apologize” in my responses to you in the future. Please do not hesitate to let me know if you have any further questions or need any additional information. I am here to help and will do my best to provide accurate and helpful responses to your questions.

          Also here is a recent HN discussion: https://news.ycombinator.com/item?id=36949931

      • @relevants@feddit.de
        link
        fedilink
        811 months ago

        It’s because humans have rated potential responses and ChatGPT has been trained to generate the kind of responses that most consistently get preferred rating. You can imagine how an AI trained to say what people want to hear would become a people pleaser.

      • @CeruleanRuin@lemmy.world
        link
        fedilink
        English
        311 months ago

        That’s what frustrates me the most whenever I try to use it. I tell it to be less verbose, stop over explaining and apologizing every time I correct it, and it just spits out another four paragraphs explaining why it’s sorry.

      • @XEAL@lemm.ee
        link
        fedilink
        111 months ago

        The only solution I can think of is using it via API with Python and make a call with the final reply asking it to remove apologies from the text, but the token usage will increase.

        I do something similar when I need to tell the model to keep the language of a text before performing a task with that text. I send the model a chunk of text and ask it to respond with single word, indicating the language of the text and then I include that in the next prompt like “Your output must be in SPANISH”, or whatever.