English

A Hybrid Neural Network Model for Commonsense Reasoning

Computation and Language 2019-07-30 v1

Abstract

This paper proposes a hybrid neural network (HNN) model for commonsense reasoning. An HNN consists of two component models, a masked language model and a semantic similarity model, which share a BERT-based contextual encoder but use different model-specific input and output layers. HNN obtains new state-of-the-art results on three classic commonsense reasoning tasks, pushing the WNLI benchmark to 89%, the Winograd Schema Challenge (WSC) benchmark to 75.1%, and the PDP60 benchmark to 90.0%. An ablation study shows that language models and semantic similarity models are complementary approaches to commonsense reasoning, and HNN effectively combines the strengths of both. The code and pre-trained models will be publicly available at https://github.com/namisan/mt-dnn.

Keywords

Cite

@article{arxiv.1907.11983,
  title  = {A Hybrid Neural Network Model for Commonsense Reasoning},
  author = {Pengcheng He and Xiaodong Liu and Weizhu Chen and Jianfeng Gao},
  journal= {arXiv preprint arXiv:1907.11983},
  year   = {2019}
}

Comments

9 pages, 3 figures, 6 tables

R2 v1 2026-06-23T10:32:50.394Z