paper-with-me

Papers

ExplainaBoard: An Explainable Leaderboard for NLP

2021-04-13 · ACL 2021 5 · PengFei Liu, Jinlan Fu, Yang Xiao, Weizhe Yuan, Shuaicheng Chang, Junqi Dai, Yixin Liu, Zihuiwen Ye, Zi-Yi Dou, Graham Neubig

With the rapid development of NLP research, leaderboards have emerged as one tool to track the performance of various systems on various NLP tasks. They are effective in this goal to some extent, but generally present a rather simplistic one-dimensional view of the submitted systems, communicated only through holistic accuracy numbers. In this paper, we present a new conceptualization and implementation of NLP evaluation: the ExplainaBoard, which in addition to inheriting the functionality of the standard leaderboard, also allows researchers to (i) diagnose strengths and weaknesses of a single system (e.g.~what is the best-performing system bad at?) (ii) interpret relationships between multiple systems. (e.g.~where does system A outperform system B? What if we combine systems A, B, and C?) and (iii) examine prediction results closely (e.g.~what are common errors made by multiple systems, or in what contexts do particular errors occur?). So far, ExplainaBoard covers more than 400 systems, 50 datasets, 40 languages, and 12 tasks. ExplainaBoard keeps updated and is recently upgraded by supporting (1) multilingual multi-task benchmark, (2) meta-evaluation, and (3) more complicated task: machine translation, which reviewers also suggested.} We not only released an online platform on the website \url{http://explainaboard.nlpedia.ai/} but also make our evaluation tool an API with MIT Licence at Github \url{https://github.com/neulab/explainaBoard} and PyPi \url{https://pypi.org/project/interpret-eval/} that allows users to conveniently assess their models offline. We additionally release all output files from systems that we have run or collected to motivate "output-driven" research in the future.

📄 PDF Abstract BibTeX arXiv:2104.06387

Code (1)

neulab/ExplainaBoard 공식 구현

Tasks

Machine Translation

Methods 이 논문이 사용한 방법론

ncMUFCMU 설명 없음
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

BARTScore: Evaluating Generated Text as Text Generation

2021-06-22 · NeurIPS 2021 12 · Weizhe Yuan, Graham Neubig, PengFei Liu

A wide variety of NLP applications, such as machine translation, summarization, and dialog, involve text generation. One major challenge for these applications is how to evaluate whether such generated texts are actually…

DecoderInformativenessMachine TranslationText Generation+2

SpanNER: Named Entity Re-/Recognition as Span Prediction

2021-06-01 · ACL 2021 5 · Jinlan Fu, Xuanjing Huang, PengFei Liu

Recent years have seen the paradigm shift of Named Entity Recognition (NER) systems from sequence labeling to span prediction. Despite its preliminary effectiveness, the span prediction model's architectural bias has not…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

RefSum: Refactoring Neural Summarization

2021-04-15 · NAACL 2021 4 · Yixin Liu, Zi-Yi Dou, PengFei Liu

Although some recent works show potential complementarity among different state-of-the-art systems, few works try to investigate this problem in text summarization. Researchers in other areas commonly refer to the techni…

RerankingText Summarization

SimCLS: A Simple Framework for Contrastive Learning of Abstractive Summarization

2021-06-03 · ACL 2021 5 · Yixin Liu, PengFei Liu

In this paper, we present a conceptually simple while empirically powerful framework for abstractive summarization, SimCLS, which can bridge the gap between the learning objective and evaluation metrics resulting from th…

Abstractive Text SummarizationContrastive LearningText GenerationText Summarization

Cognitive Graph for Multi-Hop Reading Comprehension at Scale

2019-05-14 · ACL 2019 7 · Ming Ding, Chang Zhou, Qibin Chen, Hongxia Yang 외

We propose a new CogQA framework for multi-hop question answering in web-scale documents. Inspired by the dual process theory in cognitive science, the framework gradually builds a \textit{cognitive graph} in an iterativ…

Graph Neural NetworkMulti-hop Question AnsweringMulti-Hop Reading ComprehensionQuestion Answering+1