Skip to content

Commit

Permalink
iwsds2025.org: Extend section "Example application"
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-berman committed Jan 21, 2025
1 parent 9b0a0ae commit 4d38bde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion reports/iwsds2025/iwsds2025.org
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,16 @@ To illustrate how \gls{sisu} can be used to create concrete implementations, we
\end{dialogue}
#+end_export

The implementation consists of domain- and language-independent parts (ISU rules and statecharts) as well as domain- and language-specific parts (domain definition, NLU, NLG), as elaborated below.

** Domain- and language-independent implementation
% TODO: describe rules and statecharts (dme.ts)

** Domain- and language-specific implementation
% TODO: describe domain definition (is.ts), NLU, NLG (nlug.ts)

* Integrating \gls{sisu} with \glspl{llm}
Linguistic and non-linguistic capalities of \glspl{llm} can potentially be used together
Linguistic and non-linguistic capabilities of \glspl{llm} can potentially be used together
with \gls{sisu} in various ways. One of most evident applications of \glspl{llm} in
the context of controlled dialogue systems is to use them for \gls{nlu} and/or \gls{nlg}. For example, an
\gls{llm} can be prompted to parse a user utterance into a formal expression
Expand Down

0 comments on commit 4d38bde

Please sign in to comment.