knowledge-paths

There are 4 repositories under knowledge-paths topic.

  • Heidelberg-NLP/LMs4Implicit-Knowledge-Generation

    Code for equipping pretrained language models (BART, GPT-2, XLNet) with commonsense knowledge for generating implicit knowledge statements between two sentences, by (i) finetuning the models on corpora enriched with implicit information; and by (ii) constraining models with key concepts and commonsense knowledge paths connecting them.

    Language:Python16203
  • Heidelberg-NLP/CO-NNECT

    This repository contains our path generation framework Co-NNECT, in which we combine two models for establishing knowledge relations and paths between concepts from sentences, as a form of explicitation of implicit knowledge: COREC-LM (COmmonsense knowledge RElation Classification using Language Models), a relation classification system that we developed for classifying commonsense knowledge relations; and COMET, a target prediction system developed by Bosselut et al., 2019.

    Language:Python9101
  • maria-becker/LMs4Implicit-Knowledge-Generation

    Code for equipping pretrained language models (BART, GPT-2, XLNet) with commonsense knowledge for generating implicit knowledge statements between two sentences, by (i) finetuning the models on corpora enriched with implicit information; and by (ii) constraining models with key concepts and commonsense knowledge paths connecting them.

    Language:Python9104
  • maria-becker/CO-NNECT

    This repository contains our path generation framework Co-NNECT, in which we combine two models for establishing knowledge relations and paths between concepts from sentences, as a form of explicitation of implicit knowledge: COREC-LM (COmmonsense knowledge RElation Classification using Language Models), a relation classification system that we developed for classifying commonsense knowledge relations; and COMET, a target prediction system developed by Bosselut et al., 2019.

    Language:Python2103