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: GNN-LM: Language Modeling based on Global Contexts via GNN

Abstract: Inspired by the notion that ``{\it to copy is easier than to memorize}``, in this work, we introduce GNN-LM, which extends the vanilla neural language model (LM) by allowing to reference similar contexts in the entire training corpus. We build a directed heterogeneous graph between an input context and its semantically related neighbors selected from the training corpus, where nodes are tokens in the input context and retrieved neighbor contexts, and edges represent connections between nodes. Graph neural networks (GNNs) are constructed upon the graph to aggregate information from similar contexts to decode the token. This learning paradigm provides direct access to the reference contexts and helps improve a model's generalization ability. We conduct comprehensive experiments to validate the effectiveness of the GNN-LM: GNN-LM achieves a new state-of-the-art perplexity of 14.8 on WikiText-103 (a 3.9 point improvement over its counterpart of the vanilla LM model), and shows substantial improvement on One Billion Word and Enwiki8 datasets against strong baselines. In-depth ablation studies are performed to understand the mechanics of GNN-LM. \footnote{The code can be found at this https URL
Comments: To appear at ICLR 2022
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2110.08743 [cs.CL]
  (or arXiv:2110.08743v5 [cs.CL] for this version)

Submission history

From: Jiwei Li [view email]
[v1] Sun, 17 Oct 2021 07:18:21 GMT (153kb,D)
[v2] Sat, 20 Nov 2021 06:22:18 GMT (146kb,D)
[v3] Fri, 21 Jan 2022 09:19:27 GMT (146kb,D)
[v4] Mon, 24 Jan 2022 02:25:05 GMT (146kb,D)
[v5] Wed, 4 May 2022 06:46:57 GMT (146kb,D)

Link back to: arXiv, form interface, contact.