Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.8 KB

File metadata and controls

32 lines (19 loc) · 1.8 KB

ACL 2021 NLP

Best Paper

Vocabulary Learning via Optimal Transport for Neural Machine Translation [paper] [code]

Outstanding Papers

  1. All That’s ‘Human’ Is Not Gold: Evaluating Human Evaluation of Generated Text [paper]
    • assess non-experts' ability to distinguish between human and machine-authored text
  2. Intrinsic Dimensionality Explains the Effectiveness of Language Model Fine-Tuning [paper]
    • Why can we use relatively vanilla gradient descent algorithms to tune a model with hundreds of millions of parameters on datas with only hundreds or thousands of labeled examples?
  3. Mind Your Outliers! Investigating the Negative Impact of Outliers on Active Learning for Visual Question Answering [paper]
  4. Neural Machine Translation with Monolingual Translation Memory [paper]
  5. Scientific Credibility of Machine Translation Research: A Meta-Evaluation of 769 Papers
  6. UnNatural Language Inference

情感或情绪分析

  1. Directed Acyclic Graph Network for Conversational Emotion Recognition [paper] [code]
  2. Position Bias Mitigation: A Knowledge-Aware Graph Model for Emotion Cause Extraction [paper]
  3. Topic-Driven and Knowledge-Aware Transformer for Dialogue Emotion Detection [paper]
  4. Structured Sentiment Analysis as Dependency Graph Parsing [paper]

文本生成

  1. Guiding the Growth: Difficulty-Controllable Question Generation through Step-by-Step Rewriting [paper]