SOTAVerified

J2N -- Nominal Adjective Identification and its Application

2024-09-22Code Available0· sign in to hype

Lemeng Qi, Yang Han, Zhuotong Xie

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper explores the challenges posed by nominal adjectives (NAs) in natural language processing (NLP) tasks, particularly in part-of-speech (POS) tagging. We propose treating NAs as a distinct POS tag, "JN," and investigate its impact on POS tagging, BIO chunking, and coreference resolution. Our study shows that reclassifying NAs can improve the accuracy of syntactic analysis and structural understanding in NLP. We present experimental results using Hidden Markov Models (HMMs), Maximum Entropy (MaxEnt) models, and Spacy, demonstrating the feasibility and potential benefits of this approach. Additionally we finetuned a bert model to identify the NA in untagged text.

Tasks

Reproductions