paper-with-me

홈 › Papers

Transformation of Dense and Sparse Text Representations

2019-11-07 · COLING 2020 8 · Wenpeng Hu, Mengyu Wang, Bing Liu, Feng Ji, Haiqing Chen, Dongyan Zhao, Jinwen Ma, Rui Yan

Sparsity is regarded as a desirable property of representations, especially in terms of explanation. However, its usage has been limited due to the gap with dense representations. Most NLP research progresses in recent years are based on dense representations. Thus the desirable property of sparsity cannot be leveraged. Inspired by Fourier Transformation, in this paper, we propose a novel Semantic Transformation method to bridge the dense and sparse spaces, which can facilitate the NLP research to shift from dense space to sparse space or to jointly use both spaces. The key idea of the proposed approach is to use a Forward Transformation to transform dense representations to sparse representations. Then some useful operations in the sparse space can be performed over the sparse representations, and the sparse representations can be used directly to perform downstream tasks such as text classification and natural language inference. Then, a Backward Transformation can also be carried out to transform those processed sparse representations to dense representations. Experiments using classification tasks and natural language inference task show that the proposed Semantic Transformation is effective.

📄 PDF Abstract BibTeX arXiv:1911.02914

Code (1)

morning-dews/ST 공식 구현 pytorch

Tasks

General ClassificationNatural Language Inferencetext-classificationText Classification

Similar Papers 제목 키워드 기반

SparseFusion: Fusing Multi-Modal Sparse Representations for Multi-Sensor 3D Object Detection

2023-04-27 · ICCV 2023 1 · Yichen Xie, Chenfeng Xu, Marie-Julie Rakotosaona, Patrick Rim 외

By identifying four important components of existing LiDAR-camera 3D object detection methods (LiDAR and camera candidates, transformation, and fusion outputs), we observe that all existing methods either find dense cand…

3D Object Detectionobject-detectionObject Detection

Densifying Sparse Representations for Passage Retrieval by Representational Slicing

2021-12-09 · Sheng-Chieh Lin, Jimmy Lin

Learned sparse and dense representations capture different successful approaches to text retrieval and the fusion of their results has proven to be more effective and robust. Prior work combines dense and sparse retrieve…

Passage RetrievalRetrievalText Retrieval

Changing the Basis of Contextual Representations with Explicit Semantics

2021-08-01 · ACL 2021 5 · Tam{\'a}s Ficsor, G{\'a}bor Berend

The application of transformer-based contextual representations has became a de facto solution for solving complex NLP tasks. Despite their successes, such representations are arguably opaque as their latent dimensions a…

Sparse-IFT: Sparse Iso-FLOP Transformations for Maximizing Training Efficiency

2023-03-21 · Vithursan Thangarasa, Shreyas Saxena, Abhay Gupta, Sean Lie

Recent research has focused on weight sparsity in deep neural network training to reduce FLOPs, aiming for improved efficiency (test accuracy w.r.t training FLOPs). However, sparse weight training often compromises accur…

Navigate

Sparse and Dense Retrievers Learn Better Together: Joint Sparse-Dense Optimization for Text-Image Retrieval

2025-08-22 · Jonghyun Song, Youngjune Lee, Gyu-Hwung Cho, Ilhyeon Song 외 arxiv

Vision-Language Pretrained (VLP) models have achieved impressive performance on multimodal tasks, including text-image retrieval, based on dense representations. Meanwhile, Learned Sparse Retrieval (LSR) has gained tract…

Knowledge DistillationImage Retrieval