qbz506 commited on
Commit
90a1ba1
·
verified ·
1 Parent(s): 3cce38f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -45,19 +45,21 @@ This model was trained with SFT.
45
  - Datasets: 4.3.0
46
  - Tokenizers: 0.22.1
47
 
 
48
  ## Citations
49
 
50
 
 
51
 
52
- Cite TRL as:
53
-
54
  ```bibtex
55
- @misc{vonwerra2022trl,
56
- title = {{TRL: Transformer Reinforcement Learning}},
57
- author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
58
- year = 2020,
59
- journal = {GitHub repository},
60
- publisher = {GitHub},
61
- howpublished = {\url{https://github.com/huggingface/trl}}
 
 
62
  }
63
  ```
 
45
  - Datasets: 4.3.0
46
  - Tokenizers: 0.22.1
47
 
48
+ Paper: [Pramana: Fine-Tuning Large Language Models for Epistemic Reasoning through Navya-Nyaya](https://arxiv.org/abs/2604.04937)
49
  ## Citations
50
 
51
 
52
+ If you use this model/dataset, please cite:
53
 
 
 
54
  ```bibtex
55
+ @misc{sathish2026pramanafinetuninglargelanguage,
56
+ title={Pramana: Fine-Tuning Large Language Models for Epistemic Reasoning through Navya-Nyaya},
57
+ author={Sharath Sathish},
58
+ year={2026},
59
+ eprint={2604.04937},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.AI},
62
+ url={https://arxiv.org/abs/2604.04937},
63
+ }
64
  }
65
  ```