VLDB 2026 Research / reviewers in the wild / expert
Behrooz Mansouri
dblp:206/4517
· DBLP profile ↗
13ranked-venue papers in the field
10as first author
9since 2021 · last 2026
0000-0002-0400-9761ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 13 (10 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | MathMex-PDF: Towards Accessible Visual Mathematics
Nathaniel Serrano, Lucas Matheson, Clayton Durepos, Behrooz Mansouri |
SIGIR | 4 |
| 2025 | Augmenting Vision-Language Retrieval: The Role of Multimodal LLMs as Synthetic Data GeneratorsabstractMultimodal Large Language Models (MLLMs) connect and interpret different data types, making them suitable for various vision-language tasks. Despite the rapid advancements in MLLMs, their effectiveness for specialized cross-modal retrieval tasks remains underexplored. A challenging example is art retrieval, where the task is to find visually and conceptually relevant artwork corresponding to a textual description. This paper investigates the effects of fine-tuning cross-modal retrieval models using both human-annotated and MLLM-generated captions for artistic paintings. To this end, two cross-modal retrieval models, Long-CLIP and BLIP, are studied. Experimental results show that models fine-tuned on MLLM-generated captions achieve search effectiveness comparable to those fine-tuned on human-annotated captions. Aidan Bell, James Gore, Behrooz Mansouri |
SIGIR | 3 |
| 2024 | MathMex: Search Engine for Math Definitions
Shea Durgin, James Gore, Behrooz Mansouri |
ECIR (5) | 3 |
| 2024 | Using Large Language Models for Math Information RetrievalabstractLarge language models, such as Orca-2, have demonstrated notable problem-solving abilities in mathematics. However, their potential to enhance math information retrieval remains largely unexplored. This paper investigates the use of two large language models, LLaMA-2 and Orca-2 for three tasks in math information retrieval. First, the study explores the use of these models for relevance assessment, evaluating the relevance of answers to math questions. Then, the application of these models for math data augmentation is studied. Using the existing math information retrieval test collection, ARQMath, answers of different relevance degrees are generated for each topic. These answers are then used for fine-tuning a cross-encoder re-ranker and are compared against fine-tuning with answers that are manually labeled. Finally, the use of these models for ranking candidate answers to math questions is explored. The experimental results indicate that, while these models may not be effective for relevance assessment and ranking tasks, Orca-2 can be a valuable resource for math data augmentation. Behrooz Mansouri, Reihaneh Maarefdoust |
SIGIR | 1 |
| 2022 | Contextualized Formula Search Using Math Abstract Meaning RepresentationabstractIn math formula search, relevance is determined not only by the similarity of formulas in isolation, but also by their surrounding context. We introduce MathAMR, a new unified representation for sentences containing math. MathAMR generalizes Abstract Meaning Representation (AMR) graphs to include math formula operations and arguments. We then use Sentence-BERT to embed linearized MathAMR graphs for use in formula retrieval. In our first experiment, we compare MathAMR against raw text using the same formula representation (Operator Trees), and find that MathAMR produces more effective rankings. We then apply our MathAMR embeddings to reranking runs from the ARQMath-2 formula retrieval task, where in most cases effectiveness measures are improved. The strongest reranked run matches the best P$'[email protected] for an original run, and exceeds the original runs in nDCG$'[email protected] Behrooz Mansouri, Douglas W. Oard, Richard Zanibbi |
CIKM | 1 |
| 2022 | Advancing Math-Aware Search: The ARQMath-3 Lab at CLEF 2022
Behrooz Mansouri, Anurag Agarwal, Douglas W. Oard, Richard Zanibbi |
ECIR (2) | 1 |
| 2021 | Advancing Math-Aware Search: The ARQMath-2 Lab at CLEF 2021
Behrooz Mansouri, Anurag Agarwal, Douglas W. Oard, Richard Zanibbi |
ECIR (2) | 1 |
| 2021 | Embedding Formulae and Text for Improved Math RetrievalabstractLarge data collections containing millions of math formulae are available online. Retrieving math expressions from these collections is challenging. The structural complexity of formulae requires specialized processing. When searching for mathematical content, accurate measures of formula similarity can help with tasks such as document ranking, query recommendation, and result set clustering. While there have been many attempts at embedding words and graphs, formula embedding is still in its early stages. This research aims to introduce an embedding model for mathematical formulae and accompanying text that can be used in math information retrieval. For that, first embedding models for isolated formulae are introduced, using intrinsic measures to study the effectiveness and efficiency of retrieval using those embeddings. Those results support the second goal of this research, which is to develop joint embedding models for formulae and text that can support the full range of content encountered in math retrieval. This can be seen as a special case of multimodal embedding, thus potentially benefiting from related research that jointly models other cases in which text and structured representations are co-present, such as chemistry. I summarize the research questions as follows: RQ1: How can we effectively provide an embedding model for isolated mathematical formulae? RQ2: How should the joint embedding of text and formulae be done? RQ3: How can evaluation of math search be grounded in a representative task? For RQ1, I propose to first study simple models that walk the tree structure to study the effectiveness and efficiency of the formula embedding model and then move to more advanced models. I have introduced Tangent-CFT [2] model. As my next step for formula embedding, I plan to look at deep neural network models that have been applied for graph embedding. After studying an embedding model for isolated formulae, in RQ2 I plan to focus on making use of the surrounding text of formulae. I will consider four possible approaches to constructing a joint embedding model: Linearizing the tree structure of formulae to sequences and then applying a single sequence embedding model to the text and the linearized formula, similar to [1], Forming separate embeddings for text and formulae, then unifying the two embedding spaces using seed alignments obtained either through supervision or using heuristics, or Extracting a tree out of the text and then apply a structure embedding model on both trees, or Combine results from specialized embedding models. For example, if the task is retrieval (ranking), then in the simplest scenario the results can be combined with methods such as Reciprocal Rank Fusion (RRF) or CombMNZ. I would then study how text and formulae embedding models should be combined. One possible solution might be to do retrieval using each of the embeddings and then combine the results. Another approach is to learn a model that provides a unified embedding that captures both formula and text features. Another approach to have a joint embedding model is to convert text to a tree structure. I can then look at this as a tree-to-tree translation problem. For both RQ1 and RQ2, I plan to first study the effectiveness of the proposed embedding in the formula retrieval before proceeding to the text+formula condition. Results will be compared with the best-reported results on the ARQMath [3] question answering task. While part of this research focuses on creating an embedding model for math, I also need a standard evaluation protocol and dataset. In a planned three-year sequence of ARQMath labs, I aim to answer RQ3 and provide high-quality training, devtest, and test sets for math search. Importantly, ARQMath also serves as a platform for operationalizing a repeatable community-consensus definition for relevance in isolated formula search. Behrooz Mansouri |
SIGIR | 1 |
| 2021 | Learning to Rank for Mathematical Formula RetrievalabstractIn Mathematical Information Retrieval (MIR), formulae can be used in a query to match other similar formulae in documents. However, due to the structural complexity of formulae, specialized processing is needed for formula matching. Formulae may be represented by their appearance in Symbol Layout Trees (SLTs) or by their syntax in Operator Trees (OPTs). Previous approaches for formula retrieval used one or both of these representations and used unification to improve search results for inexact matches (e.g., allowing different variable names to match). On these representations, models for matching full expressions (trees), subexpressions, and paths have been used. Recently embedding models were used to represent formulae as vectors. In this paper, the effectiveness of retrieval models and formula representations are studied to identify their relative strengths and weaknesses. Then, a learning to rank model is proposed, using SVM-rank over similarity scores from different formula retrieval models as features. Experiments on the ARQMath formula retrieval task results show that the proposed learning to rank model is effective, producing new state-of-the-art results. Behrooz Mansouri, Richard Zanibbi, Douglas W. Oard |
SIGIR | 1 |
| 2020 | Finding Old Answers to New Math Questions: The ARQMath Lab at CLEF 2020
Behrooz Mansouri, Anurag Agarwal, Douglas W. Oard, Richard Zanibbi |
ECIR (2) | 1 |
| 2018 | ParsTime: Rule-Based Extraction and Normalization of Persian Temporal Expressions
Behrooz Mansouri, Mohammad Sadegh Zahedi, Ricardo Campos 0001, Mojgan Farhoodi, Masoud Rahgozar |
ECIR | 1 |
| 2018 | Online Job Search: Study of Users' Search Behavior using Search Engine Query LogsabstractOver the last few years, an increasing number of user's and enterprises on the internet has generated a global marketplace for both employers and job seekers. Despite the fact that online job search is now more preferable than traditional methods - leading to better matches between the job seekers and the employer's intents - there is still little insight into how online job searches are different from general web searches. In this paper, we explore the different characteristics of online job search and their differences with general searches, by leveraging search engine query logs. Our experimental results show that job searches have specific attributes which can be used by search engines to increase the quality of the search results. Behrooz Mansouri, Mohammad Sadegh Zahedi, Ricardo Campos 0001, Mojgan Farhoodi |
SIGIR | 1 |
| 2017 | Learning Temporal Ambiguity in Web Search QueriesabstractTime has strong influence on web search. The temporal intent of the searcher adds an important dimension to the relevance judgments of web queries. However, lack of understanding their temporal requirements increases the ambiguity of the queries, turning retrieval effectiveness improvements into a complex task. In this paper, we propose an approach to classify web queries into four different categories considering their temporal ambiguity. For each query, we develop features from its search volumes and related queries using Google trends and its related top Wikipedia pages. Our experiment results show that these features can determine temporal ambiguity of a given query with high accuracy. We have demonstrated that a Multilayer Perceptron Networks can achieve better results in classifying temporal class of queries in comparison to other classifiers. Behrooz Mansouri, Mohammad Sadegh Zahedi, Masoud Rahgozar, Farhad Oroumchian, Ricardo Campos 0001 |
CIKM | 1 |