Sabitlenmiş Tweet
Matan Ben-Tov
97 posts

Matan Ben-Tov
@matanbt
CS PhD student @TelAvivUni. Intern @google. Interested in buzzwords like AI and Security, and wherever they meet.
Katılım Ekim 2009
1.2K Takip Edilen113 Takipçiler

I'll be in San Diego for #ACL2026 🇺🇸, presenting our TACL work on LLM jailbreaks through mech interp lens: Universal Jailbreak Suffixes Are Strong Attention Hijackers
@mahmoods01 @megamor2
📍Jul 5 14:00-14:10, Harbor D (Oral Session)
If you're interested in NLP security, mech interp, or leveraging discrete input optimizers for various uses, let's chat! 🌊
Matan Ben-Tov@matanbt
What makes or breaks powerful jailbreak suffixes? 🔓🤖 We find that: 🥷 they work by hijacking the model’s context; ♾️ the more universal a suffix is the stronger its hijacking; ⚔️🛡️ utilizing these insights, it is possible to both enhance and mitigate these attacks. 🧵
English
Matan Ben-Tov retweetledi

Here we go! ✈️ 🇺🇸🇰🇷 If you're attending #ACL2026 and/or #ICML2026 check out recent work from our group with collaborators:
📍Jul 5 14:00-15:30: Matan will present his TACL work "Universal Jailbreak Suffixes Are Strong Attention Hijackers" @matanbt @mahmoods01
arxiv.org/abs/2506.12880
📍Jul 5 16:00-17:30: My student Or will show how matrix factorization can reveal compositional neuron groups and hierarchies in MLPs. @OrShafran
arxiv.org/abs/2506.10920
📍Jul 6 9:00-10:30: Tomer will talk about "MoNaCo: More Natural and Complex Questions for Reasoning Across Dozens of Documents" @TomerWolfson
arxiv.org/abs/2508.11133
📍Jul 7 14:00-15:45: Hadas will present our position: "Interpretability Can Be Actionable" @OrgadHadas
arxiv.org/abs/2605.11161
(will also appear at the MI workshop)
📍Jul 8 10:30-12:15: I will be presenting a position work with @_galyo and @ymatias on metacognition as a way to move beyond hallucinations
arxiv.org/abs/2605.01428
📍Jul 9 17:00-18:45: Or (after a transpacific flight from ACL) will present MFA: an unsupervised approach to disentangle representations of LLMs at scale using local geometry @OrShafran
arxiv.org/abs/2602.02464
(will also appear at the MI workshop)
English

Cool work!
So, currently, TROPT's optimizers support a single optimized trigger. You can certainly hack your own TROPT optimizer to add Parallel-GCG, but that'd be an antipattern..
I think the best way would be to add support in TROPT for multi-trigger optimization. Feel free to open this as a feature request for multi-trigger optimization, and I'll make sure to update you when it pops out of my backlog :)
English

@matanbt This looks great! We have a paper where we GCG-optimized the same attack string in multiple locations: arxiv.org/abs/2602.05066
Is this supported? I could open a PR
English

Thanks for sharing our work! 🤗
- Re PAL: I was surprised as well! espec bc in effect PAL on white-box is only a few sampling-scheme changes away from GCG (eg it samples less candidate per iterations, which let it run for more steps).
I guess this reiterates the case that hparams tuning can make significant gains in these optimization methods (cf Optuna tuning in Claudini paper 🙂).
- Re black-box attacks: we demonstrate in the paper how easy it is to successfully manipulate embedding API (specifically openai in the paper), by porting an existing black-box LLM-jailbreak optimizer.
As for black-box LLMs, I believe the current bottleneck for such optimizers is having only weak signals for their objective (since logits are largely restricted), but perhaps it can be circumvented with enough creativity :)
English

woaah, looks great! Surprised that PAL is so strong without distillation
Also curious to see how this suite would work in black box setting
Matan Ben-Tov@matanbt
Discrete trigger optimizers (eg GCG) are extremely useful in NLP security (eg LLM jailbreaks), but in practice it's an engineering mess. Introducing TROPT: a powerful framework housing 15+ popular optimizers, ready to use against any objective (!) and any model (!!) 🧵
English

Huge thanks to @mahmoods01 for guiding me on this project.
I've long worked on this repo, and am very excited to see how it’ll be used!
I intend to keep growing it and iterate on it in light of any future community feedback -- do feel free to reach out and contribute!
English

Check out our paper & code:
🧑💻 pip install tropt
📄Paper: arxiv.org/abs/2606.23496
💻Code: github.com/matanbt/TROPT/
🌐 Website: tropt.dev
Happy TROPTing.
English

