CLNov 23, 2024

Traditional Chinese Medicine Case Analysis System for High-Level Semantic Abstraction: Optimized with Prompt and RAG

arXiv:2411.15491v12 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for TCM practitioners and researchers, focusing on domain-specific data processing and retrieval optimization.

The paper tackles the problem of building a clinical case database for Traditional Chinese Medicine (TCM) by scraping over 5,000 cases from web platforms, cleaning and structuring the data, and optimizing retrieval with RAG and rerank techniques to enhance output accuracy.

This paper details a technical plan for building a clinical case database for Traditional Chinese Medicine (TCM) using web scraping. Leveraging multiple platforms, including 360doc, we gathered over 5,000 TCM clinical cases, performed data cleaning, and structured the dataset with crucial fields such as patient details, pathogenesis, syndromes, and annotations. Using the $Baidu\_ERNIE\_Speed\_128K$ API, we removed redundant information and generated the final answers through the $DeepSeekv2$ API, outputting results in standard JSON format. We optimized data recall with RAG and rerank techniques during retrieval and developed a hybrid matching scheme. By combining two-stage retrieval method with keyword matching via Jieba, we significantly enhanced the accuracy of model outputs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes