1.Herbal Textual Research on Inulae Flos in Famous Classical Formulas
Caixia LIU ; Yue HAN ; Yanzhu MA ; Lei GAO ; Sheng WANG ; Yan YANG ; Wenchuan LUO ; Ling JIN ; Jing SHAO ; Zhijia CUI ; Zhilai ZHAN
Chinese Journal of Experimental Traditional Medical Formulae 2026;32(3):210-221
In this paper, by referring to ancient and modern literature, the textual research of Inulae Flos has been conducted to clarify the name, origin, production area, quality evaluation, harvesting, processing and others, so as to provide reference and basis for the development and utilization of famous classical formulas containing this herb. After textual research, it could be verified that the medicinal use of Inulae Flos was first recorded in Shennong Bencaojing of the Han dynasty. In successive dynasties, Xuanfuhua has been taken as the official name, and it also has other alternative names such as Jinfeicao, Daogeng and Jinqianhua. The period before the Song and Yuan dynasties, the main origin of Inulae Flos was the Asteraceae plant Inula japonica, and from the Ming and Qing dynasties to the present, I. japonica and I. britannica are the primary source. In addition to the dominant basal species, there are also regional species such as I. linariifolia, I. helianthus-aquatili, and I. hupehensis. The earliest recorded production areas in ancient times were Henan, Hubei and other places, and the literature records that it has been distributed throughout the country since modern times. The medicinal part is its flower, the harvesting and processing method recorded in the past dynasties is mainly harvested in the fifth and ninth lunar months, and dried in the sun, and the modern harvesting is mostly harvested in summer and autumn when the flowers bloom, in order to remove impurities, dry in the shade or dry in the sun. In addition, the roots, whole herbs and aerial parts are used as medicinal materials. In ancient times, there were no records about the quality of Inulae Flos, and in modern times, it is generally believed that the quality of complete flower structure, small receptacles, large blooms, yellow petals, long filaments, many fluffs, no fragments, and no branches is better. Ancient processing methods primarily involved cleaning, steaming, and sun-drying, supplemented by techniques such as boiling, roasting, burning, simmering, stir-frying, and honey-processing. Modern processing focuses mainly on cleaning the stems and leaves before use. Regarding the medicinal properties, ancient texts describe it as salty and sweet in taste, slightly warm in nature, and mildly toxic. Modern studies characterize it as bitter, pungent, and salty in taste, with a slightly warm nature. Its therapeutic effects remain consistent across eras, including descending Qi, resolving phlegm, promoting diuresis, and stopping vomiting. Based on the research results, it is recommended that when developing famous classical formulas containing Inulae Flos, either I. japonica or I. britannica should be used as the medicinal source. Processing methods should follow formula requirements, where no processing instructions are specified, the raw products may be used after cleaning.
2.Herbal Textual Research on Inulae Flos in Famous Classical Formulas
Caixia LIU ; Yue HAN ; Yanzhu MA ; Lei GAO ; Sheng WANG ; Yan YANG ; Wenchuan LUO ; Ling JIN ; Jing SHAO ; Zhijia CUI ; Zhilai ZHAN
Chinese Journal of Experimental Traditional Medical Formulae 2026;32(3):210-221
In this paper, by referring to ancient and modern literature, the textual research of Inulae Flos has been conducted to clarify the name, origin, production area, quality evaluation, harvesting, processing and others, so as to provide reference and basis for the development and utilization of famous classical formulas containing this herb. After textual research, it could be verified that the medicinal use of Inulae Flos was first recorded in Shennong Bencaojing of the Han dynasty. In successive dynasties, Xuanfuhua has been taken as the official name, and it also has other alternative names such as Jinfeicao, Daogeng and Jinqianhua. The period before the Song and Yuan dynasties, the main origin of Inulae Flos was the Asteraceae plant Inula japonica, and from the Ming and Qing dynasties to the present, I. japonica and I. britannica are the primary source. In addition to the dominant basal species, there are also regional species such as I. linariifolia, I. helianthus-aquatili, and I. hupehensis. The earliest recorded production areas in ancient times were Henan, Hubei and other places, and the literature records that it has been distributed throughout the country since modern times. The medicinal part is its flower, the harvesting and processing method recorded in the past dynasties is mainly harvested in the fifth and ninth lunar months, and dried in the sun, and the modern harvesting is mostly harvested in summer and autumn when the flowers bloom, in order to remove impurities, dry in the shade or dry in the sun. In addition, the roots, whole herbs and aerial parts are used as medicinal materials. In ancient times, there were no records about the quality of Inulae Flos, and in modern times, it is generally believed that the quality of complete flower structure, small receptacles, large blooms, yellow petals, long filaments, many fluffs, no fragments, and no branches is better. Ancient processing methods primarily involved cleaning, steaming, and sun-drying, supplemented by techniques such as boiling, roasting, burning, simmering, stir-frying, and honey-processing. Modern processing focuses mainly on cleaning the stems and leaves before use. Regarding the medicinal properties, ancient texts describe it as salty and sweet in taste, slightly warm in nature, and mildly toxic. Modern studies characterize it as bitter, pungent, and salty in taste, with a slightly warm nature. Its therapeutic effects remain consistent across eras, including descending Qi, resolving phlegm, promoting diuresis, and stopping vomiting. Based on the research results, it is recommended that when developing famous classical formulas containing Inulae Flos, either I. japonica or I. britannica should be used as the medicinal source. Processing methods should follow formula requirements, where no processing instructions are specified, the raw products may be used after cleaning.
3.Knowledge graph-enhanced long-tail learning approach for traditional Chinese medicine syndrome differentiation
Weikang KONG ; Chuanbiao WEN ; Yue LUO
Digital Chinese Medicine 2026;9(1):57-67
Objective:
To address the dual challenges of long-tail distribution and feature sparsity in traditional Chinese medicine (TCM) syndrome differentiation within real clinical settings, we propose a data-efficient learning framework enhanced by knowledge graphs.
Methods:
We developed Agent-GNN, a three-stage decoupled learning framework, and validated it on the Traditional Chinese Medicine Syndrome Diagnosis (TCM-SD) dataset containing 54 152 clinical records across 148 syndrome categories. First, we constructed a comprehensive medical knowledge graph encoding the complete TCM reasoning system. Second, we proposed a Functional Patient Profiling (FPP) method that utilizes large language models (LLMs) combined with Graph Retrieval-Augmented Generation (RAG) to extract structured symptom-etiology-pathogenesis subgraphs from medical records. Third, we employed heterogeneous graph neural networks to learn structured combination patterns explicitly. We compared our method against multiple baselines including BERT, ZY-BERT, ZY-BERT + Know, GAT, and GPT-4 Few-shot, using macro-F1 score as the primary evaluation metric. Additionally, ablation experiments were conducted to validate the contribution of each key component to model performance.
Results:
Agent-GNN achieved an overall macro-F1 score of 72.4%, representing an 8.7 percentage points improvement over ZY-BERT + Know (63.7%), the strongest baseline among traditional methods. For long-tail syndromes with fewer than 10 samples, Agent-GNN reached a macro-F1 score of 58.6%, compared with 39.3% for ZY-BERT + Know and 41.2% for GPT-4 Few-shot, representing relative improvements of 49.2% and 42.2%, respectively. Ablation experiments confirmed that the explicit modeling of etiology-pathogenesis nodes contributed 12.4 percentage points to this enhanced long-tail syndrome performance.
Conclusion
This study proposes Agent-GNN, a knowledge graph-enhanced framework that effectively addresses the long-tail distribution challenge in TCM syndrome differentiation. By explicitly modeling manifestation-mechanism-essence patterns through structured knowledge graphs, our approach achieves superior performance in data-scarce scenarios while providing interpretable reasoning paths for TCM intelligent diagnosis.
4.Design of a smart blood donation assistant based on large language model
Lan LUO ; Kanglie WAN ; Yue ZHENG ; Xiaoya ZHAO ; Zhedong HAN
Chinese Journal of Blood Transfusion 2026;39(2):241-247
Objective: To develop a smart blood donation service assistant for popularizing donation-related knowledge to blood donors via intelligent Q&A support, thereby enabling precise service delivery. Methods: Based on the operational scenarios of the Zhejiang Provincial Blood Center, the system utilized the open-source Dify platform for agent orchestration, and integrated with the DeepSeek model as the language processing engine to support online real-time interaction. External tools, including the Amap API and MySQL database queries, were encapsulated via the Model Context Protocol (MCP). A professional blood knowledge base for Retrieval-Augmented Generation (RAG) was constructed using the BGE-M3 embedding model. An innovative dual-large language model collaborative verification mechanism was introduced to design the overall framework. The system was deployed privately using Docker containerization, and offline closed-loop optimization was achieved through customized Python scripts. Results: An interactive interface for blood donors was developed by integrating the chatflow Web component from Dify. The intelligent assistant Agent can recommend optimal blood donation sites and navigation routes by invoking the Amap API based on the donor's location. The Blood Donation Knowledge Agent enables timely responses to inquiries, along with reasonable suggestions and reminders. This agent specializes in the field of voluntary blood donation, empowering the assistant to answer doubts and questions for blood donors in the form of intelligent question-and-answer interaction. It also guides users through preliminary self-assessments, helping potential donors identify eligibility issues beforehand, thereby effectively increasing the on-site success rate of blood donation and reducing resource waste. Conclusion: The smart blood donation assistant validates the feasibility of the "Dify+MCP+RAG" technical architecture within the blood transfusion informatization field. The assistant not only improves the service experience for blood donors, but also, ensures the sustainable evolution of the system through its modular design and closed-loop optimization mechanism, thus providing valuable insights for the intelligent transformation of traditional blood donation service systems.
5.Peripheral blood cell counts as predictors of response to neoadjuvant chemoimmunotherapy in esophageal squamous cell carcinoma: A retrospective study in a single center
Xingqiang RAN ; Chengcheng ZHANG ; Tao LUO ; Binwen XU ; Yue ZHANG ; Liwen ZHANG ; Maoyong FU
Chinese Journal of Clinical Thoracic and Cardiovascular Surgery 2026;33(05):743-750
Objective To explore the predictive value of peripheral blood cells in the efficacy of neoadjuvant immunotherapy combined with chemotherapy for esophageal squamous cell carcinoma. Methods A retrospective study was conducted on patients with esophageal squamous cell carcinoma (clinical stages Ⅱ-Ⅳa) who underwent neoadjuvant immunotherapy combined with chemotherapy at the Department of Thoracic Surgery, Affiliated Hospital of North Sichuan Medical College from April 2020 to November 2023. According to whether the pathology was completely relieved after treatment, patients were divided into a pathological complete remission group and a pathological incomplete remission group. The College of American Pathologists criteria were used to evaluate the tumor pathological regression grade (TRG) after neoadjuvant therapy (TRG=0, 1 defined as a good efficacy group, TRG=2, 3 defined as a poor efficacy group). Results A total of 92 patients with esophageal squamous cell carcinoma were collected, including 72 males and 20 females. The average age was (65.86±7.66) years. The complete remission of pathology was closely related to the number of lymphocytes in the blood before treatment (P=0.019). The area under the curve (AUC) for predicting complete remission of esophageal squamous cell carcinoma after neoadjuvant immunotherapy combined with chemotherapy was 0.678, the maximum Youden index was 0.328, and the optimal cutoff value was 1.845. The incidence of postoperative pulmonary infection in the pathological incomplete remission group was higher than that in the pathological complete remission group (25.0% vs. 5.6%, P=0.030). Using the optimal cutoff value, there were statistically significant differences in pathological N stage and pathological TNM stage between patients with lymphocyte counts <1.845×109/L and ≥1.845×109/L (P<0.05). Treatment response (by TRG) was significantly associated with the pretreatment red blood cell count (P=0.009). The AUC for predicting a good TRG response was 0.669, with a maximum Youden index of 0.385 and an optimal cutoff value of 4.235. Between the good and poor response groups, there were statistically significant differences in postoperative pathological T stage (P<0.001), N stage (P=0.041), and TNM stage (P<0.001). When stratified by the optimal cutoff value, there were statistically significant differences in age (P<0.001) and the prevalence of hypertension (P=0.022) between patients with red blood cell counts <4.235×1012/L and ≥4.235×1012/L. Conclusion A pretreatment absolute lymphocyte count ≥1.845×109/L and a red blood cell count <4.235×1012/L are good predictors for pathological complete response and a good pathological response, respectively, following neoadjuvant immunotherapy combined with chemotherapy in patients with esophageal squamous cell carcinoma.
6.The construction and evaluation of heart preservation model for empty beating donor heart based on extracorporeal membrane oxygenation technology
Shijie YIN ; Xiao YUE ; Chunhua WANG ; Wei WU ; Guanbin QIN ; Lan LUO ; Qiangxin HUANG ; Guixin HE
Chinese Journal of Clinical Thoracic and Cardiovascular Surgery 2026;33(05):791-798
Objective To explore the construction of heart preservation model of empty beating donor based on extracorporeal membrane oxygenation (ECMO). Methods From January 2022 to August 2023, 20 Guangxi Bama miniature pigs weighing 25-30 kg were selected, half male and half female. Under general anesthesia and heparinization, a midline thoracotomy was performed. The pericardium was cut after freeing the anterior and posterior vena cavae, and a perfusion needle was inserted near the brachiocephalic artery in the ascending aorta, connected to a blood collection bag to collect 500-600 mL of blood. The anterior and posterior vena cavae were ligated, the aorta was blocked and perfused with HTK solution to stop the heart beating. The superior and inferior vena cavae were cut off, the right pulmonary vein was decompressed, the aorta and left and right pulmonary arteries and veins were cut off, and the whole heart was removed. An ECMO device was used to continuously perfuse a cardioprotective solution mainly composed of oxygenated warm blood, maintaining the isolated pig heart beating for 8 hours, monitoring (once/hour) ECMO perfusion parameters, blood gas indicators, perfusate electrolytes, inflammatory factors, myocardial enzymes, myoglobin, and troponin levels. Myocardial tissue was taken for hematoxylin-eosin (HE) staining to observe myocardial cell damage and evaluate the quality of heart preservation. Results Among the 20 isolated beating pig hearts, 17 successfully resumed beating, 3 experienced ventricular fibrillation, resuscitated after intracardiac electrical defibrillation, and all 20 pig hearts successfully beat for 8 hours. There was no statistical difference in ECMO perfusion parameters, blood gas indicators, perfusate electrolytes, and inflammatory factors at each time point (P>0.05). There were statistical increases in myocardial enzymes, myoglobin, and troponin levels (P<0.05). HE staining results suggested that there was no severe myocardial damage. Conclusion ECMO technology can be used for pig heart preservation with good results, and this study provides experimental evidence for improving heart preservation research in clinical heart transplantation.
7.Deubiquitinase OTUD6A alleviates acetaminophen-induced liver injury by targeting EZH2 to reduce cell death in hepatocytes.
Yanni ZHAO ; Tianyang JIN ; Tingxin XU ; Yi FANG ; Qingsong ZHENG ; Wu LUO ; Weiwei ZHU ; Yue CHEN ; Jiong WANG ; Yi CHEN ; Wei ZUO ; Lijiang HUANG ; Guang LIANG ; Yi WANG
Acta Pharmaceutica Sinica B 2025;15(9):4772-4788
Acetaminophen (APAP) is the primary cause of drug-induced acute liver failure. Ovarian tumor deubiquitinase 6A (OTUD6A), a recently discovered deubiquitinase of the OTU family, has been primarily studied in tumor contexts. However, its role in APAP-induced liver injury (AILI) remains unclear. Therefore, this study aimed to investigate the involvement of OTUD6A in the pathogenesis of AILI. Our findings demonstrated a substantial upregulation of OTUD6A in both the liver tissue and isolated hepatocytes of mice following APAP stimulation. OTUD6A knockout exacerbated APAP-induced inflammation, hepatocyte necrosis, and liver injury, whereas OTUD6A overexpression alleviated these pathologies. Mechanistically, OTUD6A directly interacted with the enhancer of zeste homolog 2 (EZH2) and selectively removed K48-linked polyubiquitin chains from EZH2, enhancing its stability. This resulted in increased protein levels of EZH2 and H3K27me3, as well as reduced endoplasmic reticulum (ER) stress and cell death in hepatocytes. Collectively, our research uncovers a novel role for OTUD6A in mitigating APAP-induced liver injury by promoting EZH2 stabilization.
8.HOTAIR rs920778 single nucleotide polymorphism is associated with breast cancer susceptibility and HER2-targeted therapy resistance in Chinese population.
Mingliang ZHANG ; Feifan SUN ; Zhuoqi HAN ; Yue GAO ; Yi LUO
Journal of Southern Medical University 2025;45(10):2270-2276
OBJECTIVES:
To investigate the association of HOTAIR gene rs920778 single nucleotide polymorphism (SNP) with breast cancer susceptibility and response to HER2-targeted therapy in a Chinese population.
METHODS:
TaqMan probe-based real-time quantitative PCR was used for genotyping of the rs920778 locus (chr12:54,376,218) in peripheral blood genomic DNA from 287 breast cancer patients and 260 healthy individuals from northern Anhui Province. The genotype (GG, GT and TT) and allele (G/T) distribution frequencies were compared between the two groups to evaluate their association with breast cancer risk. Multivariate logistic regression analysis was conducted to assess the relationship between SNP at this locus and aggressive clinicopathological features (including tumor size, lymph node metastasis, ER/PR/HER2 status, and molecular subtypes) of breast cancer. For the HER2-positive subgroup, the association between rs920778 genotype and responses to dual-targeted therapy (trastuzumab [6 mg/kg q3w]+pertuzumab [420 mg q3w] + docetaxel [75 mg/m²]) was analyzed. The primary endpoints included pathological complete response rate (pCR), objective response rate (ORR), and progression-free survival (PFS).
RESULTS:
The TT genotype of rs920778 was associated with a significantly increased breast cancer susceptibility (OR=1.54, 95% CI: 1.09-2.19; P=0.017), an advanced tumor stage (P<0.001), lymph node metastasis (P<0.001), and the triple-negative subtype (P<0.001). In HER2-positive patients, TT genotype carriers had a markedly reduced objective response rate to dual HER2-targeted therapy (33.3% vs 89.3%, P=0.001) and a lower pathological complete response rate after neoadjuvant therapy (P=0.018).
CONCLUSIONS
The TT genotype of HOTAIR rs920778 serves as an independent risk factor for breast cancer susceptibility and aggressive progression in Chinese population and may predict the resistance to HER2-targeted therapies, suggesting its potential as a prognostic biomarker for precision oncology.
Adult
;
Aged
;
Female
;
Humans
;
Middle Aged
;
Breast Neoplasms/drug therapy*
;
Case-Control Studies
;
China
;
Drug Resistance, Neoplasm/genetics*
;
Genetic Predisposition to Disease
;
Genotype
;
Polymorphism, Single Nucleotide
;
Receptor, ErbB-2
;
RNA, Long Noncoding/genetics*
;
East Asian People/genetics*
9.Memory Reconsolidation Updating in Substance Addiction: Applications, Mechanisms, and Future Prospects for Clinical Therapeutics.
Shihao HUANG ; Xiaoxing LIU ; Zhonghao LI ; Yue SI ; Liping YANG ; Jiahui DENG ; Yixiao LUO ; Yan-Xue XUE ; Lin LU
Neuroscience Bulletin 2025;41(2):289-304
Persistent and maladaptive drug-related memories represent a key component in drug addiction. Converging evidence from both preclinical and clinical studies has demonstrated the potential efficacy of the memory reconsolidation updating procedure (MRUP), a non-pharmacological strategy intertwining two distinct memory processes: reconsolidation and extinction-alternatively termed "the memory retrieval-extinction procedure". This procedure presents a promising approach to attenuate, if not erase, entrenched drug memories and prevent relapse. The present review delineates the applications, molecular underpinnings, and operational boundaries of MRUP in the context of various forms of substance dependence. Furthermore, we critically examine the methodological limitations of MRUP, postulating potential refinement to optimize its therapeutic efficacy. In addition, we also look at the potential integration of MRUP and neurostimulation treatments in the domain of substance addiction. Overall, existing studies underscore the significant potential of MRUP, suggesting that interventions predicated on it could herald a promising avenue to enhance clinical outcomes in substance addiction therapy.
Humans
;
Substance-Related Disorders/psychology*
;
Memory Consolidation/physiology*
;
Animals
;
Extinction, Psychological/physiology*

Result Analysis
Print
Save
E-mail