Skip to content

Add dialogue state tracker#247

Open
IKostric wants to merge 2 commits intomainfrom
158-add-dialogue-state-tracker
Open

Add dialogue state tracker#247
IKostric wants to merge 2 commits intomainfrom
158-add-dialogue-state-tracker

Conversation

@IKostric
Copy link
Copy Markdown
Collaborator

@IKostric IKostric commented Sep 8, 2023

Closes #158

@IKostric IKostric linked an issue Sep 8, 2023 that may be closed by this pull request
@IKostric IKostric requested a review from NoB0 September 8, 2023 14:22
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 8, 2023

Unit Test Results

87 tests   87 ✔️  1m 24s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 364b52e.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 8, 2023

Coverage Report •
FileStmtsMissCoverMissing
dialoguekit/dialogue_manager
   dialogue_state_tracker.py250100% 
tests/dialogue_manager
   test_dialogue_state_tracker.py410100% 
TOTAL208317690% 

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 8, 2023

Current Branch Main Branch
Coverage Badge Coverage Badge

@kbalog
Copy link
Copy Markdown
Contributor

kbalog commented Nov 28, 2025

@NoB0 Can you please check if this is needed?

@NoB0
Copy link
Copy Markdown
Collaborator

NoB0 commented Feb 5, 2026

@kbalog I think that this is still relevant and valuable class (we have a slightly different implementation in UserSimCRS). In my opinion, the dialogue state is part of the context that may influence decision making. Although, I would slight update the dataclass to be aligned with the notion of dialogue act and make update() abstract.

@IKostric
Copy link
Copy Markdown
Collaborator Author

IKostric commented Mar 4, 2026

@NoB0 Will you take the lead on this one? You know better how it fits the current architecture.

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 Dialogue State Tracker

3 participants