← Search

Michael Bendersky

18 accepted papers

2025

Inference Scaling for Long-Context Retrieval Augmented Generation

ICLR 2025oral

The scaling of inference computation has unlocked the potential of long-context large language models (LLMs) across diverse settings. For knowledge-intensive tasks, the increased compute is often allocated to incorporate more external knowledge. However, without effectively utilizing such knowledge…

Cited by 25SourcePDFScholar
2024

Beyond Yes and No: Improving Zero-Shot LLM Rankers via Scoring Fine-Grained Relevance Labels

NAACL 2024short

Zero-shot text rankers powered by recent LLMs achieve remarkable ranking performance by simply prompting. Existing prompts for pointwise LLM rankers mostly ask the model to choose from binary relevance labels like “Yes” and “No”. However, the lack of intermediate relevance label options may cause th…

Cited by 78SourcePDFScholar
2024

Bridging the Preference Gap between Retrievers and LLMs

ACL 2024long

Large Language Models (LLMs) have demonstrated superior results across a wide range of tasks, and Retrieval-augmented Generation (RAG) is an effective way to enhance the performance by locating relevant information and placing it into the context window of the LLM. However, the relationship between…

Cited by 30SourcePDFScholar
2024

Consolidating Ranking and Relevance Predictions of Large Language Models through Post-Processing

EMNLP 2024main

The powerful generative abilities of large language models (LLMs) show potential in generating relevance labels for search applications. Previous work has found that directly asking about relevancy, such as "*How relevant is document A to query Q?*”, results in suboptimal ranking. Instead, the pairw…

Cited by 6SourcePDFScholar
2024

Explanation-aware Soft Ensemble Empowers Large Language Model In-context Learning

ACL 2024long

Large language models (LLMs) have shown remarkable capabilities in various natural language understanding tasks with a few demonstration examples via in-context learning. Common strategies to boost such “in-context” learning ability are to ensemble multiple model decoded results and require the mode…

2024

It’s All Relative! – A Synthetic Query Generation Approach for Improving Zero-Shot Relevance Prediction

NAACL 2024findings

Large language models (LLMs) have shown promising ability to generate synthetic query-document pairs by prompting with as few as 8 demonstrations. This has enabled building better IR models, especially for tasks with no training data. Typically, such synthetic query generation (QGen) approaches cond…

Cited by 8SourcePDFScholar
2024

LaMP: When Large Language Models Meet Personalization

ACL 2024long

This paper highlights the importance of personalization in large language models and introduces the LaMP benchmark — a novel benchmark for training and evaluating language models for producing personalized outputs. LaMP offers a comprehensive evaluation framework with diverse language tasks and mult…

Cited by 185SourcePDFScholar
2024

Large Language Models are Effective Text Rankers with Pairwise Ranking Prompting

NAACL 2024findings

Ranking documents using Large Language Models (LLMs) by directly feeding the query and candidate documents into the prompt is an interesting and practical problem. However, researchers have found it difficult to outperform fine-tuned baseline rankers on benchmark datasets.We analyze pointwise and li…

Cited by 255SourcePDFScholar
2024

Multilingual Fine-Grained News Headline Hallucination Detection

EMNLP 2024finding

The popularity of automated news headline generation has surged with advancements in pre-trained language models. However, these models often suffer from the “hallucination” problem, where the generated headline is not fully supported by its source article. Efforts to address this issue have predomi…

2024

Outlier Weighed Layerwise Sparsity (OWL): A Missing Secret Sauce for Pruning LLMs to High Sparsity

ICML 2024poster

Large Language Models (LLMs), renowned for their remarkable performance across diverse domains, present a challenge due to their colossal model size when it comes to practical deployment. In response to this challenge, efforts have been directed toward the application of traditional network pruning…

2024

PLaD: Preference-based Large Language Model Distillation with Pseudo-Preference Pairs

ACL 2024findings

Large Language Models (LLMs) have exhibited impressive capabilities in various tasks, yet their vast parameter sizes restrict their applicability in resource-constrained settings. Knowledge distillation (KD) offers a viable solution by transferring expertise from large teacher models to compact stud…

Cited by 5SourcePDFScholar
2024

PRewrite: Prompt Rewriting with Reinforcement Learning

ACL 2024short

Prompt engineering is critical for the development of LLM-based applications. However, it is usually done manually in a “trial and error” fashion that can be time consuming, ineffective, and sub-optimal. Even for the prompts which seemingly work well, there is always a lingering question: can the pr…

Cited by 10SourcePDFScholar
2024

Predicting Text Preference Via Structured Comparative Reasoning

ACL 2024long

Comparative reasoning plays a crucial role in predicting text preferences; however, large language models (LLMs) often demonstrate inconsistencies in their reasoning, leading to incorrect preference predictions. While approaches like Chain-of-Thought improve accuracy in many settings, they struggle…

Cited by 6SourcePDFScholar
2024

Retrieval Augmented Generation or Long-Context LLMs? A Comprehensive Study and Hybrid Approach

EMNLP 2024industry

Retrieval Augmented Generation (RAG) has been a powerful tool for Large Language Models (LLMs) to efficiently process overly lengthy contexts. However, recent LLMs like Gemini-1.5 and GPT-4 show exceptional capabilities to understand long contexts directly. We conduct a comprehensive comparison betw…

Cited by 33SourcePDFScholar
2024

Take One Step at a Time to Know Incremental Utility of Demonstration: An Analysis on Reranking for Few-Shot In-Context Learning

NAACL 2024long

In-Context Learning (ICL) is an emergent capability of Large Language Models (LLMs). Only a few demonstrations enable LLMs to be used as blackbox for new tasks. Previous studies have shown that using LLMs’ outputs as labels is effective in training models to select demonstrations. Such a label is ex…

2023

Learning List-Level Domain-Invariant Representations for Ranking

NeurIPS 2023spotlight

Domain adaptation aims to transfer the knowledge learned on (data-rich) source domains to (low-resource) target domains, and a popular method is invariant representation learning, which matches and aligns the data distributions on the feature space. Although this method is studied extensively and ap…

Cited by 9SourcePDFScholar
2022

QUILL: Query Intent with Large Language Models using Retrieval Augmentation and Multi-stage Distillation

EMNLP 2022industry

Large Language Models (LLMs) have shown impressive results on a variety of text understanding tasks. Search queries though pose a unique challenge, given their short-length and lack of nuance or context. Complicated feature engineering efforts do not always lead to downstream improvements as their p…

Cited by 31SourcePDFScholar
2021

Are Neural Rankers still Outperformed by Gradient Boosted Decision Trees?

ICLR 2021spotlight

Despite the success of neural models on many major machine learning problems, their effectiveness on traditional Learning-to-Rank (LTR) problems is still not widely acknowledged. We first validate this concern by showing that most recent neural LTR models are, by a large margin, inferior to the best…

Cited by 131SourcePDFScholar