Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active learning fails to jump on suggestions without feature values #3187

Closed
reckart opened this issue Jul 17, 2022 · 0 comments
Closed

Active learning fails to jump on suggestions without feature values #3187

reckart opened this issue Jul 17, 2022 · 0 comments
Assignees
Labels
🐛Bug Something isn't working Module: Active Learning
Projects
Milestone

Comments

@reckart
Copy link
Member

reckart commented Jul 17, 2022

Describe the bug
The active learning sidebar assumes that a suggestion has a label/feature value. And it waits for the feature value to be set in order to jump to the next suggestions. However, for layers where we do not have feature values (all annotations have the empty value), this fails.

To Reproduce

  1. Create a simple "span / relation" project
  2. annotate a word that occurs multiple times in a document - do not set the feature value
  3. enable active learning
  4. accept a suggestion
  5. see how it does not jump

Expected behavior
Possibly we need to exclude suggestions without labels from active learning - or find another solution such that jumping works.

Please complete the following information:

  • Version and build ID: 23.8
@reckart reckart added this to the 🦟 Bug backlog milestone Jul 17, 2022
reckart added a commit that referenced this issue Jul 17, 2022
…values

- When a suggestion had no label show "<no label>" as the label in the history
reckart added a commit that referenced this issue Jul 19, 2022
@reckart reckart modified the milestones: 🦟 Bug backlog, 24.1 Jul 19, 2022
@reckart reckart added the 🐛Bug Something isn't working label Jul 25, 2022
@reckart reckart added this to 🔖 To do in Kanban via automation Jul 25, 2022
@reckart reckart modified the milestones: 24.1, 25.0 Aug 3, 2022
@reckart reckart self-assigned this Sep 4, 2022
reckart added a commit that referenced this issue Sep 4, 2022
…values

- When a suggestion had no label show "<no label>" as the label in the history
reckart added a commit that referenced this issue Sep 4, 2022
reckart added a commit that referenced this issue Sep 4, 2022
…values

- When a suggestion had no label show "<no label>" as the label in the history
reckart added a commit that referenced this issue Sep 4, 2022
…values

- Fix not jumping when accepting/rejecting an annotation without feature values
- Fix sidebar layout
@reckart reckart modified the milestones: 25.0, 24.2 Sep 4, 2022
reckart added a commit that referenced this issue Sep 4, 2022
…values

- Fix error message when acceping/rejecting an annotation via the main editor
reckart added a commit that referenced this issue Sep 4, 2022
…arning-fails-to-jump-on-suggestions-without-feature-values

#3187 - Active learning fails to jump on suggestions without feature values
@reckart reckart closed this as completed Sep 4, 2022
Kanban automation moved this from 🔖 To do to 🍹 Done Sep 4, 2022
reckart added a commit that referenced this issue Sep 4, 2022
* release/24.x:
  #3187 - Active learning fails to jump on suggestions without feature values
  #3187 - Active learning fails to jump on suggestions without feature values
  #3187 - Active learning fails to jump on suggestions without feature values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Something isn't working Module: Active Learning
Projects
Kanban
  
🍹 Done
Development

No branches or pull requests

1 participant