pkoloveas commited on
Commit
662d585
·
verified ·
1 Parent(s): 43f9723

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -14,4 +14,36 @@ tags:
14
  - scientometrics
15
  - citation_analysis
16
  - citation_intent_classification
17
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - scientometrics
15
  - citation_analysis
16
  - citation_intent_classification
17
+ ---
18
+
19
+
20
+ ## Llamacpp imatrix Quantizations of Qwen2.5-14B-CIC-ACLARC
21
+
22
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3772">b3772</a> for quantization.
23
+
24
+ Original model: https://huggingface.co/sknow-lab/Qwen2.5-14B-CIC-ACLARC
25
+
26
+ ## Prompt format
27
+
28
+ ```
29
+ <|im_start|>system
30
+ {system_prompt}<|im_end|>
31
+ <|im_start|>user
32
+ {prompt}<|im_end|>
33
+ <|im_start|>assistant
34
+ ```
35
+
36
+
37
+ # Citation
38
+
39
+ ```
40
+ @misc{koloveas2025llmspredictcitationintent,
41
+ title={Can LLMs Predict Citation Intent? An Experimental Analysis of In-context Learning and Fine-tuning on Open LLMs},
42
+ author={Paris Koloveas and Serafeim Chatzopoulos and Thanasis Vergoulis and Christos Tryfonopoulos},
43
+ year={2025},
44
+ eprint={2502.14561},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.CL},
47
+ url={https://arxiv.org/abs/2502.14561},
48
+ }
49
+ ```