paper-with-me

Papers

A Hybrid System to apply Natural Language Inference over Dependency Trees

2017-09-01 · RANLP 2017 9 · Ali Almiman, Allan Ramsay

This paper presents the development of a natural language inference engine that benefits from two current standard approaches; i.e., shallow and deep approaches. This system combines two non-deterministic algorithms: the approximate matching from the shallow approach and a theorem prover from the deep approach for handling multi-step inference tasks. The theorem prover is customized to accept dependency trees and apply inference rules to these trees. The inference rules are automatically generated as syllogistic rules from our test data (FraCaS test suite). The theorem prover exploits a non-deterministic matching algorithm within a standard backward chaining inference engine. We employ continuation programming as a way of seamlessly handling the combination of these two non-deterministic algorithms. Testing the matching algorithm on {`}Generalized quantifiers{''} and {`}adjectives{''} topics in FraCaS (MacCartney and Manning 2007), we achieved an accuracy of 92.8{\%} of the single-premise cases. For the multi-steps of inference, we checked the validity of our syllogistic rules and then extracted four generic instances that can be applied to more than one problem.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

Hy-NLI: a Hybrid system for Natural Language Inference

2020-12-01 · COLING 2020 8 · Aikaterini-Lida Kalouli, Richard Crouch, Valeria de Paiva

Despite the advances in Natural Language Inference through the training of massive deep models, recent work has revealed the generalization difficulties of such models, which fail to perform on adversarial datasets with …

Natural Language Inference

UnitedQA: A Hybrid Approach for Open Domain Question Answering

2021-01-01 · ACL 2021 5 · Hao Cheng, Yelong Shen, Xiaodong Liu, Pengcheng He 외

To date, most of recent work under the retrieval-reader framework for open-domain QA focuses on either extractive or generative reader exclusively. In this paper, we study a hybrid approach for leveraging the strengths o…

Open-Domain Question AnsweringQuestion AnsweringRetrievalTriviaQA

Knowledge Compilation with Continuous Random Variables and its Application in Hybrid Probabilistic Logic Programming

2018-07-02 · Pedro Zuidberg Dos Martires, Anton Dries, Luc De Raedt

In probabilistic reasoning, the traditionally discrete domain has been elevated to the hybrid domain encompassing additionally continuous random variables. Inference in the hybrid domain, however, usually necessitates to…

Inferring symmetry in natural language

2020-10-16 · Findings of the Association for Computational Linguistics 2020 · Chelsea Tanchip, Lei Yu, Aotao Xu, Yang Xu

We present a methodological framework for inferring symmetry of verb predicates in natural language. Empirical work on predicate symmetry has taken two main approaches. The feature-based approach focuses on linguistic fe…

SentenceTransfer Learning

Knowledge Engineering using Large Language Models

2023-10-01 · Bradley P. Allen, Lise Stork, Paul Groth

Knowledge engineering is a discipline that focuses on the creation and maintenance of processes that generate and apply knowledge. Traditionally, knowledge engineering approaches have focused on knowledge expressed in fo…