paper-with-me

Papers

SurfCon: Synonym Discovery on Privacy-Aware Clinical Data

2019-06-21 · Zhen Wang, Xiang Yue, Soheil Moosavinasab, Yungui Huang, Simon Lin, Huan Sun

Unstructured clinical texts contain rich health-related information. To better utilize the knowledge buried in clinical texts, discovering synonyms for a medical query term has become an important task. Recent automatic synonym discovery methods leveraging raw text information have been developed. However, to preserve patient privacy and security, it is usually quite difficult to get access to large-scale raw clinical texts. In this paper, we study a new setting named synonym discovery on privacy-aware clinical data (i.e., medical terms extracted from the clinical texts and their aggregated co-occurrence counts, without raw clinical texts). To solve the problem, we propose a new framework SurfCon that leverages two important types of information in the privacy-aware clinical data, i.e., the surface form information, and the global context information for synonym discovery. In particular, the surface form module enables us to detect synonyms that look similar while the global context module plays a complementary role to discover synonyms that are semantically similar but in different surface forms, and both allow us to deal with the OOV query issue (i.e., when the query is not found in the given data). We conduct extensive experiments and case studies on publicly available privacy-aware clinical data, and show that SurfCon can outperform strong baseline methods by large margins under various settings.

📄 PDF Abstract BibTeX arXiv:1906.09285

Code (1)

yzabc007/SurfCon 공식 구현 pytorch

Similar Papers 제목 키워드 기반

SurfConv: Bridging 3D and 2D Convolution for RGBD Images

2018-12-04 · CVPR 2018 6 · Hang Chu, Wei-Chiu Ma, Kaustav Kundu, Raquel Urtasun 외

We tackle the problem of using 3D information in convolutional neural networks for down-stream recognition tasks. Using depth as an additional channel alongside the RGB input has the scale variance problem present in ima…

3D Semantic SegmentationSemantic Segmentation

SynSetExpan: An Iterative Framework for Joint Entity Set Expansion and Synonym Discovery

2020-09-29 · EMNLP 2020 11 · Jiaming Shen, Wenda Qiu, Jingbo Shang, Michelle Vanni 외

Entity set expansion and synonym discovery are two critical NLP tasks. Previous studies accomplish them separately, without exploring their interdependencies. In this work, we hypothesize that these two tasks are tightly…

SynonymNet: Multi-context Bilateral Matching for Entity Synonyms

2018-09-27 · Chenwei Zhang, Yaliang Li, Nan Du, Wei Fan 외

Being able to automatically discover synonymous entities from a large free-text corpus has transformative effects on structured knowledge discovery. Existing works either require structured annotations, or fail to incorp…

Entity Synonym Discovery via Multipiece Bilateral Context Matching

2018-12-31 · Chenwei Zhang, Yaliang Li, Nan Du, Wei Fan 외

Being able to automatically discover synonymous entities in an open-world setting benefits various tasks such as entity disambiguation or knowledge graph canonicalization. Existing works either only utilize entity featur…

Entity Disambiguation

Automatic Synonym Discovery with Knowledge Bases

2017-06-25 · Meng Qu, Xiang Ren, Jiawei Han

Recognizing entity synonyms from text has become a crucial task in many entity-leveraging applications. However, discovering entity synonyms from domain-specific text corpora (e.g., news articles, scientific papers) is r…

Articles