CLNov 14, 2016

A New Recurrent Neural CRF for Learning Non-linear Edge Features

arXiv:1611.04233v15 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in structured prediction for NLP researchers, but it is incremental as it builds on existing recurrent neural CRF models.

The authors tackled the problem of incorporating non-linear edge features in structured prediction by introducing a new recurrent neural CRF model, which outperformed state-of-the-art methods in tasks like NP chunking and POS tagging.

Conditional Random Field (CRF) and recurrent neural models have achieved success in structured prediction. More recently, there is a marriage of CRF and recurrent neural models, so that we can gain from both non-linear dense features and globally normalized CRF objective. These recurrent neural CRF models mainly focus on encode node features in CRF undirected graphs. However, edge features prove important to CRF in structured prediction. In this work, we introduce a new recurrent neural CRF model, which learns non-linear edge features, and thus makes non-linear features encoded completely. We compare our model with different neural models in well-known structured prediction tasks. Experiments show that our model outperforms state-of-the-art methods in NP chunking, shallow parsing, Chinese word segmentation and POS tagging.

Foundations

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

Your Notes