Tag
LLM
- Mar 4, 2026
从传统摘要到语义合成
LLM 时代,摘要不再只是“把长文变短”,而是演化为上下文工程中的信息密度管理:在运行时压缩 KV Cache,在协议层裁剪低价值上下文,在应用层完成层级摘要、结构化摘要与轨迹摘要。传统摘要负责减少体积,语义合成负责重构信息,让文本成为可检索、可验证、可执行的高密度语义资产。
#AI#NLP#LLM#RAG - Nov 19, 2025
Demystifying Agentic Search Engines
Agentic search engines—such as Google AI Mode, Perplexity, Bing Copilot, ChatGPT Search no longer means “type keywords, get ten blue links.” AI Search experience capable of understanding tasks, planning queries, calling tools, and synthesizing results and deliver a conversational response with inline citations, minimizing user effort. In this post, I’ll walk through the stack from bottom to top, how it crawls and indexes pages, how it retrieves and ranks information, and how recent features like RAG and Agentic search build upon these foundations.
#System Design#RAG#Retrieval#LLM - Jan 15, 2025
大模型(LLM)关键技术:从基础到落地
#LLM#AI#大模型#Transformer - Mar 18, 2024
对话系统:从人机交流走向理解与互动
本文探讨了机器学习如何推动人与机器的自然交流,从早期的对话系统到如今能够理解意图、执行任务的智能助理。近年来的趋势是向LLM + Agent 化对话系统演进,LLM 可嵌入架构中各核心模块,增强系统的理解、生成与决策能力。最终,通过引入智能代理机制,让对话系统从“能说”进一步迈向“能做”。
#NLP#AI#LLM#ML