Netlist, 회로 연결 정보처럼 graph로 표현되는 설계 데이터를 GNN과 graph algorithm으로 분석하고, LLM Agent가 활용 가능한 구조화된 추론 결과로 만드는 분
전기전자·회로 설계 과정에서 발생하는 netlist, block diagram 등 graph 형태의 데이터를 다루고, 이를 AI Agent가 활용 가능한 구조로 변환하는 역할입니다. 특히 netlist처럼 원래 graph 형태로 표현되는 설계 데이터를 GNN, graph algorithm, graph representation learning 등을 활용해 분석하고, LLM Agent / rule-based system / ontology system과 연결 가능한 모듈로 구현합니다.
- netlist, circuit connection 등 graph 형태의 설계 데이터 모델링
- node, edge, attribute, constraint 기반 graph schema 설계
- GNN 기반 graph classification, graph matching, link prediction, anomaly detection, similarity search 등 개발
- circuit graph / block diagram graph 간 mapping 및 validation 로직 구현
- 각 프로젝트에 맞는 graph reasoning module 개발