2020 | Natural Language QA Approaches using Reasoning with External Knowledge

Title: Natural Language QA Approaches using Reasoning with External Knowledge
Authors: Chitta Baral, Pratyay Banerjee, Kuntal Pal, Arindam Mitra
Org.: Arizona State University, Microsoft;
Published: unpublished
Another Version: link

1. Introduction and Motivation

  • Various NLQA datasets[1], research on knowledge acquisition in the NLQA context, and their use in various NLQA models have brought the issue of NLQA using “reasoning” with external knowledge to the forefront.
  • Understanding text often requires knowledge beyond what is explicitly stated in the text.

Examples from various datasets illustrate the need for “reasoning” with external knowledge in NLQA.:

  • Winograd
  • bAbI
    • To answer the above question one needs knowledge about:
      • directions and their opposites;
      • the effect of actions of going in specific directions;
      • composing actions (i.e., planning) to achieve a goal.
  • ProPara
    • Processes are actions with duration. Reasoning about processes, where they occur and what they change is somewhat more complex.
  • LifeCycleQA
    • The knowledge needed in many question answering domain can be present in unstructured textual form. But often specific words and phrases in those texts have “deeper meaning” that may not be easy to learn from examples.
  • OpenBookQA / SocialIQA / PiQA
    • some datasets where it is explicitly stated that external knowledge is needed to answer questions in those datasets.
    • DARPA MCS (machine commonsense) program Allen AI has developed 5 different QA datasets where reasoning with common sense knowledge (which are not given) is required to answer questions correctly.
  • LSAT / GMAT
    • One of the most challenging natural language QA task is solving grid puzzles.
    • Building a system to solve them is a challenge as it requires precise understanding of several clues of the puzzle, leaving very little room for error.

2. Knowledge Repositories and their creation

Repositories of Unstructured Knowledge:

  • Any natural language text or book or even the web can be thought of as a source of unstructured knowledge.
    • Wikipedia Corpus: 4.4M articles;
    • Toronto BookCorpus: 11K books;
  • unstructured commonsense knowledge
    • Aristo Reasoning Challenge (ARC): 14M science sentences;
    • WikiHow Text Summarization: 230K articles and summaries extracted from the online WikiHow website;
    • ROCStories

Repositories of Structured Knowledge:

  • Yago / NELL / DBPedia / ConceptNet
  • Wikitionary: multilingual dictionary describing words using definitions and descriptions with examples
  • WordNet
  • ATOMIC / VerbPyhsics / WebChild
    • collections of commonsense knowledge.

3. Reasoning with external knowledge: Models and Architectures

3.1 Extracting the External Knowledge

1 - Neural Language Models

2 - Word Vectors

3 - Information/Knowledge Retrieval:

  • The knowledge retrieval step consists of:
    • search keyword identification;
    • initial retrieval from the search engine;
    • then depending on the task, a knowledge re-ranking step;

4 - Semantic Knowledge Ranking/Retrieval:

  • The knowledge sentences retrieved through IR are re-ranked further using Semantic Knowledge Ranking/Retrieval (SKR) models;
  • Neural Networks are used to rank knowledge sentences:
    • These neural networks are trained on the task of semantic textual similarity (STS), knowledge relevance classification or natural language inference (NLI).

5 - Existing Structured Knowledge Sources

6 - Hand Coded Knowledge

7 - Knowledge learned using Inductive Logic Programming (ILP)

3.2 Models and Architecture for NLQA with External Knowledge

NLQA systems with external knowledge can be grouped based on how knowledge is expressed (structured, free text, implicit in pre-trained neural networks, or a combination) and the type of reasoning module (symbolic, neural or mixed).

1 - Structured Knowledge and Symbolic Reasoner

2 - Neural Implicit Knowledge with Neural Reasoners

3 - Structured Knowledge and Neural Reasoners

  • Structured knowledge can be in the form of trees (abstract syntax tree, dependency tree, constituency tree), graphs, concepts or rules.
  • Tree-based LSTM
  • GNN

4 - Free text Knowledge and Neural Reasoners

  • Memory Network

5 - Free text Knowledge and Mixed Reasoners

  • neuro-symbolic approaches

6 - Combination of Knowledge and Mixed Reasoners

4. Discussion: How Much Reasoning the Models are Dong?

  • Commonsense Reasoning
  • Multi-Hop Reasoning
  • Abductive Reasoning
  • Quantitative and Qualitative Reasoning
  • Non-Monotonic Reasoning

5. Conclusion and Future Directions


  1. 1.The website https://quantumstat.com/dataset/dataset.html has a large list of NLP and QA datasets.
**** END of This Post. Thank for Your READING ****
If you have any Question, welcome to Email me or leave your comments below.