the-hir0 commited on
Commit
2e3558a
·
verified ·
1 Parent(s): f608e6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -123,3 +123,40 @@ def accuracy_reward(completion: str, solution: str) -> float:
123
 
124
 
125
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
 
125
  ```
126
+
127
+ ## 📖 Citation
128
+
129
+ If you find our work useful in your research, please consider citing the following paper:
130
+
131
+ ```bibtex
132
+ @inproceedings{stoianov-etal-2026-pro,
133
+ title = "{T}-pro 2.0: An Efficient {R}ussian Hybrid-Reasoning Model and Playground",
134
+ author = "Stoianov, Dmitrii and
135
+ Taranets, Danil and
136
+ Tsymboi, Olga and
137
+ Latypov, Ramil and
138
+ Dautov, Almaz and
139
+ Kruglikov, Vladislav and
140
+ Nikita, Surkov and
141
+ Abramov, German and
142
+ Gein, Pavel and
143
+ Abulkhanov, Dmitry and
144
+ Gashkov, Mikhail and
145
+ Zelenkovskiy, Viktor and
146
+ Batalov, Artem and
147
+ Medvedev, Aleksandr and
148
+ Potapov, Anatolii",
149
+ editor = "Croce, Danilo and
150
+ Leidner, Jochen and
151
+ Moosavi, Nafise Sadat",
152
+ booktitle = "Proceedings of the 19th Conference of the {E}uropean Chapter of the {A}ssociation for {C}omputational {L}inguistics (Volume 3: System Demonstrations)",
153
+ month = mar,
154
+ year = "2026",
155
+ address = "Rabat, Marocco",
156
+ publisher = "Association for Computational Linguistics",
157
+ url = "https://aclanthology.org/2026.eacl-demo.22/",
158
+ doi = "10.18653/v1/2026.eacl-demo.22",
159
+ pages = "297--319",
160
+ ISBN = "979-8-89176-382-1"
161
+ }
162
+ ```