REVIEW 3 cited by
Fast and Accurate Entity Recognition with Iterated Dilated Convolutions
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Today when many practitioners run basic NLP on the entire web and large-volume traffic, faster methods are paramount to saving time and energy costs. Recent advances in GPU hardware have led to the emergence of bi-directional LSTMs as a standard method for obtaining per-token vector representations serving as input to labeling tasks such as NER (often followed by prediction in a linear-chain CRF). Though expressive and accurate, these models fail to fully exploit GPU parallelism, limiting their computational efficiency. This paper proposes a faster alternative to Bi-LSTMs for NER: Iterated Dilated Convolutional Neural Networks (ID-CNNs), which have better capacity than traditional CNNs for large context and structured prediction. Unlike LSTMs whose sequential processing on sentences of length N requires O(N) time even in the face of parallelism, ID-CNNs permit fixed-depth convolutions to run in parallel across entire documents. We describe a distinct combination of network structure, parameter sharing and training procedures that enable dramatic 14-20x test-time speedups while retaining accuracy comparable to the Bi-LSTM-CRF. Moreover, ID-CNNs trained to aggregate context from the entire document are even more accurate while maintaining 8x faster test time speeds.
Forward citations
Cited by 3 Pith papers
-
DiffLens: A Visualization System to Explore Local Differences in Graph Sampling
DiffLens quantifies neighbor-, path-, and structure-based local sampling differences and visualizes them with interactive lenses so users can diagnose and compare graph sampling strategies.
-
Towards DS-NER: Unveiling and Addressing Latent Noise in Distant Annotations
The paper introduces UES and NPE, a framework that treats unlabeled-entity and noisy-entity problems separately in distantly supervised NER, and reports average F1 gains over prior baselines.
-
Self-Balanced Dropout
Self-Balanced Dropout replaces zeroed units with a trainable mask to reduce co-adaptation, but the theoretical justification is invalid and empirical gains are modest.
Discussion (0). Continue with ORCID to comment.