neulab / ExplainaBoard

Interpretable Evaluation for AI Systems
MIT License
359 stars 36 forks source link

All datasets used in ExplainaBoard 1.0 should be supported by DataLab SDK #286

Open pfliu-nlp opened 2 years ago

pfliu-nlp commented 2 years ago

If necessary, we can introduce the concept of version (e.g., explainaboard) and represent it as sub_dataset_name, for example,

dataset = load_dataset("sst2", "explainaboard")
pfliu-nlp commented 2 years ago

aspect-based-sentiment-classification

chunking

word-segmentation

named-entity-recognition

text-classification

text-pair-classification

text-summarization

XTREME (?)

@neubig do we need to consider it now? I found by using the mapping between DataLab's dataset -> sub_dataset, it would be not very difficult for us to build a composite leaderboard. For example, one simple method is simply to put sub-datasets belonging to the same dataset together with tab or others as a separator.

WMT (?)