# Automatic Ambiguity Detection

**Authors:** Richard Sproat, Jan van Santen

arXiv: 1905.12065 · 2019-05-30

## TL;DR

This paper introduces an algorithm that automatically detects ambiguous words and measures their polysemy degree from unlabeled text corpora, addressing limitations of existing sense disambiguation methods.

## Contribution

It presents a novel unsupervised approach for identifying polysemous terms and quantifying their ambiguity without relying on predefined sense lists.

## Key findings

- Successfully identifies polysemous terms in unlabeled corpora
- Provides a quantitative polysemy index for each term
- Addresses partial coverage issues in sense disambiguation

## Abstract

Most work on sense disambiguation presumes that one knows beforehand -- e.g. from a thesaurus -- a set of polysemous terms. But published lists invariably give only partial coverage. For example, the English word tan has several obvious senses, but one may overlook the abbreviation for tangent. In this paper, we present an algorithm for identifying interesting polysemous terms and measuring their degree of polysemy, given an unlabeled corpus. The algorithm involves: (i) collecting all terms within a k-term window of the target term; (ii) computing the inter-term distances of the contextual terms, and reducing the multi-dimensional distance space to two dimensions using standard methods; (iii) converting the two-dimensional representation into radial coordinates and using isotonic/antitonic regression to compute the degree to which the distribution deviates from a single-peak model. The amount of deviation is the proposed polysemy index

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