AICLSep 18, 2019

Natural Language Generation for Non-Expert Users

arXiv:1909.08250v1
Originality Incremental advance
AI Analysis

This addresses the challenge of making logical data accessible to mainstream users, though it is incremental as it builds on existing natural language generation methods.

The paper tackles the problem of generating natural language descriptions from computational results for non-expert users, proposing a system that uses a repository of domain sentences without templates or large corpora, and demonstrates its capability through use cases including an abstract Wikipedia application.

Motivated by the difficulty in presenting computational results, especially when the results are a collection of atoms in a logical language, to users, who are not proficient in computer programming and/or the logical representation of the results, we propose a system for automatic generation of natural language descriptions for applications targeting mainstream users. Differently from many earlier systems with the same aim, the proposed system does not employ templates for the generation task. It assumes that there exist some natural language sentences in the application domain and uses this repository for the natural language description. It does not require, however, a large corpus as it is often required in machine learning approaches. The systems consist of two main components. The first one aims at analyzing the sentences and constructs a Grammatical Framework (GF) for given sentences and is implemented using the Stanford parser and an answer set program. The second component is for sentence construction and relies on GF Library. The paper includes two use cases to demostrate the capability of the system. As the sentence construction is done via GF, the paper includes a use case evaluation showing that the proposed system could also be utilized in addressing a challenge to create an abstract Wikipedia, which is recently discussed in the BlueSky session of the 2018 International Semantic Web Conference.

Foundations

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

Your Notes