grg commited on
Commit
8ed231f
1 Parent(s): 1047c44

Updating bibtex

Browse files
templates/about.html CHANGED
@@ -372,12 +372,15 @@ their expression of that value).
372
  <div class="citation-section">
373
  <p>If you found this project useful, please cite our related paper:</p>
374
  <div class="citation-box" id="citation-text">
375
- @inproceedings{kovavc2024stick,
376
- title={Stick to your Role! Stability of Personal Values Expressed in Large Language Models},
377
- author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
378
- booktitle={Proceedings of the Annual Meeting of the Cognitive Science Society},
379
- volume={46},
380
- year={2024}
 
 
 
381
  }
382
  </div>
383
  </div>
 
372
  <div class="citation-section">
373
  <p>If you found this project useful, please cite our related paper:</p>
374
  <div class="citation-box" id="citation-text">
375
+ @article{kovavc2024stick,
376
+ title={Stick to your role! Stability of personal values expressed in large language models},
377
+ author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
378
+ journal={PloS one},
379
+ volume={19},
380
+ number={8},
381
+ pages={e0309114},
382
+ year={2024},
383
+ publisher={Public Library of Science San Francisco, CA USA}
384
  }
385
  </div>
386
  </div>
templates/index.html CHANGED
@@ -310,12 +310,15 @@
310
  Refer <a href="{{ url_for('about', _anchor='paper') }}">here</a> for details.
311
  </p>
312
  <div class="citation-box" id="citation-text">
313
- @inproceedings{kovavc2024stick,
314
- title={Stick to your Role! Stability of Personal Values Expressed in Large Language Models},
315
- author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
316
- booktitle={Proceedings of the Annual Meeting of the Cognitive Science Society},
317
- volume={46},
318
- year={2024}
 
 
 
319
  }
320
  </div>
321
  </div>
 
310
  Refer <a href="{{ url_for('about', _anchor='paper') }}">here</a> for details.
311
  </p>
312
  <div class="citation-box" id="citation-text">
313
+ @article{kovavc2024stick,
314
+ title={Stick to your role! Stability of personal values expressed in large language models},
315
+ author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
316
+ journal={PloS one},
317
+ volume={19},
318
+ number={8},
319
+ pages={e0309114},
320
+ year={2024},
321
+ publisher={Public Library of Science San Francisco, CA USA}
322
  }
323
  </div>
324
  </div>
templates/new_model.html CHANGED
@@ -268,18 +268,6 @@
268
  <div class="back-button">
269
  <a href="{{ url_for('index') }}" class="custom-button mt-3">Main page</a>
270
  </div>
271
- <div class="citation-section">
272
- <p>If you found this project useful, please cite our related paper:</p>
273
- <div class="citation-box" id="citation-text">
274
- @inproceedings{kovavc2024stick,
275
- title={Stick to your Role! Stability of Personal Values Expressed in Large Language Models},
276
- author={Kova{\v{c}}, Grgur and Portelas, R{\'e}my and Sawayama, Masataka and Dominey, Peter Ford and Oudeyer, Pierre-Yves},
277
- booktitle={Proceedings of the Annual Meeting of the Cognitive Science Society},
278
- volume={46},
279
- year={2024}
280
- }
281
- </div>
282
- </div>
283
  </div>
284
 
285
  <!-- Include jQuery -->
 
268
  <div class="back-button">
269
  <a href="{{ url_for('index') }}" class="custom-button mt-3">Main page</a>
270
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
271
  </div>
272
 
273
  <!-- Include jQuery -->