Skip to content

0.6.0

Compare
Choose a tag to compare
@Denire Denire released this 20 Aug 17:34
· 728 commits to master since this release
728570c

Release 0.6.0

This release is focused on bringing Slot Filling feature to JAICF, also bringing improvements to CailaIntentActivator.

Slot Filling

The goal of Slot Filling is to identify from a running dialog different slots, which correspond to different parameters of the user’s query. This release will let Activator implementations (such as CAILA, Dialogflow, Rasa and others) process Slot Filling for user query, also bringing first implementation of Slot Filling in CAILA.

CailaIntentActivator

CailaIntentActivator improvements:

  1. Refined intent activation logic, with nBest intents and context-aware state selection.
  2. More NLU Information will be sent to scenario: entities, markup, other inference variants.