Skip to content

Qanary Components (R1)

Kuldeep Singh edited this page Jun 7, 2016 · 6 revisions

We implemented component wrappers for well known components dedicated to the tasks of named entity identification/recognition (NEI) and named entity disambiguation (NED), which are fundamental steps in the state-of-the-art QA pipelines. User can select any of these wrappers( as a resource) to include it in their question answering systems. The major advantage of these wrappers (as resources) is the inclusion of totally independent component (for which the wrappers are implemented) performing NED/NER and Entity Linking task in the QA pipeline. Some of these tools are never used in Question Answering Systems, and now we enabled them to be reused in QA Pipeline. Because when many tools are available in the research community to perform individual QA pipeline, these tools can be reused in Pipeline, just by providing a way to do so. We provide a methodology for their inclusion. For example, in a typical question answering system, there will be one component doing NED task. User can select any of the below mentioned NED component resource to include in their QA system, considering the particular usage and benchmarked performance (note: we have evaluated each of below mentioned resources over QALD). Hence, these components are populating the ecosystem established by Qanary and can now be easily reused for new QA systems, i.e they are integrable just by configuration. There are 9 sub resources in this group, which are the wrappers for particular NER/NED components. Following this interaction principle, the wrapper components for the following tools/approaches, which are pluggable into the Qanary reference implementation:

Clone this wiki locally