← Search

Nadezhda Chirkova

9 accepted papers

2025

Provence: efficient and robust context pruning for retrieval-augmented generation

ICLR 2025poster

Retrieval-Augmented Generation improves various aspects of large language models (LLMs) generation, but suffers from computational overhead caused by long contexts, and the propagation of irrelevant retrieved information into generated responses. Context pruning deals with both aspects, by removing…

Cited by 2SourcePDFScholar
2024

BERGEN: A Benchmarking Library for Retrieval-Augmented Generation

EMNLP 2024finding

Retrieval-Augmented Generation allows to enhance Large Language Models with external knowledge. In response to the recent popularity of generative LLMs, many RAG approaches have been proposed, which involve an intricate number of different configurations such as evaluation datasets, collections, met…

2024

Key ingredients for effective zero-shot cross-lingual knowledge transfer in generative tasks

NAACL 2024long

Zero-shot cross-lingual transfer, which implies finetuning of the multilingual pretrained language model on input-output pairs in one language and using it to make task predictions for inputs in other languages, was widely studied for natural language understanding but is understudied for generation…

2023

CodeBPE: Investigating Subtokenization Options for Large Language Model Pretraining on Source Code

ICLR 2023poster

Recent works have widely adopted large language model pretraining for source code, suggested source code-specific pretraining objectives and investigated the applicability of various Transformer-based language model architectures for source code. This work investigates another important aspect of su…

Cited by 7SourcePDFScholar
2023

Should you marginalize over possible tokenizations?

ACL 2023short

Autoregressive language models (LMs) map token sequences to probabilities. The usual practice for computing the probability of any character string (e.g. English sentences) is to first transform it into a sequence of tokens that is scored by the model. However, there are exponentially many token seq…

2021

A Simple Approach for Handling Out-of-Vocabulary Identifiers in Deep Learning for Source Code

NAACL 2021long

There is an emerging interest in the application of natural language processing models to source code processing tasks. One of the major problems in applying deep learning to software engineering is that source code often contains a lot of rare identifiers, resulting in huge vocabularies. We propose…

Cited by 12SourcePDFScholar
2021

On the Periodic Behavior of Neural Network Training with Batch Normalization and Weight Decay

NeurIPS 2021poster

Training neural networks with batch normalization and weight decay has become a common practice in recent years. In this work, we show that their combined use may result in a surprising periodic behavior of optimization dynamics: the training process regularly exhibits destabilizations that, however…

2020

On Power Laws in Deep Ensembles

NeurIPS 2020spotlight

Ensembles of deep neural networks are known to achieve state-of-the-art performance in uncertainty estimation and lead to accuracy improvement. In this work, we focus on a classification problem and investigate the behavior of both non-calibrated and calibrated negative log-likelihood (CNLL) of a de…