VLDB 2026 Research / reviewers in the wild / expert
Dawn J. Lawrie
dblp:l/DawnLawrie
· DBLP profile ↗
36ranked-venue papers in the field
11as first author
28since 2021 · last 2026
0000-0001-7347-7086ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 33 (10 first)Other / Interdisciplinary · 2Data Mining & Knowledge Discovery · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Principled Context Engineering for RAG: Statistical Guarantees via Conformal Prediction
Debashish Chakraborty, Eugene Yang 0001, Daniel Khashabi, Dawn J. Lawrie, Kevin Duh |
ECIR (2) | 4 |
| 2026 | FACTUM: Mechanistic Detection of Citation Hallucination in Long-Form RAG
Maxime Dassen, Rebecca Kotula, Kenton Murray, Andrew Yates, Dawn J. Lawrie, Efsun Selin Kayi, James Mayfield, Kevin Duh |
ECIR (1) | 5 |
| 2026 | Incorporating Q&A Nuggets Into Retrieval-Augmented Generation
Laura Dietz, Bryan Li, Gabrielle K. Liu, Jia-Huei Ju, Eugene Yang 0001, Dawn J. Lawrie, William Gantt Walden, James Mayfield |
ECIR (2) | 6 |
| 2026 | Insider Knowledge: How Much Can RAG Systems Gain from Evaluation Secrets?
Laura Dietz, Bryan Li, Eugene Yang 0001, Dawn J. Lawrie, William Gantt Walden, James Mayfield |
ECIR (1) | 4 |
| 2026 | RoutIR: Fast Serving of Retrieval Pipelines for Retrieval-Augmented Generation
Eugene Yang 0001, Andrew Yates, Dawn J. Lawrie, James Mayfield, Trevor Adriaanse |
ECIR (4) | 3 |
| 2026 | Too Many Questions: Deriving Concise and Effective Nugget BanksabstractNugget-based LLM judges evaluate Retrieval-Augmented Generation (RAG) systems using a bank of questions that capture the key facts and criteria an answer should address. These nugget banks are typically constructed through a combination of human input and LLM generation. System outputs are graded by how well they cover the nuggets. For cost and scalability reasons, the nugget bank should be small. However, a major limitation of current nugget generation approaches is that many questions are overly generic and fail to discriminate between top-performing RAG systems. Grounding nuggets in system responses or source documents can increase specificity, but typically leads to an explosion in the number of questions. Since every response is graded for every nugget question, a higher number of questions directly increases the amount of LLM prompts and/or tokens required, contributing to costs. Inspired by preference-based evaluation, we derive differential nuggets from winner-loser passage pairs, focusing on information that captures differences in topicality, level of detail, and evidential support between responses under an automatic preference judge. We examine how these contrastive signals can be leveraged to construct nugget banks that are both compact and discriminative, enabling reliable separation among top-performing RAG systems. Laura Dietz, Naghmeh Farzi, Eugene Yang 0001, Dawn J. Lawrie |
SIGIR | 4 |
| 2026 | CoverageBench: Evaluating Information Coverage across Tasks and DomainsabstractWe wish to measure the information coverage of an ad hoc retrieval algorithm, that is, how much of the range of available relevant information is covered by the search results. Information coverage is a central aspect for retrieval, especially when the retrieval system is integrated with generative models in a retrieval-augmented generation (RAG) system. The classic metrics for ad hoc retrieval, precision and recall, reward a system as more relevant documents are retrieved. However, since relevance in ad hoc test collections is defined for a document without any relation to other documents that might contain the same information, high recall is sufficient but not necessary to ensure coverage. The same is true for other metrics such as rank-biased precision (RBP), normalized discounted cumulative gain (nDCG), and mean average precision (MAP). Test collections developed around the notion of diversity ranking in web search incorporate multiple aspects that support a concept of coverage in the web domain. In this work, we construct a benchmark, CoverageBench, for evaluating information coverage made from existing collections. This suite offers researchers a unified testbed spanning multiple genres and tasks. All topics, nuggets, relevance labels, and baseline rankings are released on Hugging Face Datasets, along with instructions for accessing the publicly available document collections. Saron Samuel, Andrew Yates, Dawn J. Lawrie, Ian Soboroff, Trevor Adriaanse, Benjamin Van Durme, Eugene Yang 0001 |
SIGIR | 3 |
| 2026 | Auto-ARGUE: LLM-Based Report Generation EvaluationabstractGeneration of citation-backed reports is a primary use case for retrieval-augmented generation (RAG) systems. While open-source evaluation tools exist for various RAG tasks, tools designed for report generation are lacking. Accordingly, we introduce Auto-ARGUE, a robust LLM-based implementation of the recently proposed ARGUE framework for report generation evaluation. We present analysis of Auto-ARGUE on the report generation pilot task from the TREC 2024 NeuCLIR track and on two tasks from the TREC 2024 RAG track, showing good system-level correlations with human judgments. Additionally, we release ARGUE-viz, a web app for visualization and fine-grained analysis of Auto-ARGUE judgments and scores1. William Gantt Walden, Marc Mason, Orion Weller, Laura Dietz, John M. Conroy, Neil P. Molino, Hannah Recknor, Bryan Li, Gabrielle K. Liu, Dawn J. Lawrie, James Mayfield, Eugene Yang 0001 |
SIGIR | 11 |
| 2026 | ColBERTSaR: Sparsified ColBERT Index via Product QuantizationabstractWhile ColBERT is an effective neural retrieval architecture, it requires a heavy index structure to support candidate set retrieval based on approximated token embeddings, gathering and decompressing document token embeddings, and applying the MaxSim operation. Indexes in PLAID and similar ColBERT implementations require five to ten times the disk storage of the original raw text, which limits their scalability. Furthermore, prior work has identified that the gathering and decompression stages are the primary inefficiencies at query time. Limiting the number of document tokens that must be gathered by thresholding and score approximation does not eliminate the need for the entire index to support ad hoc queries. In this work, we propose an embedding quantization approach that turns a ColBERT index into a true inverted index. We show that, theoretically, ColBERT with embedding quantization is equivalent to learned-sparse retrieval except for the scoring mechanism. Empirically, we demonstrate that our index is 50-70% smaller than a one-bit PLAID index while retaining retrieval effectiveness. Eugene Yang 0001, Andrew Yates, Dawn J. Lawrie, James Mayfield, Saron Samuel, Rohan Jha |
SIGIR | 3 |
| 2026 | WSDM CUP 2026: Multilingual RetrievalabstractMultilingual retrieval has become a core functionality in information systems, such as retrieval-augmented generation, since the retrieved document can be post-processed by a large language model into a form that the users can easily consume. Whether the user can directly read the source documents becomes less vital to the search process. However, ad hoc retrieval has primarily been developed in English, limiting the capability of these complex systems to retrieve information across different languages. To address this challenge, we introduce a multilingual retrieval task at WSDM Cup 2026 that requires systems to search a multilingual collection using English queries. Dawn J. Lawrie, Sean MacAvaney, James Mayfield, Luca Soldaini, Eugene Yang 0001, Andrew Yates |
WSDM | 1 |
| 2025 | mFollowIR: A Multilingual Benchmark for Instruction Following in Retrieval
Orion Weller, Benjamin Chang 0007, Eugene Yang 0001, Mahsa Yarmohammadi, Samuel Barham, Sean MacAvaney, Arman Cohan, Luca Soldaini, Benjamin Van Durme, Dawn J. Lawrie |
ECIR (2) | 10 |
| 2025 | MURR: Model Updating with Regularized Replay for Searching a Document Stream
Eugene Yang 0001, Nicola Tonellotto, Dawn J. Lawrie, Sean MacAvaney, James Mayfield, Douglas W. Oard |
ECIR (1) | 3 |
| 2025 | A Reproducibility Study of LLM Setwise Reranker with HeapsortabstractLarge language models (LLMs) can be effective at retrieval but are generally too expensive to use as first-stage rankers.As a consequence, several approaches to their use as rerankers of less expensive first-stage retrieval results have been suggested.Zhuang et al. recommend setwise approaches.In particular, they use heapsort to efficiently return top-ranked documents by obtaining a partial order from each LLM call.Utilizing rerankers requires setting parameters such as number of input documents, number of documents to be reranked, evaluation depth, number of tokens per document, and selection of LLM, all of which contribute to latency and effectiveness.In this work, we reproduce the batching and reranking of Zhuang et al. with a larger comparison window size.Furthermore, we determine that the document truncation used in the original implementation is suboptimal.By providing more context to the LLM, we show that the reranker is more effective than originally reported. Dawn J. Lawrie, Efsun Selin Kayi, James Mayfield, Eugene Yang 0001, Andrew Yates, Douglas W. Oard |
SIGIR | 1 |
| 2025 | Generate-Distill: Training Cross-Language IR Models with Synthetically-Generated DataabstractMost pretrained language models that support neural information retrieval are fine-tuned on the MS MARCO dataset.MS MARCO is expressed in English, so it naturally supports monolingual English retrieval.However, for Cross-Language Information Retrieval (CLIR), no similar training data naturally exists that matches the languages of the query and the documents.The main ways to address this problem have been to continue to fine-tune with English data, or to translate MS MARCO queries and/or documents to match the CLIR setting.Machine translation often introduces errors that reduce retrieval effectiveness.It is usually easy to find target language documents suitable for training, but difficult to find naturally-occurring queries in the query language.An alternative is to train on naturally-occurring documents and syntheticallygenerated queries.Generate-Distill uses this approach with stateof-the-art distillation methods to match the effectiveness of training with translated MS MARCO across different domains. Dawn J. Lawrie, Efsun Selin Kayi, Eugene Yang 0001, James Mayfield, Douglas W. Oard |
SIGIR | 1 |
| 2025 | System Comparison Using Automated Generation of Relevance Judgements in Multiple LanguagesabstractRecent work has shown that Large Language Models (LLMs) can produce relevance judgements for English retrieval that are useful as a basis for system comparison, and they do so at vastly reduced cost compared to human assessors. Using relevance judgements and ranked retrieval runs from the TREC NeuCLIR track, this paper shows that LLMs can also produce reliable assessments in other languages, even when the topic description or the prompt are in a language different from the documents. Results with Chinese, Persian and Russian documents show that although document language affects both agreement with human assessors on graded relevance and on preference ordering among systems, prompt-language and topic-language effects are negligible. This has implications for the design of multilingual test collections, suggesting that prompts and topic descriptions can be developed in any convenient language. Paul Thomas 0001, Douglas W. Oard, Eugene Yang 0001, Dawn J. Lawrie, James Mayfield |
SIGIR | 4 |
| 2025 | Nugget-based Annotation Protocol and Tool For Evaluating Long-form Retrieval-Augmented GenerationabstractRetrieval-augmented generation (RAG) summarizes retrieved documents into a text passage that fulfills the information need expressed by the user. Such generated responses should faithfully distill the relevant information and provide sufficient attribution back to the source documents. Nugget-based evaluation was proposed for text summarization and has been adapted to evaluate RAG output in recent shared tasks such as 2024 TREC RAG, BioGen, and NeuCLIR tracks. However, annotating such detailed and nuanced information is complex and errorful. Multiple pieces of information need to be labeled, extracted, linked, and cross-referenced. In this work, we present an annotation protocol and tool tailored to collecting information for evaluating RAG systems. Our tool has four steps: nugget creation, nugget revision, document support assessment, and finally, nugget alignment. Each step aims to minimize the annotator's cognitive load, improving the efficiency and reliability. Eugene Yang 0001, Dawn J. Lawrie, Hoa Dang, Ian Soboroff, James Mayfield |
SIGIR | 2 |
| 2024 | Translate-Distill: Learning Cross-Language Dense Retrieval by Translation and Distillation
Eugene Yang 0001, Dawn J. Lawrie, James Mayfield, Douglas W. Oard |
ECIR (2) | 2 |
| 2024 | PLAID SHIRTTT for Large-Scale Streaming Dense RetrievalabstractPLAID, an efficient implementation of the ColBERT late interaction bi-encoder using pretrained language models for ranking, consistently achieves state-of-the-art performance in monolingual, cross-language, and multilingual retrieval. PLAID differs from ColBERT by assigning terms to clusters and representing those terms as cluster centroids plus compressed residual vectors. While PLAID is effective in batch experiments, its performance degrades in streaming settings where documents arrive over time because representations of new tokens may be poorly modeled by the earlier tokens used to select cluster centroids. PLAID Streaming Hierarchical Indexing that Runs on Terabytes of Temporal Text (PLAID HIRTTT) addresses this concern using multi-phase incremental indexing based on hierarchical sharding. Experiments on ClueWeb09 and the multilingual NeuCLIR collection demonstrate the effectiveness of this approach both for the largest collection indexed to date by the ColBERT architecture and in the multilingual setting, respectively. Dawn J. Lawrie, Efsun Selin Kayi, Eugene Yang 0001, James Mayfield, Douglas W. Oard |
SIGIR | 1 |
| 2024 | On the Evaluation of Machine-Generated ReportsabstractLarge Language Models (LLMs) have enabled new ways to satisfy information needs. Although great strides have been made in applying them to settings like document ranking and short-form text generation, they still struggle to compose complete, accurate, and verifiable long-form reports. Reports with these qualities are necessary to satisfy the complex, nuanced, or multi-faceted information needs of users. In this perspective paper, we draw together opinions from industry and academia, and from a variety of related research areas, to present our vision for automatic report generation, and---critically---a flexible framework by which such reports can be evaluated. In contrast with other summarization tasks, automatic report generation starts with a detailed description of an information need, stating the necessary background, requirements, and scope of the report. Further, the generated reports should be complete, accurate, and verifiable. These qualities, which are desirable---if not required---in many analytic report-writing settings, require rethinking how to build and evaluate systems that exhibit these qualities. To foster new efforts in building these systems, we present an evaluation framework that draws on ideas found in various evaluations. To test completeness and accuracy, the framework uses nuggets of information, expressed as questions and answers, that need to be part of any high-quality generated report. Additionally, evaluation of citations that map claims made in the report to their source documents ensures verifiability. James Mayfield, Eugene Yang 0001, Dawn J. Lawrie, Sean MacAvaney, Paul McNamee, Douglas W. Oard, Luca Soldaini, Ian Soboroff, Orion Weller, Efsun Selin Kayi, Kate Sanders 0002, Marc Mason, Noah Hibbler |
SIGIR | 3 |
| 2024 | Language Fairness in Multilingual Information RetrievalabstractMultilingual information retrieval (MLIR) considers the problem of ranking documents in several languages for a query expressed in a language that may differ from any of those languages. Recent work has observed that approaches such as combining ranked lists representing a single document language each or using multilingual pretrained language models demonstrate a preference for one language over others. This results in systematic unfair treatment of documents in different languages. This work proposes a language fairness metric to evaluate whether documents across different languages are fairly ranked through statistical equivalence testing using the Kruskal-Wallis test. In contrast to most prior work in group fairness, we do not consider any language to be an unprotected group. Thus our proposed measure, PEER (Probability of Equal Expected Rank), is the first fairness metric specifically designed to capture the language fairness of MLIR systems. We demonstrate the behavior of PEER on artificial ranked lists. We also evaluate real MLIR systems on two publicly available benchmarks and show that the PEER scores align with prior analytical findings on MLIR fairness. Our implementation is compatible with ir-measures and is available at http://github.com/hltcoe/peer_measure. Eugene Yang 0001, Thomas Jänich, James Mayfield, Dawn J. Lawrie |
SIGIR | 4 |
| 2024 | Distillation for Multilingual Information RetrievalabstractRecent work in cross-language information retrieval (CLIR), where queries and documents are in different languages, has shown the benefit of the Translate-Distill framework that trains a cross-language neural dual-encoder model using translation and distillation. However, Translate-Distill only supports a single document language. Multilingual information retrieval (MLIR), which ranks a multilingual document collection, is harder to train than CLIR because the model must assign comparable relevance scores to documents in different languages. This work extends Translate-Distill and propose Multilingual Translate-Distill (MTD) for MLIR. We show that ColBERT-X models trained with MTD outperform their counterparts trained with Multilingual Translate-Train, which is the previous state-of-the-art training approach, by 5% to 25% in nDCG@20 and 15% to 45% in MAP. We also show that the model is robust to the way languages are mixed in training batches. Our implementation is available on GitHub. Eugene Yang 0001, Dawn J. Lawrie, James Mayfield |
SIGIR | 2 |
| 2023 | Neural Approaches to Multilingual Information Retrieval
Dawn J. Lawrie, Eugene Yang 0001, Douglas W. Oard, James Mayfield |
ECIR (1) | 1 |
| 2023 | HC3: A Suite of Test Collections for CLIR Evaluation over Informal TextabstractWhile there are many test collections for Cross-Language Information Retrieval (CLIR), none of the large public test collections focus on short informal text documents. This paper introduces a new pair of CLIR test collections with millions of Chinese or Persian Tweets or Tweet threads as documents, sixty event-motivated topics written both in English and in each of the two document languages, and three-point graded relevance judgments constructed using interactive search and active learning. The design and construction of these new test collections are described, and baseline results are presented that demonstrate the utility of the collections for system evaluation. Shallow pooling is used to assess the efficacy of active learning to select documents for judgment. Dawn J. Lawrie, James Mayfield, Douglas W. Oard, Eugene Yang 0001, Suraj Nair 0001, Petra Galuscáková |
SIGIR | 1 |
| 2023 | BLADE: Combining Vocabulary Pruning and Intermediate Pretraining for Scaleable Neural CLIRabstractLearning sparse representations using pretrained language models enhances the monolingual ranking effectiveness. Such representations are sparse vectors in the vocabulary of a language model projected from document terms. Extending such approaches to Cross-Language Information Retrieval (CLIR) using multilingual pretrained language models poses two challenges. First, the larger vocabularies of multilingual models affect both training and inference efficiency. Second, the representations of terms from different languages with similar meanings might not be sufficiently similar. To address these issues, we propose a learned sparse representation model, BLADE, combining vocabulary pruning with intermediate pre-training based on cross-language supervision. Our experiments reveal BLADE significantly reduces indexing time compared to its monolingual counterpart, SPLADE, on machine-translated documents, and it generates rankings with strengths complementary to those of other efficient CLIR methods. Suraj Nair 0001, Eugene Yang 0001, Dawn J. Lawrie, James Mayfield, Douglas W. Oard |
SIGIR | 3 |
| 2023 | Neural Methods for Cross-Language Information RetrievalabstractThis half day tutorial introduces the participant to the basic concepts underlying neural Cross-Language Information Retrieval (CLIR). It discusses the most common algorithmic approaches to CLIR, focusing on modern neural methods; the history of CLIR; where to find and how to use CLIR training collections, test collections and baseline systems; how CLIR training and test collections are constructed; and open research questions in CLIR. Eugene Yang 0001, Dawn J. Lawrie, James Mayfield, Suraj Nair 0001, Douglas W. Oard |
SIGIR | 2 |
| 2022 | Patapasco: A Python Framework for Cross-Language Information Retrieval Experiments
Cash Costello, Eugene Yang 0001, Dawn J. Lawrie, James Mayfield |
ECIR (2) | 3 |
| 2022 | HC4: A New Suite of Test Collections for Ad Hoc CLIR
Dawn J. Lawrie, James Mayfield, Douglas W. Oard, Eugene Yang 0001 |
ECIR (1) | 1 |
| 2022 | Transfer Learning Approaches for Building Cross-Language Dense Retrieval Models
Suraj Nair 0001, Eugene Yang 0001, Dawn J. Lawrie, Kevin Duh, Paul McNamee, Kenton Murray, James Mayfield, Douglas W. Oard |
ECIR (1) | 3 |
| 2020 | Two Test Collections for Retrieval Using Named Entity MarkupabstractStudying the effects of semantic analysis on retrieval effectiveness can be difficult using standard test collections because both queries and documents typically lack semantic markup. This paper describes extensions to two test collections, CLEF 2003/2004 Russian and TDT-3 Chinese, to support study of the utility of named entity annotation. A new set of topic aspects that were expected to benefit from named entity markup were defined for topics in those test collections, with two queries for each aspect. One of these queries uses named entities as bag-of-words query terms or as semantic constraints on a free-text query term; the other is a bag-of-words baseline query without named entity markup. Exhaustive judgment of the documents annotated by CLEF or TDT as relevant to each corresponding topic was performed, resulting in relevance judgments for 133 Russian and 33 Chinese topic aspects that each have at least one relevant document. Named entity tags were automatically generated for the documents in both collections. Use of the test collections is illustrated with some preliminary experiments. Jacob Bremerman, Dawn J. Lawrie, James Mayfield, Douglas W. Oard |
CIKM | 2 |
| 2015 | Cross-language person-entity linking from 20 languagesabstractThe goal of entity linking is to associate references to an entity that is found in unstructured natural language content to an authoritative inventory of known entities. This article describes the construction of 6 test collections for cross‐language person‐entity linking that together span 22 languages. Fully automated components were used together with 2 crowdsourced validation stages to affordably generate ground‐truth annotations with an accuracy comparable to that of a completely manual process. The resulting test collections each contain between 642 (Arabic) and 2,361 (Romanian) person references in non‐English texts for which the correct resolution in English Wikipedia is known, plus a similar number of references for which no correct resolution into English Wikipedia is believed to exist. Fully automated cross‐language person‐name linking experiments with 20 non‐English languages yielded a resolution accuracy of between 0.84 (Serbian) and 0.98 (Romanian), which compares favorably with previously reported cross‐language entity linking results for Spanish. Dawn J. Lawrie, James Mayfield, Paul McNamee, Douglas W. Oard |
J. Assoc. Inf. Sci. Technol. | 1 |
| 2013 | A dataset for evaluating identifier splittersabstractSoftware engineering and evolution techniques have recently started to exploit the natural language information in source code. A key step in doing so is splitting identifiers into their constituent words. While simple in concept, identifier splitting raises several challenging issues, leading to a range of splitting techniques. Consequently, the research community would benefit from a dataset (i.e., a gold set) that facilitates comparative studies of identifier splitting techniques. A gold set of 2,663 split identifiers was constructed from 8,522 individual human splitting judgements and can be obtained from www.cs.loyola.edu/~binkley/ludiso. This set's construction and observations aimed at its effective use are described. Dave W. Binkley, Dawn J. Lawrie, Lori L. Pollock, Emily Hill 0001, K. Vijay-Shanker |
MSR | 2 |
| 2011 | Improving identifier informativeness using part of speech informationabstractRecent software development tools have exploited the mining of natural language information found within software and its supporting documentation. To make the most of this information, researchers have drawn upon the work of the natural language processing community for tools and techniques. One such tool provides part-of-speech information, which finds application in improving the searching of software repositories and extracting domain information found in identifiers. Dave W. Binkley, Matthew Hearn, Dawn J. Lawrie |
MSR | 3 |
| 2003 | Generating hierarchical summaries for web searchesabstractHierarchies provide a means of organizing, summarizing and accessing information. We describe a method for automatically generating hierarchies from small collections of text, and then apply this technique to summarizing the documents retrieved by a search engine. Dawn J. Lawrie, W. Bruce Croft |
SIGIR | 1 |
| 2001 | Finding Topic Words for Hierarchical SummarizationabstractHierarchies have long been used for organization, summarization, and access to information. In this paper we define summarization in terms of a probabilistic language model and use the definition to explore a new technique for automatically generating topic hierarchies by applying a graph-theoretic algorithm, which is an approximation of the Dominating Set Problem. The algorithm efficiently chooses terms according to a language model. We compare the new technique to previous methods proposed for constructing topic hierarchies including subsumption and lexical hierarchies, as well as the top TF.IDF terms. Our results show that the new technique consistently performs as well as or better than these other techniques. They also show the usefulness of hierarchies compared with a list of terms. Dawn J. Lawrie, W. Bruce Croft, Arnold L. Rosenberg |
SIGIR | 1 |
| 2000 | Language Models for Financial News Recommendationabstract%$ & ' ( ) * + & , & -. / 10 2 43 !& , " 65 .7 98 : Victor Lavrenko, Matthew D. Schmill, Dawn J. Lawrie, Paul Ogilvie, David D. Jensen, James Allan 0001 |
CIKM | 3 |
| 1999 | A Self-Organized File CabinetabstractThe self-organizing file cabinet is an information retrieval system associated with a user's physical file cabinet. It enhances a physical file cabinet with electronic information about the papers in it. It can remember, organize, update, and help the user find documents contained in the physical file cabinet. The system consists of a module for extracting electronic information about the papers stored in the file cabinet, a module for representing and storing this information in multiple views, and a module that allows a user to interact with this information. The focus of this paper is on the design and evaluation of the self-organized file cabinet. Dawn J. Lawrie, Daniela Rus |
CIKM | 1 |