paper-with-me

Papers

Learning Better Structured Representations Using Low-rank Adaptive Label Smoothing

2021-01-01 · ICLR 2021 1 · Asish Ghoshal, Xilun Chen, Sonal Gupta, Luke Zettlemoyer, Yashar Mehdad

Training with soft targets instead of hard targets has been shown to improve performance and calibration of deep neural networks. Label smoothing is popular way of computing soft targets, where one-hot encoding of a class is smoothed with a uniform distribution. Owing to its simplicity, it has found wide-spread use for training deep neural networks on a wide variety of tasks, ranging from image and text classification to machine translation and semantic parsing. Complementing recent empirical justification for label smoothing, we obtain PAC-Bayesian generalization bounds for label smoothing and show that the generalization error depends on choice of the noise (smoothing) distribution. Then we propose low-rank adaptive label smoothing (LORAS): a simple yet novel method for training with learned soft targets that generalizes label smoothing and adapts to the latent structure of the label space in structured prediction tasks. Specifically, we evaluate our method on task-oriented semantic parsing tasks and show that just by training with appropriately smoothed soft targets, one can improve the accuracy of models by as much as 2% and reduce calibration error by 55% as compared to vanilla label smoothing. Used in conjunction with pre-trained sequence-to-sequence models, our method achieves state of the art performance on three semantic parsing data sets. LORAS can be used with any model, improves performance and implicit model calibration without increasing the number of model parameters, and can be scaled to problems with large label spaces containing tens of thousands of labels.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization BoundsMachine TranslationSemantic ParsingStructured Predictiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Saliency Pattern Detection by Ranking Structured Trees

2017-10-01 · ICCV 2017 10 · Lei Zhu, Haibin Ling, Jin Wu, Huiping Deng 외

In this paper we propose a new salient object detection method via structured label prediction. By learning appearance features in rectangular regions, our structural region representation encodes the local saliency dist…

object-detectionObject DetectionRGB Salient Object DetectionSaliency Prediction+1

Active Learning Ranking from Pairwise Preferences with Almost Optimal Query Complexity

2011-12-01 · NeurIPS 2011 12 · Nir Ailon

Given a set $V$ of $n$ elements we wish to linearly order them using pairwise preference labels which may be non-transitive (due to irrationality or arbitrary noise). The goal is to linearly order the elements while d…

Active LearningLearning-To-Rank

Multi-Field Adaptive Retrieval

2024-10-26 · Millicent Li, Tongfei Chen, Benjamin Van Durme, Patrick Xia

Document retrieval for tasks such as search and retrieval-augmented generation typically involves datasets that are unstructured: free-form text without explicit internal structure in each document. However, documents ca…

Document RankingRetrievalRetrieval-augmented Generation

Spatiotemporal Classification with limited labels using Constrained Clustering for large datasets

2022-10-14 · Praveen Ravirathinam, Rahul Ghosh, Ke Wang, Keyang Xuan 외

Creating separable representations via representation learning and clustering is critical in analyzing large unstructured datasets with only a few labels. Separable representations can lead to supervised models with bett…

ClusteringConstrained ClusteringRepresentation Learning

EinSort: Sorting is All We Need for Tensorizing LLM

2026-06-07 · Toshiaki Koike-Akino, Jing Liu, Ye Wang arxiv

Tensor networks provide efficient representations for compressing large neural networks. By carefully designing shapes and topologies, they can significantly reduce memory and computational costs. However, identifying im…