# SurfCon: Synonym Discovery on Privacy-Aware Clinical Data

**Authors:** Zhen Wang, Xiang Yue, Soheil Moosavinasab, Yungui Huang, Simon Lin,, Huan Sun

arXiv: 1906.09285 · 2019-06-25

## TL;DR

This paper introduces SurfCon, a novel framework for discovering medical synonyms using privacy-preserving clinical data, leveraging surface form and global context information to improve accuracy without raw text access.

## Contribution

SurfCon is the first method to effectively perform synonym discovery on privacy-aware clinical data by combining surface form and global context features.

## Key findings

- Outperforms baseline methods significantly in experiments
- Effectively handles out-of-vocabulary query issues
- Demonstrates strong results on privacy-preserving clinical datasets

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.09285/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1906.09285/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1906.09285/full.md

---
Source: https://tomesphere.com/paper/1906.09285