diff --git a/README.md b/README.md index 43894be5..d6707903 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ On October 24, 2024, OpenSPG released v0.5, officially releasing the professiona KAG is significantly better than NaiveRAG, HippoRAG and other methods in multi-hop Q&A tasks. The F1 score on hotpotQA is relatively increased by 19.6%, and the F1 score on 2wiki is relatively increased by 33.5%. We have successfully applied KAG to Ant Group's professional knowledge Q&A tasks, such as e-government Q&A and e-health Q&A, and the professionalism has been significantly improved compared to the traditional RAG method. +⭐️ Star our repository to stay up-to-date with exciting new features and improvements! Get instant notifications for new releases! 🌟 + +![Star KAG](./_static/images/star-kag.gif) + ### 1.1 Technical Architecture ![Figure 1 KAG technical architecture](./_static/images/kag-arch.png) diff --git a/README_cn.md b/README_cn.md index 6f614861..5b7e4dd4 100644 --- a/README_cn.md +++ b/README_cn.md @@ -16,6 +16,9 @@ KAG 在多跳问答任务中显著优于 NaiveRAG、HippoRAG 等方法,在 hotpotQA 上的 F1 分数相对提高了 19.6%,在 2wiki 上的 F1 分数相对提高了 33.5%。我们已成功将 KAG 应用于蚂蚁集团的电子政务问答和电子健康问答等专业知识服务场景,与 RAG 方法相比,专业性和准确率有了显著提高。 +⭐️点击右上角的 Star 关注 KAG,可以获取最新发布的实时通知!🌟 + +![Star KAG](./_static/images/star-kag.gif) ### 1.1 技术架构 diff --git a/README_ja.md b/README_ja.md index 458ac5d3..7b7f7e09 100644 --- a/README_ja.md +++ b/README_ja.md @@ -11,6 +11,10 @@ KAGは、NaiveRAG、HippoRAGなどの方法に比べて、マルチホップ質問応答タスクで顕著に優れています。hotpotQAでのF1スコアは19.6%相対的に向上し、2wikiでのF1スコアは33.5%相対的に向上しました。私たちは、KAGをAnt Groupの2つの専門知識質問応答タスク(電子政府質問応答と電子健康質問応答)に成功裏に適用し、RAG方法に比べて専門性が大幅に向上しました。 +⭐️ リポジトリをスター登録して、エキサイティングな新機能やアップデートを最新の状態に保ちましょう!すべての新しいリリースに関する即時通知を受け取れます!🌟 + +![Star KAG](./_static/images/star-kag.gif) + ### 1.1 技術アーキテクチャ ![図1 KAG技術アーキテクチャ](./_static/images/kag-arch.png) diff --git a/_static/images/star-kag.gif b/_static/images/star-kag.gif new file mode 100644 index 00000000..cf2cd673 Binary files /dev/null and b/_static/images/star-kag.gif differ