Large Language Models for Citation Function Classification
Summary
This paper presents a comprehensive evaluation of five large language models for citation function classification, achieving new state-of-the-art results on the ACL-ARC dataset with a fine-tuned Falcon 7B model. It also introduces the AC3 dataset, which includes a seven-category annotation scheme distinguishing neutral acknowledgments from evaluative stances.
View Cached Full Text
Cached at: 07/21/26, 06:46 AM
# Large Language Models for Citation Function Classification
Source: [https://arxiv.org/html/2607.17738](https://arxiv.org/html/2607.17738)
###### Abstract
Citation function classification plays a crucial role in understanding the relationships between scientific publications and advancing bibliometric analysis\. This study presents one of the first comprehensive evaluations of multiple state\-of\-the\-art \(SOTA\) large language models \(LLMs\) for citation function classification, achieving new SOTA results on the ACL\-ARC dataset\. We systematically compare five models \(Mistral 7B, Orca 2\-7B, LLaMA 3\.1\-8B, Falcon 7B, and SciBERT\) across zero\-shot, few\-shot, and fine\-tuning approaches\. Our fine\-tuned Falcon 7B model achieves a 73,3% macro F1 score on ACL\-ARC, representing a significant improvement over previous methods\. Additionally, we introduce AC3, a novel dataset featuring a seven\-category annotation scheme that distinguishes between neutral acknowledgments and explicit evaluative stances \(more opinion\-oriented citations – criticizing, complimenting, contradicting\)\. The dataset is implemented across four context extraction variants to systematically evaluate the impact of contextual scope on classification performance\. We also provide detailed analysis of model performance, experimental configurations, and limitations to guide future research in this domain\. To our knowledge, this is one of the first studies dedicated to comprehensive model comparison for citation function classification, addressing a gap identified in recent surveys\.
Keywords:Citation Intent Classification, Few\-shot Learning, LLMs \(Large Language Models\), Zero\-shot Learning,
\\NAT@set@cites
Large Language Models for Citation Function Classification
Daniel Vodička\*, Jakub Šmíd\*,†\\dagger, Pavel Král\*,†\\dagger, Christophe Cerisara‡\\ddagger\*Department of Computer Science and Engineering†\\daggerNTIS – New Technologies for the Information SocietyUniversity of West Bohemia in Pilsen, Faculty of Applied SciencesUniverzitní 2732/8, 301 00 Pilsen, Czech Republic‡\\ddaggerCNRS LORIA, Université de Lorraine, Nancy, France\{vodickad, jaksmid, pkral\}@kiv\.zcu\.cz, cerisara@loria\.fr[https://nlp\.kiv\.zcu\.cz](https://nlp.kiv.zcu.cz/)Abstract content
## 1\. Introduction
The exponential growth of scientific literature presents unprecedented challenges for researchers navigating the vast landscape of academic publications\. Citations serve as fundamental connectors between scientific works, yet their significance extends far beyond simple reference counting\(Dinget al\.,[2014](https://arxiv.org/html/2607.17738#bib.bib3); Hassanet al\.,[2020](https://arxiv.org/html/2607.17738#bib.bib2)\)\. Understanding how and why publications cite each other provides critical insights into knowledge development, research impact assessment, and the evolution of scientific discourse\.
Traditional citation analysis treats all citations equally, failing to capture the nuanced relationships they represent\. A citation providing supporting evidence carries different weight than one presenting contradictory findings or merely mentioning related work\. This limitation has motivated the development of citation function classification systems that automatically categorize citations based on their purpose and context\.
Recent advances in natural language processing \(NLP\), particularly large language models \(LLMs\), offer new possibilities for citation analysis\. These models can capture semantic relationships and contextual information that traditional feature\-based approaches often miss\. However, systematic evaluation of modern LLMs for citation function classification remains limited, with most studies focusing on individual models or older architectures\(Zhanget al\.,[2025](https://arxiv.org/html/2607.17738#bib.bib4)\)\.
This work addresses three key contributions to the field\. First, we achieve new SOTA results on the widely\-used ACL\-ARC dataset\(Jurgenset al\.,[2016](https://arxiv.org/html/2607.17738#bib.bib9)\), with our best model \(fine\-tuned Falcon 7B\) reaching 73,3% macro F1 score, substantially outperforming previous approaches\(Cohanet al\.,[2019](https://arxiv.org/html/2607.17738#bib.bib11); Kunnathet al\.,[2023](https://arxiv.org/html/2607.17738#bib.bib6); Nambanoor Kunnathet al\.,[2022a](https://arxiv.org/html/2607.17738#bib.bib5); Lahiriet al\.,[2024](https://arxiv.org/html/2607.17738#bib.bib30)\)\. Second, we present the first comprehensive comparison of multiple modern LLMs across different methods for citation function classification\. As noted byZhanget al\.\([2025](https://arxiv.org/html/2607.17738#bib.bib4)\), no previous survey has undertaken such systematic model comparison, representing a significant gap in understanding optimal approaches for this task\.
Beyond addressing the comparative evaluation gap, this work introduces a novel corpus to distinguish citations with different meanings\. For example, citations that criticize work, compliment it, or present contradictory findings are typically classified under the same category despite their distinct implications\. To address this, our dataset with a seven\-category scheme distinguishing neutral from opinion\-oriented citations\. This dataset is freely available for research purposes111https://github\.com/DanielRafaello/ArXiv\-Citation\-Classification\-Corpus, representing an additional contribution of this paper\.
Our experimental evaluation encompasses five models across three learning paradigms: zero\-shot prompting, few\-shot prompting, and fine\-tuning\.
## 2\. Related Work
This section reviews previous research related to citation classification, including commonly used classification schemes\.
### 2\.1\. Citation Classification Schemes and Datasets
The systematic classification of citation functions has evolved significantly sinceGarfield and others \([1965](https://arxiv.org/html/2607.17738#bib.bib7)\)pioneering work in 1965, which was one of the first studies, where author observed motivations for citing\.Teufelet al\.\([2006](https://arxiv.org/html/2607.17738#bib.bib8)\)advanced this field by introducing a corpus of 2,829 annotated citations across 12 distinct classes, establishing one of the first substantial datasets for automatic citation classification\.
After that, influential work proposed a six\-category classification scheme that has become widely adopted in subsequent research\(Jurgenset al\.,[2018](https://arxiv.org/html/2607.17738#bib.bib10),[2016](https://arxiv.org/html/2607.17738#bib.bib9)\)\. Their framework categorizes citations as:Background\(providing context\),Uses\(employing methods or tools\),Compare\_contrast\(expressing similarities or differences\),Motivation\(providing inspiration\),Extension\(building upon methods\), andFuture\(suggesting future directions\) as stated in Table[1](https://arxiv.org/html/2607.17738#S2.T1)\. This scheme balances granularity with practical annotation feasibility \(i\.e\., it provides a suitable compromise between classification detail and the practical ability to consistently annotate citations by hand\)\.
Several prominent datasets have emerged using variations of these classification schemes\. The SciCite dataset\(Cohanet al\.,[2019](https://arxiv.org/html/2607.17738#bib.bib11)\)provides 11,020 annotations using a simplified three\-class scheme\. The ACT dataset\(Pride and Knoth,[2020](https://arxiv.org/html/2607.17738#bib.bib12)\)contains 11,233 citations annotated by paper authors themselves, based on the assumption that authors best understand their citation intentions\. The ACT2 dataset\(Nambanoor Kunnathet al\.,[2022b](https://arxiv.org/html/2607.17738#bib.bib13)\)builds upon ACT with enriched contextual features while maintaining the same six\-class annotation scheme\.
Citation schemes are compared in Table[1](https://arxiv.org/html/2607.17738#S2.T1)\. A notable characteristic of these datasets is the datasets size, which remains modest, typically in the range of a few thousand instances\. This limited scale may negatively impact model training\. While Table[1](https://arxiv.org/html/2607.17738#S2.T1)highlights the foundational datasets that shaped the field, for a more comprehensive overview of additional citation schemes and broader bibliographic databases, we refer readers to additional survey literature byJiang and Chen \([2023](https://arxiv.org/html/2607.17738#bib.bib31)\)\.
Table 1:Overview of citation classification datasets and their class distributions\.
### 2\.2\. Computational Approaches for Citation Classification
Early computational approaches to citation classification relied heavily on manual feature engineering, incorporating linguistic cues, citation context, and bibliometric features\. Traditional machine learning rule\-based methods including Support Vector Machines, Random Forests, and Naive Bayes classifiers used in studies fromTeufelet al\.\([2006](https://arxiv.org/html/2607.17738#bib.bib8)\)orDong and Schäfer \([2011](https://arxiv.org/html/2607.17738#bib.bib14)\)dominated the field for many years\.
The advent of deep learning transformed citation classification capabilities\.Zhanget al\.\([2025](https://arxiv.org/html/2607.17738#bib.bib4)\)provide a comprehensive survey identifying the progression from traditional machine learning to sophisticated neural architectures\. Their analysis reveals increasing adoption of deep learning methods, particularly transformer\-based models as BERT or SciBERT\(Beltagyet al\.,[2019](https://arxiv.org/html/2607.17738#bib.bib15)\), for citation analysis tasks\(Aljohaniet al\.,[2023](https://arxiv.org/html/2607.17738#bib.bib19); Nambanoor Kunnathet al\.,[2022a](https://arxiv.org/html/2607.17738#bib.bib5); Maheshwariet al\.,[2021](https://arxiv.org/html/2607.17738#bib.bib18); Romanet al\.,[2021](https://arxiv.org/html/2607.17738#bib.bib17); Zhanget al\.,[2021](https://arxiv.org/html/2607.17738#bib.bib16); Zhaoet al\.,[2019](https://arxiv.org/html/2607.17738#bib.bib20)\)\.
However, as noted byZhanget al\.\([2025](https://arxiv.org/html/2607.17738#bib.bib4)\), no previous study has, to our knowledge, undertaken such a comparison of LLM architectures for citation function classification\. The emergence of LLMs presents new opportunities for citation analysis\. Nevertheless, systematic evaluation of modern LLMs for citation classification remains limited, motivating our comprehensive comparison study\.
### 2\.3\. Citation Classification Challenges
Citation function classification faces several inherent challenges that impact model performance and evaluation\. Class imbalance represents a persistent issue\(Lyuet al\.,[2021](https://arxiv.org/html/2607.17738#bib.bib23)\), with certain citation types \(such asComplimentorContradiction\) appearing much less frequently than others \(BackgroundorUses\)\. The broadest category \(e\.g\.,BackgroundorNeutral\) often dominates the label distribution with size over half of all citations within dataset\. This imbalance can lead to models that perform well on majority classes while struggling with rare but scientifically important citation types\.
In addition to label distribution issues, another critical factor influencing model performance is the scope of textual context provided to the classifier\. Context extraction strategies significantly impact classification performance\. Different models respond differently to varying amounts of surrounding text, from single sentences to entire paragraphs as is shown in study ofNambanoor Kunnathet al\.\([2022a](https://arxiv.org/html/2607.17738#bib.bib5)\)\. The optimal context window often depends on both the citation type and the underlying model architecture \(see results in Section[4\.3](https://arxiv.org/html/2607.17738#S4.SS3)\)\.
## 3\. Methodology
To address the limitations of existing citation classification approaches and evaluate the potential of LLMs for this task, we developed a novel dataset and conducted comprehensive experiments across multiple models and datasets\. This study introduces the ArXiv Citation Classification Corpus \(AC3\), a new dataset designed to capture nuanced citation relationships, and evaluates pre\-trained language models\.
We conducted our evaluation on two datasets with distinct characteristics and annotation schemes\. The first dataset, ACL\-ARC, provides a well\-established benchmark for citation function classification with 1,941 manually annotated citations already discussed in Section[2\.1](https://arxiv.org/html/2607.17738#S2.SS1)\. The second dataset, AC3, represents our novel contribution designed to capture citation relationships that express stronger opinions and carry higher informational value\. Our experiments test pre\-trained language models across both datasets to assess their generalization capabilities and performance on different annotation schemes\. Fine\-tuning is conducted only on the ACL\-ARC dataset, as the AC3dataset is too small to support additional model training\. Therefore only zero\-shot and few\-shot approaches were tested\.
### 3\.1\. Selection of a Citation Classification Scheme
The development of AC3required careful consideration of citation classification schemes that could capture the full spectrum of citation relationships in scientific literature\. Existing schemes, while comprehensive, often merge distinct citation types that carry significantly different weights in scientific discourse\. For instance, theCompare\_contrastcategory used byJurgenset al\.\([2018](https://arxiv.org/html/2607.17738#bib.bib10)\); Pride and Knoth \([2020](https://arxiv.org/html/2607.17738#bib.bib12)\)andNambanoor Kunnathet al\.\([2022b](https://arxiv.org/html/2607.17738#bib.bib13)\)encompasses citations that compliment other work, those that criticize it, and those that present contradictory findings, despite these having markedly different implications for scientific knowledge development\.
Our annotation scheme was developed based on the work ofLiuet al\.\([2022](https://arxiv.org/html/2607.17738#bib.bib22)\)and other studies of citation taxonomies\(Abu\-Jbaraet al\.,[2013](https://arxiv.org/html/2607.17738#bib.bib21); Dinget al\.,[2014](https://arxiv.org/html/2607.17738#bib.bib3)\), with specific extensions to better capture opinion\-oriented citation relationships\. The rationale for this approach centers on the observation that citations expressing strong opinions – whether supportive or critical – carry substantially higher informational value than neutral citations used merely for background or comparison purposes\.
Table 2:AC3annotation scheme for citation classification\.Table[2](https://arxiv.org/html/2607.17738#S3.T2)presents our seven\-category annotation scheme\. This scheme distinguishes between citations that merely acknowledge prior work \(Basis, Use\) and those that take explicit stances \(Criticizing, Compliment, Contradiction, Comparison\)\. Such distinction, in our opinion, enables more nuanced analysis of scientific discourse and better captures the evaluative aspects of citation behavior\. Therefore, putting them all in one category such asCompare\_contrastas proposed in other papers likeJurgenset al\.\([2018](https://arxiv.org/html/2607.17738#bib.bib10)\); Nambanoor Kunnathet al\.\([2022b](https://arxiv.org/html/2607.17738#bib.bib13)\)orPride and Knoth \([2020](https://arxiv.org/html/2607.17738#bib.bib12)\), diminishes their citation value\.
To prevent conceptual ambiguity among supportive relationships – specifically distinguishing the objective empirical verification inSubstantiatingfrom the subjective praise inCompliment– we carefully delineate the boundaries of these classes\. To further clarify these distinctions, concrete textual examples for each category are provided in Appendix[A](https://arxiv.org/html/2607.17738#A1)\.
### 3\.2\. Annotating Citations
The AC3dataset was constructed through manual annotation of citations extracted from ArXiv publications across multiple scientific domains\. Unlike many existing citation\-function datasets that are predominantly NLP\-focused, our dataset deliberately encompasses a diverse range of disciplines to better assess the generalizability of citation behavior\. Specifically, we collected papers from nine distinct ArXiv categories covering following scientific domains: Condensed Matter \(cond\-mat\), Computation and Language \(cmp\-lg\), Astrophysics \(astro\-ph\), Atomic Physics \(atom\-ph\), Algebraic Geometry \(alg\-geom\), Accelerator Physics \(acc\-phys\), Atmospheric\-Oceanic Sciences \(ao\-sci\), Adaptation and Self\-Organizing Systems \(adap\-org\), and Cellular Automata and Lattice Gases \(comp\-gas\)\.222Information about scientific domain is included in the dataset explicitly\.
Unlike datasets created through crowd\-sourcing or expert annotation by linguistic specialists, our annotations were performed by the research team, ensuring consistency in interpretation while acknowledging the inherent subjectivity in determining citation intent\.
The dataset construction process involved several key steps\. Publications were selected from various ArXiv subject categories to ensure comprehensive representation of citation formats and scientific domains\. Each selected publication was manually reviewed to identify citations appearing in multiple formats, including numerical references \(\[15\]\), grouped citations \(\[3,4,5\] \[9\]\), range citations \(\[9\]\-\[11\]\), author\-year citations \(Hasselmann, 1971\), and mixed notation systems \(10\);\[N3\], \[N7\], \[N8\]…\)\. This approach ensured basic coverage of citation styles commonly found in scientific literature\.
The annotation was performed by two experienced annotators as follows\. Before starting, the annotators created detailed guidelines, taking inspiration from the ACL\-ARC\(Jurgenset al\.,[2018](https://arxiv.org/html/2607.17738#bib.bib10)\)and ACT2\(Nambanoor Kunnathet al\.,[2022b](https://arxiv.org/html/2607.17738#bib.bib13)\)datasets\. Annotation was carried out iteratively: after completing a small portion of the samples, the annotators reviewed their work, discussed ambiguities, and updated the guidelines accordingly\. This iterative strategy helped achieve high inter\-annotator agreement and addressed most issues early in the process\.
We evaluated inter\-annotator agreement using the Cohen’s Kappa metric\(Cohen,[1960](https://arxiv.org/html/2607.17738#bib.bib1)\)\. After annotating the first data sample, the initial agreement was 52%\. Following the iterative refinement of the guidelines and discussion of annotation issues, the final Cohen’s Kappa across the full dataset increased to 71%\.
Table 3:Class distribution in the AC3dataset\.Table[3](https://arxiv.org/html/2607.17738#S3.T3)presents the class distribution within AC3\. The data reveals significant class imbalance, with neutral citation types \(Basis, Substantiating, Use\) heavily dominating the dataset, while opinion\-oriented citations \(Criticizing, Compliment, Contradiction\) remain severely underrepresented\. This distribution reflects the natural scarcity of explicit evaluative citations in the scientific literature\. The class imbalance simultaneously presents both opportunities and challenges for model development\. While the underrepresentation of rare but valuable critical and contradictory citations reflects realistic scientific writing patterns, it also poses significant challenges for training LLMs to detect these important but infrequent citation types reliably\.
### 3\.3\. Context Extraction Method
Citation context extraction represents a critical component of citation function classification, as the surrounding text provides essential cues for determining citation intent\. Unlike fixed context windows used in many existing approaches, we implemented a context extraction method in different ways\.
Our context extraction strategy was implemented in four distinct variants to systematically evaluate the impact of context scope on classification performance\. The first variant extracts the full paragraph containing the citation, providing maximum contextual information but potentially introducing noise from unrelated content\. The second variant uses a focused window of 30 words before and 10 words after the citation\. The third and fourth variants extract two and three sentences surrounding the citation\.
The choice of context extraction strategy proves crucial for model performance, as different models respond differently to varying amounts of surrounding text\(Nambanoor Kunnathet al\.,[2022a](https://arxiv.org/html/2607.17738#bib.bib5)\)\. This systematic approach enables optimization of context windows for specific model architectures and citation types, rather than applying a universal context extraction method that may be suboptimal for certain model\-citation combinations\.
### 3\.4\. Datasets Split
For the ACL\-ARC dataset, we split the 1,941 citations into 87% for training, another roughly 7% for testing, and roughly 6% for validation\. For comparison with other studies we used same division asCohanet al\.\([2019](https://arxiv.org/html/2607.17738#bib.bib11)\)\(see Section[4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1)\)\. The AC3dataset was used solely for testing pre\-trained language models due to its limited size, therefore, no dataset split was required\.
### 3\.5\. Language Models
The models evaluated in this study include five SOTA language models: Mistral 7B\(Jianget al\.,[2023](https://arxiv.org/html/2607.17738#bib.bib27)\), Orca 2\-7B\(Mitraet al\.,[2023](https://arxiv.org/html/2607.17738#bib.bib25)\), LLaMA 3\.1\-8B\(Dubey and others,[2024](https://arxiv.org/html/2607.17738#bib.bib24)\), Falcon 7B\(Almazroueiet al\.,[2023](https://arxiv.org/html/2607.17738#bib.bib26)\)and SciBERT\(Beltagyet al\.,[2019](https://arxiv.org/html/2607.17738#bib.bib15)\)\. For testing ACL\-ARC dataset, we fine\-tuned all models using Hugging Face Transformers library333https://github\.com/huggingface/transformers\(Wolfet al\.,[2020](https://arxiv.org/html/2607.17738#bib.bib28)\)\.
### 3\.6\. Experimental Setup
We evaluate models across three paradigms: zero\-shot prompting without task\-specific examples, few\-shot prompting using one example per citation class, and fine\-tuning with full supervised training on the training dataset\. For the fine\-tuning paradigm, rather than employing a text generation approach, we formulate the task as sequence classification\. Specifically, we attach a linear classification head on top of the pooled output from the model \(utilizing last\-token pooling for the causal language models and the standard\[CLS\]token representation for SciBERT\)\. All models utilize the AdamW optimizer\(Loshchilov and Hutter,[2019](https://arxiv.org/html/2607.17738#bib.bib29)\)with model\-specific learning rates determined through systematic experimentation\. Mistral 7B and Orca 2\-7B employ learning rates of 5e\-6, LLaMA 3\.1\-8B uses 2e\-6, Falcon 7B operates at 5e\-5, and SciBERT requires a learning rate of 2e\-5\.
Learning rate scheduling employs linear decay with warmup periods of 10\-15% of total training steps \(0% for SciBERT\)\. Batch sizes vary based on available GPU memory constraints, with larger models using smaller batch sizes\. LLaMA 3\.1\-8B uses 8\-bit quantization while Falcon 7B implements 4\-bit quantization for memory optimization\.
Class imbalance is addressed through weighted cross\-entropy loss function\. Early stopping monitors validation performance using either F1 macro score or validation loss depending on the model\. All experiments are implemented in PyTorch with fixed random seeds for reproducibility\. LLaMA 3\.1\-8B and Falcon 7B were additionally trained with reduced learning rates\.
#### 3\.6\.1\. Evaluation Metrics
Macro F1 score has emerged as the preferred evaluation metric for citation classification, as it provides equal weight to all classes regardless of their frequency\. This metric better reflects model performance on minority classes compared to accuracy or weighted metrics that can be dominated by majority class performance\.
## 4\. Results
This section presents the obtained results\.
### 4\.1\. Citation Classification Performance on ACL\-ARC Dataset
Table[4](https://arxiv.org/html/2607.17738#S4.T4)presents comprehensive results for all models across the three evaluation paradigms on the ACL\-ARC dataset\. Our experiments reveal substantial performance variations both across models and training approaches\. Table[5](https://arxiv.org/html/2607.17738#S4.T5)presents the results of only pre\-trained models on the whole dataset\. The comparison indicates that classification on the test split appears easier, as overall performance decreases when evaluated on the full dataset\.
Table 4:Performance comparison on ACL\-ARC dataset \(139 citations\) \[in %\]\.Table 5:Performance comparison of selected pre\-trained LLMs using zero\-shot and few\-shot across whole dataset ACL\-ARC \(1,941 citations\) \[in %\]\.The fine\-tuning experiments reveal that Falcon 7B achieved the highest performance among the tested models, reaching 76\.35% macro F1 score\.
Notably, Falcon 7B shows the most dramatic improvement from fine\-tuning despite poor zero\-shot and few\-shot performance\. This pattern suggests that some models may require task\-specific optimization to effectively leverage their capabilities for citation classification\. Interestingly, although Falcon 7B does assign citations to different categories – unlike SciBERT, which is not included in the zero\- or few\-shot tests – it still performs very poorly without fine\-tuning\. This indicates that Falcon likely does not understand the task well in its pre\-trained form and needs extensive adaptation to perform competitively\.
Orca 2\-7B demonstrates the strongest zero\-shot performance \(47\.63% or 33\.13 on whole dataset\), indicating superior out\-of\-the\-box capabilities for this task\. However, this advantage diminishes with fine\-tuning, where other models achieve comparable or superior performance\. This strong zero\-shot performance may be partially attributed to design of Orca 2 as a reasoning\-oriented model\(Mitraet al\.,[2023](https://arxiv.org/html/2607.17738#bib.bib25)\)\.
SciBERT, despite its smaller size and domain\-specific training, achieves competitive results \(75\.14% macro F1\), demonstrating the value of scientific domain adaptation for citation classification tasks \(see Table[4](https://arxiv.org/html/2607.17738#S4.T4)\)\.
#### 4\.1\.1\. Comparison with SOTA
The evaluation on this dataset is usually performed on different data splits\. OnlyCohanet al\.\([2019](https://arxiv.org/html/2607.17738#bib.bib11)\)444[https://github\.com/allenai/scicite](https://github.com/allenai/scicite)provide the exact details of the dataset split they used: 1,688 instances for training, 114 for validation, and 139 for testing\.Nambanoor Kunnathet al\.\([2022a](https://arxiv.org/html/2607.17738#bib.bib5)\)andKunnathet al\.\([2023](https://arxiv.org/html/2607.17738#bib.bib6)\)follow the train \(1,647 instances\) and test split \(284 instances\) with 1931 instances\.Jurgenset al\.\([2018](https://arxiv.org/html/2607.17738#bib.bib10)\)combine two dataset \(ACL\-ARC withTeufelet al\.\([2006](https://arxiv.org/html/2607.17738#bib.bib8)\)\)\. The resulting citation function dataset contains 3,083 instance\.
Therefore, to enable a fair comparison with related work, we selected the best\-performing model \(the fine\-tuned Falcon\) and adopted the same split strategy as suggested byCohanet al\.\([2019](https://arxiv.org/html/2607.17738#bib.bib11)\)\.
Table[6](https://arxiv.org/html/2607.17738#S4.T6)presents the comparison of results with previous related studies, highlighting the best performance achieved by the Falcon 7B LLM in our experiments\. This table clearly demonstrates that our best model outperforms the others by a significant margin\.
Table 6:Performance comparison on ACL\-ARC with SOTA results \[in %\]\.
### 4\.2\. Error Analysis
The analysis of most errors involves theBackgroundclass and this class is sometimes confused withCompare/ContrastandUses\.Backgroundis misclassified most often, likely because it is the largest class in the dataset and its general contextual nature makes it overlap with more specific citation functions\. BothCompare/ContrastandUsesalso occasionally misclassify into each other, likely because citations often both compare different approaches and describe how they are used\.
TheMotivationclass shows the weakest performance and is frequently confused withBackground, likely because motivational statements often provide general context about why research is needed, making them difficult to distinguish from general background information\.
### 4\.3\. Citation Classification Performance on AC3Dataset
A critical aspect of our evaluation involves examining how different citation context extraction strategies impact classification performance across different models\. To evaluate this impact, we tested all mentioned pre\-trained models \(except SciBERT\) across four variants of our AC3dataset, each employing different citation context extraction methods\. Table[7](https://arxiv.org/html/2607.17738#S4.T7)presents the zero\-shot and few\-shot performance across these variants\. The best results in each method and model are highlighted\.
Table 7:AC3dataset performance \(macro F1 %\) across context variants\. Version 1: Full paragraph in which sentence occurs\.; Version 2: Thirty words preceding the citation and ten words following it, all within the same paragraph\. If the paragraph is shorter, the citation content contains less words\.; Version 3: Two sentences \(each containing at least three words\), with the final sentence containing the reference\. If there is no preceding sentence within the paragraph, only the sentence with the citation is used\.; Version 4: Three sentences, where the middle one is containing the reference\. If the paragraphs is shorter, the citation content contains less words or sentences\.The results demonstrate that optimal context extraction strategies vary significantly across models\. Mistral 7B achieves best performance with Version 2 \(30 words before, 10 after citation\) in both zero\-shot \(16\.74%\) and few\-shot \(22\.43%\) settings\. Orca 2\-7B also shows the strongest zero\-shot results when used with Version 2 \(20\.90%\), though its few\-shot performance when providing examples is much worse\. LLaMA 3\.1\-8B shows relatively consistent performance across context variants, with slight preferences for longer contexts\. Falcon 7B demonstrates the most consistent performance across variants, though at substantially lower absolute scores than other models\. The performance variations across context extraction methods highlight the importance of model\-specific optimization for citation classification tasks\. The finding that Version 1 \(full paragraph\) generally yields poorer results suggests that excessive context may introduce noise that impairs classification accuracy\.
### 4\.4\. Comparative Analysis
The substantial performance gap between zero\-shot/few\-shot and fine\-tuning approaches highlights the complexity of citation function classification\. Even SOTA LLMs struggle to reliably classify citations without task\-specific training, suggesting that this task requires specialized knowledge beyond general language understanding\.
The dramatic improvement observed across all models \(20\-70 percentage point increases in macro F1\) underscores the importance of supervised learning for this domain\.
Model size does not directly correlate with performance, as evidenced by Falcon 7B outperforming the larger LLaMA 3\.1\-8B model\. This suggests that model architecture or training data quality of LLMs may be more important than parameter count for citation classification tasks\.
### 4\.5\. Discussion
Figure 1:Confusion matrix for Orca 2\-7B classification using few\-shot on the AC3dataset – version with three sentences\.Our results reveal several important insights about LLM performance for citation classification\. Figure[1](https://arxiv.org/html/2607.17738#S4.F1)presents the confusion matrix for citation classification using few\-shot for Orca\-7B model \(AC3dataset\)\. It is evident that this model struggles with classifying into the categoriesCriticizing,ComplimentandContradiction\. Although these classes are infrequent in the dataset, they appear even less frequently \(or not at all\) in the model’s predictions\. This pattern is consistent across all tested models using few\-shot \(to some extent it is also visible during zero\-shot\)\. Unfortunately, these categories hold the highest significance, as they convey particularly strong opinions\. This phenomenon is particularly distinguishable in the case of Orca model and it can be explained by several factors\.
As stated in Section[3\.1](https://arxiv.org/html/2607.17738#S3.SS1)these categories may require a deeper understanding of author intent and subtle sentiment analysis, which can be challenging even for the LLMs\. The fact that these categories "convey particularly strong opinions" suggests they have more complex linguistic patterns that require sophisticated reasoning, which models like the Orca 2\-7B might struggle to capture without the sufficient training examples\.
Furthermore, the few\-shot prompting approaches may not provide enough contextual guidance for the models to recognize these rare but semantically complex citation types\. To address this issue, fine\-tuning proves essential for achieving competitive performance\.
Class imbalance remains still a persistent challenge across all fine\-tuning models\. Although weighted loss functions help reduce this issue, fine\-tuned LLMs still struggle with minority classes that may be crucial for comprehensive citation analysis\.
## 5\. Conclusions
Our work addresses a significant gap identified in recent surveys by providing the first dedicated comparison of LLM architectures for citation classification\.
This study presents on of the first comprehensive evaluations of modern LLMs for citation function classification, achieving new SOTA results on the ACL\-ARC dataset\. Our fine\-tuned Falcon 7B model reaches 73,3% macro F1 score, representing substantial improvement over previous approaches\.
Beyond achieving superior performance on existing dataset, this work introduces AC3, a new citation dataset that captures nuanced citation relationships that express stronger opinions and carry higher informational value than traditional citation categories\. It uses a refined seven\-category annotation scheme to distinguish between neutral references and explicit evaluative stances, enabling deeper analysis of citation behavior\. The dataset includes four context extraction variants to assess how contextual scope affects LLM classification performance\.
Key findings from our comparison study include: \(1\) Fine\-tuning proves essential for competitive performance, with dramatic improvements over zero\-shot and few\-shot prompting approaches; \(2\) Model size does not directly correlate with citation classification performance; \(3\) We assume that, domain\-specific models \(tested only on SciBERT\) remain competitive despite smaller parameter counts \(110M vs 4\-8B parameters\); \(4\) Pre\-trained models exhibit significant difficulty with classification into rare citation classes, despite these categories carrying substantial weight in scientific discourse; \(5\) The novel dataset experiments revealed that optimal citation context extraction strategies are model\-dependent rather than universal, challenging the assumption that a single approach to context extraction would be optimal across different model architectures\.
## 6\. Limitations
Several limitations constrain our study’s scope and generalizability\.
The class imbalance inherent in citation datasets, particularly pronounced in our AC3corpus where opinion\-oriented citations represent less than 8% of all instances, affects all models tested, potentially limiting performance on rare but important citation types\. While we implemented strategies like weighted loss function, the fundamental challenge of detecting infrequent but semantically complex citation categories remains difficult to address completely without substantially larger datasets or specialized training techniques\.
The optimal balance between model performance and computational efficiency requires further investigation\.
Our partially dynamic context extraction strategy with predetermined window sizes and sentence boundaries may not be optimal for citation function classification\. Truly dynamic context selection could potentially improve performance but introduces additional complexity\.
Finally, our analysis focuses on English\-language scientific literature\. Extension to other languages would broaden the applicability of our findings\.
## Acknowledgements
This work has been partly supported by the Grant No\. SGS\-2025\-022 – New Data Processing Methods in Current Areas of Computer Science\. Computational resources were provided by the e\-INFRA CZ project \(ID:90254\), supported by the Ministry of Education, Youth and Sports of the Czech Republic\.
## 7\. Bibliographical References
- Purpose and polarity of citation: towards NLP\-based bibliometrics\.InProceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies,L\. Vanderwende, H\. Daumé III, and K\. Kirchhoff \(Eds\.\),Atlanta, Georgia,pp\. 596–606\.External Links:[Link](https://aclanthology.org/N13-1067/)Cited by:[Table 1](https://arxiv.org/html/2607.17738#S2.T1.1.3.2.1.1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p2.1)\.
- N\. R\. Aljohani, A\. Fayoumi, and S\. Hassan \(2023\)A novel focal\-loss and class\-weight\-aware convolutional neural network for the classification of in\-text citations\.Journal of Information Science49\(1\),pp\. 79–92\.External Links:[Document](https://dx.doi.org/10.1177/0165551521991022),[Link](https://doi.org/10.1177/0165551521991022)Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1)\.
- E\. Almazrouei, H\. Alobeidli, A\. Alshamsi, A\. Cappelli, R\. Cojocaru, M\. Debbah, É\. Goffinet, D\. Hesslow, J\. Launay, Q\. Malartic, D\. Mazzotta, B\. Noune, B\. Pannier, and G\. Penedo \(2023\)The falcon series of open language models\.External Links:2311\.16867,[Link](https://arxiv.org/abs/2311.16867)Cited by:[§3\.5](https://arxiv.org/html/2607.17738#S3.SS5.p1.1)\.
- I\. Beltagy, K\. Lo, and A\. Cohan \(2019\)SciBERT: a pretrained language model for scientific text\.External Links:1903\.10676,[Link](https://arxiv.org/abs/1903.10676)Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1),[§3\.5](https://arxiv.org/html/2607.17738#S3.SS5.p1.1)\.
- A\. Cohan, W\. Ammar, M\. van Zuylen, and F\. Cady \(2019\)Structural scaffolds for citation intent classification in scientific publications\.External Links:1904\.01608,[Link](https://arxiv.org/abs/1904.01608)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p4.1),[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p3.1),[Table 1](https://arxiv.org/html/2607.17738#S2.T1.1.5.4.1.1.1),[§3\.4](https://arxiv.org/html/2607.17738#S3.SS4.p1.1),[§4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1.p1.1),[§4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1.p2.1),[Table 6](https://arxiv.org/html/2607.17738#S4.T6.1.3.2.1.1.1)\.
- J\. Cohen \(1960\)A coefficient of agreement for nominal scales\.Educational and Psychological Measurement20\(1\),pp\. 37–46\.External Links:[Document](https://dx.doi.org/10.1177/001316446002000104)Cited by:[§3\.2](https://arxiv.org/html/2607.17738#S3.SS2.p5.1)\.
- Y\. Ding, G\. Zhang, T\. Chambers, M\. Song, X\. Wang, and C\. Zhai \(2014\)Content\-based citation analysis: the next generation of citation analysis\.Journal of the Association for Information Science and Technology65\(9\),pp\. 1820–1833\(English \(US\)\)\.External Links:[Document](https://dx.doi.org/10.1002/asi.23256),ISSN 2330\-1635Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p2.1)\.
- C\. Dong and U\. Schäfer \(2011\)Ensemble\-style self\-training on citation classification\.InProceedings of 5th International Joint Conference on Natural Language Processing,H\. Wang and D\. Yarowsky \(Eds\.\),Chiang Mai, Thailand,pp\. 623–631\.External Links:[Link](https://aclanthology.org/I11-1070/)Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p1.1)\.
- A\. Dubeyet al\.\(2024\)The llama 3 herd of models\.External Links:2407\.21783,[Link](https://arxiv.org/abs/2407.21783)Cited by:[§3\.5](https://arxiv.org/html/2607.17738#S3.SS5.p1.1)\.
- E\. Garfieldet al\.\(1965\)Can citation indexing be automated\.InStatistical association methods for mechanized documentation, symposium proceedings,Vol\.269,pp\. 189–192\.Cited by:[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p1.1)\.
- S\. Hassan, N\. R\. Aljohani, N\. Idrees, R\. Sarwar, R\. Nawaz, E\. Martínez\-Cámara, S\. Ventura, and F\. Herrera \(2020\)Predicting literature’s early impact with sentiment analysis in twitter\.Knowledge\-Based Systems192,pp\. 105383\.External Links:ISSN 0950\-7051,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.knosys.2019.105383),[Link](https://www.sciencedirect.com/science/article/pii/S095070511930629X)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p1.1)\.
- A\. Q\. Jiang, A\. Sablayrolles, A\. Mensch, C\. Bamford, D\. S\. Chaplot, D\. de las Casas, F\. Bressand, G\. Lengyel, G\. Lample, L\. Saulnier, L\. R\. Lavaud, M\. Lachaux, P\. Stock, T\. L\. Scao, T\. Lavril, T\. Wang, T\. Lacroix, and W\. E\. Sayed \(2023\)Mistral 7b\.External Links:2310\.06825,[Link](https://arxiv.org/abs/2310.06825)Cited by:[§3\.5](https://arxiv.org/html/2607.17738#S3.SS5.p1.1)\.
- X\. Jiang and J\. Chen \(2023\)Contextualised segment\-wise citation function classification\.Scientometrics128\(9\),pp\. 5117–5158\.Cited by:[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p4.1)\.
- D\. Jurgens, S\. Kumar, R\. Hoover, D\. McFarland, and D\. Jurafsky \(2016\)Citation classification for behavioral analysis of a scientific field\.External Links:1609\.00435,[Link](https://arxiv.org/abs/1609.00435)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p4.1),[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p2.1)\.
- D\. Jurgens, S\. Kumar, R\. Hoover, D\. McFarland, and D\. Jurafsky \(2018\)Measuring the evolution of a scientific field through citation frames\.Transactions of the Association for Computational Linguistics6,pp\. 391–406\.External Links:ISSN 2307\-387X,[Document](https://dx.doi.org/10.1162/tacl%5Fa%5F00028),[Link](https://doi.org/10.1162/tacl%5C_a%5C_00028),https://direct\.mit\.edu/tacl/article\-pdf/doi/10\.1162/tacl\_a\_00028/1567626/tacl\_a\_00028\.pdfCited by:[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p2.1),[Table 1](https://arxiv.org/html/2607.17738#S2.T1.1.4.3.1.1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p3.1),[§3\.2](https://arxiv.org/html/2607.17738#S3.SS2.p4.1),[§4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1.p1.1),[Table 6](https://arxiv.org/html/2607.17738#S4.T6.1.2.1.1.1.1)\.
- S\. N\. Kunnath, D\. Pride, and P\. Knoth \(2023\)Prompting strategies for citation classification\.InProceedings of the 32nd ACM International Conference on Information and Knowledge Management,CIKM ’23,New York, NY, USA,pp\. 1127–1137\.External Links:ISBN 9798400701245,[Link](https://doi.org/10.1145/3583780.3615018),[Document](https://dx.doi.org/10.1145/3583780.3615018)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p4.1),[§4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1.p1.1),[Table 6](https://arxiv.org/html/2607.17738#S4.T6.1.5.4.1.1.1)\.
- A\. Lahiri, D\. K\. Sanyal, and I\. Mukherjee \(2024\)CitePrompt: using prompts to identify citation intent in scientific papers\.InProceedings of the 2023 ACM/IEEE Joint Conference on Digital Libraries,JCDL ’23,pp\. 51–55\.External Links:ISBN 9798350399318,[Link](https://doi.org/10.1109/JCDL57899.2023.00017),[Document](https://dx.doi.org/10.1109/JCDL57899.2023.00017)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p4.1),[Table 6](https://arxiv.org/html/2607.17738#S4.T6.1.6.5.1.1.1)\.
- J\. Liu, F\. Xia, X\. Feng, J\. Ren, and H\. Liu \(2022\)Deep graph learning for anomalous citation detection\.External Links:2202\.11360,[Link](https://arxiv.org/abs/2202.11360)Cited by:[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p2.1)\.
- I\. Loshchilov and F\. Hutter \(2019\)Decoupled weight decay regularization\.External Links:1711\.05101,[Link](https://arxiv.org/abs/1711.05101)Cited by:[§3\.6](https://arxiv.org/html/2607.17738#S3.SS6.p1.1)\.
- D\. Lyu, X\. Ruan, J\. Xie, and Y\. Cheng \(2021\)The classification of citing motivations: a meta\-synthesis\.Scientometrics126,pp\.\.External Links:[Document](https://dx.doi.org/10.1007/s11192-021-03908-z)Cited by:[§2\.3](https://arxiv.org/html/2607.17738#S2.SS3.p1.1)\.
- H\. Maheshwari, B\. Singh, and V\. Varma \(2021\)SciBERT sentence representation for citation context classification\.InProceedings of the Second Workshop on Scholarly Document Processing,I\. Beltagy, A\. Cohan, G\. Feigenblat, D\. Freitag, T\. Ghosal, K\. Hall, D\. Herrmannova, P\. Knoth, K\. Lo, P\. Mayr, R\. M\. Patton, M\. Shmueli\-Scheuer, A\. de Waard, K\. Wang, and L\. L\. Wang \(Eds\.\),Online,pp\. 130–133\.External Links:[Link](https://aclanthology.org/2021.sdp-1.17/)Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1)\.
- A\. Mitra, L\. D\. Corro, S\. Mahajan, A\. Codas, C\. Simoes, S\. Agarwal, X\. Chen, A\. Razdaibiedina, E\. Jones, K\. Aggarwal, H\. Palangi, G\. Zheng, C\. Rosset, H\. Khanpour, and A\. Awadallah \(2023\)Orca 2: teaching small language models how to reason\.External Links:2311\.11045,[Link](https://arxiv.org/abs/2311.11045)Cited by:[§3\.5](https://arxiv.org/html/2607.17738#S3.SS5.p1.1),[§4\.1](https://arxiv.org/html/2607.17738#S4.SS1.p4.1)\.
- S\. Nambanoor Kunnath, D\. Pride, and P\. Knoth \(2022a\)Dynamic context extraction for citation classification\.InProceedings of the 2nd Conference of the Asia\-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\),Y\. He, H\. Ji, S\. Li, Y\. Liu, and C\. Chang \(Eds\.\),Online only,pp\. 539–549\.External Links:[Link](https://aclanthology.org/2022.aacl-main.41/),[Document](https://dx.doi.org/10.18653/v1/2022.aacl-main.41)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p4.1),[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1),[§2\.3](https://arxiv.org/html/2607.17738#S2.SS3.p2.1),[§3\.3](https://arxiv.org/html/2607.17738#S3.SS3.p3.1),[§4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1.p1.1),[Table 6](https://arxiv.org/html/2607.17738#S4.T6.1.4.3.1.1.1)\.
- S\. Nambanoor Kunnath, V\. Stauber, R\. Wu, D\. Pride, V\. Botev, and P\. Knoth \(2022b\)ACT2: a multi\-disciplinary semi\-structured dataset for importance and purpose classification of citations\.InProceedings of the Thirteenth Language Resources and Evaluation Conference,N\. Calzolari, F\. Béchet, P\. Blache, K\. Choukri, C\. Cieri, T\. Declerck, S\. Goggi, H\. Isahara, B\. Maegaard, J\. Mariani, H\. Mazo, J\. Odijk, and S\. Piperidis \(Eds\.\),Marseille, France,pp\. 3398–3406\.External Links:[Link](https://aclanthology.org/2022.lrec-1.363/)Cited by:[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p3.1),[Table 1](https://arxiv.org/html/2607.17738#S2.T1.1.7.6.1.1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p3.1),[§3\.2](https://arxiv.org/html/2607.17738#S3.SS2.p4.1)\.
- D\. Pride and P\. Knoth \(2020\)An authoritative approach to citation classification\.InProceedings of the ACM/IEEE Joint Conference on Digital Libraries in 2020,JCDL ’20,New York, NY, USA,pp\. 337–340\.External Links:ISBN 9781450375856,[Link](https://doi.org/10.1145/3383583.3398617),[Document](https://dx.doi.org/10.1145/3383583.3398617)Cited by:[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p3.1),[Table 1](https://arxiv.org/html/2607.17738#S2.T1.1.6.5.1.1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p1.1),[§3\.1](https://arxiv.org/html/2607.17738#S3.SS1.p3.1)\.
- M\. Roman, A\. Shahid, S\. Khan, A\. Koubaa, and L\. Yu \(2021\)Citation intent classification using word embedding\.IEEE Access9\(\),pp\. 9982–9995\.External Links:[Document](https://dx.doi.org/10.1109/ACCESS.2021.3050547)Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1)\.
- S\. Teufel, A\. Siddharthan, and D\. Tidhar \(2006\)Automatic classification of citation function\.InProceedings of the 2006 conference on empirical methods in natural language processing,pp\. 103–110\.Cited by:[§2\.1](https://arxiv.org/html/2607.17738#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.17738#S2.T1.1.2.1.1.1.1),[§4\.1\.1](https://arxiv.org/html/2607.17738#S4.SS1.SSS1.p1.1)\.
- T\. Wolf, L\. Debut, V\. Sanh, J\. Chaumond, C\. Delangue, A\. Moi, P\. Cistac, T\. Rault, R\. Louf, M\. Funtowicz, J\. Davison, S\. Shleifer, P\. von Platen, C\. Ma, Y\. Jernite, J\. Plu, C\. Xu, T\. Le Scao, S\. Gugger, M\. Drame, Q\. Lhoest, and A\. Rush \(2020\)Transformers: state\-of\-the\-art natural language processing\.InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations,Q\. Liu and D\. Schlangen \(Eds\.\),Online,pp\. 38–45\.External Links:[Link](https://aclanthology.org/2020.emnlp-demos.6/),[Document](https://dx.doi.org/10.18653/v1/2020.emnlp-demos.6)Cited by:[§3\.5](https://arxiv.org/html/2607.17738#S3.SS5.p1.1)\.
- Y\. Zhang, Y\. Wang, Q\. Z\. Sheng, A\. Mahmood, W\. Emma Zhang, and R\. Zhao \(2021\)TDM\-cfc: towards document\-level multi\-label citation function classification\.InWeb Information Systems Engineering–WISE 2021: 22nd International Conference on Web Information Systems Engineering, WISE 2021, Melbourne, VIC, Australia, October 26–29, 2021, Proceedings, Part II 22,pp\. 363–376\.Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1)\.
- Y\. Zhang, Y\. Wang, Q\. Z\. Sheng, L\. Yao, H\. Chen, K\. Wang, A\. Mahmood, W\. E\. Zhang, M\. Zaib, S\. Sagar, and R\. Zhao \(2025\)Deep learning meets bibliometrics: a survey of citation function classification\.Journal of Informetrics19\(1\),pp\. 101608\.External Links:ISSN 1751\-1577,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.joi.2024.101608),[Link](https://www.sciencedirect.com/science/article/pii/S1751157724001202)Cited by:[§1](https://arxiv.org/html/2607.17738#S1.p3.1),[§1](https://arxiv.org/html/2607.17738#S1.p4.1),[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1),[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p3.1)\.
- H\. Zhao, Z\. Luo, C\. Feng, A\. Zheng, and X\. Liu \(2019\)A context\-based framework for modeling the role and function of on\-line resource citations in scientific literature\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),K\. Inui, J\. Jiang, V\. Ng, and X\. Wan \(Eds\.\),Hong Kong, China,pp\. 5206–5215\.External Links:[Link](https://aclanthology.org/D19-1524/),[Document](https://dx.doi.org/10.18653/v1/D19-1524)Cited by:[§2\.2](https://arxiv.org/html/2607.17738#S2.SS2.p2.1)\.
## Appendix ACitation Category Examples
Table[8](https://arxiv.org/html/2607.17738#A1.T8)provides concrete examples for each of the seven citation categories to further clarify their distinctions and practical boundaries\.
Table 8:Concrete textual examples for each category in the AC3annotation scheme, illustrating the practical boundaries between distinct citation relationships\.Similar Articles
Do You Need a Frontier Model as a Citation Verifier? Benchmarking Rubric LLMs for Deep-Research Source Attribution
This paper benchmarks 8 LLM judges for citation quality in deep-research systems, finding that cheaper models remain competitive with frontier models on source relevance and factual support, but differ in directional bias which matters for RL training.
@vintcessun: Do you really know who the annotators are in the NLP papers you read? An audit of ACL papers from 2018-2025 reveals that key details such as annotator training, language proficiency, and compensation are often missing, especially in model evaluation studies. This directly threatens research reproducibility and reliability. This paper proposes a unified taxonomy + LLM-assisted automatic extraction pipeline, evaluated on 2,667 annotation tasks…
A large-scale audit of ACL papers from 2018-2025 reveals that key annotation details (training, language proficiency, compensation, etc.) are often missing, threatening reproducibility. The authors propose a unified taxonomy and an LLM-assisted extraction pipeline evaluated on 2,667 annotation tasks.
Can Large Language Models Reliably Code Qualitative Humanitarian Data? A Benchmark Study Against Human Expert Adjudication
This benchmark study evaluates 46 large language models against human experts for coding qualitative humanitarian data, finding that LLMs can achieve comparable reliability with structured prompts and reasoning, but require careful oversight for nuanced themes.
Reflections and New Directions for Human-Centered Large Language Models
This paper presents a framework for Human-Centered Large Language Models (HCLLMs), integrating HCI and NLP perspectives to prioritize human values throughout the model development lifecycle.
LegalBench-BR: A Benchmark for Evaluating Large Language Models on Brazilian Legal Decision Classification
Researchers release LegalBench-BR, the first public benchmark for evaluating LLMs on Brazilian legal text classification, showing LoRA-fine-tuned BERTimbau dramatically outperforms GPT-4o mini and Claude 3.5 Haiku.