Faezeh Ensan

dblp:61/5189 · DBLP profile ↗
← Back
22ranked-venue papers in the field
10as first author
8since 2021 · last 2025
0000-0002-8891-0249ORCID · corroborated

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 9 (2 first)Data Mining & Knowledge Discovery · 7 (4 first)Knowledge Engineering, Semantic Web & Information Systems · 3 (2 first)Database Systems & Data Management · 2 (1 first)Business Process & Enterprise Data · 1 (1 first)
YearPublicationVenuePosition
2025 Responsible AI Day
abstract
This special day event on Responsible Artificial Intelligence (AI) brings together researchers, practitioners, and policymakers to explore how data mining and machine learning systems can be designed to align with ethical principles, societal values, and human well-being. As AI technologies increasingly influence decisions in healthcare, finance, governance, and social systems, there is a critical need to develop frameworks that embed fairness, accountability, and privacy directly into the foundations of knowledge discovery. This full-day event will feature a mix of invited talks, interactive debates, expert panels, and peer-reviewed research presentations, all focused on the practical integration of ethical design into data-driven systems. The Responsible AI Day builds on the success of Canada's NSERC CREATE Program on Responsible AI, an interdisciplinary initiative training the next generation of AI researchers across computer science, law, bioethics, public health, and media studies. Topics will span scalable AI governance, privacy-preserving computation, algorithmic bias mitigation, and the socio-legal tensions emerging in generative AI. By positioning responsible AI as a sociotechnical challenge, this special day aligns with KDD's mission of advancing data science that is not only technically robust but also socially conscious.
Ebrahim Bagheri, Faezeh Ensan, Calvin Hillis, Reihaneh Rabbany, Robin Cohen, Benjamin C. M. Fung, Sébastien Gambs
KDD (2)2
2025 Unlocking wisdom: enhancing biomedical question answering with domain knowledge
Bita Azad, Mahdiyar Ali Akbar Alavi, Parastoo Jafarzadeh, Faezeh Ensan, Dimitrios Androutsos
Knowl. Inf. Syst.4
2025 An evidence-based approach for open-domain question answering
Parastoo Jafarzadeh, Faezeh Ensan
Knowl. Inf. Syst.2
2025 A Knowledge Graph Embedding Model for Answering Factoid Entity Questions
abstract
Factoid entity questions (FEQ), which seek answers in the form of a single entity from knowledge sources, such as DBpedia and Wikidata, constitute a substantial portion of user queries in search engines. This article introduces the knowledge graph embedding model for FEQ (KGE-FEQ) answering. Leveraging a textual knowledge graph derived from extensive text collections, KGE-FEQ encodes textual relationships between entities. The model employs a two-step process: (1) Triple Retrieval, where relevant triples are retrieved from the textual knowledge graph based on semantic similarities to the question, and (2) Answer Selection, where a knowledge graph embedding approach is utilized for answering the question. This involves positioning the embedding for the answer entity close to the embedding of the question entity, incorporating a vector representing the question and textual relations between entities. Extensive experiments evaluate the performance of the proposed approach, comparing KGE-FEQ to state-of-the-art baselines in FEQ answering and the most advanced open-domain question answering techniques applied to FEQs. The results show that KGE-FEQ outperforms existing methods across different datasets. Ablation studies highlights the effectiveness of KGE-FEQ when both the question and textual relations between entities are considered for answering questions.
Parastoo Jafarzadeh, Faezeh Ensan, Mahdiyar Ali Akbar Alavi, Fattane Zarrinkalam
ACM Trans. Inf. Syst.2
2024 A Self-Distilled Learning to Rank Model for Ad Hoc Retrieval
abstract
Learning to rank models are broadly applied in ad hoc retrieval for scoring and sorting documents based on their relevance to textual queries. The generalizability of the trained model in the learning to rank approach, however, can have an impact on the retrieval performance, particularly when data includes noise and outliers, or is incorrectly collected or measured. In this paper, we introduce a Self-Distilled Learning to Rank (SDLR) framework for ad hoc retrieval, and analyze its performance over a range of retrieval datasets and also in the presence of features’ noise. SDLR assigns a confidence weight to each training sample, aiming at reducing the impact of noisy and outlier data in the training process. The confidence weight is approximated based on the feature’s distributions derived from the values observed for the features of the documents labeled for a query in a listwise training sample. SDLR includes a distillation process that facilitates passing on the underlying patterns in assigning confidence weights from the teacher model to the student one. We empirically illustrate that SDLR outperforms state-of-the-art learning to rank models in ad hoc retrieval. We thoroughly investigate the SDLR performance in different settings including when no distillation strategy is applied; when different portion of data are used for training the teacher and the student models, and when both teacher and student models are trained over identical data. We show that SDLR is more effective when training data are split between a teacher and a student model. We also show that SDLR’s performance is robust when data features are noisy.
Sanaz Keshvari, Farzan Saeedi, Hadi Sadoghi Yazdi, Faezeh Ensan
ACM Trans. Inf. Syst.4
2022 Learning to Rank Knowledge Subgraph Nodes for Entity Retrieval
abstract
The importance of entity retrieval, the task of retrieving a ranked list of related entities from big knowledge bases given a textual query, has been widely acknowledged in the literature. In this paper, we propose a novel entity retrieval method that addresses the important challenge that revolves around the need to effectively represent and model context in which entities relate to each other. Based on our proposed method, a model is firstly trained to retrieve and prune a subgraph of a textual knowledge graph that represents contextual relationships between entities. Secondly, a deep model is introduced to reason over the textual content of nodes, edges, and the given question and score and rank entities in the subgraph. We show experimentally that our approach outperforms state-of-the-art methods on a number of benchmarks for entity retrieval.
Parastoo Jafarzadeh, Zahra Amirmahani, Faezeh Ensan
SIGIR3
2022 A semantic approach to post-retrieval query performance prediction
Parastoo Jafarzadeh, Faezeh Ensan
Inf. Process. Manag.2
2022 ListMAP: Listwise learning to rank as maximum a posteriori estimation
Sanaz Keshvari, Faezeh Ensan, Hadi Sadoghi Yazdi
Inf. Process. Manag.2
2019 Relevance-based entity selection for ad hoc retrieval
Faezeh Ensan, Feras N. Al-Obeidat
Inf. Process. Manag.1
2019 Ad hoc retrieval via entity linking and semantic similarity
Faezeh Ensan, Weichang Du
Knowl. Inf. Syst.1
2018 Impact of Document Representation on Neural Ad hoc Retrieval
abstract
Neural embeddings have been effectively integrated into information retrieval tasks including ad hoc retrieval. One of the benefits of neural embeddings is they allow for the calculation of the similarity between queries and documents through vector similarity calculation methods. While such methods have been effective for document matching, they have an inherent bias towards documents that are sized relatively similarly. Therefore, the difference between the query and document lengths, referred to as the query-document size imbalance problem, becomes an issue when incorporating neural embeddings and their associated similarity calculation models into the ad hoc document retrieval process. In this paper, we propose that document representation methods need to be used to address the size imbalance problem and empirically show their impact on the performance of neural embedding-based ad hoc retrieval. In addition, we explore several types of document representation methods and investigate their impact on the retrieval process. We conduct our experiments on three widely used standard corpora, namely Clueweb09B, Clueweb12B and Robust04 and their associated topics. Summarily, we find that document representation methods are able to effectively address the query-document size imbalance problem and significantly improve the performance of neural ad hoc retrieval. In addition, we find that a document representation method based on a simple term-frequency shows significantly better performance compared to more sophisticated representation methods such as neural composition and aspect-based methods.
Ebrahim Bagheri, Faezeh Ensan, Feras N. Al-Obeidat
CIKM2
2018 Neural word and entity embeddings for ad hoc retrieval
Ebrahim Bagheri, Faezeh Ensan, Feras N. Al-Obeidat
Inf. Process. Manag.2
2018 Foreword to the special issue on mining actionable insights from social networks
Ebrahim Bagheri, Faezeh Ensan, Ioannis Katakis 0001, Zeinab Noorian
Inf. Syst.2
2018 Query expansion using pseudo relevance feedback on wikipedia
Andisheh Keikha, Faezeh Ensan, Ebrahim Bagheri
J. Intell. Inf. Syst.2
2017 An Empirical Study of Embedding Features in Learning to Rank
abstract
This paper explores the possibility of using neural embedding features for enhancing the effectiveness of ad hoc document ranking based on learning to rank models. We have extensively introduced and investigated the effectiveness of features learnt based on word and document embeddings to represent both queries and documents. We employ several learning to rank methods for document ranking using embedding-based features, keyword-based features as well as the interpolation of the embedding-based features with keyword-based features. The results show that embedding features have a synergistic impact on keyword based features and are able to provide statistically significant improvement on harder queries.
Faezeh Ensan, Ebrahim Bagheri, Amal Zouaq, Alexandre Kouznetsov
CIKM1
2017 Document Retrieval Model Through Semantic Linking
abstract
This paper addresses the task of document retrieval based on the degree of document relatedness to the meanings of a query by presenting a semantic-enabled language model. Our model relies on the use of semantic linking systems for forming a graph representation of documents and queries, where nodes represent concepts extracted from documents and edges represent semantic relatedness between concepts. Based on this graph, our model adopts a probabilistic reasoning model for calculating the conditional probability of a query concept given values assigned to document concepts. We present an integration framework for interpolating other retrieval systems with the presented model in this paper. Our empirical experiments on a number of TREC collections show that the semantic retrieval has a synergetic impact on the results obtained through state of the art keyword-based approaches, and the consideration of semantic information obtained from entity linking on queries and documents can complement and enhance the performance of other retrieval models.
Faezeh Ensan, Ebrahim Bagheri
WSDM1
2017 Mining Actionable Insights from Social Networksat WSDM 2017
abstract
The first international workshop on Mining Actionable Insights from Social Networks (MAISoN'17) is to be held on February 10, 2017; co-located with the Tenth ACM International Web Search and Data Mining (WSDM) Conference in Cambridge, UK. MAISoN'17 aims at bringing together researchers and participants from different disciplines such as computer science, big data mining, machine learning, social network analysis and other related areas in order to identify challenging problems and share ideas, algorithms, and technologies for mining actionable insight from social network data. We organized a workshop program that includes the presentation of eight peer-reviewed papers and keynote talks, which foster discussions around state-of-the-art in social network mining and will hopefully lead to future collaborations and exchanges.
Faezeh Ensan, Zeinab Noorian, Ebrahim Bagheri
WSDM1
2013 A semantic metrics suite for evaluating modular ontologies
Faezeh Ensan, Weichang Du
Inf. Syst.1
2012 Evolutionary Search-Based Test Generation for Software Product Line Feature Models
Faezeh Ensan, Ebrahim Bagheri, Dragan Gasevic
CAiSE1
2011 A knowledge encapsulation approach to ontology modularization
Faezeh Ensan, Weichang Du
Knowl. Inf. Syst.1
2008 Formalizing Ontology Modularization through the Notion of Interfaces
Faezeh Ensan
EKAW1
2008 An Interface-Based Ontology Modularization Framework for Knowledge Encapsulation
Faezeh Ensan, Weichang Du
ISWC1