Skip to content

Conversation

NoB0
Copy link
Collaborator

@NoB0 NoB0 commented Jul 15, 2025

Add methods to initialize LLM-based user simulators and LM-based NLU and NLG

Fixes #201

Copy link

Current Branch Main Branch
Coverage Badge Coverage Badge

@NoB0 NoB0 requested a review from kbalog July 15, 2025 07:36
Copy link
Contributor

@kbalog kbalog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we actually using conditional NLG generation anywhere? I'm wondering if that's needed at all and whether the templated one should be the default version instead.

@NoB0
Copy link
Collaborator Author

NoB0 commented Aug 13, 2025

Are we actually using conditional NLG generation anywhere? I'm wondering if that's needed at all and whether the templated one should be the default version instead.

The conditional NLG (ConditionalNLG) is used for the default example with IAI MovieBot. Including it here is more related to the fact that it is the only NLG components from DialogueKit (i.e., the generative NLG is only implemented in UserSimCRS). However, I suppose that it won't be used much with the popularity of language models for text generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add initialization utils for LLM-based simulator
2 participants