paper-with-me

홈 › Papers

Smoothing and Shrinking the Sparse Seq2Seq Search Space

2021-03-18 · NAACL 2021 4 · Ben Peters, André F. T. Martins

Current sequence-to-sequence models are trained to minimize cross-entropy and use softmax to compute the locally normalized probabilities over target sequences. While this setup has led to strong results in a variety of tasks, one unsatisfying aspect is its length bias: models give high scores to short, inadequate hypotheses and often make the empty string the argmax -- the so-called cat got your tongue problem. Recently proposed entmax-based sparse sequence-to-sequence models present a possible solution, since they can shrink the search space by assigning zero probability to bad hypotheses, but their ability to handle word-level tasks with transformers has never been tested. In this work, we show that entmax-based models effectively solve the cat got your tongue problem, removing a major source of model error for neural machine translation. In addition, we generalize label smoothing, a critical regularization technique, to the broader family of Fenchel-Young losses, which includes both cross-entropy and the entmax losses. Our resulting label-smoothed entmax loss models set a new state of the art on multilingual grapheme-to-phoneme conversion and deliver improvements and better calibration properties on cross-lingual morphological inflection and machine translation for 6 language pairs.

📄 PDF Abstract BibTeX arXiv:2103.10291

Code (1)

deep-spin/S7 공식 구현 pytorch

Tasks

Grapheme-to-Phoneme ConversionMachine TranslationMorphological InflectionTranslation

Methods 이 논문이 사용한 방법론

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$…

Similar Papers 제목 키워드 기반

Large-scale Multi-objective Feature Selection: A Multi-phase Search Space Shrinking Approach

2024-10-13 · Azam Asilian Bidgoli, Shahryar Rahnamayan

Feature selection is a crucial step in machine learning, especially for high-dimensional datasets, where irrelevant and redundant features can degrade model performance and increase computational costs. This paper propos…

Computational Efficiencyfeature selection

Angle-based Search Space Shrinking for Neural Architecture Search

2020-04-28 · ECCV 2020 8 · Yiming Hu, Yuding Liang, Zichao Guo, Ruosi Wan 외

In this work, we present a simple and general search space shrinking method, called Angle-Based search space Shrinking (ABS), for Neural Architecture Search (NAS). Our approach progressively simplifies the original searc…

Neural Architecture Search

BS-NAS: Broadening-and-Shrinking One-Shot NAS with Searchable Numbers of Channels

2020-03-22 · Zan Shen, Jiang Qian, Bojin Zhuang, Shaojun Wang 외

One-Shot methods have evolved into one of the most popular methods in Neural Architecture Search (NAS) due to weight sharing and single training of a supernet. However, existing methods generally suffer from two issues: …

Neural Architecture Search

Distributed Estimation and Inference for Semi-parametric Binary Response Models

2022-10-15 · Xi Chen, Wenbo Jing, Weidong Liu, Yichen Zhang

The development of modern technology has enabled data collection of unprecedented size, which poses new challenges to many statistical estimation and inference problems. This paper studies the maximum score estimator of …

Distributed Computing

Direction Finding with Sparse Arrays Based on Variable Window Size Spatial Smoothing

2025-12-26 · Wesley S. Leite, Rodrigo C. de Lamare, Yuriy Zakharov, Wei Liu 외 arxiv

In this work, we introduce a variable window size (VWS) spatial smoothing framework that enhances coarray-based direction of arrival (DOA) estimation for sparse linear arrays. By compressing the smoothing aperture, the p…