CLOct 10, 2016

A Dynamic Window Neural Network for CCG Supertagging

arXiv:1610.02749v14 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in CCG supertagging for NLP researchers, offering an incremental improvement over fixed-window methods.

The paper tackled the problem of Combinatory Category Grammar (CCG) supertagging by introducing a dynamic window approach that adapts context window sizes for different tags, achieving state-of-the-art performance on the standard test set.

Combinatory Category Grammar (CCG) supertagging is a task to assign lexical categories to each word in a sentence. Almost all previous methods use fixed context window sizes as input features. However, it is obvious that different tags usually rely on different context window sizes. These motivate us to build a supertagger with a dynamic window approach, which can be treated as an attention mechanism on the local contexts. Applying dropout on the dynamic filters can be seen as drop on words directly, which is superior to the regular dropout on word embeddings. We use this approach to demonstrate the state-of-the-art CCG supertagging performance on the standard test set.

Foundations

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

Your Notes