paper-with-me

Papers

Boosting the Performance of Transformer Architectures for Semantic Textual Similarity

2023-06-01 · Ivan Rep, Vladimir Čeperić

Semantic textual similarity is the task of estimating the similarity between the meaning of two texts. In this paper, we fine-tune transformer architectures for semantic textual similarity on the Semantic Textual Similarity Benchmark by tuning the model partially and then end-to-end. We experiment with BERT, RoBERTa, and DeBERTaV3 cross-encoders by approaching the problem as a binary classification task or a regression task. We combine the outputs of the transformer models and use handmade features as inputs for boosting algorithms. Due to worse test set results coupled with improvements on the validation set, we experiment with different dataset splits to further investigate this occurrence. We also provide an error analysis, focused on the edges of the prediction range.

📄 PDF Abstract BibTeX arXiv:2306.00708

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationSemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
RoBERTa 설명 없음

Similar Papers 제목 키워드 기반

Tricks and Plug-ins for Gradient Boosting with Transformers

2025-08-04 · Biyi Fang, Truong Vo, Jean Utke, Diego Klabjan arxiv

Transformer architectures dominate modern NLP but often demand heavy computational resources and intricate hyperparameter tuning. To mitigate these challenges, we propose a novel framework, BoostTransformer, that augment…

Text Classification

Boosting CNN-based Handwriting Recognition Systems with Learnable Relaxation Labeling

2024-09-09 · Sara Ferro, Alessandro Torcinovich, Arianna Traviglia, Marcello Pelillo

The primary challenge for handwriting recognition systems lies in managing long-range contextual dependencies, an issue that traditional models often struggle with. To mitigate it, attention mechanisms have recently been…

Handwriting Recognition

Contextualized word senses: from attention to compositionality

2023-12-01 · Pablo Gamallo

The neural architectures of language models are becoming increasingly complex, especially that of Transformers, based on the attention mechanism. Although their application to numerous natural language processing tasks h…

Hierarchical Attention Transformer Architecture For Syntactic Spell Correction

2020-05-11 · Abhishek Niranjan, M Ali Basha Shaik, Kushal Verma

The attention mechanisms are playing a boosting role in advancements in sequence-to-sequence problems. Transformer architecture achieved new state of the art results in machine translation, and it's variants are since be…

DecoderMachine TranslationSentenceTranslation

Sub-token ViT Embedding via Stochastic Resonance Transformers

2023-10-06 · Dong Lao, Yangchao Wu, Tian Yu Liu, Alex Wong 외

Vision Transformer (ViT) architectures represent images as collections of high-dimensional vectorized tokens, each corresponding to a rectangular non-overlapping patch. This representation trades spatial granularity for …

Depth EstimationDepth PredictionImage RetrievalObject Discovery+5