You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/people.ts
+31-11Lines changed: 31 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,14 @@ export const peopleList = {
20
20
21
21
postdocs: [
22
22
{
23
-
name: "Menglin Yang",
24
-
intro:
25
-
"Geometry has always been palying an instrumental role driving scientific discovery. In the era of foundation models and LLM, geometry helps us understand the underlying structures in data, enabling better data perception, modeling, and reasoning. My current research focuses on hyperbolic machine learning methods and their applications, with a particular interest in large language models (LLM), Transformers, recommendation systems, and AI for Science (AI4SCI).",
26
-
homepage: "https://yangmenglin.site/",
27
-
photo: "/people/menglin.jpg",
23
+
name: "Haiwen Wang",
24
+
intro: "My research focuses on multimodal time series learning and foundation model development, particularly on integrating sequential, textual, and structured signals for real-world decision-making. I am particularly interested in Transformers, large language models, and reinforcement learning, as well as in how foundation models can better understand, forecast, and act on complex temporal data.",
25
+
homepage: "https://haiwencn.github.io",
26
+
photo: "/people/haiwen_wang.jpg",
28
27
},
29
28
],
30
29
31
30
phds: [
32
-
{
33
-
name: "Borui Wang",
34
-
intro: "I am a final-year CS Ph.D. Student working on large language models, natural language processing and machine learning. My main research directions are in large language models, LLM-powered reinforcement learning, knowledge and logical reasoning, neuro-symbolic reasoning, graph neural networks, multimodal language grounding, and applications of LLMs and deep learning in quantitative finance and financial technology.",
35
-
homepage: "https://borui-wang.github.io/",
36
-
photo: "/people/borui.jpg",
37
-
},
38
31
{
39
32
name: "Tinglin Huang",
40
33
intro:
@@ -77,6 +70,18 @@ export const peopleList = {
77
70
homepage: "https://zytzrh.github.io/",
78
71
photo: "/people/yangtian.png",
79
72
},
73
+
{
74
+
name: "Siyi Gu",
75
+
intro: "I am a first year Ph.D student and my primary research focus is Generative AI, particually post-training of LLMs and Multi-Modal Foundation Models. I am committed to developing AI technologies motivated by real-world application and societal benefits.",
76
+
homepage: "https://carriegu0818.github.io/",
77
+
photo: "/people/siyi_gu.jpg",
78
+
},
79
+
{
80
+
name: "Peiwen Li",
81
+
intro: "My research focuses on LLM agents, with an emphasis on improving long-horizon reasoning and decision-making through reinforcement learning. I am particularly interested in building structured agentic frameworks that enable effective planning, collaboration, and specialization for complex real-world tasks. I also have experience in AutoML, OOD generalization, causal discovery, and graph learning. More broadly, I aim to develop scalable and reliable AI systems capable of reasoning over complex, structured, real-world data.",
82
+
homepage: "https://lpwpower.github.io",
83
+
photo: "/people/peiwen_li.jpg"
84
+
}
80
85
],
81
86
masters_and_undergrad: [
82
87
{
@@ -104,4 +109,19 @@ export const peopleList = {
104
109
photo: null,
105
110
},
106
111
],
112
+
alumni: [
113
+
{
114
+
name: "Menglin Yang",
115
+
intro:
116
+
"I was a postdoctoral researcher. Geometry has always been playing an instrumental role driving scientific discovery. In the era of foundation models and LLM, geometry helps us understand the underlying structures in data, enabling better data perception, modeling, and reasoning. My current research focuses on hyperbolic machine learning methods and their applications, with a particular interest in large language models (LLM), Transformers, recommendation systems, and AI for Science (AI4SCI).",
intro: "I was a CS Ph.D. Student working on large language models, natural language processing and machine learning. My main research directions are in large language models, LLM-powered reinforcement learning, knowledge and logical reasoning, neuro-symbolic reasoning, graph neural networks, multimodal language grounding, and applications of LLMs and deep learning in quantitative finance and financial technology.",
0 commit comments