paper-with-me

Papers

Evade the Trap of Mediocrity: Promoting Diversity and Novelty in Text Generation via Concentrating Attention

2022-11-14 · Wenhao Li, Xiaoyuan Yi, Jinyi Hu, Maosong Sun, Xing Xie

Recently, powerful Transformer architectures have proven superior in generating high-quality sentences. Nevertheless, these models tend to produce dull high-frequency phrases, severely hurting the diversity and novelty of generated text. In this work, we dig into the intrinsic mechanism of this problem and found that sparser attention values in Transformer could improve diversity. To understand such a phenomenon, we first conduct both empirical and theoretical analysis and then attribute it to representation degeneration caused by the attentive mixture of the hidden states during training. We term this process the Trap of Mediocrity. To escape from such a trap, we introduce a novel attention regularization loss to control the sharpness of the attention distribution, which is transparent to model structures and can be easily implemented within 20 lines of python code. We prove that this method could be mathematically regarded as learning a Bayesian approximation of posterior attention. Experiments show that our method improved the diversity and novelty of the generated text while maintaining comparable quality on a variety of conditional and unconditional generation tasks.

📄 PDF Abstract BibTeX arXiv:2211.07164

Code (1)

peterliwenhao/care 공식 구현

Tasks

AttributeDiversityText Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Evolution of Swarm Robotics Systems with Novelty Search

2013-04-11 · Jorge Gomes, Paulo Urbano, Anders Lyhne Christensen

Novelty search is a recent artificial evolution technique that challenges traditional evolutionary approaches. In novelty search, solutions are rewarded based on their novelty, rather than their quality with respect to a…

Limits of Lamarckian Evolution Under Pressure of Morphological Novelty

2026-04-17 · Jed R Muff, Karine Miras, A. E. Eiben arxiv

Lamarckian inheritance has been shown to be a powerful accelerator in systems where the joint evolution of robot morphologies and controllers is enhanced with individual learning. Its defining advantage lies in the offsp…

CoVerRL: Breaking the Consensus Trap in Label-Free Reasoning via Generator-Verifier Co-Evolution

2026-03-18 · Teng Pan, Yuchen Yan, Zixuan Wang, Ruiqing Zhang 외 arxiv

Label-free reinforcement learning enables large language models to improve reasoning capabilities without ground-truth supervision, typically by treating majority-voted answers as pseudo-labels. However, we identify a cr…

Reinforcement LearningMathematical Reasoning

Adapting Novelty towards Generating Antigens for Antivirus systems

2025-05-24 · Ritwik Murali, C Shunmuga Velayutham

It is well known that anti-malware scanners depend on malware signatures to identify malware. However, even minor modifications to malware code structure results in a change in the malware signature thus enabling the var…

Evolutionary AlgorithmsMalware AnalysisMalware Detection

Escaping mediocrity: how two-layer networks learn hard generalized linear models with SGD

2023-05-29 · Luca Arnaboldi, Florent Krzakala, Bruno Loureiro, Ludovic Stephan

This study explores the sample complexity for two-layer neural networks to learn a generalized linear target function under Stochastic Gradient Descent (SGD), focusing on the challenging regime where many flat directions…