Skip to content

Commit 390db9a

Browse files
Remove basePath for root domain deployment
1 parent 5acf8fa commit 390db9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/publications.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ const Intro = () => (
5959
<div>
6060
<h1 className='text-2xl mb-6'>Research</h1>
6161
<p className='leading-7'>
62-
At the XLANG Lab, our research centers on constructing language model
63-
agents that convert language instructions into executable actions within
64-
real-world contexts. This encompasses databases (data agent), web
65-
applications (plugins/web agent), physical world interactions (robotic
66-
agent), and involves techniques like LLM + tool utilization, code
67-
generation, semantic parsing, interactive systems, and beyond.
62+
Our research focuses on building grounded AI systems that enable users to interact
63+
through natural language with digital and physical environments. We develop AI agents
64+
that translate language and perception into executable code and actions, empowering
65+
people to perform data science, control computers, and collaborate with robots. Our
66+
work spans three core areas: code generation for data science, grounding language in
67+
the digital world, and grounding language in the physical world.
6868
</p>
6969
</div>
7070
);

0 commit comments

Comments
 (0)