← Search

Md Arafat Sultan

11 accepted papers

2024

FIRST: Faster Improved Listwise Reranking with Single Token Decoding

EMNLP 2024main

Large Language Models (LLMs) have significantly advanced the field of information retrieval, particularly for reranking. Listwise LLM rerankers have showcased superior performance and generalizability compared to existing supervised approaches. However, conventional listwise LLM reranking methods la…

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…

2024

Structured Chain-of-Thought Prompting for Few-Shot Generation of Content-Grounded QA Conversations

EMNLP 2024finding

We introduce a structured chain-of-thought (SCoT) prompting approach to generating content-grounded multi-turn question-answer conversations with a pre-trained large language model (LLM). At the core of our proposal is a structured breakdown of the complex task into a number of states in a state mac…

Cited by 5SourcePDFScholar
2023

Ensemble-Instruct: Instruction Tuning Data Generation with a Heterogeneous Mixture of LMs

EMNLP 2023long findings

Using in-context learning (ICL) for data generation, techniques such as Self-Instruct (Wang et al., 2023) or the follow-up Alpaca (Taori et al., 2023) can train strong conversational agents with only a small amount of human supervision. One limitation of these approaches is that they resort to very…

Cited by 0SourceScholar
2023

GAAMA 2.0: An Integrated System That Answers Boolean and Extractive Questions

AAAI 2023technical

Recent machine reading comprehension datasets include extractive and boolean questions but current approaches do not offer integrated support for answering both question types. We present a front-end demo to a multilingual machine reading comprehension system that handles boolean and extractive ques…

2023

Moving Beyond Downstream Task Accuracy for Information Retrieval Benchmarking

ACL 2023findings

Neural information retrieval (IR) systems have progressed rapidly in recent years, in large part due to the release of publicly available benchmarking tasks. Unfortunately, some dimensions of this progress are illusory: the majority of the popular IR benchmarks today focus exclusively on downstream…

2023

UDAPDR: Unsupervised Domain Adaptation via LLM Prompting and Distillation of Rerankers

EMNLP 2023long main

Many information retrieval tasks require large labeled datasets for fine-tuning. However, such datasets are often unavailable, and their utility for real-world applications can diminish quickly due to domain shifts. To address this challenge, we develop and motivate a method for using large language…

Cited by 0SourcecodeScholar
2022

Learning Cross-Lingual IR from an English Retriever

NAACL 2022long

We present DR.DECR (Dense Retrieval with Distillation-Enhanced Cross-Lingual Representation), a new cross-lingual information retrieval (CLIR) system trained using multi-stage knowledge distillation (KD). The teacher of DR.DECR relies on a highly effective but computationally expensive two-stage inf…

2022

Not to Overfit or Underfit the Source Domains? An Empirical Study of Domain Generalization in Question Answering

EMNLP 2022main

Machine learning models are prone to overfitting their training (source) domains, which is commonly believed to be the reason why they falter in novel target domains. Here we examine the contrasting view that multi-source domain generalization (DG) is first and foremost a problem of mitigating sourc…

2022

Towards Robust Neural Retrieval with Source Domain Synthetic Pre-Finetuning

COLING 2022main

Research on neural IR has so far been focused primarily on standard supervised learning settings, where it outperforms traditional term matching baselines. Many practical use cases of such models, however, may involve previously unseen target domains. In this paper, we propose to improve the out-of-…