paper-with-me

Papers

Parameter-Efficient Transformer Embeddings

2025-05-04 · Henry Ndubuaku, Mouad Talhi

Embedding layers in transformer-based NLP models typically account for the largest share of model parameters, scaling with vocabulary size but not yielding performance gains proportional to scale. We propose an alternative approach in which token embedding vectors are first generated deterministically, directly from the token IDs using a Fourier expansion of their normalized values, followed by a lightweight multilayer perceptron (MLP) that captures higher-order interactions. We train standard transformers and our architecture on natural language inference tasks (SNLI and MNLI), and evaluate zero-shot performance on sentence textual similarity (STS-B). Our results demonstrate that the proposed method achieves competitive performance using significantly fewer parameters, trains faster, and operates effectively without the need for dropout. This proof-of-concept study highlights the potential for scalable, memory-efficient language models and motivates further large-scale experimentation based on our findings.

📄 PDF Abstract BibTeX arXiv:2505.02266

Code (1)

HMUNACHI/pete 공식 구현 pytorch

Tasks

Natural Language InferenceSentenceSentence-EmbeddingSTSSTS-B

Methods 이 논문이 사용한 방법론

Six Ways To Communicate To Someone At Expedia Via Phone And Email's. To communicate or get human at Expedia, the quickest option is typically to call their customer service at +1-888-829-0881 or +1(805) 330 (4056). You can also use the live chat…

Similar Papers 제목 키워드 기반

HashFormers: Towards Vocabulary-independent Pre-trained Transformers

2022-10-14 · Huiyin Xue, Nikolaos Aletras

Transformer-based pre-trained language models are vocabulary-dependent, mapping by default each token to its corresponding embedding. This one-to-one mapping results into embedding matrices that occupy a lot of memory (i…

text-classificationText Classification

Position Information Emerges in Causal Transformers Without Positional Encodings via Similarity of Nearby Embeddings

2024-12-30 · Chunsheng Zuo, Pavel Guerzhoy, Michael Guerzhoy

Transformers with causal attention can solve tasks that require positional information without using positional encodings. In this work, we propose and investigate a new hypothesis about how positional information can be…

Position

Exploring Swedish & English fastText Embeddings for NER with the Transformer

2020-07-23 · Tosin P. Adewumi, Foteini Liwicki, Marcus Liwicki

In this paper, our main contributions are that embeddings from relatively smaller corpora can outperform ones from larger corpora and we make the new Swedish analogy test set publicly available. To achieve a good network…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Squeezing More from Limited Data with Recursive Transformers

2026-08-27 · Serdar Gülbahar, Lukas Edman, Alexander Fraser arxiv

Pre-training under limited data requires a different view of scaling than web-scale language modeling. With a fixed data budget but relatively abundant compute, increasing parameter count helps only up to an optimal scal…

Tracking linguistic information in transformer-based sentence embeddings through targeted sparsification

2024-07-25 · Vivi Nastase, Paola Merlo

Analyses of transformer-based models have shown that they encode a variety of linguistic information from their textual input. While these analyses have shed a light on the relation between linguistic information on one …

SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings