• ninjan@lemmy.mildgrim.com
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    10 months ago

    I think this makes a bit of sense though doesn’t it? They wrote “guy”. Given that training data is probably predominantly white “guy” would give you a white guy nine times out of ten without clarification of what the word means to the AI, i.e. ethnically ambiguous. Because that’s what guy is, ethnically ambiguous. The spelling is because DALL-E suuuuucks at text, but slowly getting better at least.

    But they should 100% tweak it so that when a defined character is asked for stuff like that gets dropped. I think the prompt structure is what makes this one slip through. Had they put quotes around “guy with swords pointed at him” to clearly mark that as it’s own thing this wouldn’t have happened.

    • Stepos Venzny@beehaw.org
      link
      fedilink
      English
      arrow-up
      12
      ·
      10 months ago

      But I don’t think the software can differentiate between the ideas of defined and undefined characters. It’s all just association between words and aesthetics, right? It can’t know that “Homer Simpson” is a more specific subject than “construction worker” because there’s no actual conceptualization happening about what these words mean.

      I can’t imagine a way to make the tweak you’re asking for that isn’t just a database of every word or phrase that refers to a specific known individual that the users’ prompts get checked against and I can’t imagine that’d be worth the time it’d take to create.

      • Zagorath@aussie.zone
        link
        fedilink
        arrow-up
        5
        ·
        10 months ago

        If they’re inserting random race words in, presumably there’s some kind of preprocessing of the prompt going on. That preprocessor is what would need to know if the character is specific enough to not apply the race words.

        • Big P@feddit.uk
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 months ago

          Yeah but replace("guy", "ethnically ambiguous guy") is different than does this sentence reference any possible specific character

          • stifle867@programming.dev
            link
            fedilink
            arrow-up
            4
            ·
            10 months ago

            I don’t think it’s literally a search and replace but a part of the prompt that is hidden from the user and inserted either before or after the user’s prompt. Something like [all humans, unless stated otherwise, should be ethnically ambiguous]. Then when generating it’s got confused and taken it as he should be named ethnically ambiguous.

            • intensely_human@lemm.ee
              link
              fedilink
              arrow-up
              1
              ·
              10 months ago

              It’s not hidden from the user. You can see the prompt used to generate the image, to the right of the image.

        • intensely_human@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          Gee, I wonder if there’s any way to use GPT-4 to detect whether a prompt includes reference to any specific characters. 🤔

        • Stepos Venzny@beehaw.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 months ago

          Let’s say hypothetically I had given you that question and that instruction on how to format your response. You would presumably have arrived at the same answer the AI did.

          What steps would you have taken to arrive at that being your response?

      • Quokka@quokk.au
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        ChatGPT was just able to parse a list of fictional characters out of concepts, nouns, and historical figures.

        It wasn’t perfect, but if it can take the prompt and check if any mention of a fictional or even defined historical character is in there it could be made to not apply additional tags to the prompt.