CLAICYIRLGNov 5, 2023

CausalCite: A Causal Formulation of Paper Citations

arXiv:2311.02790v327 citationsh-index: 40Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of evaluating paper significance for researchers and institutions, though it is incremental as it builds on existing causal inference methods.

The authors tackled the problem of inaccurate citation counts as a measure of paper significance by proposing CausalCite, a new metric that assesses the causal impact of a paper on follow-up papers, demonstrating high correlation with expert-reported impact and awards.

Citation count of a paper is a commonly used proxy for evaluating the significance of a paper in the scientific community. Yet citation measures are widely criticized for failing to accurately reflect the true impact of a paper. Thus, we propose CausalCite, a new way to measure the significance of a paper by assessing the causal impact of the paper on its follow-up papers. CausalCite is based on a novel causal inference method, TextMatch, which adapts the traditional matching framework to high-dimensional text embeddings. TextMatch encodes each paper using text embeddings from large language models (LLMs), extracts similar samples by cosine similarity, and synthesizes a counterfactual sample as the weighted average of similar papers according to their similarity values. We demonstrate the effectiveness of CausalCite on various criteria, such as high correlation with paper impact as reported by scientific experts on a previous dataset of 1K papers, (test-of-time) awards for past papers, and its stability across various subfields of AI. We also provide a set of findings that can serve as suggested ways for future researchers to use our metric for a better understanding of the quality of a paper. Our code is available at https://github.com/causalNLP/causal-cite.

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