vix.ing · top · new · best · stats · spec

Unsupervised Part-of-Speech Induction

2018/01/10 by Omid Kashefi, Kashefi, Omid
Computer Science · #Algorithms and Data Compression #Computation and Language (cs.CL) #FOS: Computer and information sciences #Natural Language Processing Techniques #Topic Modeling

paper · pdf · doi:10.48550/arxiv.1801.03564

openalex publication_date 2018/01/10 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Part-of-Speech (POS) tagging is an old and fundamental task in natural language processing. While supervised POS taggers have shown promising accuracy, it is not always feasible to use supervised methods due to lack of labeled data. In this project, we attempt to unsurprisingly induce POS tags by iteratively looking for a recurring pattern of words through a hierarchical agglomerative clustering process. Our approach shows promising results when compared to the tagging results of the state-of-the-art unsupervised POS taggers.

Related