paper-with-me

홈 › Papers

TLDR: Token Loss Dynamic Reweighting for Reducing Repetitive Utterance Generation

2020-03-26 · Shaojie Jiang, Thomas Wolf, Christof Monz, Maarten de Rijke

Natural Language Generation (NLG) models are prone to generating repetitive utterances. In this work, we study the repetition problem for encoder-decoder models, using both recurrent neural network (RNN) and transformer architectures. To this end, we consider the chit-chat task, where the problem is more prominent than in other tasks that need encoder-decoder architectures. We first study the influence of model architectures. By using pre-attention and highway connections for RNNs, we manage to achieve lower repetition rates. However, this method does not generalize to other models such as transformers. We hypothesize that the deeper reason is that in the training corpora, there are hard tokens that are more difficult for a generative model to learn than others and, once learning has finished, hard tokens are still under-learned, so that repetitive generations are more likely to happen. Based on this hypothesis, we propose token loss dynamic reweighting (TLDR) that applies differentiable weights to individual token losses. By using higher weights for hard tokens and lower weights for easy tokens, NLG models are able to learn individual tokens at different paces. Experiments on chit-chat benchmark datasets show that TLDR is more effective in repetition reduction for both RNN and transformer architectures than baselines using different weighting functions.

📄 PDF Abstract BibTeX arXiv:2003.11963

Code (1)

ShaojieJiang/tldr 공식 구현 pytorch

Tasks

DecoderText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

vid-TLDR: Training Free Token merging for Light-weight Video Transformer

2024-03-20 · CVPR 2024 1 · Joonmyung Choi, Sanghyeok Lee, Jaewon Chu, Minhyuk Choi 외

Video Transformers have become the prevalent solution for various video downstream tasks with superior expressive power and flexibility. However, these video transformers suffer from heavy computational costs induced by …

Action RecognitionComputational EfficiencyText RetrievalVideo Question Answering+5

TLDR: Token-Level Detective Reward Model for Large Vision Language Models

2024-10-07 · Deqing Fu, Tong Xiao, Rui Wang, Wang Zhu 외

Although reward models have been successful in improving multimodal large language models, the reward models themselves remain brutal and contain minimal information. Notably, existing reward models only mimic human anno…

HallucinationHallucination Evaluation

TLDR: Compressing Audio Tokens for Efficient Autoregressive Text-to-Speech

2026-06-08 · Yejin Lee, Junwon Moon, Hyoeun Kim, Hyunjin Choi 외 arxiv

Codec-based autoregressive (AR) speech language models have achieved strong text-to-speech (TTS) quality by modeling speech as sequences of discrete audio tokens with large pretrained backbones. However, this token-level…

Making Small Language Models Efficient Reasoners: Intervention, Supervision, Reinforcement

2025-05-12 · Xuechen Zhang, Zijian Huang, Chenshun Ni, Ziyang Xiong 외

Recent research enhances language model reasoning by scaling test-time compute via longer chain-of-thought traces. This often improves accuracy but also introduces redundancy and high computational cost, especially for s…

Texture Learning Domain Randomization for Domain Generalized Segmentation

2023-03-21 · ICCV 2023 1 · Sunghwan Kim, Dae-hwan Kim, Hoseong Kim

Deep Neural Networks (DNNs)-based semantic segmentation models trained on a source domain often struggle to generalize to unseen target domains, i.e., a domain gap problem. Texture often contributes to the domain gap, ma…

Domain GeneralizationSegmentationSemantic Segmentation