透過您的圖書館登入
IP:3.133.156.156
  • 期刊
  • OpenAccess

基於圖神經網路之中文健康照護命名實體辨識

Chinese Healthcare Named Entity Recognition Based on Graph Neural Networks

摘要


命名實體辨識任務的目標是從非結構化的輸入文本中,抽取出關注的命名實體,例如:人名、地名、組織名、日期、時間等專有名詞,擷取的命名實體,可以做為關係擷取、事件偵測與追蹤、知識圖譜建置、問答系統等應用的基礎。機器學習的方法將其視為序列標註問題,透過大規模語料學習標註模型,對句子的各個字元位置進行標註。我們提出一個門控圖序列神經網路(Gated Graph Sequence Neural Networks, GGSNN)模型,用於中文健康照護領域命名實體辨識,我們整合詞嵌入以及部首嵌入的資訊,建構多重嵌入的字嵌入向量,藉由調適門控圖序列神經網路,融入已知字典中的命名實體資訊,然後銜接雙向長短期記憶類神經網路與條件隨機場域,對中文句子中的字元序列標註。我們透過網路爬蟲蒐集健康照護相關內容的網路文章以及醫療問答紀錄,然後隨機抽取中文句子做人工斷詞與命名實體標記,句子總數為30,692句(約150萬字/91.7萬詞),共有68,460命名實體,包含10個命名實體種類:人體、症狀、醫療器材、檢驗、化學物質、疾病、藥品、營養品、治療與時間。藉由實驗結果與錯誤分析得知,我們提出的模型達到最好的F1-score 75.69%,比相關研究模型(BiLSTM-CRF, Lattice, Gazetteers以及ME-CNER)表現好,且為效能與效率兼具的中文健康照護命名實體辨識方法。

並列摘要


Named Entity Recognition (NER) focuses on locating the mentions of name entities and classifying their types, usually referring to proper nouns such as persons, places, organizations, dates, and times. The NER results can be used as the basis for relationship extraction, event detection and tracking, knowledge graph building, and question answering system. NER studies usually regard this research topic as a sequence labeling problem and learns the labeling model through the large-scale corpus. We propose a GGSNN (Gated Graph Sequence Neural Networks) model for Chinese healthcare NER. We derive a character representation based on multiple embeddings in different granularities from the radical, character to word levels. An adapted gated graph sequence neural network is involved to incorporate named entity information in the dictionaries. A standard BiLSTM-CRF is then used to identify named entities and classify their types in the healthcare domain. We firstly crawled articles from websites that provide healthcare information, online health-related news and medical question/answer forums. We then randomly selected partial sentences to retain content diversity. It includes 30,692 sentences with a total of around 1.5 million characters or 91.7 thousand words. After manual annotation, we have 68,460 named entities across 10 entity types: body, symptom, instrument, examination, chemical, disease, drug, supplement, treatment, and time. Based on further experiments and error analysis, our proposed method achieved the best F1-score of 75.69% that outperforms previous models including the BiLSTM-CRF, Lattice, Gazetteers, and ME-CNER. In summary, our GGSNN model is an effective and efficient solution for the Chinese healthcare NER task.

參考文獻


Cohen, J. (1960). A coefficient of agreement for nominal scales. Educational and Psychological Measurement, 20(1), 37-46. doi: 10.1177/001316446002000104
Ding, R., Xie, P., Zhang, X., Lu, W., Li, L., & Si, L. (2019). A neural multi-diagraph model for Chinese NER with gazetteers. In Proc. of the ACL’19, 1462-1467. doi: 10.18653/v1/P19-1141
Dong, C., Zhang, J., Zong, C., Hattori, M., & Di, H. (2016). Character-based LSTM-CRF with radical-level features for Chinese named entity recognition. In Proc. of the ICCPOL’16, 239-250. doi: 10.1007/978-3-319-50496-4_20
Fleiss, J. L. (1971). Measuring nominal scale agreement among many raters. Psychological Bulletin, 76(5), 378-382. doi: DOI: 10.1037/h0031619
Lample, G., Ballesteros, M., Subramanian, S., Kawakami, K., & Dyer, C. (2016). Neural architectures for named entity recognition. In Proc. of the NAACL-HLT’16, 260-270. doi: 10.18653/v1/N16-1030

延伸閱讀