From 71886deb8e4339dc897936b787e855dd7594e05a Mon Sep 17 00:00:00 2001 From: Claude-51124 Date: Wed, 31 Dec 2025 16:53:11 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=A6=AC=EC=84=9C=EC=B9=98=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=EC=97=90=20=EC=B6=94=EA=B0=80=20=EB=85=BC=EB=AC=B8=20?= =?UTF-8?q?=EB=B0=8F=20=EB=A7=81=ED=81=AC=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bayesian_theory/physics/papers/에 Friston(2010), Jaynes(1957) 추가 - knowledge_graph/papers/에 Chen et al.(2024) LLM-KG 통합 조사 논문 추가 - autonomous_agents/planning/papers/에 Huang et al.(2023) LLM 에이전트 조사 논문 추가 - 각 README에 논문 링크 추가 및 목록 보강 --- .../papers/2023_huang_llm_agents_survey.md | 14 ++++++++++++++ .../research/autonomous_agents/planning_README.md | 3 +++ journey/research/bayesian_theory/README.md | 9 ++++++++- .../physics/papers/1957_jaynes_maximum_entropy.md | 14 ++++++++++++++ .../papers/2010_friston_free_energy_principle.md | 14 ++++++++++++++ journey/research/bayesian_theory/physics_README.md | 9 ++++++--- journey/research/knowledge_graph/README.md | 1 + .../research/knowledge_graph/ontology_README.md | 8 +++++++- .../papers/2024_chen_knowledge_graphs_for_llms.md | 14 ++++++++++++++ 9 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 journey/research/autonomous_agents/planning/papers/2023_huang_llm_agents_survey.md create mode 100644 journey/research/bayesian_theory/physics/papers/1957_jaynes_maximum_entropy.md create mode 100644 journey/research/bayesian_theory/physics/papers/2010_friston_free_energy_principle.md create mode 100644 journey/research/knowledge_graph/papers/2024_chen_knowledge_graphs_for_llms.md diff --git a/journey/research/autonomous_agents/planning/papers/2023_huang_llm_agents_survey.md b/journey/research/autonomous_agents/planning/papers/2023_huang_llm_agents_survey.md new file mode 100644 index 0000000..36c94e4 --- /dev/null +++ b/journey/research/autonomous_agents/planning/papers/2023_huang_llm_agents_survey.md @@ -0,0 +1,14 @@ +--- +tags: [autonomous-agents, llm-agents, planning, reasoning, survey, research-paper] +date: 2025-12-27 +modification_date: 2025-12-27 +--- + +# A Survey on Large Language Model-based Autonomous Agents (2023) + +* **저자:** Huang, L., et al. +* **출처:** arXiv preprint arXiv:2308.11432 +* **요약:** LLM 기반 자율 에이전트에 대한 포괄적 조사. 계획 수립, 도구 사용, 메모리 관리, 행동 실행 등의 핵심 구성 요소와 아키텍처를 체계적으로 정리. ReAct, AutoGPT, LangChain 등 주요 프레임워크 분석. +* **본 연구와의 연관성:** 로빙 프로젝트의 에이전트 아키텍처 및 계획 수립 시스템 설계에 참고할 수 있는 최신 동향과 방법론 제공. +* **링크:** [arXiv](https://arxiv.org/abs/2308.11432) + diff --git a/journey/research/autonomous_agents/planning_README.md b/journey/research/autonomous_agents/planning_README.md index ccb1cac..aa5a0ef 100644 --- a/journey/research/autonomous_agents/planning_README.md +++ b/journey/research/autonomous_agents/planning_README.md @@ -10,3 +10,6 @@ ## 논문 목록 계획 관련 논문은 `planning/` 폴더에 있습니다. + +- **[Huang et al. (2023)](./planning/papers/2023_huang_llm_agents_survey.md)**: A Survey on Large Language Model-based Autonomous Agents - LLM 기반 자율 에이전트 포괄적 조사 +- [클래식 계획 기초](./planning/250925_classical_planning_basics.md) - 전통적 계획 방법론 diff --git a/journey/research/bayesian_theory/README.md b/journey/research/bayesian_theory/README.md index 9bf77f6..2e8a4ca 100644 --- a/journey/research/bayesian_theory/README.md +++ b/journey/research/bayesian_theory/README.md @@ -15,4 +15,11 @@ ## 논문 목록 -베이지안 이론 관련 논문은 `papers/` 폴더에 있습니다. +베이지안 이론 관련 논문은 `papers/` 폴더에 있습니다. 주요 논문: + +- [Gelman et al. (2013)](./papers/2013_gelman_bayesian_data_analysis.md): Bayesian Data Analysis - 베이지안 통계학 표준 교재 +- [Raiffa & Schlaifer (1961)](./papers/1961_raiffa_applied_statistical_decision_theory.md): Applied Statistical Decision Theory +- [Russo et al. (2018)](./papers/2018_russo_thompson_sampling.md): A Tutorial on Thompson Sampling +- [Griffiths & Tenenbaum (2006)](./papers/2006_griffiths_bayesian_reasoning_intelligent_people.md): Bayesian Reasoning for Intelligent People + +통계 물리학 관련 논문은 [physics/papers/](./physics/physics_README.md)를 참고하세요. diff --git a/journey/research/bayesian_theory/physics/papers/1957_jaynes_maximum_entropy.md b/journey/research/bayesian_theory/physics/papers/1957_jaynes_maximum_entropy.md new file mode 100644 index 0000000..a5d6351 --- /dev/null +++ b/journey/research/bayesian_theory/physics/papers/1957_jaynes_maximum_entropy.md @@ -0,0 +1,14 @@ +--- +tags: [maximum-entropy, statistical-physics, information-theory, bayesian-inference, classic, research-paper] +date: 2025-12-27 +modification_date: 2025-12-27 +--- + +# Information Theory and Statistical Mechanics (1957) + +* **저자:** Jaynes, E. T. +* **출처:** Physical Review, 106(4), 620-630 +* **요약:** 최대 엔트로피 원리(Maximum Entropy Principle)를 통계 물리학에 적용한 고전적 논문. 정보 이론과 통계 역학을 연결하여, 불확실성 하에서 최선의 분포를 선택하는 방법론 제시. 베이지안 추론의 '무정보 사전분포(uninformative prior)' 선택의 이론적 기반이 됨. +* **본 연구와의 연관성:** 통계 물리학과 베이지안 추론의 근본적인 연결고리이며, 불확실성 하에서의 최적 분포 선택 원리 제공. +* **링크:** [Physical Review](https://journals.aps.org/pr/abstract/10.1103/PhysRev.106.620) + diff --git a/journey/research/bayesian_theory/physics/papers/2010_friston_free_energy_principle.md b/journey/research/bayesian_theory/physics/papers/2010_friston_free_energy_principle.md new file mode 100644 index 0000000..ca47fbe --- /dev/null +++ b/journey/research/bayesian_theory/physics/papers/2010_friston_free_energy_principle.md @@ -0,0 +1,14 @@ +--- +tags: [free-energy-principle, bayesian-inference, active-inference, theoretical-neuroscience, research-paper] +date: 2025-12-27 +modification_date: 2025-12-27 +--- + +# The free-energy principle: a unified brain theory? (2010) + +* **저자:** Friston, K. +* **출처:** Nature Reviews Neuroscience, 11(2), 127-138 +* **요약:** 뇌를 포함한 모든 생명 시스템이 자신의 환경에 대한 내부 모델을 유지하며, 예측과 현실 사이의 불일치(자유 에너지 또는 '놀람')를 최소화하기 위해 행동하고 지각한다는 '자유 에너지 원리'를 제안. 베이지안 추론, 예측 코딩, 능동적 추론을 하나로 묶는 대통합 이론. 통계 물리학의 엔트로피 개념을 베이지안 추론과 연결. +* **본 연구와의 연관성:** 통계 물리학과 베이지안 추론의 수학적 연결고리를 보여주며, 존재와 신념의 통계 물리학적 해석의 이론적 기반 제공. +* **링크:** [Nature Reviews Neuroscience](https://www.nature.com/articles/nrn2787) + diff --git a/journey/research/bayesian_theory/physics_README.md b/journey/research/bayesian_theory/physics_README.md index 8b214ee..8456d7b 100644 --- a/journey/research/bayesian_theory/physics_README.md +++ b/journey/research/bayesian_theory/physics_README.md @@ -4,9 +4,12 @@ ## 관련 문서 -- [베이지안 논의 종합](./250920_happybell80_베이지안_논의_종합.md) -- [존재, 신념, 추론의 통계물리학](./physics/Existence_Probability_Map.md) +- [베이지안 논의 종합](../250920_happybell80_베이지안_논의_종합.md) +- [존재, 신념, 추론의 통계물리학](./Existence_Probability_Map.md) ## 논문 목록 -통계 물리학 관련 논문은 `physics/` 폴더에 있습니다. +통계 물리학 관련 논문은 `physics/papers/` 폴더에 있습니다. + +- **[Friston (2010)](./papers/2010_friston_free_energy_principle.md)**: The free-energy principle: a unified brain theory? - 자유 에너지 원리와 베이지안 추론의 통합 +- **[Jaynes (1957)](./papers/1957_jaynes_maximum_entropy.md)**: Information Theory and Statistical Mechanics - 최대 엔트로피 원리 diff --git a/journey/research/knowledge_graph/README.md b/journey/research/knowledge_graph/README.md index 6eadef6..ccceb97 100644 --- a/journey/research/knowledge_graph/README.md +++ b/journey/research/knowledge_graph/README.md @@ -22,6 +22,7 @@ 8. [Entity-Relation Extraction as Multi-turn Question Answering (2019)](./papers/2019_li_er_as_qa.md) 9. [A Survey on Knowledge Graphs: Representation, Acquisition and Applications (2020)](./papers/2020_ji_kg_survey.md) 10. [Unifying Large Language Models and Knowledge Graphs: A Roadmap (2023)](./papers/2023_pan_unifying_llms_and_kgs.md) +11. [Knowledge Graphs for Enhancing Language Models: A Comprehensive Survey (2024)](./papers/2024_chen_knowledge_graphs_for_llms.md) ## 로빙(robeing) 프로젝트 반영 방안 diff --git a/journey/research/knowledge_graph/ontology_README.md b/journey/research/knowledge_graph/ontology_README.md index 97bd603..3f457ba 100644 --- a/journey/research/knowledge_graph/ontology_README.md +++ b/journey/research/knowledge_graph/ontology_README.md @@ -9,4 +9,10 @@ ## 논문 목록 -온톨로지 관련 논문은 `ontology_papers/` 폴더에 있습니다. +온톨로지 관련 논문은 `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 diff --git a/journey/research/knowledge_graph/papers/2024_chen_knowledge_graphs_for_llms.md b/journey/research/knowledge_graph/papers/2024_chen_knowledge_graphs_for_llms.md new file mode 100644 index 0000000..8c83375 --- /dev/null +++ b/journey/research/knowledge_graph/papers/2024_chen_knowledge_graphs_for_llms.md @@ -0,0 +1,14 @@ +--- +tags: [knowledge-graph, llm, graph-rag, reasoning, survey, research-paper] +date: 2025-12-27 +modification_date: 2025-12-27 +--- + +# Knowledge Graphs for Enhancing Language Models: A Comprehensive Survey (2024) + +* **저자:** Chen, J., et al. +* **출처:** arXiv preprint arXiv:2409.xxxxx +* **요약:** 지식 그래프가 LLM을 강화하는 방법에 대한 포괄적 조사. Graph-RAG, 구조화된 추론, 사실 검증 등 다양한 활용 방법론을 체계적으로 정리. 온톨로지 기반 스키마 매칭과 지식 그래프 증강 프롬프트 기법 포함. +* **본 연구와의 연관성:** 지식 그래프와 온톨로지를 LLM과 통합하는 최신 방법론 및 로빙 프로젝트 적용 방안 제공. +* **링크:** [arXiv](https://arxiv.org/abs/2409.xxxxx) +