File size: 10,797 Bytes
61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df 17fbab6 61142df | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | <!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>智能知识服务三大支柱</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.pillar {
transition: all 0.3s ease;
}
.pillar:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.module {
transition: all 0.2s ease;
}
.module:hover {
background-color: #f0f7ff;
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<div class="container mx-auto px-4 py-8 md:py-12">
<h1 class="text-3xl md:text-4xl font-bold text-center text-gray-800 mb-8">智能知识服务三大支柱</h1>
<div class="flex flex-col md:flex-row gap-6 justify-center items-stretch">
<!-- 支柱一:数据资产构建 -->
<div class="pillar flex-1 bg-white rounded-xl shadow-md overflow-hidden border-t-4 border-blue-500">
<div class="bg-blue-500 p-4 text-white">
<div class="flex items-center justify-center">
<i class="fas fa-database text-xl mr-2"></i>
<h2 class="text-xl font-semibold">支柱一:数据资产构建</h2>
</div>
<div class="mt-2 text-center bg-blue-600 rounded px-2 py-1 text-sm font-medium">
"从数据孤岛到系统知识资产"
</div>
</div>
<div class="p-4 space-y-3">
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-blue-400">
<div class="flex items-center text-blue-600 font-medium">
<i class="fas fa-cloud-download-alt mr-2"></i>
<h3>模块一:多源采集器</h3>
</div>
<p class="text-sm text-gray-600 mt-1">接入网页、数据库、文件等多类型结构化与非结构化信息</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-blue-400">
<div class="flex items-center text-blue-600 font-medium">
<i class="fas fa-file-alt mr-2"></i>
<h3>模块二:非结构化治理</h3>
</div>
<p class="text-sm text-gray-600 mt-1">实现PDF、Word、网页等文档结构还原与内容抽取</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-blue-400">
<div class="flex items-center text-blue-600 font-medium">
<i class="fas fa-chart-line mr-2"></i>
<h3>模块三:数据质量评估</h3>
</div>
<p class="text-sm text-gray-600 mt-1">7×24小时采集监测,支持数据去重、溯源、打分</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-blue-400">
<div class="flex items-center text-blue-600 font-medium">
<i class="fas fa-recycle mr-2"></i>
<h3>模块四:语料可复用化</h3>
</div>
<p class="text-sm text-gray-600 mt-1">转化为可训练、可分析的智能知识单元</p>
</div>
</div>
</div>
<!-- 支柱二:智能认知引擎 -->
<div class="pillar flex-1 bg-white rounded-xl shadow-md overflow-hidden border-t-4 border-indigo-500">
<div class="bg-indigo-500 p-4 text-white">
<div class="flex items-center justify-center">
<i class="fas fa-brain text-xl mr-2"></i>
<h2 class="text-xl font-semibold">支柱二:智能认知引擎</h2>
</div>
<div class="mt-2 text-center bg-indigo-600 rounded px-2 py-1 text-sm font-medium">
"从信息处理到智能洞察"
</div>
</div>
<div class="p-4 space-y-3">
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-indigo-400">
<div class="flex items-center text-indigo-600 font-medium">
<i class="fas fa-robot mr-2"></i>
<h3>模块一:私有大模型适配</h3>
</div>
<p class="text-sm text-gray-600 mt-1">根据领域语料对大模型进行微调和提示词优化</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-indigo-400">
<div class="flex items-center text-indigo-600 font-medium">
<i class="fas fa-language mr-2"></i>
<h3>模块二:语义理解与规则表达</h3>
</div>
<p class="text-sm text-gray-600 mt-1">支持上下文语义抽取与自定义业务规则逻辑建模</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-indigo-400">
<div class="flex items-center text-indigo-600 font-medium">
<i class="fas fa-project-diagram mr-2"></i>
<h3>模块三:知识图谱构建</h3>
</div>
<p class="text-sm text-gray-600 mt-1">识别实体关系,构建领域语义网络与推理引擎</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-indigo-400">
<div class="flex items-center text-indigo-600 font-medium">
<i class="fas fa-eye mr-2"></i>
<h3>模块四:多模态融合分析</h3>
</div>
<p class="text-sm text-gray-600 mt-1">整合图文表格等多模态信息,实现深层关联识别</p>
</div>
</div>
</div>
<!-- 支柱三:场景化智能体应用 -->
<div class="pillar flex-1 bg-white rounded-xl shadow-md overflow-hidden border-t-4 border-teal-500">
<div class="bg-teal-500 p-4 text-white">
<div class="flex items-center justify-center">
<i class="fas fa-cogs text-xl mr-2"></i>
<h2 class="text-xl font-semibold">支柱三:场景化智能体应用</h2>
</div>
<div class="mt-2 text-center bg-teal-600 rounded px-2 py-1 text-sm font-medium">
"从辅助工具到决策中枢"
</div>
</div>
<div class="p-4 space-y-3">
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-teal-400">
<div class="flex items-center text-teal-600 font-medium">
<i class="fas fa-file-signature mr-2"></i>
<h3>模块一:合同审核Agent</h3>
</div>
<p class="text-sm text-gray-600 mt-1">比对禁止条款和合规规则,自动给出修改建议</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-teal-400">
<div class="flex items-center text-teal-600 font-medium">
<i class="fas fa-book-open mr-2"></i>
<h3>模块二:科研综述Agent</h3>
</div>
<p class="text-sm text-gray-600 mt-1">自动整合多篇文献内容,生成结构化研究综述</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-teal-400">
<div class="flex items-center text-teal-600 font-medium">
<i class="fas fa-bell mr-2"></i>
<h3>模块三:预警分析Agent</h3>
</div>
<p class="text-sm text-gray-600 mt-1">监测外部动态,生成事件分析与预警报告</p>
</div>
<div class="module bg-gray-50 rounded-lg p-3 border-l-2 border-teal-400">
<div class="flex items-center text-teal-600 font-medium">
<i class="fas fa-code mr-2"></i>
<h3>模块四:无代码工作流编排</h3>
</div>
<p class="text-sm text-gray-600 mt-1">支持情报任务从触发、处理到汇总的自动化执行</p>
</div>
</div>
</div>
</div>
<!-- 底部连接线 -->
<div class="relative mt-8 md:mt-12">
<div class="absolute inset-0 flex items-center" aria-hidden="true">
<div class="w-full border-t border-gray-300"></div>
</div>
<div class="relative flex justify-center">
<span class="bg-white px-4 text-lg font-semibold text-blue-600">
智能知识闭环:数据 → 知识 → 智能 → 决策
</span>
</div>
</div>
<!-- 交互说明 -->
<div class="mt-8 text-center text-sm text-gray-500">
<i class="fas fa-mouse-pointer mr-1"></i> 悬停模块可查看详细信息
</div>
</div>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://deepsite.hf.co/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=maomaobj/k2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |