Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/public/llm-evals.html
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ <h1 id="hdr-title" style="cursor:pointer" onclick="switchTab('about')">Common Se
<h2>Measuring Common Sense in Humans and LLMs</h2>
<p>This website presents the results in the following paper.</p>
<div style="background:var(--g100);border-left:4px solid var(--blue);border-radius:6px;padding:.75rem 1rem;margin:.85rem 0 .4rem;font-size:.93rem;line-height:1.65">
Tuan Dung Nguyen, Duncan J. Watts, and Mark E. Whiting. <b>"A Large-Scale Evaluation of Commonsense Knowledge in Humans and Large Language Models."</b> <i>PNAS Nexus</i> 5(3): pgag029 (2026). DOI: <a href="https://10.1093/pnasnexus/pgag029">10.1093/pnasnexus/pgag029</a>.
Tuan Dung Nguyen, Duncan J. Watts, and Mark E. Whiting. <b>"A Large-Scale Evaluation of Commonsense Knowledge in Humans and Large Language Models."</b> <i>PNAS Nexus</i> 5(3): pgag029 (2026). DOI: <a href="https://doi.org/10.1093/pnasnexus/pgag029">10.1093/pnasnexus/pgag029</a>.
</div>
<button onclick="var p=this.nextElementSibling;var open=p.style.display!=='none';p.style.display=open?'none':'block';" style="background:none;border:none;padding:0;cursor:pointer;font-size:.85rem;color:var(--g700);display:inline-flex;align-items:center;gap:.3rem;margin-bottom:.5rem">👉 Click here for the BibTeX entry</button>
<pre style="display:none;background:var(--g50);border:1px solid var(--g200);border-radius:5px;padding:.65rem .85rem;font-size:.78rem;line-height:1.6;overflow-x:auto;white-space:pre;margin-bottom:.85rem">@article{nguyenLargescaleEvaluationCommonsense2026,
Expand Down