Pith. sign in

REVIEW 2 cited by

Knowledge-Aware Language Model Pretraining

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

arxiv 2007.00655 v2 pith:MAZQJ2WI submitted 2020-06-29 cs.CL cs.LGstat.ML

Knowledge-Aware Language Model Pretraining

classification cs.CL cs.LGstat.ML
keywords knowledgelanguagepretrainingmodeltransformeraddingentityknowledge-aware
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

How much knowledge do pretrained language models hold? Recent research observed that pretrained transformers are adept at modeling semantics but it is unclear to what degree they grasp human knowledge, or how to ensure they do so. In this paper we incorporate knowledge-awareness in language model pretraining without changing the transformer architecture, inserting explicit knowledge layers, or adding external storage of semantic information. Rather, we simply signal the existence of entities to the input of the transformer in pretraining, with an entity-extended tokenizer; and at the output, with an additional entity prediction task. Our experiments show that solely by adding these entity signals in pretraining, significantly more knowledge is packed into the transformer parameters: we observe improved language modeling accuracy, factual correctness in LAMA knowledge probing tasks, and semantics in the hidden representations through edge probing.We also show that our knowledge-aware language model (KALM) can serve as a drop-in replacement for GPT-2 models, significantly improving downstream tasks like zero-shot question-answering with no task-related training.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. From Found to Designed: Concepts as a Design Axis for Large Language Models

    cs.CL 2026-07 accept novelty 6.0

    Concept-aware LLM interventions can be mapped by whether concepts are internally induced or externally grounded and by pipeline stage, revealing inference-time methods as the most underexplored cell.

  2. From Found to Designed: Concepts as a Design Axis for Large Language Models

    cs.CL 2026-07 conditional novelty 5.0

    Concepts should be an explicit design axis for LLMs, organized by pipeline stage and internal-vs-external origin, rather than recovered post-hoc.