huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
236 stars 79 forks source link

[IX] Add all the relevant statuses in the Suggestions column of the extractor table #6977

Closed aphilop closed 1 month ago

aphilop commented 2 months ago

At the moment we display only a few statuses (eg. 54 values | 54 suggestions | 54 mismatching). We need to add more statuses that are also displayed in the Stats & Filters panel

txau commented 2 months ago

I think we need clarification on what the different numbers in stats panel mean:

We are also still waiting for a new category in non-labeled that is "Suggestion".

After reviewing these descriptions, we should update the side panel to reflect this, then the status could be shown in the table as well.

txau commented 2 months ago

Pending: I don't know what this represents at this moment. We should take a look to the code

Pending means they are non-labeled vs the labeled amount. We should clarify.

No suggestion: not sure about this one too. I guess it means, it is not obsolete, error or no context. The model returned something but it is empty? Should we rather say that the suggestion is "empty"?

No suggestions as of today is the default value before processing the suggestions. It means that either the model didn't return anything for that particular suggestion, or it returned empty (array, string, number). This needs revision fi we introduce the concept of "empty" as a valid labeled data.

No context: the model could not figure out a text? the context returned by the model is empty?

Rafa reported an incorrect logic in this setting in issue #7060

We are also still waiting for a new category in non-labeled that is "Suggestion".

This has already been implemented.

txau commented 2 months ago

Related to: https://github.com/huridocs/uwazi/issues/6804

We need to rationalize all these statuses.

txau commented 2 months ago

Also related: https://github.com/huridocs/uwazi/issues/6804

aphilop commented 1 month ago

Will be handed with #7085