← Search

Andrew Drozdov

9 accepted papers

2025

FreshStack: Building Realistic Benchmarks for Evaluating Retrieval on Technical Documents

NeurIPS 2025poster

We introduce FreshStack, a holistic framework for automatically building information retrieval (IR) evaluation benchmarks by incorporating challenging questions and answers. FreshStack conducts the following steps: (1) automatic corpus collection from code and technical documentation, (2) nugget gen…

Cited by 0SourceScholar
2024

Multistage Collaborative Knowledge Distillation from a Large Language Model for Semi-Supervised Sequence Generation

ACL 2024long

We study semi-supervised sequence generation tasks, where the few labeled examples are too scarce to finetune a model, and meanwhile, few-shot prompted large language models (LLMs) exhibit room for improvement. In this paper, we present the discovery that a student model distilled from a few-shot pr…

2023

$k$NN-LM Does Not Improve Open-ended Text Generation

EMNLP 2023long main

In this paper, we study the generation quality of interpolation-based retrieval-augmented language models (LMs). These methods, best exemplified by the $k$NN-LM, interpolate the LM's predicted distribution of the next word with a distribution formed from the most relevant retrievals for a given pref…

Cited by 0SourceScholar
2023

Compositional Semantic Parsing with Large Language Models

ICLR 2023poster

Humans can reason compositionally when presented with new tasks. Previous research shows that appropriate prompting techniques enable large language models (LLMs) to solve artificial compositional generalization tasks such as SCAN. In this work, we identify additional challenges in more realistic s…

Cited by 150SourcePDFScholar
2023

PaRaDe: Passage Ranking using Demonstrations with LLMs

EMNLP 2023short findings

Recent studies show that large language models (LLMs) can be instructed to effectively perform zero-shot passage re-ranking, in which the results of a first stage retrieval method, such as BM25, are rated and reordered to improve relevance. In this work, we improve LLM-based re-ranking by algorithmi…

Cited by 0SourceScholar
2022

Inducing and Using Alignments for Transition-based AMR Parsing

NAACL 2022long

Transition-based parsers for Abstract Meaning Representation (AMR) rely on node-to-word alignments. These alignments are learned separately from parser training and require a complex pipeline of rule-based components, pre-processing, and post-processing to satisfy domain-specific constraints. Parser…

2022

You can’t pick your neighbors, or can you? When and How to Rely on Retrieval in the kNN-LM

EMNLP 2022finding

Retrieval-enhanced language models (LMs), which condition their predictions on text retrieved from large external datastores, have recently shown significant perplexity improvements compared to standard LMs. One such approach, the kNN-LM, interpolates any existing LM’s predictions with the output of…

2021

Improved Latent Tree Induction with Distant Supervision via Span Constraints

EMNLP 2021main

For over thirty years, researchers have developed and analyzed methods for latent tree induction as an approach for unsupervised syntactic parsing. Nonetheless, modern systems still do not perform well enough compared to their supervised counterparts to have any practical use as structural annotatio…

2018

Emergent Communication in a Multi-Modal, Multi-Step Referential Game

ICLR 2018poster

Inspired by previous work on emergent communication in referential games, we propose a novel multi-modal, multi-step referential game, where the sender and receiver have access to distinct modalities of an object, and their information exchange is bidirectional and of arbitrary duration. The multi-…