paper-with-me

홈 › Papers

Joint Extraction of Uyghur Medicine Knowledge with Edge Computing

2024-01-13 · Fan Lu, Quan Qi, Huaibin Qin

Medical knowledge extraction methods based on edge computing deploy deep learning models on edge devices to achieve localized entity and relation extraction. This approach avoids transferring substantial sensitive data to cloud data centers, effectively safeguarding the privacy of healthcare services. However, existing relation extraction methods mainly employ a sequential pipeline approach, which classifies relations between determined entities after entity recognition. This mode faces challenges such as error propagation between tasks, insufficient consideration of dependencies between the two subtasks, and the neglect of interrelations between different relations within a sentence. To address these challenges, a joint extraction model with parameter sharing in edge computing is proposed, named CoEx-Bert. This model leverages shared parameterization between two models to jointly extract entities and relations. Specifically, CoEx-Bert employs two models, each separately sharing hidden layer parameters, and combines these two loss functions for joint backpropagation to optimize the model parameters. Additionally, it effectively resolves the issue of entity overlapping when extracting knowledge from unstructured Uyghur medical texts by considering contextual relations. Finally, this model is deployed on edge devices for real-time extraction and inference of Uyghur medical knowledge. Experimental results demonstrate that CoEx-Bert outperforms existing state-of-the-art methods, achieving accuracy, recall, and F1 scores of 90.65\%, 92.45\%, and 91.54\%, respectively, in the Uyghur traditional medical literature dataset. These improvements represent a 6.45\% increase in accuracy, a 9.45\% increase in recall, and a 7.95\% increase in F1 score compared to the baseline.

📄 PDF Abstract BibTeX arXiv:2401.07009

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computingRelation ExtractionSentence

Similar Papers 제목 키워드 기반

LASQ: A Low-resource Aspect-based Sentiment Quadruple Extraction Dataset

2026-04-12 · Aizihaierjiang Yusufu, Jiang Liu, Kamran Aziz, Abidan Ainiwaer 외 arxiv

In recent years, aspect-based sentiment analysis (ABSA) has made rapid progress and shown strong practical value. However, existing research and benchmarks are largely concentrated on high-resource languages, leaving fin…

Sentiment Analysis

CUTE: A Multilingual Dataset for Enhancing Cross-Lingual Knowledge Transfer in Low-Resource Languages

2025-09-21 · Wenhao Zhuang, Yuan Sun arxiv

Large Language Models (LLMs) demonstrate exceptional zero-shot capabilities in various NLP tasks, significantly enhancing user experience and efficiency. However, this advantage is primarily limited to resource-rich lang…

Cross-Lingual TransferMachine Translation

Noisy Uyghur Text Normalization

2017-09-01 · WS 2017 9 · Osman Tursun, Ruket Cakici

Uyghur is the second largest and most actively used social media language in China. However, a non-negligible part of Uyghur text appearing in social media is unsystematically written with the Latin alphabet, and it cont…

DecoderText Normalization

Leveraging Prior Knowledge for Protein-Protein Interaction Extraction with Memory Network

2020-01-07 · Huiwei Zhou, Zhuang Liu, Shixian Ning, Yunlong Yang 외

Automatically extracting Protein-Protein Interactions (PPI) from biomedical literature provides additional support for precision medicine efforts. This paper proposes a novel memory network-based model (MNM) for PPI extr…

Entity Embeddings

Toward Better Loanword Identification in Uyghur Using Cross-lingual Word Embeddings

2018-08-01 · COLING 2018 8 · Chenggang Mi, Yating Yang, Lei Wang, Xi Zhou 외

To enrich vocabulary of low resource settings, we proposed a novel method which identify loanwords in monolingual corpora. More specifically, we first use cross-lingual word embeddings as the core feature to generate sem…

Cross-Lingual Word EmbeddingsLanguage ModelingLanguage ModellingMachine Translation+2