Spaces:
Running
Running
Update index.html
Browse files- index.html +11 -3
index.html
CHANGED
|
@@ -212,18 +212,26 @@ print("content:", content)
|
|
| 212 |
<h2>Citation</h2>
|
| 213 |
<p>If you use MedInjection-FR or the models, please cite:</p>
|
| 214 |
<pre><code class="code">
|
| 215 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
</code></pre>
|
| 217 |
</section>
|
| 218 |
|
| 219 |
<!-- Contact -->
|
| 220 |
<section id="contact" class="card">
|
| 221 |
<h2>Contact</h2>
|
| 222 |
-
<p>Questions, feedback, or requests: open an issue on the repo or email <a href="mailto:
|
| 223 |
</section>
|
| 224 |
|
| 225 |
<footer class="site-footer">
|
| 226 |
-
<p>漏
|
| 227 |
</footer>
|
| 228 |
</main>
|
| 229 |
</body>
|
|
|
|
| 212 |
<h2>Citation</h2>
|
| 213 |
<p>If you use MedInjection-FR or the models, please cite:</p>
|
| 214 |
<pre><code class="code">
|
| 215 |
+
@misc{belmadani2026medinjectionfrexploringrolenative,
|
| 216 |
+
title={MedInjection-FR: Exploring the Role of Native, Synthetic, and Translated Data in Biomedical Instruction Tuning},
|
| 217 |
+
author={Ikram Belmadani and Oumaima El Khettari and Pac么me Constant dit Beaufils and Benoit Favre and Richard Dufour},
|
| 218 |
+
year={2026},
|
| 219 |
+
eprint={2603.06905},
|
| 220 |
+
archivePrefix={arXiv},
|
| 221 |
+
primaryClass={cs.CL},
|
| 222 |
+
url={https://arxiv.org/abs/2603.06905},
|
| 223 |
+
}
|
| 224 |
</code></pre>
|
| 225 |
</section>
|
| 226 |
|
| 227 |
<!-- Contact -->
|
| 228 |
<section id="contact" class="card">
|
| 229 |
<h2>Contact</h2>
|
| 230 |
+
<p>Questions, feedback, or requests: open an issue on the repo or email <a href="mailto:ikram.belmadani@lis-lab.fr">ikram.belmadani@lis-lab.fr</a>.</p>
|
| 231 |
</section>
|
| 232 |
|
| 233 |
<footer class="site-footer">
|
| 234 |
+
<p>漏 2026 MedInjection-FR. Built for research and reproducibility.</p>
|
| 235 |
</footer>
|
| 236 |
</main>
|
| 237 |
</body>
|