VLDB 2026 Research / reviewers in the wild / expert
Razieh Rahimi
dblp:13/7406
· DBLP profile ↗
14ranked-venue papers in the field
6as first author
6since 2021 · last 2023
0000-0002-2584-3309ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 14 (6 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Search Result Diversification Using Query Aspects as BottlenecksabstractWe address some of the limitations of coverage-based search result diversification models, which often consist of separate components and rely on external systems for query aspects. To overcome these challenges, we introduce an end-to-end learning framework called DUB. Our approach preserves the intrinsic interpretability of coverage-based methods while enhancing diversification performance. Drawing inspiration from the information bottleneck method, we propose an aspect extractor that generates query aspect embeddings optimized as information bottlenecks for the task of diversified document re-ranking. Experimental results demonstrate that DUB outperforms state-of-the-art diversification models. Puxuan Yu, Razieh Rahimi, Zhiqi Huang 0002, James Allan 0001 |
CIKM | 2 |
| 2022 | Alignment Rationale for Query-Document RelevanceabstractDeep neural networks are widely used for text pair classification tasks such as as adhoc information retrieval. These deep neural networks are not inherently interpretable and require additional efforts to get rationale behind their decisions. Existing explanation models are not yet capable of inducing alignments between the query terms and the document terms -- which part of the document rationales are responsible for which part of the query? In this paper, we study how the input perturbations can be used to infer or evaluate alignments between the query and document spans, which best explain the black-box ranker's relevance prediction. We use different perturbation strategies and accordingly propose a set of metrics to evaluate the faithfulness of alignment rationales to the model. Our experiments show that the defined metrics based on substitution-based perturbation are more successful in preferring higher-quality alignments, compared to the deletion-based metrics. Razieh Rahimi, James Allan 0001 |
SIGIR | 2 |
| 2022 | Towards Explainable Search Results: A Listwise Explanation GeneratorabstractIt has been shown that the interpretability of search results is enhanced when query aspects covered by documents are explicitly provided. However, existing work on aspect-oriented explanation of search results explains each document independently. These explanations thus cannot describe the differences between documents. This issue is also true for existing models on query aspect generation. Furthermore, these models provide a single query aspect for each document, even though documents often cover multiple query aspects. To overcome these limitations, we propose LiEGe, an approach that jointly explains all documents in a search result list. LiEGe provides semantic representations at two levels of granularity -- documents and their tokens -- using different interaction signals including cross-document interactions. These allow listwise modeling of a search result list as well as the generation of coherent explanations for documents. To appropriately explain documents that cover multiple query aspects, we introduce two settings for search result explanation: comprehensive and novelty explanation generation. LiEGe is trained and evaluated for both settings. We evaluate LiEGe on datasets built from Wikipedia and real query logs of the Bing search engine. Our experimental results demonstrate that LiEGe outperforms all baselines, with improvements that are substantial and statistically significant. Puxuan Yu, Razieh Rahimi, James Allan 0001 |
SIGIR | 2 |
| 2021 | Mixed Attention Transformer for Leveraging Word-Level Knowledge to Neural Cross-Lingual Information RetrievalabstractPre-trained contextualized representations offer great success for many downstream tasks, including document ranking. The multilingual versions of such pre-trained representations provide a possibility of jointly learning many languages with the same model. Although it is expected to gain big with such joint training, in the case of cross-lingual information retrieval (CLIR), the models under a multilingual setting are not achieving the same level of performance as those under a monolingual setting. We hypothesize that the performance drop is due to thetranslation gap between query and documents. In the monolingual retrieval task, because of the same lexical inputs, it is easier for model to identify the query terms that occurred in documents. However, in the multilingual pre-trained models that the words in different languages are projected into the same hyperspace, the model tends to "translate" query terms into related terms - i.e., terms that appear in a similar context - in addition to or sometimes rather than synonyms in the target language. This property is creating difficulties for the model to connect terms that co-occur in both query and document. To address this issue, we propose a novel Mixed Attention Transformer (MAT) that incorporates external word-level knowledge, such as a dictionary or translation table. We design a sandwich-like architecture to embed MAT into the recent transformer-based deep neural models. By encoding the translation knowledge into an attention matrix, the model with MAT is able to focus on the mutually translated words in the input sequence. Experimental results demonstrate the effectiveness of the external knowledge and the significant improvement of MAT-embedded neural reranking model on CLIR task. Zhiqi Huang 0002, Hamed R. Bonab, Sheikh Muhammad Sarwar, Razieh Rahimi, James Allan 0001 |
CIKM | 4 |
| 2021 | Query-driven Segment Selection for Ranking Long DocumentsabstractTransformer-based rankers have shown state-of-the-art performance. However, their self-attention operation is mostly unable to process long sequences. One of the common approaches to train these rankers is to heuristically select some segments of each document, such as the first segment, as training data. However, these segments may not contain the query-related parts of documents. To address this problem, we propose query-driven segment selection from long documents to build training data. The segment selector provides relevant samples with more accurate labels and non-relevant samples which are harder to be predicted. The experimental results show that the basic BERT-based ranker trained with the proposed segment selector significantly outperforms that trained by the heuristically selected segments, and performs equally to the state-of-the-art model with localized self-attention that can process longer input sequences. Our findings open up new direction to design efficient transformer-based rankers. Razieh Rahimi, Hamed R. Bonab, James Allan 0001 |
CIKM | 2 |
| 2021 | AutoName: A Corpus-Based Set Naming FrameworkabstractWe propose AutoName, an unsupervised framework that extracts a name for a set of query entities from a large-scale text corpus. Entity-set naming is useful in many tasks related to natural language processing and information retrieval such as session-based and conversational information seeking. Previous studies mainly extract set names from knowledge bases which provide highly reliable entity relations, but suffer from limited coverage of entities and set names that represent broad semantic classes. To address these problems, AutoName generates hypernym-anchored candidate phrases via probing a pre-trained language model and the entities' context in documents. Phrases are then clustered to identify ones that describe common concepts among query entities. Finally, AutoName ranks refined phrases based on the co-occurrences of their words with query entities and the conceptual integrity of their respective clusters. We built a new benchmark dataset for this task, consisting of 130 entity sets with name labels. Experimental results show that AutoName generates coherent and meaningful set names and significantly outperforms all baselines. Zhiqi Huang 0002, Razieh Rahimi, Puxuan Yu, Jingbo Shang, James Allan 0001 |
SIGIR | 2 |
| 2020 | Relevance Ranking Based on Query-Aware Context Analysis
Ali Montazeralghaem, Razieh Rahimi, James Allan 0001 |
ECIR (1) | 2 |
| 2020 | An axiomatic approach to corpus-based cross-language information retrieval
Razieh Rahimi, Ali Montazeralghaem, Azadeh Shakery |
Inf. Retr. J. | 1 |
| 2019 | Corpus-based Set Expansion with Lexical Features and Distributed RepresentationsabstractCorpus-based set expansion refers to mining "sibling" entities of some given seed entities from a corpus. Previous works are limited to using either textual context matching or semantic matching to fulfill this task. Neither matching method takes full advantage of the rich information in free text. We present CaSE, an efficient unsupervised corpus-based set expansion framework that leverages lexical features as well as distributed representations of entities for the set expansion task. Experiments show that CaSE outperforms state-of-the-art set expansion algorithms in terms of expansion accuracy. Puxuan Yu, Zhiqi Huang 0002, Razieh Rahimi, James Allan 0001 |
SIGIR | 3 |
| 2017 | Online Learning to Rank for Cross-Language Information RetrievalabstractOnline learning to rank for information retrieval has shown great promise in optimization of Web search results based on user interactions. However, online learning to rank has been used only in the monolingual setting where queries and documents are in the same language. In this work, we present the first empirical study of optimizing a model for Cross-Language Information Retrieval (CLIR) based on implicit feedback inferred from user interactions. We show that ranking models for CLIR with acceptable performance can be learned in an online setting although ranking features are noisy because of the language mismatch. Razieh Rahimi, Azadeh Shakery |
SIGIR | 1 |
| 2016 | Extracting translations from comparable corpora for Cross-Language Information Retrieval using the language modeling framework
Razieh Rahimi, Azadeh Shakery, Irwin King |
Inf. Process. Manag. | 1 |
| 2015 | Multilingual information retrieval in the language modeling framework
Razieh Rahimi, Azadeh Shakery, Irwin King |
Inf. Retr. J. | 1 |
| 2014 | Axiomatic Analysis of Cross-Language Information RetrievalabstractA major challenge in Cross-Language Information Retrieval (CLIR) is the adoption of translation knowledge in retrieval models, as it affects the term weighting which is known to highly impact the retrieval performance. In this paper, we present an analytical study of using translation knowledge in CLIR. In particular, by adopting axiomatic analysis framework, we formulate the impacts of translation knowledge on document ranking as constraints that any cross-language retrieval model should satisfy. We then consider the state-of-the-art CLIR methods and check whether they satisfy these constraints. Finally, we show through empirical evaluation that violating one of the constraints harms the retrieval performance significantly which calls for further investigation. Razieh Rahimi, Azadeh Shakery, Irwin King |
CIKM | 1 |
| 2013 | A Language Modeling Approach for Extracting Translation Knowledge from Comparable Corpora
Razieh Rahimi, Azadeh Shakery |
ECIR | 1 |