Knowledge-Based Textual Inference via Parse-Tree Transformations

Abstract

Textual inference is an important component in many applications for understanding natural language. Classical approaches to textual inference rely on logical representations for meaning, which may be regarded as "external" to the natural language itself. However, practical applications usually adopt shallower lexical or lexical-syntactic representations, which correspond closely to language structure. In many cases, such approaches lack a principled meaning representation and inference framework. We describe an inference formalism that operates directly on language-based structures, particularly syntactic parse trees. New trees are generated by applying inference rules, which provide a unified representation for varying types of inferences. We use manual and automatic methods to generate these rules, which cover generic linguistic structures as well as specific lexical-based inferences. We also present a novel packed data-structure and a corresponding inference algorithm that allows efficient implementation of this formalism. We proved the correctness of the new algorithm and established its efficiency analytically and empirically. The utility of our approach was illustrated on two tasks: unsupervised relation extraction from a large corpus, and the Recognizing Textual Entailment (RTE) benchmarks.

Cite

Text

Bar-Haim et al. "Knowledge-Based Textual Inference via Parse-Tree Transformations." Journal of Artificial Intelligence Research, 2015. doi:10.1613/JAIR.4584

Markdown

[Bar-Haim et al. "Knowledge-Based Textual Inference via Parse-Tree Transformations." Journal of Artificial Intelligence Research, 2015.](https://mlanthology.org/jair/2015/barhaim2015jair-knowledgebased/) doi:10.1613/JAIR.4584

BibTeX

@article{barhaim2015jair-knowledgebased,
  title     = {{Knowledge-Based Textual Inference via Parse-Tree Transformations}},
  author    = {Bar-Haim, Roy and Dagan, Ido and Berant, Jonathan},
  journal   = {Journal of Artificial Intelligence Research},
  year      = {2015},
  pages     = {1-57},
  doi       = {10.1613/JAIR.4584},
  volume    = {54},
  url       = {https://mlanthology.org/jair/2015/barhaim2015jair-knowledgebased/}
}