← Search

Ivan Kobyzev

12 accepted papers

2025

Integral Transformer: Denoising Attention, Not Too Much Not Too Little

EMNLP 2025

Softmax self-attention often assigns disproportionate weight to semantically uninformative tokens such as punctuation and special tokens, a phenomenon known as attention noise. While recent methods like Cog Attention and the Differential Transformer have addressed this by introducing negative attent

2025

ReGLA: Refining Gated Linear Attention

NAACL 2025long

Recent advancements in Large Language Models (LLMs) have set themselves apart with their exceptional performance in complex language modelling tasks. However, these models are also known for their significant computational and storage requirements, primarily due to the quadratic computation complexi…

2024

Draft on the Fly: Adaptive Self-Speculative Decoding using Cosine Similarity

EMNLP 2024finding

We present a simple on the fly method for faster inference of large language models. Unlike other (self-)speculative decoding techniques, our method does not require fine-tuning or black-box optimization to generate a fixed draft model, relying instead on simple rules to generate varying draft model…

Cited by 2SourcePDFScholar
2024

OTTAWA: Optimal TransporT Adaptive Word Aligner for Hallucination and Omission Translation Errors Detection

ACL 2024findings

Recently, there has been considerable attention on detecting hallucinations and omissions in Machine Translation (MT) systems. The two dominant approaches to tackle this task involve analyzing the MT system’s internal states or relying on the output of external tools, such as sentence similarity or…

2024

Resonance RoPE: Improving Context Length Generalization of Large Language Models

ACL 2024findings

This paper addresses the challenge of train-short-test-long (TSTL) scenarios in Large Language Models (LLMs) equipped with Rotary Position Embedding (RoPE), where models pre-trained on shorter sequences face difficulty with out-of-distribution (OOD) token positions in longer sequences. We introduce…

2023

Attribute Controlled Dialogue Prompting

ACL 2023findings

Prompt-tuning has become an increasingly popular parameter-efficient method for adapting large pretrained language models to downstream tasks. However, both discrete prompting and continuous prompting assume fixed prompts for all data samples within a task, neglecting the fact that inputs vary great…

Cited by 4SourcePDFScholar
2023

Efficient Classification of Long Documents via State-Space Models

EMNLP 2023short main

Transformer-based models have achieved state-of-the-art performance on numerous NLP applications. However, long documents which are prevalent in real-world scenarios cannot be efficiently processed by transformers with the vanilla self-attention module due to their quadratic computation complexity a…

Cited by 0SourceScholar
2023

LABO: Towards Learning Optimal Label Regularization via Bi-level Optimization

ACL 2023findings

Regularization techniques are crucial to improving the generalization performance and training efficiency of deep neural networks. Many deep learning algorithms rely on weight decay, dropout, batch/layer normalization to converge faster and generalize. Label Smoothing (LS) is another simple, versati…

2022

Continuation KD: Improved Knowledge Distillation through the Lens of Continuation Optimization

EMNLP 2022finding

Knowledge Distillation (KD) has been extensively used for natural language understanding (NLU) tasks to improve a small model’s (a student) generalization by transferring the knowledge from a larger model (a teacher). Although KD methods achieve state-of-the-art performance in numerous settings, the…

Cited by 5SourcePDFScholar
2022

Improving Generalization of Pre-trained Language Models via Stochastic Weight Averaging

EMNLP 2022finding

Knowledge Distillation (KD) is a commonly used technique for improving the generalization of compact Pre-trained Language Models (PLMs) on downstream tasks. However, such methods impose the additional burden of training a separate teacher model for every new dataset.Alternatively, one may directly w…

2022

Learning functions on multiple sets using multi-set transformers

UAI 2022poster

We propose a general deep architecture for learning functions on multiple permutation-invariant sets. We also show how to generalize this architecture to sets of elements of any dimension by dimension equivariance. We demonstrate that our architecture is a universal approximator of these functions,…