CLOct 4, 2018

Zooming Network

arXiv:1810.02114v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of incorporating document-level structural information for improved text understanding, which is incremental as it builds on existing neural net-based models.

The paper tackled the problem of leveraging high-level and large-level document structures for natural language understanding in long text sequence labeling tasks, resulting in a performance improvement of 10 F1-measure over the baseline biLSTM-crf model.

Structural information is important in natural language understanding. Although some current neural net-based models have a limited ability to take local syntactic information, they fail to use high-level and large-scale structures of documents. This information is valuable for text understanding since it contains the author's strategy to express information, in building an effective representation and forming appropriate output modes. We propose a neural net-based model, Zooming Network, capable of representing and leveraging text structure of long document and developing its own analyzing rhythm to extract critical information. Generally, ZN consists of an encoding neural net that can build a hierarchical representation of a document, and an interpreting neural model that can read the information at multi-levels and issuing labeling actions through a policy-net. Our model is trained with a hybrid paradigm of supervised learning (distinguishing right and wrong decision) and reinforcement learning (determining the goodness among multiple right paths). We applied the proposed model to long text sequence labeling tasks, with performance exceeding baseline model (biLSTM-crf) by 10 F1-measure.

Foundations

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

Your Notes