this post was submitted on 22 Apr 2024
33 points (97.1% liked)

Privacy

31175 readers
970 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Hiya, just quickly wondering if anyone know about a good tool for comparing Privacy policies against each other? Im currently downloading each PP, then using self-hosted StirlingPDF to compare 1 on 1. However, I am looking for a more efficient tool, to compare multiple at the time, if there are any. Any tool that can handle multiple PDFs or HTML files and look at the differences between them kinda tool.

Appreciate any suggestions! ๐Ÿ•ต๏ธ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] will_a113@lemmy.ml 5 points 4 months ago (8 children)

Are you looking for a tool that can diff legal documents line by line or clause by clause? If the latter Iโ€™d bet an LLM with a large context size could do a pretty good job, especially if you used a script (or another pass through the LLM) to break them down into like sections so that could just compare e.g. all Controlling Law sections with each other and all IP Indemnification sections with each other.

Now that I think about it, tuning the prompt (and keeping the temperature very low, like 0) you could probably get it to return everything from proper diffs to summaries of conceptual differences. And it could definitely do multiples at once if you were to break them into like pieces ahead of time.

[โ€“] Sunny@slrpnk.net 3 points 4 months ago (7 children)

Preferably line by line. Kind of like what Github does whenever you apply a commit, it will make a red line for what is removed and a green line for what is added code. I could look into LLMs though, but was hoping to find a quick n dirty tool to do the job.

[โ€“] srwax@lemmy.world 4 points 4 months ago (1 children)
[โ€“] Sunny@slrpnk.net 2 points 4 months ago (1 children)

This is pretty close to what im looking for actually, thanks for sharing! :)

[โ€“] srwax@lemmy.world 2 points 4 months ago
load more comments (5 replies)
load more comments (5 replies)