paper-with-me

홈 › Papers

Monotonicity as an Architectural Bias for Robust Language Models

2026-02-02 · Patrick Cooper, Alireza Nadali, Ashutosh Trivedi, Alvaro Velasquez arxiv

Large language models (LLMs) are known to exhibit brittle behavior under adversarial prompts and jailbreak attacks, even after extensive alignment and fine-tuning. This fragility reflects a broader challenge of modern neural language models: small, carefully structured perturbations in high-dimensional input spaces can induce large and unpredictable changes in internal semantic representations and output. We investigate monotonicity as an architectural inductive bias for improving the robustness of Transformer-based language models. Monotonicity constrains semantic transformations so that strengthening information, evidence, or constraints cannot lead to regressions in the corresponding internal representations. Such order-preserving behavior has long been exploited in control and safety-critical systems to simplify reasoning and improve robustness, but has traditionally been viewed as incompatible with the expressivity required by neural language models. We show that this trade-off is not inherent. By enforcing monotonicity selectively in the feed-forward sublayers of sequence-to-sequence Transformers -- while leaving attention mechanisms unconstrained -- we obtain monotone language models that preserve the performance of their pretrained counterparts. This architectural separation allows negation, contradiction, and contextual interactions to be introduced explicitly through attention, while ensuring that subsequent semantic refinement is order-preserving. Empirically, monotonicity substantially improves robustness: adversarial attack success rates drop from approximately 69% to 19%, while standard summarization performance degrades only marginally.

📄 PDF Abstract BibTeX arXiv:2602.02686

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Monotonic Kolmogorov-Arnold Networks: A Theoretical and Empirical Study of Monotonicity as an Inductive Bias

2026-06-16 · Mikhail Krasnov, Blaž Bertalanič, Carolina Fortuna arxiv

Monotonicity has been a long-running architectural inductive bias for neural networks, motivated by tabular, scientific, and economic settings where outputs are known to respond monotonically to certain inputs. Existing …

On Biasing Transformer Attention Towards Monotonicity

2021-04-08 · NAACL 2021 4 · Annette Rios, Chantal Amrhein, Noëmi Aepli, Rico Sennrich

Many sequence-to-sequence tasks in natural language processing are roughly monotonic in the alignment between source and target sequence, and previous work has facilitated or enforced learning of monotonic attention beha…

Grapheme-to-Phoneme ConversionMorphological InflectionTransliteration

Uncovering Implicit Bias in Large Language Models with Concept Learning Dataset

2025-09-21 · Leroy Z. Wang arxiv

We introduce a dataset of concept learning tasks that helps uncover implicit biases in large language models. Using in-context concept learning experiments, we found that language models may have a bias toward upward mon…

Counterexample-Guided Learning of Monotonic Neural Networks

2020-06-16 · NeurIPS 2020 12 · Aishwarya Sivaraman, Golnoosh Farnadi, Todd Millstein, Guy Van Den Broeck

The widespread adoption of deep learning is often attributed to its automatic feature construction with minimal inductive bias. However, in many real-world tasks, the learned function is intended to satisfy domain-specif…

Inductive Bias

Resolving Blind Inverse Problems under Dynamic Range Compression via Structured Forward Operator Modeling

2026-03-02 · Muyu Liu, Xuanyu Tian, Chenhe Du, Qing Wu 외 arxiv

Recovering radiometric fidelity from unknown dynamic range compression (UDRC), such as low-light enhancement and HDR reconstruction, is a challenging blind inverse problem, due to the unknown forward model and irreversib…