We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Porous Lattice-based Transformer Encoder for Chinese NER

Abstract: Incorporating lattices into character-level Chinese named entity recognition is an effective method to exploit explicit word information. Recent works extend recurrent and convolutional neural networks to model lattice inputs. However, due to the DAG structure or the variable-sized potential word set for lattice inputs, these models prevent the convenient use of batched computation, resulting in serious inefficient. In this paper, we propose a porous lattice-based transformer encoder for Chinese named entity recognition, which is capable to better exploit the GPU parallelism and batch the computation owing to the mask mechanism in transformer. We first investigate the lattice-aware self-attention coupled with relative position representations to explore effective word information in the lattice structure. Besides, to strengthen the local dependencies among neighboring tokens, we propose a novel porous structure during self-attentional computation processing, in which every two non-neighboring tokens are connected through a shared pivot node. Experimental results on four datasets show that our model performs up to 9.47 times faster than state-of-the-art models, while is roughly on a par with its performance. The source code of this paper can be obtained from this https URL
Comments: 9 pages, 4 figures
Subjects: Computation and Language (cs.CL); Information Retrieval (cs.IR)
Journal reference: COLING 2020
Cite as: arXiv:1911.02733 [cs.CL]
  (or arXiv:1911.02733v3 [cs.CL] for this version)

Submission history

From: Xue Mengge [view email]
[v1] Thu, 7 Nov 2019 02:58:17 GMT (402kb,D)
[v2] Fri, 24 Apr 2020 14:46:51 GMT (559kb,D)
[v3] Wed, 28 Oct 2020 12:52:24 GMT (282kb,D)

Link back to: arXiv, form interface, contact.