this post was submitted on 15 Apr 2024
486 points (100.0% liked)

Technology

37608 readers
194 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Credit to @bontchev

you are viewing a single comment's thread
view the rest of the comments
[–] teawrecks@sopuli.xyz 1 points 5 months ago* (last edited 5 months ago) (1 children)

Oh I see, you're saying the training set is exclusively with yes/no answers. That's called a classifier, not an LLM. But yeah, you might be able to make a reasonable "does this input and this output create a jailbreak for this set of instructions" classifier.

Edit: found this interesting relevant article

[–] sweng@programming.dev 1 points 5 months ago (1 children)

LLM means "large language model". A classifier can be a large language model. They are not mutially exclusive.

[–] teawrecks@sopuli.xyz 1 points 5 months ago

Yeah, I suppose you're right. I incorrectly believed that a defining characteristic was the generation of natural language, but that's just one feature it's used for. TIL.