this post was submitted on 04 Jul 2024
127 points (97.7% liked)
Technology
59108 readers
3175 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m not much of a programmer and I don’t host any public sites, but how feasible would it be to build an equivalent of Night Shade but for LLMs that site operators could run?
I’m thinking strategies akin to embedding loads of unrendered links to pages full of junk text. Possibly have the junk text generated by LLMs and worsened via creative scripting.
It would certainly cost more bandwidth but might also reveal more bad actors. Are modern scrapers sophisticated enough to not be fooled into pulling in that sort of junk data? Are there any existing projects doing this sort of thing?
To get more direct to the point you could use those unrendered dummy links to ban whatever IPs click them.
With the vast amounts of training data and how curated they're becoming (Llama and Claude are going that direction) it's infeasible to actually poison a large model to this degree.
Sure, but it adds cost. An OCR scrape then a matching with the html parse.
Regarding ideas of IP banning, proxies are already heavily leveraged.
This is an ugly fight