Islam Mohamed

Connecting the Dots: A Knowledgeable Path Generator for Commonsense Question Answering


Paper contribution

Paper structure

Identify entities

Knowledge path sampling

Improve path quality

Assuming that these sample paths sampled by Random Walk contain knowledge related to commonsense question and answer tasks, in order to ensure the quality of these sampling paths, two heuristic strategies have been developed:

  1. Relevance: We filter out a subset of relational types that we assume to be unhelpful for answering commonsense questions, e.g., RelatedTo, prior to sampling.
  2. Informativeness: We require all relations types in a path to be distinct so it would not be trivial.

Local sampling (To help the generator to generate a path suitable for the task)

Global sampling (To prevent the generator from biasing the path to generate the local structure of KG)

Building a path generator based on GPT-2

The sampled path is converted into textual input

GPT-2 generator input structure

Selection and construction of text encoder

KE (knowledge embedding) module

Fusion of heterogeneous information for classification

Results

Summary

Refrences

comments powered by Disqus