Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. Suppose you wanted to publish some LLM generated text on your website.

Suppose you wanted to publish some LLM generated text on your website.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
31 Indlæg 27 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • edent@mastodon.socialE edent@mastodon.social

    Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

    What metadata would you use to indicate that it was AI generated?

    Which of these examples is closest to your ideal?

    (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

    miclgael@hachyderm.ioM This user is from outside of this forum
    miclgael@hachyderm.ioM This user is from outside of this forum
    miclgael@hachyderm.io
    wrote sidst redigeret af
    #3

    @Edent just a brief apology.

    1 Reply Last reply
    0
    • edent@mastodon.socialE edent@mastodon.social

      Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

      What metadata would you use to indicate that it was AI generated?

      Which of these examples is closest to your ideal?

      (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

      brib@bribstodon.xyzB This user is from outside of this forum
      brib@bribstodon.xyzB This user is from outside of this forum
      brib@bribstodon.xyz
      wrote sidst redigeret af
      #4

      @Edent Currently I don't mark it out with metadata (instead I say "this is what the LLM said" or something along those lines), but that's a cool idea!

      Maybe the author option is closest to what I want but I feel wary of marking ChatGPT as an author, it feels like it humanises it too much. Possibly itermprop="source" itemid="ChatGPT" if that isn't already taken?

      Honestly not that familiar with the various attributes (I have been guilty of the Stackoverflow-copy-and-pasta with most of my webdev) so I'd probably want to understand that a bit more in depth before choosing an option

      craignicol@glasgow.socialC 1 Reply Last reply
      0
      • edent@mastodon.socialE edent@mastodon.social

        Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

        What metadata would you use to indicate that it was AI generated?

        Which of these examples is closest to your ideal?

        (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

        uneporte@eldritch.cafeU This user is from outside of this forum
        uneporte@eldritch.cafeU This user is from outside of this forum
        uneporte@eldritch.cafe
        wrote sidst redigeret af
        #5

        @Edent it would mostly depend of the reason I'm publishing it and the intended audience.

        If the audience is "humans reading my blog post about an ai interaction" (good or bad, it doesn't matter), I'd probably use a blockquote (optionally with special CSS rules) and indicate directly in the post that quoted post in this format are AI output.

        Something like :

        prompt: hello there
        ChatGPT: hi

        For this use case, I honestly don't think the HTML tag/attrs themselves are really relevant as long as the formatting and styling are clear and consistent for the reader

        If the metadata are for a non-human audience (et.g scripts parsing the HTML to extract output), the output tag looks the best option.

        1 Reply Last reply
        0
        • edent@mastodon.socialE edent@mastodon.social

          Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

          What metadata would you use to indicate that it was AI generated?

          Which of these examples is closest to your ideal?

          (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

          ezellagarnie@openbiblio.socialE This user is from outside of this forum
          ezellagarnie@openbiblio.socialE This user is from outside of this forum
          ezellagarnie@openbiblio.social
          wrote sidst redigeret af
          #6

          @Edent
          I voted for the Schema Option, but i would use Dublin Core, especially the Creator Element https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/creator/ , as Metadata Schema.

          #DC #DublinCore #Metadata

          blogdiva@mastodon.socialB 1 Reply Last reply
          0
          • brib@bribstodon.xyzB brib@bribstodon.xyz

            @Edent Currently I don't mark it out with metadata (instead I say "this is what the LLM said" or something along those lines), but that's a cool idea!

            Maybe the author option is closest to what I want but I feel wary of marking ChatGPT as an author, it feels like it humanises it too much. Possibly itermprop="source" itemid="ChatGPT" if that isn't already taken?

            Honestly not that familiar with the various attributes (I have been guilty of the Stackoverflow-copy-and-pasta with most of my webdev) so I'd probably want to understand that a bit more in depth before choosing an option

            craignicol@glasgow.socialC This user is from outside of this forum
            craignicol@glasgow.socialC This user is from outside of this forum
            craignicol@glasgow.social
            wrote sidst redigeret af
            #7

            @brib @Edent I've seen author used for non-humans several times before. Sometimes companies or organisations; sometimes automated systems.

            1 Reply Last reply
            0
            • edent@mastodon.socialE edent@mastodon.social

              Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

              What metadata would you use to indicate that it was AI generated?

              Which of these examples is closest to your ideal?

              (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

              ivolimmen@toot.communityI This user is from outside of this forum
              ivolimmen@toot.communityI This user is from outside of this forum
              ivolimmen@toot.community
              wrote sidst redigeret af
              #8

              @Edent I would include a humans.txt with the text to "sod off if you are a LLM". Adjacent to a robots.txt with the content: "User-agent: *
              Disallow: /"

              edent@mastodon.socialE 1 Reply Last reply
              0
              • ivolimmen@toot.communityI ivolimmen@toot.community

                @Edent I would include a humans.txt with the text to "sod off if you are a LLM". Adjacent to a robots.txt with the content: "User-agent: *
                Disallow: /"

                edent@mastodon.socialE This user is from outside of this forum
                edent@mastodon.socialE This user is from outside of this forum
                edent@mastodon.social
                wrote sidst redigeret af
                #9

                @ivolimmen you've misread the post.

                1 Reply Last reply
                0
                • edent@mastodon.socialE edent@mastodon.social

                  Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                  What metadata would you use to indicate that it was AI generated?

                  Which of these examples is closest to your ideal?

                  (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                  nicol@social.coopN This user is from outside of this forum
                  nicol@social.coopN This user is from outside of this forum
                  nicol@social.coop
                  wrote sidst redigeret af
                  #10

                  @Edent I like the Schema approach, but it falls flat when the AI has a human name (I'm feeling for all the breathing writers called Claude)… but that plus the language attribute?

                  Even this feels incomplete tho - as 'English not first language, used LLM to grammar-check' is v different from 'I didn't write this'. There's also a taxonomy somewhere to help make this clear (forget where). E.g.
                  - LLM written (entirely)
                  - LLM translated
                  - LLM assisted (contains LLM phrases / ideas).
                  - LLM edited/proof-read/spell/grammar checked.

                  Distinguishing might make it easier to separate the kind of LLM-use Cory Doctorow says he does after writing, vs full slop-scribing.

                  1 Reply Last reply
                  0
                  • edent@mastodon.socialE edent@mastodon.social

                    Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                    What metadata would you use to indicate that it was AI generated?

                    Which of these examples is closest to your ideal?

                    (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                    ufal@misskey.idU This user is from outside of this forum
                    ufal@misskey.idU This user is from outside of this forum
                    ufal@misskey.id
                    wrote sidst redigeret af
                    #11
                    @Edent@mastodon.social I like both the schema and language attribute options
                    1 Reply Last reply
                    0
                    • edent@mastodon.socialE edent@mastodon.social

                      Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                      What metadata would you use to indicate that it was AI generated?

                      Which of these examples is closest to your ideal?

                      (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                      herrherrmann@mastodon.socialH This user is from outside of this forum
                      herrherrmann@mastodon.socialH This user is from outside of this forum
                      herrherrmann@mastodon.social
                      wrote sidst redigeret af
                      #12

                      @Edent To me it’d feel most idiomatic to use a <blockquote>! lang=“ai” would make it impossible to say which language the AI has responded in, right? 🤔

                      1 Reply Last reply
                      0
                      • edent@mastodon.socialE edent@mastodon.social

                        Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                        What metadata would you use to indicate that it was AI generated?

                        Which of these examples is closest to your ideal?

                        (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                        kiloku@burnthis.townK This user is from outside of this forum
                        kiloku@burnthis.townK This user is from outside of this forum
                        kiloku@burnthis.town
                        wrote sidst redigeret af
                        #13

                        @Edent I'd say using the lang attribute for that is the wrong move, as it has existing uses related to screen-readers. Different languages have different pronunciations for syllables/words that are written the same, and the screen-readers take that into account.
                        I imagine it might also mess up in-line automated translation tools
                        Also itemId is supposed to always be a URL

                        Guidance for custom attributes is to use data-*, so I'd say like <p data-author="ChatGPT"> is best
                        https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/data-*/

                        1 Reply Last reply
                        0
                        • edent@mastodon.socialE edent@mastodon.social

                          Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                          What metadata would you use to indicate that it was AI generated?

                          Which of these examples is closest to your ideal?

                          (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                          jnv@mastodon.socialJ This user is from outside of this forum
                          jnv@mastodon.socialJ This user is from outside of this forum
                          jnv@mastodon.social
                          wrote sidst redigeret af
                          #14

                          @Edent I'd use `<blockquote>` with `<cite>` element or `<q>` for inline citation. For machine readable metadata I'd probably use `Quotation` type from Schema.org with `spokenByCharacter`, although I don't like classifying an LLM output as a creative work

                          1 Reply Last reply
                          0
                          • edent@mastodon.socialE edent@mastodon.social

                            Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                            What metadata would you use to indicate that it was AI generated?

                            Which of these examples is closest to your ideal?

                            (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                            lmpnsl@openbiblio.socialL This user is from outside of this forum
                            lmpnsl@openbiblio.socialL This user is from outside of this forum
                            lmpnsl@openbiblio.social
                            wrote sidst redigeret af
                            #15

                            @Edent

                            A dedicated <meta> tag or a custom attribute could be used to prevent repurposing existing HTML semantics like lang or output. This avoids ambiguity (e.g., lang="ai" isn’t valid) and doesn’t misrepresent the AI as an "author" (since it’s a tool, not a creator with intent).

                            blogdiva@mastodon.socialB 1 Reply Last reply
                            0
                            • edent@mastodon.socialE edent@mastodon.social

                              Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                              What metadata would you use to indicate that it was AI generated?

                              Which of these examples is closest to your ideal?

                              (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                              yoasif@mastodon.socialY This user is from outside of this forum
                              yoasif@mastodon.socialY This user is from outside of this forum
                              yoasif@mastodon.social
                              wrote sidst redigeret af
                              #16

                              @Edent I wouldn't have thought to add metadata to identify it separately from my own work.

                              1 Reply Last reply
                              0
                              • ezellagarnie@openbiblio.socialE ezellagarnie@openbiblio.social

                                @Edent
                                I voted for the Schema Option, but i would use Dublin Core, especially the Creator Element https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/creator/ , as Metadata Schema.

                                #DC #DublinCore #Metadata

                                blogdiva@mastodon.socialB This user is from outside of this forum
                                blogdiva@mastodon.socialB This user is from outside of this forum
                                blogdiva@mastodon.social
                                wrote sidst redigeret af
                                #17

                                i chose other because:

                                1. please, do NOT set “ai” as a language. it isn’t.

                                2. stochastic parrots are taking someone’s work and regurgitating it as their own, so there are two possibilities:

                                provenance
                                https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#provenance

                                or

                                source
                                https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#source

                                3. BUT! the problem with the stochastic parrots is that they are copying without attribution. so, from the two choices we have, i think "provenance" is the more accurate one.

                                4. AI ≠ human ∴ ≠ author

                                @EzellaGarnie @Edent

                                blogdiva@mastodon.socialB 1 Reply Last reply
                                0
                                • edent@mastodon.socialE edent@mastodon.social

                                  Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                                  What metadata would you use to indicate that it was AI generated?

                                  Which of these examples is closest to your ideal?

                                  (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                                  edavies@functional.cafeE This user is from outside of this forum
                                  edavies@functional.cafeE This user is from outside of this forum
                                  edavies@functional.cafe
                                  wrote sidst redigeret af
                                  #18

                                  @Edent No opinions other than a strong one that it should not be the “lang="ai"” version. “ai” isn't an appropriate ISO 639 language code which is what a lang attribute with this syntax should be.

                                  1 Reply Last reply
                                  0
                                  • blogdiva@mastodon.socialB blogdiva@mastodon.social

                                    i chose other because:

                                    1. please, do NOT set “ai” as a language. it isn’t.

                                    2. stochastic parrots are taking someone’s work and regurgitating it as their own, so there are two possibilities:

                                    provenance
                                    https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#provenance

                                    or

                                    source
                                    https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#source

                                    3. BUT! the problem with the stochastic parrots is that they are copying without attribution. so, from the two choices we have, i think "provenance" is the more accurate one.

                                    4. AI ≠ human ∴ ≠ author

                                    @EzellaGarnie @Edent

                                    blogdiva@mastodon.socialB This user is from outside of this forum
                                    blogdiva@mastodon.socialB This user is from outside of this forum
                                    blogdiva@mastodon.social
                                    wrote sidst redigeret af
                                    #19

                                    BTW given the numerous reports of the proprietary LLMs changing answers, i would add a DATE property and timestamp it down to the minute.

                                    @EzellaGarnie @Edent

                                    1 Reply Last reply
                                    0
                                    • lmpnsl@openbiblio.socialL lmpnsl@openbiblio.social

                                      @Edent

                                      A dedicated <meta> tag or a custom attribute could be used to prevent repurposing existing HTML semantics like lang or output. This avoids ambiguity (e.g., lang="ai" isn’t valid) and doesn’t misrepresent the AI as an "author" (since it’s a tool, not a creator with intent).

                                      blogdiva@mastodon.socialB This user is from outside of this forum
                                      blogdiva@mastodon.socialB This user is from outside of this forum
                                      blogdiva@mastodon.social
                                      wrote sidst redigeret af
                                      #20

                                      the LLM isnt a language. it’s taking in info from elsewhere and giving it to you. in that sense, it’s a provenance if the LLM isn’t giving the source of their answer.

                                      and FWIW: in USA only humans are recognized as authors. you do NOT want to take the techbros bait of claiming their proprietary software is the real author of your work.

                                      imagine Microsoft claiming copyright over your labor because you used MSOffice or Github?

                                      that’s why metadata is so important.

                                      @lmpnsl @Edent

                                      1 Reply Last reply
                                      0
                                      • edent@mastodon.socialE edent@mastodon.social

                                        Suppose you wanted to publish some LLM generated text on your website. (Perhaps to critique it, or praise it, whatever.)

                                        What metadata would you use to indicate that it was AI generated?

                                        Which of these examples is closest to your ideal?

                                        (No need to reply telling me your insights on AI, thanks. I'm just interested in how you think it should be rendered in HTML.)

                                        neilk@xoxo.zoneN This user is from outside of this forum
                                        neilk@xoxo.zoneN This user is from outside of this forum
                                        neilk@xoxo.zone
                                        wrote sidst redigeret af
                                        #21

                                        @Edent

                                        lang attribute is for human languages. ai is not a language. Also it just looks like the common mistake of putting a country code there (Anguilla)

                                        output is for interactive elements like a calculator.

                                        schema + itemprop: maybe! but I don’t see a clear standard yet. IPTC has metadata for gen AI images, not text

                                        If entire doc is gen AI: JSON-LD for entire doc can indicate author, and even entity type = Person, so in theory something else can go there?

                                        Why do you feel you need this?

                                        neilk@xoxo.zoneN 1 Reply Last reply
                                        0
                                        • neilk@xoxo.zoneN neilk@xoxo.zone

                                          @Edent

                                          lang attribute is for human languages. ai is not a language. Also it just looks like the common mistake of putting a country code there (Anguilla)

                                          output is for interactive elements like a calculator.

                                          schema + itemprop: maybe! but I don’t see a clear standard yet. IPTC has metadata for gen AI images, not text

                                          If entire doc is gen AI: JSON-LD for entire doc can indicate author, and even entity type = Person, so in theory something else can go there?

                                          Why do you feel you need this?

                                          neilk@xoxo.zoneN This user is from outside of this forum
                                          neilk@xoxo.zoneN This user is from outside of this forum
                                          neilk@xoxo.zone
                                          wrote sidst redigeret af
                                          #22

                                          @Edent To clarify my question: we don’t generally use HTML to indicate authorship of a textual element on the page, whether human or machine. There are whole document standards. What purpose does it serve to call this out?

                                          If you are quoting the LLM, there is a microformat for Quotation. Unfortunately the only valid authors are of type “Person” or “Organization”. I guess you could hack it and put another value there, no one will send you to jail

                                          1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper