@@ -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