docs: 리서치 폴더에 추가 논문 및 링크 업데이트
- 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에 논문 링크 추가 및 목록 보강
This commit is contained in:
parent
48edd9a7b4
commit
71886deb8e
@ -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)
|
||||
|
||||
@ -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) - 전통적 계획 방법론
|
||||
|
||||
@ -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)를 참고하세요.
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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 - 최대 엔트로피 원리
|
||||
|
||||
@ -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) 프로젝트 반영 방안
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user