Skip to content

Commit c97aaf5

Browse files
committed
update
1 parent bd676a7 commit c97aaf5

1 file changed

Lines changed: 10 additions & 16 deletions

File tree

index.html

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h1 class="title is-1 publication-title">Large Language Model Psychometrics: A S
373373
<div class="is-size-5 publication-authors authors-section">
374374
<!-- Paper authors -->
375375
<span class="author-block">
376-
<a href="https://henry-yeh.github.io/" target="_blank">Haoran&nbsp;Ye<sup>1</sup></a>,
376+
<a href="https://yehaoran.info" target="_blank">Haoran&nbsp;Ye<sup>1</sup></a>,
377377
</span>
378378
<span class="author-block">
379379
<a href="#" target="_blank">Jing&nbsp;Jin<sup>1</sup></a>,
@@ -400,7 +400,7 @@ <h1 class="title is-1 publication-title">Large Language Model Psychometrics: A S
400400
<div class="publication-links">
401401
<!-- Paper PDF link -->
402402
<span class="link-block">
403-
<a href="#" target="_blank" class="external-link button is-normal is-rounded is-dark">
403+
<a href="https://arxiv.org/abs/2505.08245" target="_blank" class="external-link button is-normal is-rounded is-dark">
404404
<span class="icon">
405405
<i class="fas fa-file-pdf"></i>
406406
</span>
@@ -417,16 +417,6 @@ <h1 class="title is-1 publication-title">Large Language Model Psychometrics: A S
417417
<span>Awesome</span>
418418
</a>
419419
</span>
420-
421-
<!-- ArXiv abstract Link -->
422-
<span class="link-block">
423-
<a href="#" target="_blank" class="external-link button is-normal is-rounded is-dark">
424-
<span class="icon">
425-
<i class="ai ai-arxiv"></i>
426-
</span>
427-
<span>arXiv</span>
428-
</a>
429-
</span>
430420
</div>
431421
</div>
432422
</div>
@@ -685,18 +675,22 @@ <h2 class="title is-3 has-text-centered">Citation</h2>
685675
<i class="fas fa-copy"></i>
686676
</button>
687677
<pre>
688-
@article{ye2025llmpsychometrics,
678+
@article{ye2025large,
689679
title={Large Language Model Psychometrics: A Systematic Review of Evaluation, Validation, and Enhancement},
690-
author={Ye, Haoran and Jin, Jing and Xie, Yuhang, and Zhang, Xin and Song, Guojie},
680+
author={Ye, Haoran and Jin, Jing and Xie, Yuhang and Zhang, Xin and Song, Guojie},
681+
journal={arXiv preprint arXiv:2505.08245},
691682
year={2025},
683+
note={Project website: \url{https://llm-psychometrics.com}, GitHub: \url{https://github.com/ValueByte-AI/Awesome-LLM-Psychometrics}}
692684
}
693685
</pre>
694686
<script>
695687
function copyCitation() {
696-
const citationText = `@article{ye2025llmpsychometrics,
688+
const citationText = `@article{ye2025large,
697689
title={Large Language Model Psychometrics: A Systematic Review of Evaluation, Validation, and Enhancement},
698-
author={Ye, Haoran and Jin, Jing and Xie, Yuhang, and Zhang, Xin and Song, Guojie},
690+
author={Ye, Haoran and Jin, Jing and Xie, Yuhang and Zhang, Xin and Song, Guojie},
691+
journal={arXiv preprint arXiv:2505.08245},
699692
year={2025},
693+
note={Project website: \\url{https://llm-psychometrics.com}, GitHub: \\url{https://github.com/ValueByte-AI/Awesome-LLM-Psychometrics}}
700694
}`;
701695
navigator.clipboard.writeText(citationText).then(() => {
702696
alert('Citation copied to clipboard!');

0 commit comments

Comments
 (0)