AILOPLOct 21, 2012

Typed Answer Set Programming and Inverse Lambda Algorithms

arXiv:1210.5670v1
Originality Incremental advance
AI Analysis

This work addresses the scalability issue in natural language understanding for knowledge representation, though it appears incremental as it builds on prior manual approaches.

The paper tackles the problem of automatically translating English sentences into Answer Set Programming (ASP) rules by introducing two inverse lambda algorithms that compute lambda-calculus expressions to construct ASP-lambda formulas, with correctness and complexity results provided.

Our broader goal is to automatically translate English sentences into formulas in appropriate knowledge representation languages as a step towards understanding and thus answering questions with respect to English text. Our focus in this paper is on the language of Answer Set Programming (ASP). Our approach to translate sentences to ASP rules is inspired by Montague's use of lambda calculus formulas as meaning of words and phrases. With ASP as the target language the meaning of words and phrases are ASP-lambda formulas. In an earlier work we illustrated our approach by manually developing a dictionary of words and their ASP-lambda formulas. However such an approach is not scalable. In this paper our focus is on two algorithms that allow one to construct ASP-lambda formulas in an inverse manner. In particular the two algorithms take as input two lambda-calculus expressions G and H and compute a lambda-calculus expression F such that F with input as G, denoted by F@G, is equal to H; and similarly G@F = H. We present correctness and complexity results about these algorithms. To do that we develop the notion of typed ASP-lambda calculus theories and their orders and use it in developing the completeness results. (To appear in Theory and Practice of Logic Programming.)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes