← Search

Navid Rekabsaz

9 accepted papers

2025

Batched Self-Consistency Improves LLM Relevance Assessment and Ranking

EMNLP 2025

LLM query-passage relevance assessment is typically studied using a one-by-one pointwise (PW) strategy where each LLM call judges one passage at a time. However, this strategy requires as many LLM calls as there are passages while also preventing information sharing between passages. We thus hypothe

2024

ScaLearn: Simple and Highly Parameter-Efficient Task Transfer by Learning to Scale

ACL 2024findings

Multi-task learning (MTL) has shown considerable practical benefits, particularly when using language models (LMs). While this is commonly achieved by learning tasks under a joint optimization procedure, some methods, such as AdapterFusion, divide the problem into two stages: (i) task learning, wher…

2024

Unlabeled Debiasing in Downstream Tasks via Class-wise Low Variance Regularization

EMNLP 2024main

Language models frequently inherit societal biases from their training data. Numerous techniques have been proposed to mitigate these biases during both the pre-training and fine-tuning stages. However, fine-tuning a pre-trained debiased language model on a downstream task can reintroduce biases int…

2023

Enhancing the Ranking Context of Dense Retrieval through Reciprocal Nearest Neighbors

EMNLP 2023long main

Sparse annotation poses persistent challenges to training dense retrieval models; for example, it distorts the training signal when unlabeled relevant documents are used spuriously as negatives in contrastive learning. To alleviate this problem, we introduce evidence-based label smoothing, a novel,…

Cited by 0SourceScholar
2023

Leveraging Domain Knowledge for Inclusive and Bias-aware Humanitarian Response Entry Classification

IJCAI 2023poster

Accurate and rapid situation analysis during humanitarian crises is critical to delivering humanitarian aid efficiently and is fundamental to humanitarian imperatives and the Leave No One Behind (LNOB) principle. This data analysis can highly benefit from language processing systems, e.g., by classi…

2023

Modular and On-demand Bias Mitigation with Attribute-Removal Subnetworks

ACL 2023findings

Societal biases are reflected in large pre-trained language models and their fine-tuned versions on downstream tasks. Common in-processing bias mitigation approaches, such as adversarial training and mutual information removal, introduce additional optimization criteria, and update the model to reac…

2022

CODER: An efficient framework for improving retrieval through COntextual Document Embedding Reranking

EMNLP 2022main

Contrastive learning has been the dominant approach to training dense retrieval models. In this work, we investigate the impact of ranking context - an often overlooked aspect of learning dense retrieval models. In particular, we examine the effect of its constituent parts: jointly scoring a large n…

2022

HumSet: Dataset of Multilingual Information Extraction and Classification for Humanitarian Crises Response

EMNLP 2022finding

Timely and effective response to humanitarian crises requires quick and accurate analysis of large amounts of text data – a process that can highly benefit from expert-assisted NLP systems trained on validated and annotated data in the humanitarian response domain. To enable creation of such NLP sys…

2022

WECHSEL: Effective initialization of subword embeddings for cross-lingual transfer of monolingual language models

NAACL 2022long

Large pretrained language models (LMs) have become the central building block of many NLP applications. Training these models requires ever more computational resources and most of the existing models are trained on English text only. It is exceedingly expensive to train these models in other langua…