paper-with-me

Papers

A Hybrid Neural Network Model for Commonsense Reasoning

2019-07-27 · WS 2019 11 · Pengcheng He, Xiaodong Liu, Weizhu Chen, Jianfeng Gao

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.

📄 PDF Abstract BibTeX arXiv:1907.11983

Code (3)

namisan/mt-dnn 공식 구현 pytorch
chunhuililili/mt_dnn pytorch
microsoft/MT-DNN pytorch

Tasks

Common Sense ReasoningCoreference ResolutionLanguage ModelingLanguage ModellingmodelNatural Language InferenceNatural Language UnderstandingSemantic SimilaritySemantic Textual SimilarityWNLI

Similar Papers 제목 키워드 기반

Hybrid Reasoning Network for Video-based Commonsense Captioning

2021-08-05 · Weijiang Yu, Jian Liang, Lei Ji, Lu Li 외

The task of video-based commonsense captioning aims to generate event-wise captions and meanwhile provide multiple commonsense descriptions (e.g., attribute, effect and intention) about the underlying event in the video.…

AttributeDecoder

Learning Contextualized Knowledge Structures for Commonsense Reasoning

2020-10-24 · Findings (ACL) 2021 8 · Jun Yan, Mrigank Raman, Aaron Chan, Tianyu Zhang 외

Recently, knowledge graph (KG) augmented models have achieved noteworthy success on various commonsense reasoning tasks. However, KG edge (fact) sparsity and noisy edge extraction/generation often hinder models from obta…

Knowledge GraphsNatural Language InferenceQuestion Answering

Correcting Autonomous Driving Object Detection Misclassifications with Automated Commonsense Reasoning

2026-01-07 · Keegan Kimbrell, Wang Tianhao, Feng Chen, Gopal Gupta arxiv

Autonomous Vehicle (AV) technology has been heavily researched and sought after, yet there are no SAE Level 5 AVs available today in the marketplace. We contend that over-reliance on machine learning technology is the ma…

Autonomous DrivingObject Detection

Learning Contextualized Knowledge Graph Structures for Commonsense Reasoning

2021-01-01 · Jun Yan, Mrigank Raman, Tianyu Zhang, Ryan Rossi 외

Recently, neural-symbolic architectures have achieved success on commonsense reasoning through effectively encoding relational structures retrieved from external knowledge graphs (KGs) and obtained state-of-the-art resul…

Knowledge GraphsNatural Language InferenceQuestion Answering

Commonsense Reasoning in Computer Vision: Foundations, Recent Advancements, and Future Directions

2026-09-04 · Bahar Uddin Mahmud, Sumit Barua, Guan Yue Hong, Ajay Gupta 외 arxiv

Commonsense reasoning in computer vision encompasses integrating visual data and contextual knowledge, crucial for enhancing AI's understanding of everyday scenarios. This understanding not only improves machine learning…

Object RecognitionKnowledge Graphs