pkoloveas commited on
Commit
3736850
·
verified ·
1 Parent(s): 3b12ddb

Update README.md

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