neulab / explainaboard_web

MIT License
8 stars 2 forks source link

Usability Test (v0.11) #311

Open pfliu-nlp opened 2 years ago

pfliu-nlp commented 2 years ago

aspect-based-sentiment-classification

Text Chunking

Summarization

named-entity-recognition

kg-link-tail-prediction

qa-multiple-choice

text-pair-classification

text-classification

qa-extractive

pfliu-nlp commented 2 years ago

@neubig Some preliminary usability tests!

(BTW, It would be nice if we could automate this part in the future!)

neubig commented 1 year ago

Hey @pfliu-nlp : this is a great usability test. As a preliminary step towards automation, maybe we could run many of these through explainaboard_client? It'd also be nice if we could automatically submit through the web interface as well, but I'm not familiar with the tools that would make it easy to do so.

lyuyangh commented 1 year ago

Yeah, I think that would be very useful. I'm not sure what would be the best way to set up integration tests but it would be nice if the tests submit systems to a separate DB+bucket so we can easily clean them up. We can even run these tests daily if the tests can automatically clean up after themselves. One relatively simple option is to use the testing feature Flask provides but this won't be able to test the py client.