paper-with-me

Papers

TROPT: An Open Framework for Unifying and Advancing Discrete Text Optimization

2026-06-22 · Matan Ben-Tov, Mahmood Sharif arxiv

Discrete text-trigger optimization -- searching for text sequences that, when ingested by a model, steer it toward a specified objective -- underpins model red-teaming (e.g., LLM jailbreaks), as well as auditing and interpretability. However, the current state of discrete optimizers hinders their adoption and progress. First, existing optimizers, when open-sourced at all, are scattered across research codebases tied to specific models, objectives, and problem domains. Second, optimizer variants proliferate, each requiring engineering overhead to use or extend, and remaining hard to compare head-to-head. Together, these raise the bar for adopting optimizers in existing or new domains, and for advancing them via new strategies. We address these gaps with TROPT, the first open-source framework that unifies discrete optimizers' execution and standardizes their development under a single interface. TROPT makes it easy to customize end-to-end optimization recipes by swapping any component -- models, objectives, and optimizers -- extending its reach across domains and new applications. TROPT currently ships with 30+ optimization recipes -- covering applications such as jailbreaking and probing model internals -- built from 15+ optimizers (spanning white-box to black-box access) and 15+ losses, from foundational to state-of-the-art methods. Demonstrating its utility, we leverage TROPT in several studies: (i) controlled, large-scale experiments comparing and enhancing optimization strategies for LLM jailbreaks, revealing potent-yet-underadopted techniques; and (ii) porting optimizers from one domain (e.g., LLM jailbreak) to new domains (e.g., corpus-poisoning embedding model). In all, TROPT significantly lowers the barrier to adopting and advancing discrete text optimization.

📄 PDF Abstract BibTeX arXiv:2606.23496

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AstroPT: Scaling Large Observation Models for Astronomy

2024-05-23 · Michael J. Smith, Ryan J. Roberts, Eirini Angeloudi, Marc Huertas-Company

This work presents AstroPT, an autoregressive pretrained transformer developed with astronomical use-cases in mind. The AstroPT models presented here have been pretrained on 8.6 million $512 \times 512$ pixel $grz$-band …

Astronomy

A Benchmark dataset for predictive maintenance

2022-07-12 · Bruno Veloso, João Gama, Rita P. Ribeiro, Pedro M. Pereira

The paper describes the MetroPT data set, an outcome of a eXplainable Predictive Maintenance (XPM) project with an urban metro public transportation service in Porto, Portugal. The data was collected in 2022 that aimed t…

Anomaly DetectionBIG-bench Machine Learning

What AstroPT knows about galaxies, and what that can teach us about LLMs

2026-08-23 · UniverseTBD, Kshitij Duraphe, Aman Kumar, Michael J. Smith 외 hf

Interpretability research increasingly asks when concepts emerge during training and whether linear probes recover real structure, but in language models these claims are hard to validate because language offers little g…

Latent World Models for Automated Driving: A Unified Taxonomy, Evaluation Framework, and Open Challenges

2026-03-10 · Rongxiang Zeng, Yongqi Dong arxiv

Emerging generative world models and vision-language-action (VLA) systems are rapidly reshaping automated driving by enabling scalable simulation, long-horizon forecasting, and capability-rich decision making. Across the…

Decision Making

Unifying and generalizing models of neural dynamics during decision-making

2020-01-13 · David M. Zoltowski, Jonathan W. Pillow, Scott W. Linderman

An open question in systems and computational neuroscience is how neural circuits accumulate evidence towards a decision. Fitting models of decision-making theory to neural activity helps answer this question, but curren…

Decision MakingOpen-Ended Question AnsweringState Space Models