(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

We formalize a framework for interpretation of natural language by abduction. We realize this framework in the logic programming framework of Answer Set Programming. Our realization has several variations that have different levels of expressivity (cyclic versus acyclic theories). We also show empirical evaluation of our encodings and present on-demand instantiation of certain constraints as a method to significantly increase performance of our method.

Why is it important?

The framework by Hobbs et al. has not been formally described in a declarative way as done in this work. The ASP encodings provide fine-grained control over the depth of reasoning. Finally efficiency is provided using lazy instantiation of constraints which is a quite novel topic in ASP methodology.

Read more on Kudos…
The following have contributed to this page:
Peter Schüller
' ,"url"));