- bayesian_theory 문서들 간 상호 참조 링크 추가 - knowledge_graph와 autonomous_agents 간 연결 추가 - 아이디어 문서에 상세 리서치 링크 추가 - 각 README에 관련 문서 섹션 추가
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
# 온톨로지 및 지식 표현 (Ontology & Knowledge Representation)
|
|
|
|
온톨로지는 지식 그래프의 스키마 역할을 하며, 지식의 구조와 관계를 정의합니다.
|
|
|
|
## 관련 문서
|
|
|
|
- [지식 그래프 구축 관련 핵심 논문](./README.md) - 지식 그래프 구축 방법론
|
|
- [온톨로지 논문 정리](./ontology_papers/250910_happybell80_온톨로지논문정리.md) - 로빙 적용 가이드 포함
|
|
- [베이지안 이론](../bayesian_theory/README.md) - 베이지안 추론 및 통계 물리학
|
|
|
|
## 논문 목록
|
|
|
|
온톨로지 관련 논문은 `ontology_papers/` 폴더에 있습니다. 주요 논문:
|
|
|
|
- [온톨로지 논문 정리](./ontology_papers/250910_happybell80_온톨로지논문정리.md) - 로빙 적용 가이드 포함
|
|
- [Gruber (1993)](./ontology_papers/gruber_1993_portable_ontology_specifications.md): A translation approach to portable ontology specifications
|
|
- [Guarino (1998)](./ontology_papers/guarino_1998_what_is_an_ontology.md): What is an Ontology?
|
|
- [Li et al. (2024)](./ontology_papers/li_et_al_2024_survey_graph_meets_llm.md): A Survey of Graph Meets Large Language Model
|
|
- [Lippolis et al. (2025)](./ontology_papers/lippolis_et_al_2025_ontology_generation_using_llms.md): Ontology Generation using Large Language Models
|