• njordomir@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 years ago

      I’m not sure I understand. Do you mean hearing codewords triggering actions as opposed to trying to understand the users intent through language? Or is are there a few more layers to this whole thing than my moderate nerd cred will allow me to understand?

        • Kogasa@programming.dev
          link
          fedilink
          arrow-up
          7
          ·
          3 years ago

          Semantic embeddings are a thing. LLMs “work with tokens” but they associate them with semantic models internally. You can externalize it via semantic embeddings so that the same semantic models can be shared between LLMs.