← Search

Veselin Stoyanov

17 accepted papers

2023

Complementary Explanations for Effective In-Context Learning

ACL 2023findings

Large language models (LLMs) have exhibited remarkable capabilities in learning from expla- nations in prompts, but there has been limited understanding of exactly how these explana- tions function or why they are effective. This work aims to better understand the mechanisms by which explanations ar…

2023

LEVER: Learning to Verify Language-to-Code Generation with Execution

ICML 2023poster

The advent of large language models trained on code (code LLMs) has led to significant progress in language-to-code generation. State-of-the-art approaches in this area combine LLM decoding with sample pruning and reranking using test cases or heuristics based on the execution results. However, it i…

2023

Towards A Unified View of Sparse Feed-Forward Network in Pretraining Large Language Model

EMNLP 2023long main

Large and sparse feed-forward layers (S-FFN) such as Mixture-of-Experts (MoE) have proven effective in scaling up Transformers model size for pretraining large language models. By only activating part of the FFN parameters conditioning on input, S-FFN improves generalization performance while keepin…

Cited by 0SourceScholar
2023

Training Trajectories of Language Models Across Scales

ACL 2023long

Scaling up language models has led to unprecedented performance gains, but little is understood about how the training dynamics change as models get larger. How do language models of different sizes learn during pre-training? Why do larger language models demonstrate more desirable behaviors? In thi…

2023

bgGLUE: A Bulgarian General Language Understanding Evaluation Benchmark

ACL 2023long

We present bgGLUE (Bulgarian General Language Understanding Evaluation), a benchmark for evaluating language models on Natural Language Understanding (NLU) tasks in Bulgarian. Our benchmark includes NLU tasks targeting a variety of NLP problems (e.g., natural language inference, fact-checking, named…

2022

Efficient Large Scale Language Modeling with Mixtures of Experts

EMNLP 2022main

Mixture of Experts layers (MoEs) enable efficient scaling of language models through conditional computation. This paper presents a detailed empirical study of how autoregressive MoE language models scale in comparison with dense models in a wide range of settings: in- and out-of-domain language mod…

Cited by 146SourcecodeScholar
2022

Few-shot Learning with Multilingual Generative Language Models

EMNLP 2022main

Large-scale generative language models such as GPT-3 are competitive few-shot learners. While these models are known to be able to jointly represent many different languages, their training data is dominated by English, potentially limiting their cross-lingual generalization. In this work, we train…

2022

Improving In-Context Few-Shot Learning via Self-Supervised Training

NAACL 2022long

Self-supervised pretraining has made few-shot learning possible for many NLP tasks. But the pretraining objectives are not typically adapted specifically for in-context few-shot learning. In this paper, we propose to use self-supervision in an intermediate training stage between pretraining and down…

2022

On the Role of Bidirectionality in Language Model Pre-Training

EMNLP 2022finding

Prior work on language model pre-training has explored different architectures and learning objectives, but differences in data, hyperparameters and evaluation make a principled comparison difficult. In this work, we focus on bidirectionality as a key factor that differentiates existing approaches,…

Cited by 9SourcePDFScholar
2022

Prompt-free and Efficient Few-shot Learning with Language Models

ACL 2022long

Current methods for few-shot fine-tuning of pretrained masked language models (PLMs) require carefully engineered prompts and verbalizers for each new task to convert examples into a cloze-format that the PLM can score. In this work, we propose Perfect, a simple and efficient method for few-shot fin…

2022

Prompting ELECTRA: Few-Shot Learning with Discriminative Pre-Trained Models

EMNLP 2022main

Pre-trained masked language models successfully perform few-shot learning by formulating downstream tasks as text infilling. How- ever, as a strong alternative in full-shot settings, discriminative pre-trained models like ELECTRA do not fit into the paradigm. In this work, we adapt prompt-based few-…

2022

ToKen: Task Decomposition and Knowledge Infusion for Few-Shot Hate Speech Detection

EMNLP 2022main

Hate speech detection is complex; it relies on commonsense reasoning, knowledge of stereotypes, and an understanding of social nuance that differs from one culture to the next. It is also difficult to collect a large-scale hate speech annotated dataset. In this work, we frame this problem as a few-s…

Cited by 28SourcePDFScholar
2021

Multi-Task Retrieval for Knowledge-Intensive Tasks

ACL 2021long

Retrieving relevant contexts from a large corpus is a crucial step for tasks such as open-domain question answering and fact checking. Although neural retrieval outperforms traditional methods like tf-idf and BM25, its performance degrades considerably when applied to out-of-domain data. Driven by t…

Cited by 65SourcePDFScholar
2021

Self-training Improves Pre-training for Natural Language Understanding

NAACL 2021long

Unsupervised pre-training has led to much recent progress in natural language understanding. In this paper, we study self-training as another way to leverage unlabeled data through semi-supervised learning. To obtain additional data for a specific task, we introduce SentAugment, a data augmentation…

2021

Supervised Contrastive Learning for Pre-trained Language Model Fine-tuning

ICLR 2021poster

State-of-the-art natural language understanding classification models follow two-stages: pre-training a large language model on an auxiliary task, and then fine-tuning the model on a task-specific labeled dataset using cross-entropy loss. However, the cross-entropy loss has several shortcomings that…

Cited by 561SourcePDFScholar
2020

Pretrained Encyclopedia: Weakly Supervised Knowledge-Pretrained Language Model

ICLR 2020poster

Recent breakthroughs of pretrained language models have shown the effectiveness of self-supervised learning for a wide range of natural language processing (NLP) tasks. In addition to standard syntactic and semantic NLP tasks, pretrained models achieve strong improvements on tasks that involve real-…

Cited by 127SourceScholar