Answer Generation

The aim of an answer generation module is to generate the final input of a QA system given a set of scored queries and a set of endpoints. Manifold strategies can be followed here, of which most have remained unexplored so far. The most common approach is simply the return the results of the best query on all endpoints. This strategy is employed by the first implementation of this module available on the OKBQA Github site. The site also describe the I/O of answer generation modules.