Tag
NLP
- May 26, 2026
Building Auditable LLM Workflows for Medical Coding
Medical coding is a high-stakes extraction and verification problem, not a simple text generation task. Asking an LLM to read a long clinical note and directly output ICD codes risks hallucinated mappings, missed comorbidities, and results that are difficult for human coders to audit. A reliable medical coding system should be built as an LLM-assisted workflow: extract clinical evidence, retrieve candidate codes, verify mappings, validate against the taxonomy, and route uncertainty to human review. The model should not be expected to memorize every code. Its job is to help produce auditable evidence inside a controlled workflow.
#Production AI#Applied AI#NLP#System Design - Jul 9, 2025
各领域的深度学习模型
本文简要总结了深度学习在NLP、计算机视觉、信息检索和推荐系统四大主流领域的演进脉络:从早期RNN、CNN等专用模型,到Transformer全面主导,再到如今BERT/GPT、ViT、Diffusion等预训练大模型横扫各领域。核心趋势是预训练+生成式范式取代传统任务特定模型,统一建模与生成式架构正在加速推动各领域融合与新一轮创新。
#模型#AI#NLP#CV - Oct 21, 2024
NLP技术与应用:从语言理解到智能生成
#NLP#AI - Mar 18, 2024
对话系统:从人机交流走向理解与互动
本文探讨了机器学习如何推动人与机器的自然交流,从早期的对话系统到如今能够理解意图、执行任务的智能助理。近年来的趋势是向LLM + Agent 化对话系统演进,LLM 可嵌入架构中各核心模块,增强系统的理解、生成与决策能力。最终,通过引入智能代理机制,让对话系统从“能说”进一步迈向“能做”。
#NLP#AI#LLM#ML