CLSep 24, 2024

Explaining word embeddings with perfect fidelity: Case study in research impact prediction

arXiv:2409.15912v3h-index: 4
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable AI in research impact prediction, offering a domain-specific solution for scholars and practitioners.

The authors tackled the problem of explaining predictions from logistic regression classifiers trained on word embeddings by introducing SMER, a feature importance method with theoretically perfect fidelity, and demonstrated its superiority over existing methods like LIME and SHAP through experiments on 50,000 research articles.

The best-performing approaches for scholarly document quality prediction are based on embedding models. In addition to their performance when used in classifiers, embedding models can also provide predictions even for words that were not contained in the labelled training data for the classification model, which is important in the context of the ever-evolving research terminology. Although model-agnostic explanation methods, such as Local interpretable model-agnostic explanations, can be applied to explain machine learning classifiers trained on embedding models, these produce results with questionable correspondence to the model. We introduce a new feature importance method, Self-model Rated Entities (SMER), for logistic regression-based classification models trained on word embeddings. We show that SMER has theoretically perfect fidelity with the explained model, as the average of logits of SMER scores for individual words (SMER explanation) exactly corresponds to the logit of the prediction of the explained model. Quantitative and qualitative evaluation is performed through five diverse experiments conducted on 50,000 research articles (papers) from the CORD-19 corpus. Through an AOPC curve analysis, we experimentally demonstrate that SMER produces better explanations than LIME, SHAP and global tree surrogates.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes