Skip to content

Latest commit

 

History

History
65 lines (59 loc) · 2.67 KB

File metadata and controls

65 lines (59 loc) · 2.67 KB
layout default
title Home
research_directions
icon title description
🤖
Continuous Learning & Autonomous Agent Evolution"
Designing agents that accumulate knowledge over time, adapt to non-stationary environments, and self-improve across tasks — without catastrophic forgetting or human intervention.
icon title description
🧠
Knowledge Reasoning, Representation & Utilization
Building expressive knowledge representations and robust multi-step reasoning capabilities that connect structured knowledge graphs with unstructured information for real-world inference and decision-making.
icon title description
🔬
Foundation Models for Vertical Domains
Adapting large foundation models to specialized fields — driving breakthroughs in industrial manufacturing, materials science, and beyond through AI-powered knowledge synthesis and discovery.
KNOWLEDGE · REASONING · AGI

Exploring AGI for
Knowledge Science

{{ site.description }}

Research Directions
{% for dir in page.research_directions %}
{{ dir.icon }}

{{ dir.title }}

{{ dir.description }}

{% endfor %}

Latest News
{% for item in site.news limit:5 %}
{{ item.date }} {{ item.text }}
{% endfor %}

Featured Papers
<script> window.FEATURED_IDS = [{% for id in site.data.featured_papers %}"{{ id }}"{% unless forloop.last %},{% endunless %}{% endfor %}]; </script> <script src="{{ '/assets/js/featured-papers.js' | relative_url }}"></script>