• corsicanguppy@lemmy.ca
      link
      fedilink
      English
      arrow-up
      33
      ·
      22 hours ago

      … a FOREIGN party. That’s data sovereignty and unchecked spreading of P-I.

      We don’t sue much for that - thats for Americans - but it should be a career-limiting decision.

      • mercano@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        20 hours ago

        The article calls it an internal tool, meaning it’s probably sanctioned by leadership. I don’t know, everything after the first paragraph is behind a paywall.

        • CompactFlax@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          7
          ·
          19 hours ago

          Approval by leadership of a tool is not necessarily reflective of the governance requirements of the organization. Data classification exists but in VERY few orgs is it respected and followed.

          “You can use ChatGPT to write Facebook posts” is sanctioning by leadership.

          “You can use ChatGPT” is what people often hear.

          15 years ago it was “my manager got us Dropbox”.

      • saltesc@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        4
        ·
        21 hours ago

        Correct. This is actually against the Privacy Act (PII distributed or stored outside of the borders by an entity holding Australian citizen data), so no doubt the AFP will be looking into this one.

    • fonix232@fedia.io
      link
      fedilink
      arrow-up
      6
      ·
      20 hours ago

      According to the article, the tool is internal. Which means that at the very least it’s been vetted, and potentially is a self-developed, self-hosted service, in which case your data doesn’t even leave the police.

      • Nik282000@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        17 hours ago

        Which means that at the very least it’s been vetted, and potentially is a self-developed, self-hosted service, in which case your data doesn’t even leave the police.

        Boy do I got news for you. If they are like every other slop addicted business they are just renting from one of the major providers and rebranding the UI.

  • TerdFerguson@lemmy.ca
    link
    fedilink
    arrow-up
    18
    ·
    21 hours ago

    It sounds like they are running self-hosted Ollama with custom RAG.

    If I believe Vic PD description of what they’ve made available, its probably one of the best possible situations. Someone who knows LLMs and understand what they are has created a relatively thoughtful implementation, its not just because some braindead executive wants to get in bed with Google.

    It still has a lot of the problems and should be scrutinized heavily, but at least they aren’t piping their data into Grok or anyone else for that matter.

    • Lodespawn@aussie.zone
      link
      fedilink
      English
      arrow-up
      10
      ·
      21 hours ago

      I think there is still a significant issue with accountability and accuracy.

      Are they more or less accurate than a trained human legal expert? Maybe equivalent, but they’re non-deterministic so will frequently have different answers to the same question asked at different times. They will typically bull ahead with incorrect information rather than output that they’re unsure and need to investigate which you would expect a human expert to say.

      LLMs also have no accountability so all decisions must be verified by an accountable expert. Given the time it takes to read and absorb a potentially wrong advice, and given you need to ask the legal expert anyway, you might as well ask the expert in the first instance.

      • TerdFerguson@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        20 hours ago

        yeah, well, this is what I mean by the inherent problems. The open models still hallucinate, they are still probability-driven. Even when guided by RAG and other precautions, it still is only as good as those supporting elements can offer (assuming they are high-quality themselves).

        On balance, I do not understand how this kind of tool will help officers in the field unless it is to advise on procedures for the officer to follow. Not trying to interpret situations as offenses or not, not trying to be a pocket legal interpreter.

        I only suggest that whomever decided to try this for VicPD is being supported by a LLM geek that probably at least cares how well the models are performing. They seem to understand what kind of safeguards should exist for this type of thing to exist in this space… I personally doubt its good enough, but I rather see this than ChatGPT.

      • queermunist she/her@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        16 hours ago

        Are they more or less accurate than a trained human legal expert?

        Does that matter? It’s not like cops are legal experts.

        • Lodespawn@aussie.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          15 hours ago

          The cops should have access to a legal expert when they have a legal question. Arguably the cops should also be trained in the laws they need to uphold and all aspects of their position in the legal process, particularly for those cops holding rank. I would be surprised if this wasn’t already the case. Each individuals capability to understand and correctly interpret what they’ve been trained in probably varies …

      • fonix232@fedia.io
        link
        fedilink
        arrow-up
        2
        ·
        20 hours ago

        You’re wrong on the first count primarily because you presume RAG retrieval isn’t deterministic. Which it is, even if you format the question differently - as long as the request is coherent and covers the same topic, RAG lookup should be roughly the same, and that should result in the same RAG entries surfaced.

        At which point it’s the prompt (the hidden/system prompt, not the end user’s basic question) that determines just how well that RAG data gets displayed and potentially reworded. But as long as it’s essentially used as a human language lookup system + summarisation, its reliability should be generally pretty good, on par with having an on-site paralegal.

        • Lodespawn@aussie.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          18 hours ago

          If the output is different every time, even subtly, then the overarching system is non-deterministic. If you need to rely on the output to be accurate either for safety, reliability, liability or any combination of the three then it must be verified by every time and your benefit in not using the human that can actually be held accountable for the output is severely limited.