Summary
The paper proposes a framework, HLM-Cite (Hybrid Language Model) for scientific citation prediction based on incorporating generative language models embeddings and LLMs as agents. The pretrained text embeddings are used to retrieve high likelihood core citations (a term the paper introduces to define as more meaningful citations, compared to superficial or non-citations). Three different LLM agents are then used to rank the papers by reasoning over them.
Strengths
- This is an interesting use of language models, both smaller in scale and LLMs, for a task relevant to researchers. In particular, this type of work is very relevant and could benefit the open science community.
- The system created is well designed, the choices are justified (e.g. the three agents)
- The experiments are extensive, and multiple models are compared, which grounds the analyses scientifically
- The results are strong and performance surpasses other models, showing that the proposed framework is indeed well designed
- The paper is clearly written and the work is well presented
Weaknesses
- The idea of a "core" citation is not necessarily novel, as citation classification systems have been around for a while. While there isn't one classification system the scientific community agrees upon, there have been multiple proposed. The paper should acknowledge this body of work around citation classification systems, especially if proposing a new one: "core", "superficial" and "non-citations" - which is essentially a binary classification on the citation type ("core" vs "superficial"). Some references:
- [1] Cohan, Arman, et al. "Structural scaffolds for citation intent classification in scientific publications." arXiv preprint arXiv:1904.01608 (2019).
- [2] Garfield, Eugene. "" Science Citation Index"—A New Dimension in Indexing: This unique approach underlies versatile bibliographic systems for communicating and evaluating information." Science 144.3619 (1964): 649-654.
- [3] Jurgens, David, et al. "Measuring the evolution of a scientific field through citation frames." Transactions of the Association for Computational Linguistics 6 (2018): 391-406.
- [4] Moravcsik, Michael J. "Citation context classification of a citation classic concerning citation context classification." Social Studies of Science 18.3 (1988): 515-521.
- [5] Nicholson, Josh M., et al. "scite: A smart citation index that displays the context of citations and classifies their intent using deep learning." Quantitative Science Studies 2.3 (2021): 882-898.
- [6] Teufel, Simone, Advaith Siddharthan, and Dan Tidhar. "Automatic classification of citation function." Proceedings of the 2006 conference on empirical methods in natural language processing. 2006.
- While the paper provides an interesting and well designed system, it is definitely geared towards applications of LLMs and models, rather than novel scientific contributions. Might be more appropriate for a specialized workshop. This is why my recommendation is borderline.
- Minor notes:
- Lines 13-15 are a bit hard to understand, could be rephrased e.g. [...an LLM to predict citations, which leads to results ..]
- Line 88 -> notations instead of notifications?
Questions
- Since you are using MAG to finetune the various models, how are you annotating the entries in the graph with the three citation classes you proposed: "core", "superficial" and "non-citations", especially given the size of this knowledge graph?
- In Section 3.3.2, it is mentioned that the analyses are manually reviewed and revised, to make sure that they correctly reveal the expected behavior (lines 193-195). How many papers is this done for? The entire set of papers?
- In Section 4.1, it is mentioned that 5 core citations and 5 superficial citations are sampled for each of the 450k queries. Similarly to the first question - how are these citations initially annotated with one of the "core" vs "superficial" classes?
- In several places in the paper (e.g. Section 4.5) you mention "Without loss of statistical significance". How was this computed?
Limitations
Authors mention LLM limitations, such as hallucinations, in their conclusion.