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.)

    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
                          • 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.)

                            benjamineskola@hachyderm.ioB This user is from outside of this forum
                            benjamineskola@hachyderm.ioB This user is from outside of this forum
                            benjamineskola@hachyderm.io
                            wrote sidst redigeret af
                            #23

                            @Edent I think the language attribute can’t be right: it’s not a language. And LLM output could be in any language, so that would prevent the ability to correctly indicate the actual language.

                            I would also disagree with the schema option (3); an LLM is not an author but a tool used by some other author.

                            Out of these three then I’d choose option 2, output element; but I don’t have a strong opinion in its favour or whether there’s a better alternative, more just a process of elimination.

                            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.)

                              lnsy_dev@mastodon.socialL This user is from outside of this forum
                              lnsy_dev@mastodon.socialL This user is from outside of this forum
                              lnsy_dev@mastodon.social
                              wrote sidst redigeret af
                              #24

                              @Edent I thought of a custom html tag that would prevent copying (lol) like: <ai-generated model="model name" date="date here" prompt="prompt to generate text">text here</ai-generated>

                              We could implement this now in validating html using the custom HTML elements api

                              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.)

                                khleedril@cyberplace.socialK This user is from outside of this forum
                                khleedril@cyberplace.socialK This user is from outside of this forum
                                khleedril@cyberplace.social
                                wrote sidst redigeret af
                                #25

                                @Edent CSS:

                                #ai, .ai { background-color: black; color: black; }

                                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.)

                                  kleisli@mastodon.socialK This user is from outside of this forum
                                  kleisli@mastodon.socialK This user is from outside of this forum
                                  kleisli@mastodon.social
                                  wrote sidst redigeret af
                                  #26

                                  @Edent I don't think the organisation behind a model (OpenAI) or the model family (chatgpt) should be named, it should just be more generic: "llm", "ai" or "generated".

                                  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.)

                                    se_davidobrien@mastodon.scotS This user is from outside of this forum
                                    se_davidobrien@mastodon.scotS This user is from outside of this forum
                                    se_davidobrien@mastodon.scot
                                    wrote sidst redigeret af
                                    #27

                                    <meta name="AI" content="true"> <!-- Or false -->

                                    You could add partial or complete attributes to the spec.

                                    @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.)

                                      ramsey@phpc.socialR This user is from outside of this forum
                                      ramsey@phpc.socialR This user is from outside of this forum
                                      ramsey@phpc.social
                                      wrote sidst redigeret af
                                      #28

                                      @Edent “ai” isn’t a valid locale, so I wouldn’t use it for a language attribute.

                                      <output> seems to have specific semantics that don’t fit.

                                      I voted for the Schema 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.)

                                        bartknubben@mastodon.nlB This user is from outside of this forum
                                        bartknubben@mastodon.nlB This user is from outside of this forum
                                        bartknubben@mastodon.nl
                                        wrote sidst redigeret af
                                        #29

                                        @Edent Maybe <meta name="author" content="AI"> when all content of a web page is AI generated…

                                        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.)

                                          fazalmajid@social.vivaldi.netF This user is from outside of this forum
                                          fazalmajid@social.vivaldi.netF This user is from outside of this forum
                                          fazalmajid@social.vivaldi.net
                                          wrote sidst redigeret af
                                          #30

                                          @Edent I would blockquote it, and have a special class for it with visibly different formatting, perhaps a monospace font as well to emphasize the robot-ness of it.

                                          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