IRCLMar 16, 2017

Improving Document Clustering by Eliminating Unnatural Language

arXiv:1703.05706v2
Originality Synthesis-oriented
AI Analysis

This addresses a domain-specific issue for NLP practitioners working with technical documents, offering an incremental improvement by enhancing existing clustering methods.

The paper tackles the problem of unnatural language (e.g., tables, formulas) in technical documents confusing NLP tools by developing a method to detect and remove it, resulting in up to 15% absolute improvement in document clustering.

Technical documents contain a fair amount of unnatural language, such as tables, formulas, pseudo-codes, etc. Unnatural language can be an important factor of confusing existing NLP tools. This paper presents an effective method of distinguishing unnatural language from natural language, and evaluates the impact of unnatural language detection on NLP tasks such as document clustering. We view this problem as an information extraction task and build a multiclass classification model identifying unnatural language components into four categories. First, we create a new annotated corpus by collecting slides and papers in various formats, PPT, PDF, and HTML, where unnatural language components are annotated into four categories. We then explore features available from plain text to build a statistical model that can handle any format as long as it is converted into plain text. Our experiments show that removing unnatural language components gives an absolute improvement in document clustering up to 15%. Our corpus and tool are publicly available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes