You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/recent_posts/release_notes/0.7.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
11
11
<Tabs>
12
12
<TabItemvalue="English"label="English">
13
13
14
-
# 1、Overview
14
+
##1、Overview
15
15
We are pleased to announce the official release of KAG 0.7. This update continues our commitment to enhancing the consistency, rigor, and precision of knowledge base-augmented reasoning in large language models, while introducing several significant new features.
16
16
17
17
Firstly, we have completely refactored the framework. The update adds support for both **static** and **iterative** task planning modes, along with a more rigorous hierarchical knowledge mechanism during the reasoning phase. Additionally, the new **multi-executor** extension mechanism and MCP protocol integration enable horizontal scaling of various symbolic solvers (such as **math-executor** and **cypher-executor**). These improvements not only help users quickly build knowledge-augmented applications to validate innovative ideas or domain-specific solutions, but also support continuous optimization of KAG Solver's capabilities, thereby further enhancing reasoning rigor in vertical applications.
@@ -28,7 +28,7 @@ _Figure1. Performance of KAG V0.7 and baselines on Multi-hop QA benchmarks_
28
28
29
29
_Figure2. Performance of KAG V0.7 and baselines(from OpenKG OneEval) on __Knowledge based QA benchmarks_
30
30
31
-
# 2、Framework Enhancements
31
+
##2、Framework Enhancements
32
32
### 2.1、Hybrid Static-Dynamic Task Planning
33
33
This release introduces optimizations to the KAG-Solver framework implementation, providing more flexible architectural support for: "Retrieval during reasoning" workflows, Multi-scenario algorithm experimentation, LLM-symbolic engine integration (via MCP protocol).
34
34
@@ -47,7 +47,7 @@ Using the enhanced KAG-Solver framework, we have rewritten the logic of **kag_hy
47
47
### 2.4、MCP Protocol Integration
48
48
This KAG release achieves compatibility with the MCP protocol, enabling the incorporation of external data sources and symbolic solvers into the KAG framework via MCP. We have included a **baidu_map_mcp** example in the **example** directory for developers' reference.
49
49
50
-
# 3、OpenBenchmark
50
+
##3、OpenBenchmark
51
51
To better facilitate academic exchange and accelerate the adoption and technological advancement of large language models with external knowledge bases in enterprise settings, KAG has released more detailed benchmark reproduction steps in this version, along with open-sourcing all code and data. This will enable developers and researchers to easily reproduce and align results across various datasets.
52
52
53
53
For more accurate quantification of reasoning performance, we have adopted multiple evaluation metrics, including EM (Exact Match), F1, and LLM_Accuracy. In addition to existing datasets such as TwoWiki, Musique, and HotpotQA, this update introduces the OpenKG OneEval knowledge graph QA dataset (including AffairQA and PRQA) to evaluate the capabilities of both the **cypher_executor** and KAG's default framework.
@@ -137,7 +137,7 @@ In this update, KAG has validated its retrieval and reasoning capabilities on tr
137
137
| KAG-V0.7 |**77.5%**|**83.1%**|**88.2%**| Custom PRQA Pipeline with Cypher Solver Based on KAG Framework | Ant Group <br/>KAG Team |
138
138
139
139
140
-
# 4、Product and platform optimization
140
+
##4、Product and platform optimization
141
141
This update enhances the knowledge Q&A product experience. Users can refer to the [KAG User Manual](https://openspg.github.io/v2/docs_en) and access our demo files under the Quick Start -> Product Mode section to reproduce the results shown in the following video.
142
142
143
143
+**Demo Of KAG Builder**
@@ -164,10 +164,10 @@ The new Deep Reasoning Toggle allows users to balance answer accuracy against co
164
164
- Unified handling of structured and unstructured data
In upcoming iterations, We are continuously committed to enhancing the capability of large models to utilize external knowledge bases, achieving bidirectional enhancement and organic integration between large models and symbolic knowledge. This effort aims to consistently improve the factual accuracy, rigor, and coherence of reasoning and question-answering in specialized scenarios. We will also continue to release updates, constantly raising the upper limits of these capabilities and advancing their implementation in vertical domains.
169
169
170
-
# 6、Acknowledgments
170
+
##6、Acknowledgments
171
171
This release addresses several issues in the hierarchical retrieval module, and we extend our sincere gratitude to the community developers who reported these problems.
172
172
173
173
The framework upgrade has received tremendous support from the following experts and colleagues, to whom we are deeply grateful:
@@ -181,7 +181,7 @@ The framework upgrade has received tremendous support from the following experts
@@ -198,7 +198,7 @@ _图1 Performance of KAG V0.7 and baselines on Multi-hop QA benchmarks_
198
198
199
199
_图2 Performance of KAG V0.7 and baselines(from OpenKG OneEval) on __Knowledge based QA benchmarks_
0 commit comments