Skip to content

Commit 7023676

Browse files
authored
Update publications.ts
1 parent db7f633 commit 7023676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/publications.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const publications: Publication[] = [
2828
paper: "https://arxiv.org/abs/2504.05019",
2929
abstract: "We tackle the challenge of simulating diverse human behaviors using large language models (LLMs), which often struggle to reflect the variability across individuals and subpopulations. We introduce Mixture of Personas (MoP), a probabilistic prompting approach that models population diversity through a contextual mixture of persona-based language model agents.",
3030
impact: "Our work shows that probabilistic persona modeling offers a powerful mechanism for capturing population-level diversity in LLM simulations, opening up new possibilities for social science research, data augmentation.",
31-
tags: [Tag.Applications],
31+
tags: [],
3232
},
3333
{
3434
title: "Learning Along the Arrow of Time: Hyperbolic Geometry for Backward-Compatible Representation Learning",
@@ -39,7 +39,7 @@ export const publications: Publication[] = [
3939
paper: "https://arxiv.org/abs/2506.05826",
4040
abstract: "We address the challenge of backward compatibility in aligning representation spaces across successive model updates. Our approach leverages hyperbolic geometry, treating time as an intrinsic axis to capture a model’s confidence and evolution. By lifting embeddings into hyperbolic space and constraining new embeddings to remain within the entailment cones of their predecessors, we ensure generational consistency while accommodating uncertainties in the representations.",
4141
impact: "Our findings demonstrate that hyperbolic geometry provides a natural framework for modeling the temporal evolution of representation spaces, contributing to the development of more robust and adaptable machine learning systems.",
42-
tags: [Tag.Applications],
42+
tags: [Tag.GeometricAndGraphLearning],
4343
},
4444
{
4545
title: "MindLLM: A Subject-Agnostic and Versatile Model for fMRI-to-Text Decoding",

0 commit comments

Comments
 (0)