bibtex fix
Browse files- templates/index.html +26 -18
templates/index.html
CHANGED
@@ -344,24 +344,32 @@
|
|
344 |
<p>
|
345 |
You can find more details in our <a target="_blank" href="https://arxiv.org/abs/2402.14846">paper</a>.
|
346 |
</p>
|
347 |
-
<
|
348 |
-
If you found this project useful, please cite
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
}
|
364 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
</div>
|
366 |
<ul>
|
367 |
<li>Contact: <a href="mailto: [email protected]">[email protected]</a></li>
|
|
|
344 |
<p>
|
345 |
You can find more details in our <a target="_blank" href="https://arxiv.org/abs/2402.14846">paper</a>.
|
346 |
</p>
|
347 |
+
<div class="citation-section">
|
348 |
+
<p>If you found this project useful, please cite one of our related papers.</p>
|
349 |
+
|
350 |
+
<p>Short paper</p>
|
351 |
+
<div class="citation-box" id="citation-text">
|
352 |
+
@inproceedings{kovavc2024stick,
|
353 |
+
title={Stick to your Role! Stability of Personal Values Expressed in Large Language Models},
|
354 |
+
author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
|
355 |
+
booktitle={Proceedings of the Annual Meeting of the Cognitive Science Society},
|
356 |
+
volume={46},
|
357 |
+
year={2024}
|
358 |
+
}
|
359 |
+
</div>
|
360 |
+
<p>Long paper</p>
|
361 |
+
<div class="citation-box" id="citation-text">
|
362 |
+
@article{kovavc2024stick,
|
363 |
+
title={Stick to your role! Stability of personal values expressed in large language models},
|
364 |
+
author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
|
365 |
+
journal={PloS one},
|
366 |
+
volume={19},
|
367 |
+
number={8},
|
368 |
+
pages={e0309114},
|
369 |
+
year={2024},
|
370 |
+
publisher={Public Library of Science San Francisco, CA USA}
|
371 |
+
}
|
372 |
+
</div>
|
373 |
</div>
|
374 |
<ul>
|
375 |
<li>Contact: <a href="mailto: [email protected]">[email protected]</a></li>
|