other_results.md

August 24, 2022 ยท View on GitHub

GLUE results

We also evalute the language understanding performance of Uni-Perceiver on GLUE benchmarks. The results are listed as below.

Dataset MNLI QNLI QQP RTE SST-2 MRPC CoLA
MetricAccAccF1AccAccF1Acc
Uni-PerceiverBASE 79.787.386.7 71.1 89.3 86.0 43.1
Uni-Perceiver-MoEBASE 81.588.287.8 75.890.9 87.1 52.2
Uni-PerceiverLARGE 82.589.287.7 73.791.2 90.252.0
Uni-Perceiver-MoELARGE 85.791.989.5 78.493.4 91.257.4

  • All fine-tuning experiments are performed on 1 GPU.

  • We use the hyper-parameters for GLUE tasks from fair-seq

ModelMNLIQNLIQQPRTESST-2MRPCCoLASTS-B
--num-classes32222221
--lr5e-61e-51e-51e-55e-62e-52e-52e-5
bsz128323232128646432
--total-num-update309683311211327210185233114813341799
--warmup-updates185819866796613146880107
--warmup-updates185819866796613146880107
  • Following RoBerta, we finetune RTE, STS and MRPC starting from the MNLI single-task model, rather than the baseline pretrained model.