paper-with-me

Papers

GLGE: A New General Language Generation Evaluation Benchmark

2020-11-24 · Findings (ACL) 2021 8 · Dayiheng Liu, Yu Yan, Yeyun Gong, Weizhen Qi, Hang Zhang, Jian Jiao, Weizhu Chen, Jie Fu, Linjun Shou, Ming Gong, Pengcheng Wang, Jiusheng Chen, Daxin Jiang, Jiancheng Lv, Ruofei Zhang, Winnie Wu, Ming Zhou, Nan Duan

Multi-task benchmarks such as GLUE and SuperGLUE have driven great progress of pretraining and transfer learning in Natural Language Processing (NLP). These benchmarks mostly focus on a range of Natural Language Understanding (NLU) tasks, without considering the Natural Language Generation (NLG) models. In this paper, we present the General Language Generation Evaluation (GLGE), a new multi-task benchmark for evaluating the generalization capabilities of NLG models across eight language generation tasks. For each task, we continue to design three subtasks in terms of task difficulty (GLGE-Easy, GLGE-Medium, and GLGE-Hard). This introduces 24 subtasks to comprehensively compare model performance. To encourage research on pretraining and transfer learning on NLG models, we make GLGE publicly available and build a leaderboard with strong baselines including MASS, BART, and ProphetNet (The source code and dataset are publicly available at https://github.com/microsoft/glge).

📄 PDF Abstract BibTeX arXiv:2011.11928

Code (1)

microsoft/glge 공식 구현 pytorch

Tasks

Natural Language UnderstandingText GenerationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
ProphetNet ProphetNet is a sequence-to-sequence pre-training model that introduces a novel self-supervised objective named future n-gram prediction and the proposed n-stream…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

GLGENN: A Novel Parameter-Light Equivariant Neural Networks Architecture Based on Clifford Geometric Algebras

2025-06-11 · Ekaterina Filimoshina, Dmitry Shirokov

We propose, implement, and compare with competitors a new architecture of equivariant neural networks based on geometric (Clifford) algebras: Generalized Lipschitz Group Equivariant Neural Networks (GLGENN). These networ…

Benchmarking

P$^3$LM: Probabilistically Permuted Prophet Language Modeling for Generative Pre-Training

2022-10-22 · Junwei Bao, Yifan Wang, Jiangyong Ying, Yeyun Gong 외

Conventional autoregressive left-to-right (L2R) sequence generation faces two issues during decoding: limited to unidirectional target sequence modeling, and constrained on strong local dependencies. To address the afore…

Conversational Question AnsweringDecoderLanguage ModelingLanguage Modelling+4

Global Explainability of GNNs via Logic Combination of Learned Concepts

2022-10-13 · Steve Azzolin, Antonio Longa, Pietro Barbiero, Pietro Liò 외

While instance-level explanation of GNN is a well-studied problem with plenty of approaches being developed, providing a global explanation for the behaviour of a GNN is much less explored, despite its potential in inter…

Diagnostic

Neighborhood-Adaptive Generalized Linear Graph Embedding with Latent Pattern Mining

2025-10-07 · S. Peng, L. Hu, W. Zhang, B. Jie 외 arxiv

Graph embedding has been widely applied in areas such as network analysis, social network mining, recommendation systems, and bioinformatics. However, current graph construction methods often require the prior definition…

Recommendation SystemsGraph EmbeddingGraph Learning

CUGE: A Chinese Language Understanding and Generation Evaluation Benchmark

2021-12-27 · Yuan YAO, Qingxiu Dong, Jian Guan, Boxi Cao 외

Realizing general-purpose language intelligence has been a longstanding goal for natural language processing, where standard evaluation benchmarks play a fundamental and guiding role. We argue that for general-purpose la…