Skip to content

Commit 79d5945

Browse files
committed
update links and title
1 parent 1b552a3 commit 79d5945

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

app/(dashboard)/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function UserMenu() {
4848
</Link>
4949
</Button>
5050
<Button asChild className="rounded-full">
51-
<Link href="https://arxiv.org/pdf/2502.00640" className="flex items-center gap-2">
51+
<Link href="https://arxiv.org/abs/2510.01171" className="flex items-center gap-2">
5252
<FileText size={16} />
5353
Paper
5454
</Link>
@@ -63,7 +63,7 @@ function Header() {
6363
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex justify-between items-center">
6464
<Link href="/" className="flex items-center">
6565
<CircleIcon className="h-6 w-6 text-orange-500" />
66-
<span className="ml-2 text-xl font-semibold text-gray-900">CollabLLM</span>
66+
<span className="ml-2 text-xl font-semibold text-gray-900">Verbalized Sampling</span>
6767
</Link>
6868
<div className="flex items-center space-x-4">
6969
<Suspense fallback={<div className="h-9" />}>

app/(dashboard)/page.tsx

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -547,33 +547,28 @@ export default function HomePage() {
547547
{/* Paper Title and Authors Section */}
548548
<div className="text-center">
549549
<h1 className="text-4xl font-bold text-gray-700 tracking-tight sm:text-5xl mb-6">
550-
CollabLLM: From Passive Responders to Active Collaborators
550+
Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity
551551
</h1>
552552

553553
<div className="text-xl text-gray-600 mb-2 max-w-5xl mx-auto leading-relaxed">
554554
<div className="mb-1">
555-
<a href="https://cs.stanford.edu/~shirwu/" className="text-blue-400 hover:text-blue-400 transition-colors">Shirley Wu</a><sup className="text-orange-500">1</sup>,{' '}
556-
<a href="https://www.microsoft.com/en-us/research/people/mgalley/" className="text-blue-400 hover:text-blue-400 transition-colors">Michel Galley</a><sup className="text-orange-500">2</sup>,{' '}
557-
<a href="https://www.microsoft.com/en-us/research/people/baolinpeng/" className="text-blue-400 hover:text-blue-400 transition-colors">Baolin Peng</a><sup className="text-orange-500">2</sup>,{' '}
558-
<a href="https://sites.google.com/site/hcheng2site" className="text-blue-400 hover:text-blue-400 transition-colors">Hao Cheng</a><sup className="text-orange-500">2</sup>,{' '}
559-
<a href="https://scholar.google.com/citations?user=jJglcU8AAAAJ&hl=en" className="text-blue-400 hover:text-blue-400 transition-colors">Gavin Li</a><sup className="text-orange-500">1</sup>,{' '}
560-
<a href="https://yao-dou.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Yao Dou</a><sup className="text-orange-500">3</sup>,{' '}
561-
<a href="https://www.linkedin.com/in/wilsoncai" className="text-blue-400 hover:text-blue-400 transition-colors">Weixin Cai</a><sup className="text-orange-500">1</sup>
562-
</div>
563-
<div>
564-
<a href="https://www.james-zou.com/" className="text-blue-400 hover:text-blue-400 transition-colors">James Zou</a><sup className="text-orange-500">1</sup>,{' '}
565-
<a href="https://cs.stanford.edu/people/jure/" className="text-blue-400 hover:text-blue-400 transition-colors">Jure Leskovec</a><sup className="text-orange-500">1</sup>,{' '}
566-
<a href="https://www.microsoft.com/en-us/research/people/jfgao/" className="text-blue-400 hover:text-blue-400 transition-colors">Jianfeng Gao</a><sup className="text-orange-500">2</sup>
555+
<a href="https://jiayizx.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Jiayi Zhang</a><sup className="text-orange-500">1</sup>,{' '}
556+
<a href="https://simonucl.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Simon Yu</a><sup className="text-orange-500">1</sup>,{' '}
557+
<a href="https://www.linkedin.com/in/derekch" className="text-blue-400 hover:text-blue-400 transition-colors">Derek Chong</a><sup className="text-orange-500">2</sup>,{' '}
558+
<a href="https://anthonysicilia.tech/" className="text-blue-400 hover:text-blue-400 transition-colors">Anthony Sicilia</a><sup className="text-orange-500">3</sup>,{' '}
559+
<a href="https://tomz.people.stanford.edu/" className="text-blue-400 hover:text-blue-400 transition-colors">Michael R. Tomz</a><sup className="text-orange-500">2</sup>,{' '}
560+
<a href="https://nlp.stanford.edu/~manning/" className="text-blue-400 hover:text-blue-400 transition-colors">Christopher D. Manning</a><sup className="text-orange-500">2</sup>,{' '}
561+
<a href="https://wyshi.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Weiyan Shi</a><sup className="text-orange-500">1</sup>
567562
</div>
568563
</div>
569564

570565
<div className="text-xl text-black-500 mb-4">
571-
<sup className="text-orange-500">1</sup>Stanford University, <sup className="text-orange-500">2</sup>Microsoft, <sup className="text-orange-500">3</sup>Georgia Tech
566+
<sup className="text-orange-500">1</sup>Northeastern University, <sup className="text-orange-500">2</sup>Stanford University, <sup className="text-orange-500">3</sup>West Virginia University
572567
</div>
573568

574-
<div className="text-xl font-bold">
569+
{/* <div className="text-xl font-bold">
575570
<span className="text-orange-600">ICML 2025 Outstanding Paper</span>
576-
</div>
571+
</div> */}
577572
</div>
578573
</div>
579574
</section>

0 commit comments

Comments
 (0)