tira-io / tira

The source code for the TIRA Shared Task Platform
https://www.tira.io
MIT License
14 stars 8 forks source link

UI for a comparison of Submissions accross tasks / datasets #477

Open mam10eks opened 1 year ago

mam10eks commented 1 year ago

I saw a very nice way to visualize submissions across multiple tasks / datasets in the entity linking tool GERBIL.

The UI of Gerbil had the following main features for this:

For this, Gerbil rendered a table with the main results but also some figures (e.g., task/dataset on the x-axis sorted by decreasing effectiveness and effectiveness on the y-axis resulting in a line plot.)

mam10eks commented 1 year ago

This would be especially interesting for TIRA/TIREx (cc. @potthast, @heinrichreimer, @seanmacavaney).

@juhehehe, @Kavlahkaff, If you want, you can already start a bit with brainstorming on the UI for this.

potthast commented 1 year ago

Can you post some screenshots? It's not clear to me where to find them on the linked page.

mam10eks commented 1 year ago

I also could not find the screenshots anymore.

Here is a sketch with what I remember from the talk: 20230908_123526

Does this sketch clarify the idea?

I would really love to have something like this. Maybe this would be a good next todo for @juhehehe?

mam10eks commented 1 year ago

So in the end it is basically a table. There was also a way to draw the content of the table in a figure, but the table would be the main thing to me.

janheinrichmerker commented 1 year ago

Yes, I agree, comparing the results of a bunch of selected approaches in this table-like fashion would also be the main use case for me.

Further nice-to-have's:

mam10eks commented 1 year ago

I finished the REST endpoint for this and integrated it into the existing RunList.vue:

Screenshot_20230911_124313

From that, I think @juhehehe can finalize the UI of this. (You see this table on the submission pages)

github-actions[bot] commented 5 months ago

This issue has been marked stale because it has been open 60 days with no activity.