File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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) ;
You can’t perform that action at this time.
0 commit comments