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

Download:

Current browse context:

cs.CL

Change to browse by:

cs

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: Multilingual Language Processing From Bytes

Abstract: We describe an LSTM-based model which we call Byte-to-Span (BTS) that reads text as bytes and outputs span annotations of the form [start, length, label] where start positions, lengths, and labels are separate entries in our vocabulary. Because we operate directly on unicode bytes rather than language-specific words or characters, we can analyze text in many languages with a single model. Due to the small vocabulary size, these multilingual models are very compact, but produce results similar to or better than the state-of- the-art in Part-of-Speech tagging and Named Entity Recognition that use only the provided training datasets (no external data sources). Our models are learning "from scratch" in that they do not rely on any elements of the standard pipeline in Natural Language Processing (including tokenization), and thus can run in standalone fashion on raw text.
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:1512.00103 [cs.CL]
  (or arXiv:1512.00103v2 [cs.CL] for this version)

Submission history

From: Daniel Gillick [view email]
[v1] Tue, 1 Dec 2015 00:23:44 GMT (49kb,D)
[v2] Sat, 2 Apr 2016 16:26:23 GMT (92kb,D)

Link back to: arXiv, form interface, contact.