HackerTrans
TopNewTrendsCommentsPastAskShowJobs

webm-hn

no profile record

comments

webm-hn
·5 ปีที่แล้ว·discuss
I think any sufficiently motivated person would be able to scroll no matter what (your example can be bypassed by a VPN I think).

When I was quitting some vices, just interrupting the automatic Bored->browsing transition was enough to get me to make other choices
webm-hn
·5 ปีที่แล้ว·discuss
I think they should write their next paper about adversarial attacks on ‘eval()’.

Models aren’t designed to understand Unicode. It’s the tokenizers job to chop that up and feed it to the model properly. What this person found is a step missing from the preprocessing pipelines of these models, or, more likely, something that should be part of the steps that come way before this data gets anywhere near an ML model. So, I think saying this is an adversarial attack on the machine learning model it’s self is a bit disingenuous, because for the input they were given, they did pretty well.

A similar example to this for a computer vision model would be something like inserting some kind of malformed payload in the headers of an image. The data is already bad long before it gets to the model.