├── LICENSE ├── README.md ├── acl2020-accepted-paper-list.csv └── papers-csv-preview.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Ailln 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ACL2020-Paper-Code-Blog 2 | 3 | 🗂 ACL2020 的论文、代码和博客。 4 | 5 | > ⚠️ ACL2020 所有接受的[「论文列表」](https://acl2020.org/program/accepted/)已经放出!!我将所有接受的论文列表整理成了[「表格形式」](./acl2020-accepted-paper-list.csv),预览如下: 6 | 7 | ![](./papers-csv-preview.png) 8 | 9 | ## 时间检验奖 10 | 11 | - 【1995】Centering: A Framework for Modeling the Local Coherence of Discourse.[\[Paper\]](https://www.aclweb.org/anthology/J95-2003.pdf) 12 | - 【1995】Unsupervised Word Sense Disambiguation Rivaling Supervised Methods.[\[Paper\]](https://www.aclweb.org/anthology/P95-1026.pdf) 13 | - 【2010】Distributional Memory: A General Framework for Corpus-based Semantics.[\[Paper\]](https://www.mitpressjournals.org/doi/pdf/10.1162/coli_a_00016) 14 | - 【2010】Word Representations: A Simple and General Method for Semi-supervised Learning.[\[Paper\]](https://www.aclweb.org/anthology/P10-1040.pdf) 15 | 16 | ## 1 接受的论文列表 17 | 18 | ### 对话 19 | 20 | - ACL2020 Tutorial: Open-Domain Question Answering [\[Code\]](https://github.com/danqi/acl2020-openqa-tutorial) 21 | 22 | - KdConv: A Chinese Multi-domain Dialogue Dataset Towards Multi-turn Knowledge-driven Conversation [\[Paper\]](https://arxiv.org/abs/2004.04100) [\[Code\]](https://github.com/thu-coai/KdConv) [\[Blog\]](https://www.zhihu.com/question/385259014/answer/1133416917) 23 | 24 | - Multi-Agent Task-Oriented Dialog Policy Learning with Role-aware Reward Decomposition [\[Paper\]](https://arxiv.org/abs/2004.03809) 25 | 26 | - ConvLab-2: An Open-Source Toolkit for Building, Evaluating, and Diagnosing Dialogue Systems [\[Paper\]](https://arxiv.org/abs/2002.04793) 27 | 28 | - CrossWOZ: A Large-Scale Chinese Cross-Domain Task-Oriented Dialogue Dataset [\[Paper\]](https://arxiv.org/abs/2002.11893) [\[Code\]](https://github.com/thu-coai/CrossWOZ) 29 | 30 | - PLATO: Pre-trained Dialogue Generation Model with Discrete Latent Variable [\[Paper\]](https://arxiv.org/abs/1910.07931) 31 | 32 | - dynamic induction networks for few-shot text classification [\[Blog\]](https://www.zhihu.com/question/385259014/answer/1134813765) 33 | 34 | - Learning Low-Resource End-To-End Goal-Oriented Dialog for Fast and Reliable System Deployment [\[Blog\]](https://www.zhihu.com/question/385259014/answer/1134813765) 35 | 36 | - Data Manipulation: Towards Effective Instance Learning for Neural Dialogue Generation via Learning to Augment and Reweight [\[Paper\]](https://arxiv.org/abs/2004.02594) 37 | 38 | - Grounding Conversations with Improvised Dialogues [\[Paper\]](https://arxiv.org/abs/2004.09544) [\[Code\]](https://github.com/wise-east/spolin) 39 | 40 | - Zero-Shot Transfer Learning with Synthesized Data for Multi-Domain Dialogue State Tracking [\[Paper\]](https://arxiv.org/abs/2005.00891) [\[Code\]](https://github.com/stanford-oval/zero-shot-multiwoz-acl2020) 41 | 42 | - Dialogue Coherence Assessment Without Explicit Dialogue Act Labels [\[Code\]](https://github.com/UKPLab/acl2020-dialogue-coherence-assessment) 43 | 44 | - Dense-Caption Matching and Frame-Selection Gating for Temporal Localization in VideoQA [\[Paper\]](https://arxiv.org/abs/2005.06409) [\[Code\]](https://github.com/hyounghk/VideoQADenseCapFrameGate-ACL2020) 45 | 46 | - Conversational Word Embedding for Retrieval-based Dialog System [\[Paper\]](https://arxiv.org/abs/2004.13249) [\[Code\]](https://github.com/wtma/PR-Embedding) 47 | 48 | - INFOTABS: Inference on Tables as Semi-structured Data [\[Paper\]](https://arxiv.org/abs/2005.06117) [\[Code\]](https://github.com/utahnlp/infotabs-code) [\[Blog\]](https://infotabs.github.io/) 49 | 50 | ### 知识图谱 51 | 52 | - A Re-evaluation of Knowledge Graph Completion Methods [\[Paper\]](https://arxiv.org/abs/1911.03903) [\[Code\]](https://github.com/svjan5/kg-reeval) 53 | 54 | ### 阅读理解 55 | 56 | - A Self-training Method for Machine Reading Comprehension with Soft Evidence Extraction 57 | 58 | ### 文本生成 59 | 60 | - ScriptWriter: Narrative-Guided Script Generation [\[Blog\]](https://www.zhihu.com/question/385259014/answer/1133999732) 61 | 62 | - A Knowledge-Enhanced Pretraining Model for Commonsense Story Generation [\[Paper\]](https://arxiv.org/abs/2001.05139) [\[Code\]](https://github.com/JianGuanTHU/CommonsenseStoryGen) 63 | 64 | - Pre-train and Plug-in: Flexible Conditional Text Generation with Variational Auto-Encoders [\[Paper\]](https://arxiv.org/abs/1911.03882) [\[Code\]](https://github.com/WHUIR/PPVAE) 65 | 66 | - Logical Natural Language Generation from Open-Domain Tables [\[Paper\]](https://arxiv.org/abs/2004.10404) [\[Code\]](https://github.com/wenhuchen/LogicNLG) 67 | 68 | ### 摘要提取 69 | 70 | - A Discourse-Aware Neural Extractive Model for Text Summarization [\[Paper\]](http://www.cs.utexas.edu/~jcxu/material/ACL20/DiscoBERT_ACL2020.pdf) [\[Code\]](https://github.com/jiacheng-xu/DiscoBERT) 71 | - Heterogeneous Graph Neural Networks for Extractive Document Summarization [\[Paper\]](https://arxiv.org/abs/2004.12393) [\[Code\]](https://github.com/brxx122/HeterSumGraph) 72 | - Unsupervised Opinion Summarization with Noising and Denoising [\[Paper\]](https://arxiv.org/abs/2004.10150) [\[Code\]](https://github.com/rktamplayo/DenoiseSum) 73 | 74 | ### 关系抽取 75 | 76 | - A Novel Hierarchical Binary Tagging Framework for Relational Triple Extraction [\[Paper\]](https://arxiv.org/abs/1909.03227) [\[Code\]](https://github.com/weizhepei/HBT) [\[Blog\]](https://www.zhihu.com/question/385259014/answer/1141621197) 77 | 78 | ### 语音识别 79 | 80 | - Modeling Code-Switch Languages Using Bilingual Parallel Corpus [\[Blog\]](https://www.zhihu.com/question/385259014/answer/1169746686) 81 | 82 | ### 翻译 83 | 84 | - Character-Level Translation with Self-attention [\[Paper\]](https://arxiv.org/abs/2004.14788) [\[Code\]](https://github.com/CharizardAcademy/convtransformer) 85 | 86 | - Contextual Neural Machine Translation Improves Translation of Cataphoric Pronouns [\[Paper\]](https://arxiv.org/abs/2004.09894) [\[Code\]](https://github.com/sameenmaruf/acl2020-contextnmt-cataphora) 87 | 88 | ### 其他 89 | 90 | - GCAN: Graph-aware Co-Attention Networks for Explainable Fake News Detection on Social Media [\[Paper\]](https://arxiv.org/abs/2004.11648) [\[Code\]](https://github.com/l852888/GCAN) 91 | 92 | - Evaluating Explainable AI: Which Algorithmic Explanations Help Users Predict Model Behavior? [\[Paper\]](https://arxiv.org/abs/2005.01831) [\[Code\]](https://github.com/peterbhase/InterpretableNLP-ACL2020) 93 | 94 | - FastBERT: a Self-distilling BERT with Adaptive Inference Time [\[Paper\]](https://arxiv.org/abs/2004.02178) [\[Code\]](https://github.com/autoliuweijie/FastBERT) [\[Code2\]](https://github.com/BitVoyage/FastBERT) 95 | 96 | - Attend, Translate and Summarize: An Efficient Method for Neural Cross-Lingual Summarization [\[Code\]](https://github.com/ZNLP/ATSum) 97 | 98 | - An Effective Transition-based Model for Discontinuous NER [\[Paper\]](https://arxiv.org/abs/2004.13454) [\[Code\]](https://github.com/daixiangau/acl2020-transition-discontinuous-ner) 99 | 100 | - AMR Parsing via Graph-Sequence Iterative Inference [\[Paper\]](https://arxiv.org/abs/2004.05572) [\[Code\]](https://github.com/jcyk/AMR-gs) 101 | 102 | - Hypernymy Detection for Low-Resource Languages via Meta Learning [\[Code\]](https://github.com/ccclyu/metaHypernymy) 103 | 104 | - NAT: Noise-Aware Training for Robust Neural Sequence Labeling [\[Code\]](https://github.com/mnamysl/nat-acl2020) 105 | 106 | - R^3: Reverse, Retrieve, and Rank for Sarcasm Generation with Commonsense Knowledge [\[Paper\]](https://arxiv.org/abs/2004.13248) [\[Code\]](https://github.com/tuhinjubcse/SarcasmGeneration-ACL2020) 107 | 108 | - Learning Constraints for Structured Prediction Using Rectifier Networks [\[Code\]](https://github.com/utahnlp/learning-constraints) 109 | 110 | - Contrastive Self-Supervised Learning for Commonsense Reasoning [\[Paper\]](https://arxiv.org/abs/2005.00669) [\[Code\]](https://github.com/SAP-samples/acl2020-commonsense) 111 | 112 | - Transformer Anatomy: Roles and Utilization of Attention Heads in Transformer-based Neural Language Models [\[Code\]](https://github.com/heartcored98/transformer_anatomy) 113 | 114 | - Improving Segmentation for Technical Support Problems [\[Code\]](https://github.com/kushalchauhan98/ticket-segmentation) 115 | 116 | - AMR Parsing with Latent Structural Information [\[Code\]](https://github.com/zhouqiji/ACL2020_AMR_Parsing) 117 | 118 | - From Zero to Hero: Human-In-The-Loop Entity Linking in Low Resource Domains [\[Code\]](https://github.com/UKPLab/acl2020-interactive-entity-linking) 119 | 120 | - Diverse and Informative Dialogue Generation with Context-Specific Commonsense Knowledge Awareness [\[Code\]](https://github.com/pku-orangecat/ACL2020-ConKADI) 121 | 122 | - Supervised Grapheme-to-Phoneme Conversion of Orthographic Schwas in Hindi and Punjabi [\[Paper\]](https://arxiv.org/abs/2004.10353) [\[Code\]](https://github.com/aryamanarora/schwa-deletion) 123 | 124 | - Mind the Trade-off: Debiasing NLU Models without Degrading the In-distribution Performance [\[Paper\]](https://arxiv.org/abs/2005.00315) [\[Code\]](https://github.com/UKPLab/acl2020-confidence-regularization) 125 | 126 | - On the Robustness of Language Encoders against Grammatical Errors [Paper\]](https://arxiv.org/abs/2005.05683) [\[Code\]](https://github.com/uclanlp/ProbeGrammarRobustness) 127 | 128 | - Will-They-Won’t-They: A Very Large Dataset for Stance Detection on Twitter [Paper\]](https://arxiv.org/abs/2005.00388) [\[Code\]](https://github.com/cambridge-wtwt/acl2020-wtwt-tweets) 129 | 130 | - Semi-supervised Contextual Historical Text Normalization [\[Code\]](https://github.com/ZurichNLP/acl2020-historical-text-normalization) 131 | 132 | - Empowering Active Learning to Jointly Optimize System and User Demands [Paper\]](https://arxiv.org/abs/2005.04470) [\[Code\]](https://github.com/UKPLab/acl2020-empowering-active-learning) 133 | 134 | - Enhancing Pre-trained Chinese Character Representation with Word-aligned Attention [\[Code\]](https://github.com/lsvih/MWA) 135 | 136 | - Refer360°: A Referring Expression Recognition Dataset in 360°Images [\[Code\]](https://github.com/volkancirik/refer360) 137 | 138 | - Tree-Structured Neural Topic Model [\[Code\]](https://github.com/misonuma/tsntm) 139 | 140 | - A Contextual Hierarchical Attention Network with Adaptive Objective for Dialogue State Tracking [\[Code\]](https://github.com/ictnlp/CHAN-DST) 141 | 142 | - MOOCCube: A Large-scale Data Repository for NLP Applications in MOOCs [\[Code\]](https://github.com/thukg/MOOCCube) [\[Blog\]](http://moocdata.cn/data/MOOCCube) 143 | 144 | - Fact-based Content Weighting for Evaluating Abstractive Summarisation [\[Code\]](https://github.com/XinnuoXu/Human_eva) 145 | 146 | ## 2 未接受的论文列表 147 | 148 | 未被接受并不表面工作没有意义,也可能是不幸运! 149 | 150 | - BP-Transformer: Modelling Long-Range Context via Binary Partitioning [\[Paper\]](https://arxiv.org/abs/1911.04070) [\[Code\]](https://github.com/yzh119/BPT) [\[Blog\]](https://www.zhihu.com/question/371534652/answer/1016231768) 151 | 152 | ## 3 相关资料 153 | 154 | - [ACL2020 官网](https://acl2020.org/) 155 | - [ACL 2020程序委员会博客(中文版)](https://github.com/ymcui/ACL2020-PC-Blogs-Chinese) 156 | - [如何看待ACL 2020录用结果?](https://www.zhihu.com/question/384287944) 157 | - [ACL 2020有哪些值得关注的论文?](https://www.zhihu.com/question/385259014) 158 | - [ACL2020论文精选](https://zhuanlan.zhihu.com/p/135204349) 159 | -------------------------------------------------------------------------------- /acl2020-accepted-paper-list.csv: -------------------------------------------------------------------------------- 1 | index,title,authors,type 2 | 1,2kenize: Tying Subword Sequences for Chinese Script Conversion,Pranav A and Isabelle Augenstein,long 3 | 2,A Batch Normalized Inference Network Keeps the KL Vanishing Away,"Qile Zhu, Wei Bi, Xiaojiang Liu, Xiyao Ma, Xiaolin Li and Dapeng Wu",long 4 | 3,A Call for More Rigor in Unsupervised Cross-lingual Learning,"Mikel Artetxe, Sebastian Ruder, Dani Yogatama, Gorka Labaka and Eneko Agirre",long 5 | 4,A Comprehensive Analysis of Preprocessing for Word Representation Learning in Affective Tasks,"Nastaran Babanejad, Ameeta Agrawal, Aijun An and Manos Papagelis",long 6 | 5,A Contextual Hierarchical Attention Network with Adaptive Objective for Dialogue State Tracking,"Yong Shan, Zekang Li, Jinchao Zhang, Fandong Meng, Yang Feng, Cheng Niu and Jie Zhou",long 7 | 6,A Corpus for Large-Scale Phonetic Typology,"Elizabeth Salesky, Eleanor Chodroff, Tiago Pimentel, Matthew Wiesner, Ryan Cotterell, Alan W Black and Jason Eisner",long 8 | 7,A Formal Hierarchy of RNN Architectures,"William Merrill, Gail Weiss, Yoav Goldberg, Roy Schwartz, Noah A. Smith and Eran Yahav",long 9 | 8,A Generate-and-Rank Framework with Semantic Type Regularization for Biomedical Concept Normalization,"Dongfang Xu, Zeyu Zhang and Steven Bethard",long 10 | 9,A Generative Model for Joint Natural Language Understanding and Generation,"Bo-Hsiang Tseng, Jianpeng Cheng, Yimai Fang and David Vandyke",long 11 | 10,A Girl Has A Name: Detecting Authorship Obfuscation,"Asad Mahmood, Zubair Shafiq and Padmini Srinivasan",long 12 | 11,A Graph Auto-encoder Model of Derivational Morphology,"Valentin Hofmann, Hinrich Schütze and Janet Pierrehumbert",long 13 | 12,A Graph-based Coarse-to-fine Method for Unsupervised Bilingual Lexicon Induction,"Shuo Ren, Shujie Liu, Ming Zhou and Shuai Ma",long 14 | 13,A Joint Model for Document Segmentation and Segment Labeling,"Joe Barrow, Rajiv Jain, Vlad Morariu, Varun Manjunatha, Douglas Oard and Philip Resnik",long 15 | 14,A Joint Neural Model for Information Extraction with Global Features,"Ying Lin, Heng Ji, Fei Huang and Lingfei Wu",long 16 | 15,A Methodology for Creating Question Answering Corpora Using Inverse Data Annotation,"Jan Deriu, Katsiaryna Mlynchyk, Philippe Schläpfer, Alvaro Rodrigo, Dirk von Grünigen, Nicolas Kaiser, Kurt Stockinger, Eneko Agirre and Mark Cieliebak",long 17 | 16,A Mixture of h − 1 Heads is Better than h Heads,"Hao Peng, Roy Schwartz, Dianqi Li and Noah A. Smith",long 18 | 17,A Monolingual Approach to Contextualized Word Embeddings for Mid-Resource Languages,"Pedro Javier Ortiz Suárez, Laurent Romary and Benoît Sagot",long 19 | 18,A Multitask Learning Approach for Diacritic Restoration,"Sawsan Alqahtani, Ajay Mishra and Mona Diab",long 20 | 19,A Novel Cascade Binary Tagging Framework for Relational Triple Extraction,"Zhepei Wei, Jianlin Su, Yue Wang, Yuan Tian and Yi Chang",long 21 | 20,A Novel Graph-based Multi-modal Fusion Encoder for Neural Machine Translation,"Yongjing Yin, Fandong Meng, Jinsong Su, Chulun Zhou, Zhengyuan Yang, Jie Zhou and Jiebo Luo",long 22 | 21,A Prioritization Model for Suicidality Risk Assessment,"Han-Chin Shing, Philip Resnik and Douglas Oard",long 23 | 22,A Recipe for Creating Multimodal Aligned Datasets for Sequential Tasks,"Angela Lin, Sudha Rao, Asli Celikyilmaz, Elnaz Nouri, Chris Brockett, Debadeepta Dey and Bill Dolan",long 24 | 23,A Reinforced Generation of Adversarial Examples for Neural Machine Translation,"Wei Zou, Shujian Huang, Jun Xie, Xinyu Dai and Jiajun Chen",long 25 | 24,A Self-Training Method for Machine Reading Comprehension with Soft Evidence Extraction,"Yilin Niu, Fangkai Jiao, Mantong Zhou, Ting Yao, Jingfang Xu and Minlie Huang",long 26 | 25,A Span-based Linearization for Constituent Trees,"Yang Wei, Yuanbin Wu and Man Lan",long 27 | 26,A Study of Non-autoregressive Model for Sequence Generation,"Yi Ren, Jinglin Liu, Xu Tan, Zhou Zhao, Sheng Zhao and Tie-Yan Liu",long 28 | 27,A Systematic Assessment of Syntactic Generalization in Neural Language Models,"Jennifer Hu, Jon Gauthier, Peng Qian, Ethan Wilcox and Roger Levy",long 29 | 28,A Tale of Two Perplexities: Sensitivity of Neural Language Models to Lexical Retrieval Deficits in Dementia of the Alzheimer’s Type,Trevor Cohen and Serguei Pakhomov,long 30 | 29,A Top-down Neural Architecture towards Text-level Parsing of Discourse Rhetorical Structure,"Longyin Zhang, Yuqing Xing, Fang Kong, Peifeng Li and Guodong Zhou",long 31 | 30,A Unified MRC Framework for Named Entity Recognition,"Xiaoya Li, Jingrong Feng, Yuxian Meng, Qinghong Han, Fei Wu and Jiwei Li",long 32 | 31,Adaptive Compression of Word Embeddings,"Yeachan Kim, Kang-Min Kim and SangKeun Lee",long 33 | 32,Addressing Posterior Collapse with Mutual Information for Improved Variational Neural Machine Translation,"Arya D. McCarthy, Xian Li, Jiatao Gu and Ning Dong",long 34 | 33,AdvAug: Robust Adversarial Augmentation for Neural Machine Translation,"Yong Cheng, Lu Jiang, Wolfgang Macherey and Jacob Eisenstein",long 35 | 34,Adversarial and Domain-Aware BERT for Cross-Domain Sentiment Analysis,"Chunning Du, Haifeng Sun, Jingyu Wang, Qi Qi and Jianxin Liao",long 36 | 35,Adversarial NLI: A New Benchmark for Natural Language Understanding,"Yixin Nie, Adina Williams, Emily Dinan, Mohit Bansal, Jason Weston and Douwe Kiela",long 37 | 36,Agreement Prediction of Arguments in Cyber Argumentation for Detecting Stance Polarity and Intensity,"Joseph Sirrianni, Xiaoqing Liu and Douglas Adams",long 38 | 37,Aligned Dual Channel Graph Convolutional Network for Visual Question Answering,"Qingbao Huang, Jielong Wei, Yi Cai, Changmeng Zheng, Junying Chen, Ho-fung Leung and Qing Li",long 39 | 38,"Amalgamation of protein sequence, structure and textual information for improving protein-protein interaction identification",Pratik Dutta and Sriparna Saha,long 40 | 39,AMR Parsing via Graph-Sequence Iterative Inference,Deng Cai and Wai Lam,long 41 | 40,AMR Parsing with Latent Structural Information,"Qiji Zhou, Yue Zhang, Donghong Ji and Hao Tang",long 42 | 41,An analysis of the utility of explicit negative examples to improve the syntactic abilities of neural language models,Hiroshi Noji and Hiroya Takamura,long 43 | 42,An Effective Transition-based Model for Discontinuous NER,"Xiang Dai, Sarvnaz Karimi, Ben Hachey and Cecile Paris",long 44 | 43,An Effectiveness Metric for Ordinal Classification: Formal Properties and Experimental Results,"Enrique Amigo, Julio Gonzalo, Stefano Mizzaro and Jorge Carrillo-de-Albornoz",long 45 | 44,An Online Semantic-enhanced Dirichlet Model for Short Text Stream Clustering,"Jay Kumar, Junming Shao, Salah Uddin and Wazir Ali",long 46 | 45,Analysing Lexical Semantic Change with Contextualised Word Representations,"Mario Giulianelli, Marco Del Tredici and Raquel Fernández",long 47 | 46,Analyzing analytical methods: The case of phonology in neural models of spoken language,"Grzegorz Chrupała, Bertrand Higy and Afra Alishahi",long 48 | 47,Analyzing Political Parody in Social Media,"Antonios Maronikolakis, Danae Sánchez Villegas, Daniel Preotiuc-Pietro and Nikolaos Aletras",long 49 | 48,Are Natural Language Inference Models IMPPRESsive? Learning IMPlicature and PRESupposition,"Paloma Jeretic, Alex Warstadt, Suvrat Bhooshan and Adina Williams",long 50 | 49,Asking and Answering Questions to Evaluate the Factual Consistency of Summaries,"Alex Wang, Kyunghyun Cho and Mike Lewis",long 51 | 50,Aspect Sentiment Classification with Document-level Sentiment Preference Modeling,"Xiao Chen, Changlong Sun, Jingjing Wang, Shoushan Li, Luo Si, Min Zhang and Guodong Zhou",long 52 | 51,ASSET: A Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations,"Fernando Alva-Manchego, Louis Martin, Antoine Bordes, Carolina Scarton, Benoît Sagot and Lucia Specia",long 53 | 52,"Attend, Translate and Summarize: An Efficient Method for Neural Cross-Lingual Summarization","Junnan Zhu, Yu Zhou, Jiajun Zhang and Chengqing Zong",long 54 | 53,Attentive Pooling with Learnable Norms for Text Representation,"Chuhan Wu, Fangzhao Wu, Tao Qi, Xiaohui Cui and Yongfeng Huang",long 55 | 54,Autoencoding Pixies: Amortised Variational Inference with Graph Convolutions for Functional Distributional Semantics,Guy Emerson,long 56 | 55,Automated Evaluation of Writing – 50 Years and Counting,Beata Beigman Klebanov and Nitin Madnani,long 57 | 56,Automatic Detection of Generated Text is Easiest when Humans are Fooled,"Daphne Ippolito, Daniel Duckworth, Chris Callison-Burch and Douglas Eck",long 58 | 57,Automatic Generation of Citation Texts in Scholarly Papers: A Pilot Study,"Xinyu Xing, Xiaosheng Fan and Xiaojun Wan",long 59 | 58,Automatic Poetry Generation from Prosaic Text,Tim Van de Cruys,long 60 | 59,BabyWalk: Going Farther in Vision-and-Language Navigation by Taking Baby Steps,"Wang Zhu, Hexiang Hu, Jiacheng Chen, Zhiwei Deng, Vihan Jain, Eugene Ie and Fei Sha",long 61 | 60,Balancing Objectives in Counseling Conversations: Advancing Forwards or Looking Backwards,Justine Zhang and Cristian Danescu-Niculescu-Mizil,long 62 | 61,Balancing Training for Multilingual Neural Machine Translation,"Xinyi Wang, Yulia Tsvetkov and Graham Neubig",long 63 | 62,"BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension","Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Veselin Stoyanov and Luke Zettlemoyer",long 64 | 63,Benchmarking Multimodal Regex Synthesis with Complex Structures,"Xi Ye, Qiaochu Chen, Isil Dillig and Greg Durrett",long 65 | 64,BERTRAM: Improved Word Embeddings Have Big Impact on Contextualized Model Performance,Timo Schick and Hinrich Schütze,long 66 | 65,Beyond Accuracy: Behavioral Testing of NLP Models with CheckList,"Marco Tulio Ribeiro, Tongshuang Wu, Carlos Guestrin and Sameer Singh",long 67 | 66,Beyond Possession Existence: Duration and Co-Possession,"Dhivya Chinnappa, Srikala Murugan and Eduardo Blanco",long 68 | 67,Beyond User Self-Reported Likert Scale Ratings: A Comparison Model for Automatic Dialog Evaluation,"Weixin Liang, James Zou and Zhou Yu",long 69 | 68,Bilingual Dictionary Based Neural Machine Translation without Using Parallel Sentences,"Xiangyu Duan, Baijun Ji, Hao Jia, Min Tan, Min Zhang, Boxing Chen, Weihua Luo and Yue Zhang",long 70 | 69,Biomedical Entity Representations with Synonym Marginalization,"Mujeen Sung, Hwisang Jeon, Jinhyuk Lee and Jaewoo Kang",long 71 | 70,Bipartite Flat-Graph Network for Nested Named Entity Recognition,Ying Luo and Hai Zhao,long 72 | 71,BiRRE: Learning Bidirectional Residual Relation Embeddings for Supervised Hypernymy Detection,Chengyu Wang and Xiaofeng He,long 73 | 72,BLEURT: Learning Robust Metrics for Text Generation,"Thibault Sellam, Dipanjan Das and Ankur Parikh",long 74 | 73,Boosting Neural Machine Translation with Similar Translations,"Jitao XU, Josep Crego and Jean Senellart",long 75 | 74,Bootstrapping Techniques for Polysynthetic Morphological Analysis,William Lane and Steven Bird,long 76 | 75,BPE-Dropout: Simple and Effective Subword Regularization,"Ivan Provilkov, Dmitrii Emelianenko and Elena Voita",long 77 | 76,Breaking Through the 80\% Glass Ceiling: Raising the State of the Art in Word Sense Disambiguation by Incorporating Knowledge Graph Information,Michele Bevilacqua and Roberto Navigli,long 78 | 77,Bridging Anaphora Resolution as Question Answering,Yufang Hou,long 79 | 78,Bridging the Structural Gap Between Encoding and Decoding for Data-To-Text Generation,"Chao Zhao, Marilyn Walker and Snigdha Chaturvedi",long 80 | 79,Building a User-Generated Content North-African Arabizi Treebank: Tackling Hell,"Djamé Seddah, Farah Essaidi, Amal Fethi, Matthieu Futeral, Benjamin Muller, Pedro Javier Ortiz Suárez, Benoît Sagot and Abhishek Srivastava",long 81 | 80,Calibrating Structured Output Predictors for Natural Language Processing,Abhyuday Jagannatha and Hong Yu,long 82 | 81,CamemBERT: a Tasty French Language Model,"Louis Martin, Benjamin Muller, Pedro Javier Ortiz Suárez, Yoann Dupont, Laurent Romary, Éric de la Clergerie, Djamé Seddah and Benoît Sagot",long 83 | 82,Can We Predict New Facts with Open Knowledge Graph Embeddings? A Benchmark for Open Link Prediction,"Samuel Broscheit, Kiril Gashteovski, Yanjie Wang and Rainer Gemulla",long 84 | 83,Can You Put it All Together: Evaluating Conversational Agents’ Ability to Blend Skills,"Eric Michael Smith, Mary Williamson, Kurt Shuster, Jason Weston and Y-Lan Boureau",long 85 | 84,CDL: Curriculum Dual Learning for Emotion-Controllable Response Generation,Lei Shen and Yang Feng,long 86 | 85,ChartDialogs: Plotting from Natural Language Instructions,Yutong Shao and Ndapa Nakashole,long 87 | 86,CH-SIMS: A Chinese Multimodal Sentiment Analysis Dataset with Fine-grained Annotation of Modality,"Wenmeng Yu, Hua Xu, Fanyang Meng, Yilin Zhu, Yixiao Ma, Jiele Wu, Jiyun Zou and Kaicheng Yang",long 88 | 87,"Climbing towards NLU: On Meaning, Form, and Understanding in the Age of Data",Emily M. Bender and Alexander Koller,long 89 | 88,Clinical Reading Comprehension: A Thorough Analysis of the emrQA Dataset,"Xiang Yue, Bernal Jimenez Gutierrez and Huan Sun",long 90 | 89,CluBERT: A Cluster-Based Approach for Learning Sense Distributions in Multiple Languages,"Tommaso Pasini, Federico Scozzafava and Bianca Scarlini",long 91 | 90,CluHTM - Semantic Hierarchical Topic Modeling based on CluWords,"Felipe Viegas, Washington Cunha, Christian Gomes, Antônio Pereira, Leonardo Rocha and Marcos Goncalves",long 92 | 91,Code and Named Entity Recognition in StackOverflow,"Jeniya Tabassum, Mounica Maddela, Wei Xu and Alan Ritter",long 93 | 92,CompGuessWhat?!: A Multi-task Evaluation Framework for Grounded Language Learning,"Alessandro Suglia, Ioannis Konstas, Andrea Vanzo, Emanuele Bastianelli, Desmond Elliott, Stella Frank and Oliver Lemon",long 94 | 93,Compositionality and Generalization In Emergent Languages,"Rahma Chaabouni, Eugene Kharitonov, Diane Bouchacourt, Emmanuel Dupoux and Marco Baroni",long 95 | 94,Conditional Augmentation for Aspect Term Extraction via Masked Sequence-to-Sequence Generation,"Kun Li, Chengbo Chen, Xiaojun Quan, Qing Ling and Yan Song",long 96 | 95,Connecting Embeddings for Knowledge Graph Entity Typing,"Yu Zhao, anxiang zhang, Ruobing Xie, Kang Liu and Xiaojie WANG",long 97 | 96,Contextualized Weak Supervision for Text Classification,Dheeraj Mekala and Jingbo Shang,long 98 | 97,Continual Relation Learning via Episodic Memory Activation and Reconsolidation,"Xu Han, Yi Dai, Tianyu Gao, Yankai Lin, Zhiyuan Liu, Peng Li, Maosong Sun and Jie Zhou",long 99 | 98,Conversational Graph Grounded Policy Learning for Open-Domain Conversation Generation,"Jun Xu, Haifeng Wang, Zheng-Yu Niu, Hua Wu, Wanxiang Che and Ting Liu",long 100 | 99,CorefQA: Coreference Resolution as Query-based Span Prediction,"Wei Wu, Fei Wang, Arianna Yuan, Fei Wu and Jiwei Li",long 101 | 100,Coupling Distant Annotation and Adversarial Training for Cross-Domain Chinese Word Segmentation,"Ning Ding, Dingkun Long, Guangwei Xu, Muhua Zhu, Pengjun Xie, Xiaobin Wang and Haitao Zheng",long 102 | 101,CraftAssist Instruction Parsing: Semantic Parsing for a Voxel-World Assistant,"Kavya Srinet, Yacine Jernite, Jonathan Gray and Arthur Szlam",long 103 | 102,Cross-Lingual Semantic Role Labeling with High-Quality Translated Training Corpus,"Hao Fei, Meishan Zhang and Donghong Ji",long 104 | 103,Cross-Lingual Unsupervised Sentiment Classification with Multi-View Transfer Learning,Hongliang Fei and Ping Li,long 105 | 104,Cross-Linguistic Syntactic Evaluation of Word Prediction Models,"Aaron Mueller, Garrett Nicolai, Panayiota Petrou-Zeniou, Natalia Talmina and Tal Linzen",long 106 | 105,Cross-media Structured Common Space for Multimedia Event Extraction,"Manling Li, Alireza Zareian, Qi Zeng, Spencer Whitehead, Di Lu, Heng Ji and Shih-Fu Chang",long 107 | 106,Cross-modal Coherence Modeling for Caption Generation,"Malihe Alikhani, Piyush Sharma, Shengjie Li, Radu Soricut and Matthew Stone",long 108 | 107,Cross-modal Language Generation using Pivot Stabilization for Web-scale Language Coverage,Ashish V. Thapliyal and Radu Soricut,long 109 | 108,Cross-Modality Relevance for Reasoning on Language and Vision,"Chen Zheng, Quan Guo and Parisa Kordjamshidi",long 110 | 109,Curriculum Learning for Natural Language Understanding,"Benfeng Xu, Licheng Zhang, Zhendong Mao, Quan Wang, Hongtao Xie and Yongdong Zhang",long 111 | 110,Curriculum Pre-training for End-to-End Speech Translation,"Chengyi Wang, Yu Wu, Shujie Liu, Ming Zhou and Zhenglu Yang",long 112 | 111,Data Manipulation: Towards Effective Instance Learning for Neural Dialogue Generation via Learning to Augment and Reweight,"Hengyi Cai, Hongshen Chen, Yonghao Song, Cheng Zhang, Xiaofang Zhao and Dawei Yin",long 113 | 112,DeFormer: Decomposing Pre-trained Transformers for Faster Question Answering,"Qingqing Cao, Harsh Trivedi, Aruna Balasubramanian and Niranjan Balasubramanian",long 114 | 113,Demographics Should Not Be the Reason of Toxicity: Mitigating Discrimination in Text Classifications with Instance Weighting,"Guanhua Zhang, Bing Bai, Junqi Zhang, Kun Bai, Conghui Zhu and Tiejun Zhao",long 115 | 114,Dense-Caption Matching and Frame-Selection Gating for Temporal Localization in VideoQA,"Hyounghun Kim, Zineng Tang and Mohit Bansal",long 116 | 115,Dependency Graph Enhanced Dual-transformer Structure for Aspect-based Sentiment Classification,"Hao Tang, Donghong Ji, Chenliang Li and Qiji Zhou",long 117 | 116,DeSePtion: Dual Sequence Prediction and Adversarial Examples for Improved Fact-Checking,"Christopher Hidey, Tuhin Chakrabarty, Tariq Alhindi, Siddharth Varia, Kriste Krstovski, Mona Diab and Smaranda Muresan",long 118 | 117,Detecting Perceived Emotions in Hurricane Disasters,"Shrey Desai, Cornelia Caragea and Junyi Jessy Li",long 119 | 118,Dialogue Coherence Assessment Without Explicit Dialogue Act Labels,"Mohsen Mesgar, Sebastian Bücker and Iryna Gurevych",long 120 | 119,Dialogue-Based Relation Extraction,"Dian Yu, Kai Sun, Claire Cardie and Dong Yu",long 121 | 120,Dice Loss for Data-imbalanced NLP Tasks,"Xiaoya Li, Xiaofei Sun, Yuxian Meng, Junjun Liang, Fei Wu and Jiwei Li",long 122 | 121,Differentiable Window for Dynamic Local Attention,"Thanh-Tung Nguyen, Xuan-Phi Nguyen, Shafiq Joty and Xiaoli Li",long 123 | 122,Discourse as a Function of Event: Profiling Discourse Structure in News Articles around the Main Event,"Prafulla Kumar Choubey, Aaron Lee, Ruihong Huang and Lu Wang",long 124 | 123,Discourse-Aware Neural Extractive Text Summarization,"Jiacheng Xu, Zhe Gan, Yu Cheng and Jingjing Liu",long 125 | 124,Discrete Latent Variable Representations for Low-Resource Text Classification,"Shuning Jin, Sam Wiseman, Karl Stratos and Karen Livescu",long 126 | 125,Discrete Optimization for Unsupervised Sentence Summarization with Word-Level Extraction,"Raphael Schumann, Lili Mou, Yao Lu, Olga Vechtomova and Katja Markert",long 127 | 126,Distilling Annotations via Active Imitation Learning,"Kianté Brantley, Hal Daumé III and Amr Sharaf",long 128 | 127,Distilling Knowledge Learned in BERT for Text Generation,"Yen-Chun Chen, Zhe Gan, Yu Cheng, Jingzhou Liu and Jingjing Liu",long 129 | 128,Distinguish Confusing Law Articles for Legal Judgment Prediction,"Nuo Xu, Pinghui Wang, Long Chen, Li Pan, Xiaoyan Wang and Junzhou Zhao",long 130 | 129,Diverse and Informative Dialogue Generation with Context-Specific Commonsense Knowledge Awareness,"Sixing Wu, Ying Li, Dawei Zhang, Yang Zhou and Zhonghai Wu",long 131 | 130,Diversifying Dialogue Generation with Non-Conversational Text,"Hui Su, Xiaoyu Shen, Sanqiang Zhao, Zhou Xiao, Pengwei Hu, Randy Zhong, Cheng Niu and Jie Zhou",long 132 | 131,Do Neural Language Models Show Preferences for Syntactic Formalisms?,"Artur Kulmizev, Vinit Ravishankar, Mostafa Abdou and Joakim Nivre",long 133 | 132,Do Neural Models Learn Systematicity of Monotonicity Inference in Natural Language?,"Hitomi Yanaka, Koji Mineshima, Daisuke Bekki and Kentaro Inui",long 134 | 133,Document Modeling with Graph Attention Networks for Multi-grained Machine Reading Comprehension,"Bo Zheng, Haoyang Wen, Yaobo Liang, Nan Duan, Wanxiang Che, Daxin Jiang, Ming Zhou and Ting Liu",long 135 | 134,Document Translation vs. Query Translation for Cross-Lingual Information Retrieval in the Medical Domain,Shadi Saleh and Pavel Pecina,long 136 | 135,Document-Level Event Role Filler Extraction using Multi-Granularity Contextualized Encoding,Xinya Du and Claire Cardie,long 137 | 136,Don’t Say That! Making Inconsistent Dialogue Unlikely with Unlikelihood Training,"Margaret Li, Stephen Roller, Ilia Kulikov, Sean Welleck, Y-Lan Boureau, Kyunghyun Cho and Jason Weston",long 138 | 137,Don’t Stop Pretraining: Adapt Language Models to Domains and Tasks,"Suchin Gururangan, Ana Marasović, Swabha Swayamdipta, Kyle Lo, Iz Beltagy, Doug Downey and Noah A. Smith",long 139 | 138,DoQA - Accessing Domain-Specific FAQs via Conversational QA,"Jon Ander Campos, Arantxa Otegi, Aitor Soroa, Jan Deriu, Mark Cieliebak and Eneko Agirre",long 140 | 139,Double-Hard Debias: Tailoring Word Embeddings for Gender Bias Mitigation,"Tianlu Wang, Xi Victoria Lin, Nazneen Fatema Rajani, Bryan McCann, Vicente Ordonez and Caiming Xiong",long 141 | 140,DRTS Parsing with Structure-Aware Encoding and Decoding,"Qiankun Fu, Yue Zhang, Jiangming Liu and Meishan Zhang",long 142 | 141,DTCA: Decision Tree-based Co-Attention Networks for Explainable Claim Verification,"Lianwei Wu, Yuan Rao, Yongqiang Zhao, Hao Liang and Ambreen Nazir",long 143 | 142,Dynamic Fusion Network for Multi-Domain End-to-end Task-Oriented Dialog,"Libo Qin, Xiao Xu, Wanxiang Che, Yue Zhang and Ting Liu",long 144 | 143,Dynamic Online Conversation Recommendation,"Xingshan Zeng, Jing Li, Lu Wang, Zhiming Mao and Kam-Fai Wong",long 145 | 144,Dynamic Programming Encoding for Subword Segmentation in Neural Machine Translation,"Xuanli He, Gholamreza Haffari and Mohammad Norouzi",long 146 | 145,"ECPE-2D: Emotion-Cause Pair Extraction based on Joint Two-Dimensional Representation, Interaction and Prediction","Zixiang Ding, Rui Xia and Jianfei Yu",long 147 | 146,Effective Estimation of Deep Generative Language Models,Tom Pelsmaeker and Wilker Aziz,long 148 | 147,Effective Inter-Clause Modeling for End-to-End Emotion-Cause Pair Extraction,"Penghui Wei, Jiahao Zhao and Wenji Mao",long 149 | 148,Efficient Constituency Parsing by Pointing,"Thanh-Tung Nguyen, Xuan-Phi Nguyen, Shafiq Joty and Xiaoli Li",long 150 | 149,Efficient Dialogue State Tracking by Selectively Overwriting Memory,"Sungdong Kim, Sohee Yang, Gyuwan Kim and Sang-Woo Lee",long 151 | 150,Efficient Pairwise Annotation of Argument Quality,"Lukas Gienapp, Benno Stein, Matthias Hagen and Martin Potthast",long 152 | 151,Efficient Second-Order TreeCRF for Neural Dependency Parsing,"Yu Zhang, Zhenghua Li and Min Zhang",long 153 | 152,Emergence of Syntax Needs Minimal Supervision,Raphaël Bailly and Kata Gábor,long 154 | 153,Emerging Cross-lingual Structure in Pretrained Language Models,"Alexis Conneau, Shijie Wu, Haoran Li, Luke Zettlemoyer and Veselin Stoyanov",long 155 | 154,Empower Entity Set Expansion via Language Model Probing,"Yunyi Zhang, Jiaming Shen, Jingbo Shang and Jiawei Han",long 156 | 155,Empowering Active Learning to Jointly Optimize System and User Demands,"Ji-Ung Lee, Christian M. Meyer and Iryna Gurevych",long 157 | 156,End-to-End Bias Mitigation by Modelling Biases in Corpora,"Rabeeh Karimi Mahabadi, Yonatan Belinkov and James Henderson",long 158 | 157,End-to-End Neural Pipeline for Goal-Oriented Dialogue Systems using GPT-2,"Donghoon Ham, Jeong-Gwan Lee, Youngsoo Jang and Kee-Eung Kim",long 159 | 158,End-to-End Neural Word Alignment Outperforms GIZA++,"Thomas Zenkel, Joern Wuebker and John DeNero",long 160 | 159,Enhancing Answer Boundary Detection for Multilingual Machine Reading Comprehension,"Fei Yuan, Linjun Shou, Xuanyu Bai, Ming Gong, Yaobo Liang, Nan Duan, Yan Fu and Daxin Jiang",long 161 | 160,Enhancing Cross-target Stance Detection with Transferable Semantic-Emotion Knowledge,"Bowen Zhang, Min Yang, Xutao Li, Yunming Ye, Xiaofei Xu and Kuai Dai",long 162 | 161,ERASER: A Benchmark to Evaluate Rationalized NLP Models,"Jay DeYoung, Sarthak Jain, Nazneen Fatema Rajani, Eric Lehman, Caiming Xiong, Richard Socher and Byron C. Wallace",long 163 | 162,ESPRIT: Explaining Solutions to Physical Reasoning Tasks,"Nazneen Fatema Rajani, Rui Zhang, Yi Chern Tan, Stephan Zheng, Jeremy Weiss, Aadit Vyas, Abhijit Gupta, Caiming Xiong, Richard Socher and Dragomir Radev",long 164 | 163,Estimating predictive uncertainty for rumour verification models,Elena Kochkina and Maria Liakata,long 165 | 164,Estimating the influence of auxiliary tasks for multi-task learning of sequence tagging tasks,Fynn Schröder and Chris Biemann,long 166 | 165,Evaluating and Enhancing the Robustness of Neural Network-based Dependency Parsing Models with Adversarial Examples,"Xiaoqing Zheng, Jiehang Zeng, Yi Zhou, Cho-Jui Hsieh, Minhao Cheng and Xuanjing Huang",long 167 | 166,Evaluating Explainable AI: Which Algorithmic Explanations Help Users Predict Model Behavior?,Peter Hase and Mohit Bansal,long 168 | 167,Evaluating Explanation Methods for Neural Machine Translation,"Jierui Li, Lemao Liu, Huayang Li, Guanlin Li, Guoping Huang and Shuming Shi",long 169 | 168,Evidence-Aware Inferential Text Generation with Vector Quantised Variational AutoEncoder,"Daya Guo, Duyu Tang, Nan Duan, Jian Yin, Daxin Jiang and Ming Zhou",long 170 | 169,"Exact yet Efficient Graph Parsing, Bi-directional Locality and the Constructivist Hypothesis",Yajie Ye and Weiwei Sun,long 171 | 170,Examining Citations of Natural Language Processing Literature,Saif M. Mohammad,long 172 | 171,Examining the State-of-the-Art in News Timeline Summarization,Demian Gholipour Ghalandari and Georgiana Ifrim,long 173 | 172,Exclusive Hierarchical Decoding for Deep Keyphrase Generation,"Wang Chen, Hou Pong Chan, Piji Li and Irwin King",long 174 | 173,Expertise Style Transfer: A New Task Towards Better Communication between Experts and Laymen,"Yixin Cao, Ruihao Shui, Liangming Pan, Min-Yen Kan, Zhiyuan Liu and Tat-Seng Chua",long 175 | 174,Explaining Black Box Predictions and Unveiling Data Artifacts through Influence Functions,"Xiaochuang Han, Byron C. Wallace and Yulia Tsvetkov",long 176 | 175,Explicit Memory Tracker with Coarse-to-Fine Reasoning for Conversational Machine Reading,"Yifan Gao, Chien-Sheng Wu, Shafiq Joty, Caiming Xiong, Richard Socher, Irwin King, Michael Lyu and Steven C.H. Hoi",long 177 | 176,Explicit Semantic Decomposition for Definition Generation,"Jiahuan Li, Yu Bao, Shujian Huang, Xinyu Dai and Jiajun Chen",long 178 | 177,Exploiting Syntactic Structure for Better Language Modeling: A Syntactic Distance Approach,"Wenyu DU, Zhouhan Lin, Yikang Shen, Timothy J. O’Donnell, Yoshua Bengio and Yue Zhang",long 179 | 178,Exploiting the Syntax-Model Consistency for Neural Relation Extraction,"Amir Pouran Ben Veyseh, Franck Dernoncourt, Dejing Dou and Thien Huu Nguyen",long 180 | 179,Exploring Contextual Word-level Style Relevance for Unsupervised Style Transfer,"Chulun Zhou, Liangyu Chen, Jiachen Liu, Xinyan Xiao, Jinsong Su, Sheng Guo and Hua Wu",long 181 | 180,Exploring Unexplored Generalization Challenges for Cross-Database Semantic Parsing,"Alane Suhr, Ming-Wei Chang, Peter Shaw and Kenton Lee",long 182 | 181,"Extracting Headless MWEs from Dependency Parse Trees: Parsing, Tagging, and Joint Modeling Approaches",Tianze Shi and Lillian Lee,long 183 | 182,Extractive Summarization as Text Matching,"Ming Zhong, Pengfei Liu, Yiran Chen, Danqing Wang, Xipeng Qiu and Xuanjing Huang",long 184 | 183,Facet-Aware Evaluation for Extractive Summarization,"Yuning Mao, Liyuan Liu, Qi Zhu, Xiang Ren and Jiawei Han",long 185 | 184,Fact-based Text Editing,"Hayate Iso, Chao Qiao and Hang Li",long 186 | 185,Fast and Accurate Deep Bidirectional Language Representations for Unsupervised Learning,"Joongbo Shin, Yoonhyung Lee, Seunghyun Yoon and Kyomin Jung",long 187 | 186,Fast and Accurate Non-Projective Dependency Tree Linearization,"Xiang Yu, Simon Tannert, Ngoc Thang Vu and Jonas Kuhn",long 188 | 187,FastBERT: a Self-distilling BERT with Adaptive Inference Time,"Weijie Liu, Peng Zhou, Zhiruo Wang, Zhe Zhao, Haotang Deng and QI JU",long 189 | 188,Feature Projection for Improved Text Classification,"Qi Qin, Wenpeng Hu and Bing Liu",long 190 | 189,FEQA: A Question Answering Evaluation Framework for Faithfulness Assessment in Abstractive Summarization,"Esin Durmus, He He and Mona Diab",long 191 | 190,Few-shot Slot Tagging with Collapsed Dependency Transfer and Label-enhanced Task-adaptive Projection Network,"Yutai Hou, Wanxiang Che, Yongkui Lai, Zhihan Zhou, Yijia Liu, Han Liu and Ting Liu",long 192 | 191,Finding Universal Grammatical Relations in Multilingual BERT,"Ethan A. Chi, John Hewitt and Christopher D. Manning",long 193 | 192,Fine-Grained Analysis of Cross-Linguistic Syntactic Divergences,"Dmitry Nikolaev, Ofir Arviv, Taelin Karidi, Neta Kenneth, Veronika Mitnik, Lilja Maria Saeboe and Omri Abend",long 194 | 193,Fine-grained Fact Verification with Kernel Graph Attention Network,"Zhenghao Liu, Chenyan Xiong, Maosong Sun and Zhiyuan Liu",long 195 | 194,Fine-grained Interest Matching for Neural News Recommendation,"Heyuan Wang, Fangzhao Wu, Zheng Liu and Xing Xie",long 196 | 195,Fluent Response Generation for Conversational Question Answering,"Ashutosh Baheti, Alan Ritter and Kevin Small",long 197 | 196,From Arguments to Key Points: Towards Automatic Argument Summarization,"Roy Bar-Haim, Lilach Eden, Roni Friedman, Yoav Kantor, Dan Lahav and Noam Slonim",long 198 | 197,From English to Code-Switching: Transfer Learning with Strong Morphological Clues,Gustavo Aguilar and Thamar Solorio,long 199 | 198,From SPMRL to NMRL: What Did We Learn (and Unlearn) in a Decade of Parsing Morphologically-Rich Languages (MRLs)?,"Reut Tsarfaty, Dan Bareket, Stav Klein and Amit Seker",long 200 | 199,From Zero to Hero: Human-In-The-Loop Entity Linking in Low Resource Domains,"Jan-Christoph Klie, Richard Eckart de Castilho and Iryna Gurevych",long 201 | 200,Frugal Paradigm Completion,"Alexander Erdmann, Tom Kenter, Markus Becker and Christian Schallhart",long 202 | 201,Gated Convolutional Bidirectional Attention-based Model for Off-topic Spoken Response Detection,"Yefei Zha, Ruobing Li and Hui Lin",long 203 | 202,GCAN: Graph-aware Co-Attention Networks for Explainable Fake News Detection on Social Media,Yi-Ju Lu and Cheng-Te Li,long 204 | 203,Gender Bias in Multilingual Embeddings and Cross-Lingual Transfer,"Jieyu Zhao, Subhabrata Mukherjee, Saghar Hosseini, Kai-Wei Chang and Ahmed Hassan Awadallah",long 205 | 204,Gender Gap in Natural Language Processing Research: Disparities in Authorship and Citations,Saif M. Mohammad,long 206 | 205,Gender in Danger? Evaluating Speech Translation Technology on the MuST-SHE Corpus,"Luisa Bentivogli, Beatrice Savoldi, Matteo Negri, Mattia A. Di Gangi, Roldano Cattoni and Marco Turchi",long 207 | 206,Generalized Entropy Regularization or: There’s Nothing Special about Label Smoothing,"Clara Meister, Elizabeth Salesky and Ryan Cotterell",long 208 | 207,Generalizing Natural Language Analysis through Span-relation Representations,"Zhengbao Jiang, Wei Xu, Jun Araki and Graham Neubig",long 209 | 208,"Generate, Delete and Rewrite: A Three-Stage Framework for Improving Persona Consistency of Dialogue Generation","Haoyu Song, Yan Wang, Wei-Nan Zhang, Xiaojiang Liu and Ting Liu",long 210 | 209,Generating Counter Narratives against Online Hate Speech: Data and Strategies,"Serra Sinem Tekiroğlu, Yi-Ling Chung and Marco Guerini",long 211 | 210,Generating Diverse and Consistent QA pairs from Contexts with Information-Maximizing Hierarchical Conditional VAEs,"Dong Bok Lee, Seanie Lee, Woo Tae Jeong, Donghwan Kim and Sung Ju Hwang",long 212 | 211,Generating Fact Checking Explanations,"Pepa Atanasova, Jakob Grue Simonsen, Christina Lioma and Isabelle Augenstein",long 213 | 212,Generating Hierarchical Explanations on Text Classification via Feature Interaction Detection,"Hanjie Chen, Guangtao Zheng and Yangfeng Ji",long 214 | 213,Generating Informative Conversational Response using Recurrent Knowledge-Interaction and Knowledge-Copy,"Xiexiong Lin, Weiyu Jian, Jianshan He, Taifeng Wang and Wei Chu",long 215 | 214,Generative Semantic Hashing Enhanced via Boltzmann Machines,"Lin Zheng, Qinliang Su, Dinghan Shen and Changyou Chen",long 216 | 215,GLUECoS: An Evaluation Benchmark for Code-Switched NLP,"Simran Khanuja, Sandipan Dandapat, Anirudh Srinivasan, Sunayana Sitaram and Monojit Choudhury",long 217 | 216,GoEmotions: A Dataset of Fine-Grained Emotions,"Dorottya Demszky, Dana Movshovitz-Attias, Jeongwoo Ko, Alan Cowen, Gaurav Nemade and Sujith Ravi",long 218 | 217,Good-Enough Compositional Data Augmentation,Jacob Andreas,long 219 | 218,Graph Neural News Recommendation with Unsupervised Preference Disentanglement,"Linmei Hu, Siyong Xu, Chen Li, Cheng Yang, Chuan Shi, Nan Duan, Xing Xie and Ming Zhou",long 220 | 219,Graph-to-Tree Learning for Solving Math Word Problems,"Jipeng Zhang, Lei Wang, Roy Ka-Wei Lee, Yi Bin, Yan Wang, Jie Shao and Ee-Peng Lim",long 221 | 220,Grounded Conversation Generation as Guided Traverses in Commonsense Knowledge Graphs,"Houyu Zhang, Zhenghao Liu, Chenyan Xiong and Zhiyuan Liu",long 222 | 221,Grounding Conversations with Improvised Dialogues,Hyundong Cho and Jonathan May,long 223 | 222,Guiding Variational Response Generator to Exploit Persona,"Bowen Wu, Mengyuan Li, Zongsheng Wang, Yifu Chen, Derek F. Wong, Qihang Feng, Junhong Huang and Baoxun Wang",long 224 | 223,Handling Rare Entities for Neural Sequence Labeling,"Yangming Li, Han Li, Kaisheng Yao and Xiaolong Li",long 225 | 224,Hard-Coded Gaussian Attention for Neural Machine Translation,"Weiqiu You, Simeng Sun and Mohit Iyyer",long 226 | 225,Harnessing the linguistic signal to predict scalar inferences,"Sebastian Schuster, Yuxing Chen and Judith Degen",long 227 | 226,Harvesting and Refining Question-Answer Pairs for Unsupervised QA,"Zhongli Li, Wenhui Wang, Li Dong, Furu Wei and Ke Xu",long 228 | 227,HAT: Hardware-Aware Transformers for Efficient Natural Language Processing,"Hanrui Wang, Zhanghao Wu, Zhijian Liu, Han Cai, Ligeng Zhu, Chuang Gan and Song Han",long 229 | 228,He said “who’s gonna take care of your children when you are at ACL?”: Reported Sexist Acts are Not Sexist,"Patricia Chiril, Véronique Moriceau, Farah Benamara, Alda Mari, Gloria Origgi and Marlène Coulomb-Gully",long 230 | 229,Heterogeneous Graph Neural Networks for Extractive Document Summarization,"Danqing Wang, Pengfei Liu, Yining Zheng, Xipeng Qiu and Xuanjing Huang",long 231 | 230,Heterogeneous Graph Transformer for Graph-to-Sequence Learning,"Shaowei Yao, Tianming Wang and Xiaojun Wan",long 232 | 231,Hierarchical Entity Typing via Multi-level Learning to Rank,"Tongfei Chen, Yunmo Chen and Benjamin Van Durme",long 233 | 232,Hierarchical Modeling for User Personality Prediction: The Role of Message-Level Attention,"Veronica Lynn, Niranjan Balasubramanian and H. Andrew Schwartz",long 234 | 233,Hierarchy-Aware Global Model for Hierarchical Text Classification,"Jie Zhou, Chunping Ma, Dingkun Long, Guangwei Xu, Ning Ding, Haoyu Zhang, Pengjun Xie and Gongshen Liu",long 235 | 234,Highway Transformer: Self-Gating Enhanced Self-Attentive Networks,"Yekun Chai, Shuo Jin and Xinwen Hou",long 236 | 235,Hiring Now: A Skill-Aware Multi-Attention Model for Job Posting Generation,"Liting Liu, Jie Liu, Wenzheng Zhang, Ziming Chi, Wenxuan Shi and Yalou Huang",long 237 | 236,History for Visual Dialog: Do we really need it?,"Shubham Agarwal, Trung Bui, Joon-Young Lee, Ioannis Konstas and Verena Rieser",long 238 | 237,Hooks in the Headline: Learning to Generate Headlines with Controlled Styles,"Di Jin, Zhijing Jin, Joey Tianyi Zhou, Lisa Orii and Peter Szolovits",long 239 | 238,How Accents Confound: Probing for Accent Information in End-to-End Speech Recognition Systems,Archiki Prasad and Preethi Jyothi,long 240 | 239,How does BERT’s attention change when you fine-tune? An analysis methodology and a case study in negation scope,Yiyun Zhao and Steven Bethard,long 241 | 240,How Does NLP Benefit Legal System: A Summary of Legal Artificial Intelligence,"Haoxi Zhong, Chaojun Xiao, Cunchao Tu, Tianyang Zhang, Zhiyuan Liu and Maosong Sun",long 242 | 241,How Does Selective Mechanism Improve Self-Attention Networks?,"Xinwei Geng, Longyue Wang, Xing Wang, Bing Qin, Ting Liu and Zhaopeng Tu",long 243 | 242,How to Ask Good Questions? Try to Leverage Paraphrases,"Xin Jia, Wenjie Zhou, Xu Sun and Yunfang Wu",long 244 | 243,Human Attention Maps for Text Classification: Do Humans and Neural Networks Focus on the Same Words?,"Cansu Sen, Thomas Hartvigsen, Biao Yin, Xiangnan Kong and Elke Rundensteiner",long 245 | 244,Hyperbolic Capsule Networks for Multi-Label Classification,"Boli Chen, Xin Huang, Lin Xiao and Liping Jing",long 246 | 245,HyperCore: Hyperbolic and Co-graph Representation for Automatic ICD Coding,"Pengfei Cao, Yubo Chen, Kang Liu, Jun Zhao, Shengping Liu and Weifeng Chong",long 247 | 246,Image-Chat: Engaging Grounded Conversations,"Kurt Shuster, Samuel Humeau, Antoine Bordes and Jason Weston",long 248 | 247,IMoJIE: Iterative Memory-Based Joint Open Information Extraction,"Keshav Kolluru, Samarth Aggarwal, Vipul Rathore, Mausam - and Soumen Chakrabarti",long 249 | 248,Improved Natural Language Generation via Loss Truncation,Daniel Kang and Tatsunori Hashimoto,long 250 | 249,Improving Adversarial Text Generation by Modeling the Distant Future,"Ruiyi Zhang, Changyou Chen, Zhe Gan, Wenlin Wang, Dinghan Shen, Guoyin Wang, Zheng Wen and Lawrence Carin",long 251 | 250,Improving Chinese Word Segmentation with Wordhood Memory Networks,"Yuanhe Tian, Yan Song, Fei Xia, Tong Zhang and Yonggang Wang",long 252 | 251,Improving Disentangled Text Representation Learning with Information-Theoretic Guidance,"Pengyu Cheng, Martin Renqiang Min, Dinghan Shen, Christopher Malon, Yizhe Zhang, Yitong Li and Lawrence Carin",long 253 | 252,Improving Disfluency Detection by Self-Training a Self-Attentive Model,Paria Jamshid Lou and Mark Johnson,long 254 | 253,Improving Event Detection via Open-domain Trigger Knowledge,"Meihan Tong, Bin Xu, Shuai Wang, Yixin Cao, Lei Hou, Juanzi Li and Jun Xie",long 255 | 254,Improving Image Captioning Evaluation by Considering Inter References Variance,"Yanzhi Yi, Hangyu Deng and Jinglu Hu",long 256 | 255,Improving Image Captioning with Better Use of Caption,"Zhan Shi, Xu Zhou, Xipeng Qiu and Xiaodan Zhu",long 257 | 256,Improving Massively Multilingual Neural Machine Translation and Zero-Shot Translation,"Biao Zhang, Philip Williams, Ivan Titov and Rico Sennrich",long 258 | 257,Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings,"Apoorv Saxena, Aditay Tripathi and Partha Talukdar",long 259 | 258,Improving Multimodal Named Entity Recognition via Entity Span Detection with Unified Multimodal Transformer,"Jianfei Yu, Jing Jiang, Li Yang and Rui Xia",long 260 | 259,Improving Neural Machine Translation with Soft Template Prediction,"Jian Yang, Shuming Ma, Dongdong Zhang, Zhoujun Li and Ming Zhou",long 261 | 260,Improving Segmentation for Technical Support Problems,Kushal Chauhan and Abhirut Gupta,long 262 | 261,Improving Transformer Models by Reordering their Sublayers,"Ofir Press, Noah A. Smith and Omer Levy",long 263 | 262,Improving Truthfulness of Headline Generation,"Kazuki Matsumaru, Sho Takase and Naoaki Okazaki",long 264 | 263,In Layman’s Terms: Semi-Open Relation Extraction from Scientific Texts,"Ruben Kruiper, Julian Vincent, Jessica Chen-Burger, Marc Desmulliez and Ioannis Konstas",long 265 | 264,"In Neural Machine Translation, What Does Transfer Learning Transfer?","Alham Fikri Aji, Nikolay Bogoychev, Kenneth Heafield and Rico Sennrich",long 266 | 265,Inflecting when there’s no majority: Limitations of encoder-decoder neural networks as cognitive models for German plurals,"Kate McCurdy, Sharon Goldwater and Adam Lopez",long 267 | 266,Influence Paths for Characterizing Subject-Verb Number Agreement in LSTM Language Models,"Kaiji Lu, Piotr Mardziel, Klas Leino, Matt Fredrikson and Anupam Datta",long 268 | 267,Information-Theoretic Probing for Linguistic Structure,"Tiago Pimentel, Josef Valvoda, Rowan Hall Maudslay, Ran Zmigrod, Adina Williams and Ryan Cotterell",long 269 | 268,INFOTABS: Inference on Tables as Semi-structured Data,"Vivek Gupta, Maitrey Mehta, Pegah Nokhiz and Vivek Srikumar",long 270 | 269,Injecting Numerical Reasoning Skills into Language Models,"Mor Geva, Ankit Gupta and Jonathan Berant",long 271 | 270,INSET: Sentence Infilling with INter-SEntential Transformer,"Yichen Huang, Yizhe Zhang, Oussama Elachqar and Yu Cheng",long 272 | 271,Integrating Multimodal Information in Large Pretrained Transformers,"Wasifur Rahman, Md Kamrul Hasan, Sangwu Lee, AmirAli Bagher Zadeh, Chengfeng Mao, Louis-Philippe Morency and Ehsan Hoque",long 273 | 272,Integrating Semantic and Structural Information with Graph Convolutional Network for Controversy Detection,"Lei Zhong, Juan Cao, Qiang Sheng, Junbo Guo and Ziang Wang",long 274 | 273,Interactive Classification by Asking Informative Questions,"Lili Yu, Howard Chen, Sida I. Wang, Tao Lei and Yoav Artzi",long 275 | 274,Interactive Construction of User-Centric Dictionary for Text Analytics,"Ryosuke Kohita, Issei Yoshida, Hiroshi Kanayama and Tetsuya Nasukawa",long 276 | 275,Interactive Machine Comprehension with Information Seeking Agents,"Xingdi Yuan, Jie Fu, Marc-Alexandre Côté, Yi Tay, Chris Pal and Adam Trischler",long 277 | 276,Intermediate-Task Transfer Learning with Pretrained Language Models: When and Why Does It Work?,"Yada Pruksachatkun, Jason Phang, Haokun Liu, Phu Mon Htut, Xiaoyi Zhang, Richard Yuanzhe Pang, Clara Vania, Katharina Kann and Samuel R. Bowman",long 278 | 277,Interpreting Pretrained Contextualized Representations via Reductions to Static Embeddings,"Rishi Bommasani, Kelly Davis and Claire Cardie",long 279 | 278,Investigating the effect of auxiliary objectives for the automated grading of learner English speech transcriptions,"Hannah Craighead, Andrew Caines, Paula Buttery and Helen Yannakoudakis",long 280 | 279,Investigating Word-Class Distributions in Word Vector Spaces,Ryohei Sasano and Anna Korhonen,long 281 | 280,iSarcasm: A Dataset of Intended Sarcasm,Silviu Oprea and Walid Magdy,long 282 | 281,"It Takes Two to Lie: One to Lie, and One to Listen","Denis Peskov, Benny Cheng, Ahmed Elgohary, Joe Barrow, Cristian Danescu-Niculescu-Mizil and Jordan Boyd-Graber",long 283 | 282,It’s Morphin’ Time! Combating Linguistic Discrimination with Inflectional Perturbations,"Samson Tan, Shafiq Joty, Min-Yen Kan and Richard Socher",long 284 | 283,Iterative Edit-Based Unsupervised Sentence Simplification,"Dhruv Kumar, Lili Mou, Lukasz Golab and Olga Vechtomova",long 285 | 284,Joint Chinese Word Segmentation and Part-of-speech Tagging via Two-way Attentions of Auto-analyzed Knowledge,"Yuanhe Tian, Yan Song, Xiang Ao, Fei Xia, Xiaojun Quan, Tong Zhang and Yonggang Wang",long 286 | 285,"Joint Diacritization, Lemmatization, Normalization, and Fine-Grained Morphological Tagging",Nasser Zalmout and Nizar Habash,long 287 | 286,Joint Modelling of Emotion and Abusive Language Detection,"Santhosh Rajamanickam, Pushkar Mishra, Helen Yannakoudakis and Ekaterina Shutova",long 288 | 287,Jointly Learning to Align and Summarize for Neural Cross-Lingual Summarization,"Yue Cao, Hui Liu and Xiaojun Wan",long 289 | 288,Jointly Masked Sequence-to-Sequence Model for Non-Autoregressive Neural Machine Translation,"Junliang Guo, Linli Xu and Enhong Chen",long 290 | 289,KdConv: A Chinese Multi-domain Dialogue Dataset Towards Multi-turn Knowledge-driven Conversation,"Hao Zhou, Chujie Zheng, Kaili Huang, Minlie Huang and Xiaoyan Zhu",long 291 | 290,KinGDOM: Knowledge-Guided DOMain adaptation for sentiment analysis,"Deepanway Ghosal, Devamanyu Hazarika, Abhinaba Roy, Navonil Majumder, Rada Mihalcea and Soujanya Poria",long 292 | 291,KLEJ: Comprehensive Benchmark for Polish Language Understanding,"Piotr Rybak, Robert Mroczkowski, Janusz Tracz and Ireneusz Gawlik",long 293 | 292,Knowledge Distillation for Multilingual Unsupervised Neural Machine Translation,"Haipeng Sun, Rui Wang, Kehai Chen, Masao Utiyama, Eiichiro Sumita and Tiejun Zhao",long 294 | 293,Knowledge Graph Embedding Compression,Mrinmaya Sachan,long 295 | 294,Knowledge Graph-Augmented Abstractive Summarization with Semantic-Driven Cloze Reward,"Luyang Huang, Lingfei Wu and Lu Wang",long 296 | 295,Language (Re)modelling: Towards Embodied Language Understanding,"Ronen Tamari, Chen Shani, Tom Hope, Miriam R L Petruck, Omri Abend and Dafna Shahaf",long 297 | 296,Language (technology) is power: The need to be explicit about NLP harms,"Su Lin Blodgett, Solon Barocas, Hal Daumé III and Hanna Wallach",long 298 | 297,Language Models as an Alternative Evaluator of Word Order Hypotheses: A Case Study in Japanese,"Tatsuki Kuribayashi, Takumi Ito, Jun Suzuki and Kentaro Inui",long 299 | 298,Language to Network: Conditional Parameter Adaptation with Natural Language Descriptions,"Tian Jin, Zhun Liu, Shengjia Yan, Alexandre Eichenberger and Louis-Philippe Morency",long 300 | 299,Large Scale Multi-Actor Generative Dialog Modeling,"Alex Boyd, Raul Puri, Mohammad Shoeybi, Mostofa Patwary and Bryan Catanzaro",long 301 | 300,Learning a Multi-Domain Curriculum for Neural Machine Translation,"Wei Wang, Ye Tian, Jiquan Ngiam, Yinfei Yang, Isaac Caswell and Zarana Parekh",long 302 | 301,Learning and Evaluating Emotion Lexicons for 91 Languages,"Sven Buechel, Susanna Rücker and Udo Hahn",long 303 | 302,Learning Architectures from an Extended Search Space for Language Modeling,"Yinqiao Li, Chi Hu, Yuhao Zhang, Nuo Xu, Yufan Jiang, Tong Xiao, Jingbo Zhu, Tongran Liu and Changliang Li",long 304 | 303,Learning Constraints for Structured Prediction Using Rectifier Networks,"Xingyuan Pan, Maitrey Mehta and Vivek Srikumar",long 305 | 304,Learning Dialog Policies from Weak Demonstrations,"Gabriel Gordon-Hall, Philip John Gorinski and Shay B. Cohen",long 306 | 305,Learning Efficient Dialogue Policy from Demonstrations through Shaping,"Huimin Wang, Baolin Peng and Kam-Fai Wong",long 307 | 306,"Learning Interpretable Relationships between Entities, Relations and Concepts via Bayesian Structure Learning on Open Domain Facts","Jingyuan Zhang, Mingming Sun, Yue Feng and Ping Li",long 308 | 307,Learning Source Phrase Representations for Neural Machine Translation,"Hongfei Xu, Josef van Genabith, Deyi Xiong, Qiuhui Liu and Jingyi Zhang",long 309 | 308,Learning to Ask More: Semi-Autoregressive Sequential Question Generation under Dual-Graph Interaction,Zi Chai and Xiaojun Wan,long 310 | 309,Learning to Contextually Aggregate Multi-Source Supervision for Sequence Labeling,"Ouyu Lan, Xiao Huang, Bill Yuchen Lin, He Jiang, Liyuan Liu and Xiang Ren",long 311 | 310,Learning to Customize Model Structures for Few-shot Dialogue Generation Tasks,"Yiping Song, Zequn Liu, Wei Bi, Rui Yan and Ming Zhang",long 312 | 311,Learning to Deceive with Attention-Based Explanations,"Danish Pruthi, Mansi Gupta, Bhuwan Dhingra, Graham Neubig and Zachary C. Lipton",long 313 | 312,Learning to execute instructions in a Minecraft dialogue,"Prashant Jayannavar, Anjali Narayan-Chen and Julia Hockenmaier",long 314 | 313,Learning to Faithfully Rationalize by Construction,"Sarthak Jain, Sarah Wiegreffe, Yuval Pinter and Byron C. Wallace",long 315 | 314,Learning to Identify Follow-Up Questions in Conversational Question Answering,"Souvik Kundu, Qian Lin and Hwee Tou Ng",long 316 | 315,Learning to Recover from Multi-Modality Errors for Non-Autoregressive Neural Machine Translation,"Qiu Ran, Yankai Lin, Peng Li and Jie Zhou",long 317 | 316,Learning to Segment Actions from Observation and Narration,"Daniel Fried, Jean-Baptiste Alayrac, Phil Blunsom, Chris Dyer, Stephen Clark and Aida Nematzadeh",long 318 | 317,Learning to Update Natural Language Comments Based on Code Changes,"Sheena Panthaplackel, Pengyu Nie, Milos Gligoric, Junyi Jessy Li and Raymond Mooney",long 319 | 318,Learning Web-based Procedures by Reasoning over Explanations and Demonstrations in Context,"Shashank Srivastava, Oleksandr Polozov, Nebojsa Jojic and Christopher Meek",long 320 | 319,Leveraging Graph to Improve Abstractive Multi-Document Summarization,"Wei Li, Xinyan Xiao, Jiachen Liu, Hua Wu, Haifeng Wang and Junping Du",long 321 | 320,Line Graph Enhanced AMR-to-Text Generation with Mix-Order Graph Attention Networks,"Yanbin Zhao, Lu Chen, Zhi Chen, Ruisheng Cao, Su Zhu and Kai Yu",long 322 | 321,Location Attention for Extrapolation to Longer Sequences,"Yann Dubois, Gautier Dagan, Dieuwke Hupkes and Elia Bruni",long 323 | 322,Logical Natural Language Generation from Open-Domain Tables,"Wenhu Chen, Jianshu Chen, Yu Su, Zhiyu Chen and William Yang Wang",long 324 | 323,LogicalFactChecker: Leveraging Logical Operations for Fact Checking with Graph Module Network,"Wanjun Zhong, Duyu Tang, Zhangyin Feng, Nan Duan, Ming Zhou, Ming Gong, Linjun Shou, Daxin Jiang, Jiahai Wang and Jian Yin",long 325 | 324,Low-Dimensional Hyperbolic Knowledge Graph Embeddings,"Ines Chami, Adva Wolf, Da-Cheng Juan, Frederic Sala, Sujith Ravi and Christopher Ré",long 326 | 325,Low-Resource Generation of Multi-hop Reasoning Questions,"Jianxing Yu, Wei Liu, Shuang Qiu, Qinliang Su, Kai Wang, Xiaojun Quan and Jian Yin",long 327 | 326,Machine Reading of Historical Events,"Or Honovich, Lucas Torroba Hennigen, Omri Abend and Shay B. Cohen",long 328 | 327,Mapping Natural Language Instructions to Mobile UI Action Sequences,"Yang Li, Jiacong He, Xin Zhou, Yuan Zhang and Jason Baldridge",long 329 | 328,MART: Memory-Augmented Recurrent Transformer for Coherent Video Paragraph Captioning,"Jie Lei, Liwei Wang, Yelong Shen, Dong Yu, Tamara Berg and Mohit Bansal",long 330 | 329,Masked Language Model Scoring,"Julian Salazar, Davis Liang, Toan Q. Nguyen and Katrin Kirchhoff",long 331 | 330,"MATINF: A Jointly Labeled Large-Scale Dataset for Classification, Question Answering and Summarization","Canwen Xu, Jiaxin Pei, Hongtao Wu, Yiyu Liu and Chenliang Li",long 332 | 331,Max-Margin Incremental CCG Parsing,Miloš Stanojević and Mark Steedman,long 333 | 332,Measuring Forecasting Skill from Text,"Shi Zong, Alan Ritter and Eduard Hovy",long 334 | 333,Meta-Reinforced Multi-Domain State Generator for Dialogue Systems,"Yi Huang, Junlan Feng, Min Hu, Xiaoting Wu, Xiaoyu Du and Shuo Ma",long 335 | 334,MIE: A Medical Information Extractor towards Medical Dialogues,"Yuanzhe Zhang, Zhongtao Jiang, Tao Zhang, Shiwan Liu, Jiarun Cao, Kang Liu, Shengping Liu and Jun Zhao",long 336 | 335,Mind the Trade-off: Debiasing NLU Models without Degrading the In-distribution Performance,"Prasetya Ajie Utama, Nafise Sadat Moosavi and Iryna Gurevych",long 337 | 336,MIND: A Large-scale Dataset for News Recommendation,"Fangzhao Wu, Ying Qiao, Jiun-Hung Chen, Chuhan Wu, Tao Qi, Jianxun Lian, Danyang Liu, Xing Xie, Jianfeng Gao, Winnie Wu and Ming Zhou",long 338 | 337,MixText: Linguistically-Informed Interpolation of Hidden Space for Semi-Supervised Text Classification,"Jiaao Chen, Zichao Yang and Diyi Yang",long 339 | 338,MLQA: Evaluating Cross-lingual Extractive Question Answering,"Patrick Lewis, Barlas Oguz, Ruty Rinott, Sebastian Riedel and Holger Schwenk",long 340 | 339,MMPE: A Multi-Modal Interface for Post-Editing Machine Translation,"Nico Herbig, Tim Düwel, Santanu Pal, Kalliopi Maria Meladaki, Mahsa Monshizadeh, Antonio Krüger and Josef van Genabith",long 341 | 340,MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices,"Zhiqing Sun, Hongkun Yu, Xiaodan Song, Renjie Liu, Yiming Yang and Denny Zhou",long 342 | 341,Modeling Code-Switch Languages Using Bilingual Parallel Corpus,Grandee Lee and Haizhou Li,long 343 | 342,Modeling Morphological Typology for Unsupervised Learning of Language Morphology,"Hongzhi Xu, Jordan Kodner, Mitchell Marcus and Charles Yang",long 344 | 343,Modelling Context and Syntactical Features for Aspect-based Sentiment Analysis,Minh Hieu Phan and Philip O. Ogunbona,long 345 | 344,More Diverse Dialogue Datasets via Diversity-Informed Data Collection,"Katherine Stasaski, Grace Hui Yang and Marti A. Hearst",long 346 | 345,Moving Down the Long Tail of Word Sense Disambiguation with Gloss Informed Bi-encoders,Terra Blevins and Luke Zettlemoyer,long 347 | 346,Multi-agent Communication meets Natural Language: Synergies between Functional and Structural Language Learning,"Angeliki Lazaridou, Anna Potapenko and Olivier Tieleman",long 348 | 347,Multi-Agent Task-Oriented Dialog Policy Learning with Role-Aware Reward Decomposition,"Ryuichi Takanobu, Runze Liang and Minlie Huang",long 349 | 348,Multi-Cell Compositional LSTM for NER Domain Adaptation,Chen Jia and Yue Zhang,long 350 | 349,Multidirectional Associative Optimization of Function-Specific Word Representations,"Daniela Gerz, Ivan Vulić, Marek Rei, Roi Reichart and Anna Korhonen",long 351 | 350,Multi-Domain Dialogue Acts and Response Co-Generation,"Kai Wang, Junfeng Tian, Rui Wang, Xiaojun Quan and Jianxing Yu",long 352 | 351,Multi-Domain Named Entity Recognition with Genre-Aware and Agnostic Inference,"Jing Wang, Mayank Kulkarni and Daniel Preotiuc-Pietro",long 353 | 352,Multi-Domain Neural Machine Translation with Word-Level Adaptive Layer-wise Domain Mixing,"Haoming Jiang, Chen Liang, Chong Wang and Tuo Zhao",long 354 | 353,Multi-Granularity Interaction Network for Extractive and Abstractive Multi-Document Summarization,"Hanqi Jin, Tianming Wang and Xiaojun Wan",long 355 | 354,Multi-Hypothesis Machine Translation Evaluation,"Marina Fomicheva, Lucia Specia and Francisco Guzmán",long 356 | 355,Multi-Label and Multilingual News Framing Analysis,"Afra Feyza Akyürek, Lei Guo, Randa Elanwar, Prakash Ishwar, Margrit Betke and Derry Tanti Wijaya",long 357 | 356,Multimodal Neural Graph Memory Networks for Visual Question Answering,Mahmoud Khademi,long 358 | 357,MultiQT: Multimodal learning for real-time question tracking in speech,"Jakob D. Havtorn, Jan Latko, Joakim Edin, Lars Maaløe, Lasse Borgholt, Lorenzo Belgrano, Nicolai Jacobsen, Regitze Sdun and Željko Agić",long 359 | 358,Multiscale Collaborative Deep Models for Neural Machine Translation,"Xiangpeng Wei, Heng Yu, Yue Hu, Yue Zhang, Rongxiang Weng and Weihua Luo",long 360 | 359,Multi-Sentence Argument Linking,"Seth Ebner, Patrick Xia, Ryan Culkin, Kyle Rawlins and Benjamin Van Durme",long 361 | 360,Multi-source Meta Transfer for Low Resource Multiple-Choice Question Answering,"Ming Yan, Hao Zhang, Di Jin and Joey Tianyi Zhou",long 362 | 361,MuTual: A Dataset for Multi-Turn Dialogue Reasoning,"Leyang Cui, Yu Wu, Shujie Liu, Yue Zhang and Ming Zhou",long 363 | 362,Named Entity Recognition without Labelled Data: A Weak Supervision Approach,"Pierre Lison, Jeremy Barnes, Aliaksandr Hubin and Samia Touileb",long 364 | 363,NAT: Noise-Aware Training for Robust Neural Sequence Labeling,"Marcin Namysl, Sven Behnke and Joachim Köhler",long 365 | 364,Negative Training for Neural Dialogue Response Generation,Tianxing He and James Glass,long 366 | 365,Neighborhood Matching Network for Entity Alignment,"Yuting Wu, Xiao Liu, Yansong Feng, Zheng Wang and Dongyan Zhao",long 367 | 366,NeuInfer: Knowledge Inference on N-ary Facts,"Saiping Guan, Xiaolong Jin, Jiafeng Guo, Yuanzhuo Wang and Xueqi Cheng",long 368 | 367,Neural CRF Model for Sentence Alignment in Text Simplification,"Chao Jiang, Mounica Maddela, Wuwei Lan, Yang Zhong and Wei Xu",long 369 | 368,Neural Data-to-Text Generation via Jointly Learning the Segmentation and Correspondence,"Xiaoyu Shen, Ernie Chang, Hui Su, Cheng Niu and Dietrich Klakow",long 370 | 369,Neural Generation of Dialogue Response Timings,Matthew Roddy and Naomi Harte,long 371 | 370,Neural Mixed Counting Models for Dispersed Topic Discovery,"Jiemin Wu, Yanghui Rao, Zusheng Zhang, Haoran Xie, Qing Li, Fu Lee Wang and Ziye Chen",long 372 | 371,Neural Reranking for Dependency Parsing: An Evaluation,Bich-Ngoc Do and Ines Rehbein,long 373 | 372,Neural Syntactic Preordering for Controlled Paraphrase Generation,Tanya Goyal and Greg Durrett,long 374 | 373,Neural Topic Modeling with Bidirectional Adversarial Training,"Rui Wang, Xuemeng Hu, Deyu Zhou, Yulan He, Yuxuan Xiong, Chenchen Ye and Haiyang Xu",long 375 | 374,NILE : Natural Language Inference with Faithful Natural Language Explanations,Sawan Kumar and Partha Talukdar,long 376 | 375,Norm-Based Curriculum Learning for Neural Machine Translation,"Xuebo Liu, Houtim Lai, Derek F. Wong and Lidia S. Chao",long 377 | 376,Not All Claims are Created Equal: Choosing the Right Statistical Approach to Assess Hypotheses,"Erfan Sadeqi Azer, Daniel Khashabi, Ashish Sabharwal and Dan Roth",long 378 | 377,Null It Out: Guarding Protected Attributes by Iterative Nullspace Projection,"Shauli Ravfogel, Yanai Elazar, Hila Gonen, Michael Twiton and Yoav Goldberg",long 379 | 378,Obtaining Faithful Interpretations from Compositional Neural Networks,"Sanjay Subramanian, Ben Bogin, Nitish Gupta, Tomer Wolfson, Sameer Singh, Jonathan Berant and Matt Gardner",long 380 | 379,On Faithfulness and Factuality in Abstractive Summarization,"Joshua Maynez, Shashi Narayan, Bernd Bohnet and Ryan McDonald",long 381 | 380,On the Cross-lingual Transferability of Monolingual Representations,"Mikel Artetxe, Sebastian Ruder and Dani Yogatama",long 382 | 381,On the Encoder-Decoder Incompatibility in Variational Text Modeling and Beyond,"Chen Wu, Prince Zizhuang Wang and William Yang Wang",long 383 | 382,On The Evaluation of Machine Translation SystemsTrained With Back-Translation,"Sergey Edunov, Myle Ott, Marc’Aurelio Ranzato and Michael Auli",long 384 | 383,On the Inference Calibration of Neural Machine Translation,"Shuo Wang, Zhaopeng Tu, Shuming Shi and Yang Liu",long 385 | 384,On the Limitations of Cross-lingual Encoders as Exposed by Reference-Free Machine Translation Evaluation,"Wei Zhao, Goran Glavaš, Maxime Peyrard, Yang Gao, Robert West and Steffen Eger",long 386 | 385,On the Robustness of Language Encoders against Grammatical Errors,"Fan Yin, Quanyu Long, Tao Meng and Kai-Wei Chang",long 387 | 386,One Size Does Not Fit All: Generating and Evaluating Variable Number of Keyphrases,"Xingdi Yuan, Tong Wang, Rui Meng, Khushboo Thaker, Peter Brusilovsky, Daqing He and Adam Trischler",long 388 | 387,Optimizing the Factual Correctness of a Summary: A Study of Summarizing Radiology Reports,"Yuhao Zhang, Derek Merck, Emily Tsai, Christopher D. Manning and Curtis Langlotz",long 389 | 388,Orthogonal Relation Transforms with Graph Context Modeling for Knowledge Graph Embedding,"Yun Tang, Jing Huang, Guangtao Wang, Xiaodong He and Bowen Zhou",long 390 | 389,Out of the Echo Chamber: Detecting Countering Debate Speeches,"Matan Orbach, Yonatan Bilu, Assaf Toledo, Dan Lahav, Michal Jacovi, Ranit Aharonov and Noam Slonim",long 391 | 390,ParaCrawl: Web-Scale Acquisition of Parallel Corpora,"Marta Bañón, Pinzhen Chen, Barry Haddow, Kenneth Heafield, Hieu Hoang, Miquel Esplà-Gomis, Mikel L. Forcada, Amir Kamran, Faheem Kirefu, Philipp Koehn, Sergio Ortiz Rojas, Leopoldo Pla Sempere, Gema Ramírez-Sánchez, Elsa Sarrías, Marek Strelec, Brian Thompson, William Waites, Dion Wiggins and Jaume Zaragoza",long 392 | 391,Parallel Corpus Filtering via Pre-trained Language Models,"Boliang Zhang, Ajay Nagesh and Kevin Knight",long 393 | 392,Paraphrase Augmented Task-Oriented Dialog Generation,"Silin Gao, Yichi Zhang, Zhijian Ou and Zhou Yu",long 394 | 393,Paraphrase Generation by Learning How to Edit from Samples,"Amirhossein Kazemnejad, Mohammadreza Salehi and Mahdieh Soleymani Baghshah",long 395 | 394,Parsing into Variable-in-situ Logico-Semantic Graphs,Yufei Chen and Weiwei Sun,long 396 | 395,Perturbed Masking: Parameter-free Probing for Analyzing and Interpreting BERT,"Zhiyong Wu, Yun Chen, Ben Kao and Qun Liu",long 397 | 396,PeTra: A Sparsely Supervised Memory Model for People Tracking,"Shubham Toshniwal, Allyson Ettinger, Kevin Gimpel and Karen Livescu",long 398 | 397,Phone Features Improve Speech Translation,Elizabeth Salesky and Alan W Black,long 399 | 398,Phonetic and Visual Priors for Decipherment of Informal Romanization,"Maria Ryskina, Matthew R. Gormley and Taylor Berg-Kirkpatrick",long 400 | 399,PLATO: Pre-trained Dialogue Generation Model with Discrete Latent Variable,"Siqi Bao, Huang He, Fan Wang, Hua Wu and Haifeng Wang",long 401 | 400,Politeness Transfer: A Tag and Generate Approach,"Aman Madaan, Amrith Setlur, Tanmay Parekh, Barnabas Poczos, Graham Neubig, Yiming Yang, Ruslan Salakhutdinov, Alan W Black and Shrimai Prabhumoye",long 402 | 401,Posterior Control of Blackbox Generation,Xiang Lisa Li and Alexander Rush,long 403 | 402,Predicting Declension Class from Form and Meaning,"Adina Williams, Tiago Pimentel, Arya D. McCarthy, Hagen Blix, Eleanor Chodroff and Ryan Cotterell",long 404 | 403,Predicting Depression in Screening Interviews from Latent Categorization of Interview Prompts,"Alex Rinaldi, Jean Fox Tree and Snigdha Chaturvedi",long 405 | 404,Predicting Performance for Natural Language Processing Tasks,"Mengzhou Xia, Antonios Anastasopoulos, Ruochen Xu, Yiming Yang and Graham Neubig",long 406 | 405,Predicting the Focus of Negation: Model and Error Analysis,"Md Mosharaf Hossain, Kathleen Hamilton, Alexis Palmer and Eduardo Blanco",long 407 | 406,Predicting the Growth of Morphological Families from Social and Linguistic Factors,"Valentin Hofmann, Janet Pierrehumbert and Hinrich Schütze",long 408 | 407,Predicting the Topical Stance and Political Leaning of Media using Tweets,"Peter Stefanov, Kareem Darwish, Atanas Atanasov and Preslav Nakov",long 409 | 408,Predictive Biases in Natural Language Processing Models: A Conceptual Framework and Overview,"Deven Santosh Shah, H. Andrew Schwartz and Dirk Hovy",long 410 | 409,Premise Selection in Natural Language Mathematical Texts,Deborah Ferreira and André Freitas,long 411 | 410,Pre-train and Plug-in: Flexible Conditional Text Generation with Variational Auto-Encoders,"Yu Duan, Canwen Xu, Jiaxin Pei, Jialong Han and Chenliang Li",long 412 | 411,Pre-training Is (Almost) All You Need: An Application to Commonsense Reasoning,"Alexandre Tamborrino, Nicola Pellicanò, Baptiste Pannier, Pascal Voitot and Louise Naudin",long 413 | 412,Pretraining with Contrastive Sentence Objectives Improves Discourse Performance of Language Models,"Dan Iter, Kelvin Guu, Larry Lansing and Dan Jurafsky",long 414 | 413,Probabilistic Assumptions Matter: Improved Models for Distantly-Supervised Document-Level Question Answering,"Hao Cheng, Ming-Wei Chang, Kenton Lee and Kristina Toutanova",long 415 | 414,Probabilistically Masked Language Model Capable of Autoregressive Generation in Arbitrary Word Order,"Yi Liao, Xin Jiang and Qun Liu",long 416 | 415,Probing for referential information in language models,"Ionut-Teodor Sorodoc, Kristina Gulordava and Gemma Boleda",long 417 | 416,Probing Linguistic Features of Sentence-Level Representations in Relation Extraction,"Christoph Alt, Aleksandra Gabryszak and Leonhard Hennig",long 418 | 417,Probing Linguistic Systematicity,"Emily Goodwin, Koustuv Sinha and Timothy J. O’Donnell",long 419 | 418,Programming in Natural Language with fuSE: Synthesizing Methods from Spoken Utterances Using Deep Natural Language Understanding,"Sebastian Weigelt, Vanessa Steurer, Tobias Hey and Walter F. Tichy",long 420 | 419,PuzzLing Machines: A Challenge on Learning From Small Data,"Gözde Gül Şahin, Yova Kementchedjhieva, Phillip Rust and Iryna Gurevych",long 421 | 420,Pyramid: A Layered Model for Nested Named Entity Recognition,"Jue Wang, Lidan Shou, Ke Chen and Gang Chen",long 422 | 421,QuASE: Question-Answer Driven Sentence Encoding,"Hangfeng He, Qiang Ning and Dan Roth",long 423 | 422,"R^3: Reverse, Retrieve, and Rank for Sarcasm Generation with Commonsense Knowledge","Tuhin Chakrabarty, Debanjan Ghosh, Smaranda Muresan and Nanyun Peng",long 424 | 423,Rationalizing Medical Relation Prediction from Corpus-level Statistics,"Zhen Wang, Jennifer Lee, Simon Lin and Huan Sun",long 425 | 424,Rationalizing Text Matching: Learning Sparse Alignments via Optimal Transport,"Kyle Swanson, Lili Yu and Tao Lei",long 426 | 425,RAT-SQL: Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers,"Bailin Wang, Richard Shin, Xiaodong Liu, Oleksandr Polozov and Matthew Richardson",long 427 | 426,Reasoning Over Semantic-Level Graph for Fact Checking,"Wanjun Zhong, Jingjing Xu, Duyu Tang, Zenan Xu, Nan Duan, Ming Zhou, Jiahai Wang and Jian Yin",long 428 | 427,Reasoning with Latent Structure Refinement for Document-Level Relation Extraction,"Guoshun Nan, Zhijiang Guo, Ivan Sekulic and Wei Lu",long 429 | 428,Reasoning with Multimodal Sarcastic Tweets via Modeling Cross-Modality Contrast and Semantic Association,"Nan Xu, Zhixiong Zeng and Wenji Mao",long 430 | 429,(Re)construing Meaning in NLP,"Sean Trott, Tiago Timponi Torrent, Nancy Chang and Nathan Schneider",long 431 | 430,Recurrent Chunking Mechanisms for Long-Text Machine Reading Comprehension,"Hongyu Gong, Yelong Shen, Dian Yu, Jianshu Chen and Dong Yu",long 432 | 431,Recurrent Neural Network Language Models Always Learn English-Like Relative Clause Attachment,Forrest Davis and Marten van Schijndel,long 433 | 432,Reducing Gender Bias in Neural Machine Translation as a Domain Adaptation Problem,Danielle Saunders and Bill Byrne,long 434 | 433,Refer360° : A Referring Expression Recognition Dataset in 360° Images,"Volkan Cirik, Taylor Berg-Kirkpatrick and Louis-Philippe Morency",long 435 | 434,ReInceptionE: Relation-Aware Inception Network with Joint Local-Global Structural Information for Knowledge Graph Embedding,"Zhiwen Xie, Guangyou Zhou, Jin Liu and Jimmy Xiangji Huang",long 436 | 435,Relabel the Noise: Joint Extraction of Entities and Relations via Cooperative Multiagents,"Daoyuan Chen, Yaliang Li, Kai Lei and Ying Shen",long 437 | 436,Relational Graph Attention Network for Aspect-based Sentiment Analysis,"Kai Wang, Weizhou Shen, Yunyi Yang, Xiaojun Quan and Rui Wang",long 438 | 437,Relation-Aware Collaborative Learning for Unified Aspect-Based Sentiment Analysis,Zhuang Chen and Tieyun Qian,long 439 | 438,Representation Learning for Information Extraction from Form-like Documents,"Bodhisattwa Prasad Majumder, Navneet Potti, Sandeep Tata, James Bradley Wendt, Qi Zhao and Marc Najork",long 440 | 439,Response-Anticipated Memory for On-Demand Knowledge Integration in Response Generation,"Zhiliang Tian, Wei Bi, Dongkyu Lee, Lanqing Xue, Yiping Song, Xiaojiang Liu and Nevin L. Zhang",long 441 | 440,Rethinking Dialogue State Tracking with Reasoning,"Lizi Liao, Yunshan Ma, Wenqiang Lei and Tat-Seng Chua",long 442 | 441,Review-based Question Generation with Adaptive Instance Transfer and Augmentation,"Qian Yu, Lidong Bing, Qiong Zhang, Wai Lam and Luo Si",long 443 | 442,Revisiting the Context Window for Cross-lingual Word Embeddings,Ryokan Ri and Yoshimasa Tsuruoka,long 444 | 443,Rigid Formats Controlled Text Generation,"Piji Li, Haisong Zhang, Xiaojiang Liu and Shuming Shi",long 445 | 444,RikiNet: Reading Wikipedia Pages for Natural Question Answering,"Dayiheng Liu, Yeyun Gong, Jie Fu, Yu Yan, Jiusheng Chen, Daxin Jiang, Jiancheng Lv and Nan Duan",long 446 | 445,Robust Encodings: A Framework for Combating Adversarial Typos,"Erik Jones, Robin Jia, Aditi Raghunathan and Percy Liang",long 447 | 446,Roles and Utilization of Attention Heads in Transformer-based Neural Language Models,Jae-young Jo and Sung-Hyon Myaeng,long 448 | 447,S2ORC: The Semantic Scholar Open Research Corpus,"Kyle Lo, Lucy Wang, Mark Neumann, Rodney Kinney and Daniel Weld",long 449 | 448,SAS: Dialogue State Tracking via Slot Attention and Slot Information Sharing,"Jiaying Hu, Yan Yang, Chencai Chen, Liang He and Zhou Yu",long 450 | 449,SCDE: Sentence Cloze Dataset with High Quality Distractors From Examinations,"Xiang Kong, Varun Gangal and Eduard Hovy",long 451 | 450,schuBERT: Optimizing Elements of BERT,Ashish Khetan and Zohar Karnin,long 452 | 451,SciREX: A Challenge Dataset for Document-Level Information Extraction,"Sarthak Jain, Madeleine van Zuylen, Hannaneh Hajishirzi and Iz Beltagy",long 453 | 452,Screenplay Summarization Using Latent Narrative Structure,"Pinelopi Papalampidi, Frank Keller, Lea Frermann and Mirella Lapata",long 454 | 453,ScriptWriter: Narrative-Guided Script Generation,"Yutao Zhu, Ruihua Song, Zhicheng Dou, Jian-Yun Nie and Jin Zhou",long 455 | 454,SEEK: Segmented Embedding of Knowledge Graphs,"Wentao Xu, Shun Zheng, Liang He, Bin Shao, Jian Yin and Tie-Yan Liu",long 456 | 455,Selecting Backtranslated Data from Multiple Sources for Improved Neural Machine Translation,"Xabier Soto, Dimitar Shterionov, Alberto Poncelas and Andy Way",long 457 | 456,Selective Question Answering under Domain Shift,"Amita Kamath, Robin Jia and Percy Liang",long 458 | 457,Semantic Graphs for Generating Deep Questions,"Liangming Pan, Yuxi Xie, Yansong Feng, Tat-Seng Chua and Min-Yen Kan",long 459 | 458,Semantic Parsing for English as a Second Language,"Yuanyuan Zhao, Weiwei Sun, Junjie Cao and Xiaojun Wan",long 460 | 459,Semantic Scaffolds for Pseudocode-to-Code Generation,"Ruiqi Zhong, Mitchell Stern and Dan Klein",long 461 | 460,Semi-supervised Contextual Historical Text Normalization,Peter Makarov and Simon Clematide,long 462 | 461,Semi-Supervised Dialogue Policy Learning via Stochastic Reward Estimation,"Xinting Huang, Jianzhong Qi, Yu Sun and Rui Zhang",long 463 | 462,Semi-Supervised Semantic Dependency Parsing Using CRF Autoencoders,"Zixia Jia, Youmi Ma, Jiong Cai and Kewei Tu",long 464 | 463,SenseBERT: Driving Some Sense into BERT,"Yoav Levine, Barak Lenz, Or Dagan, Ori Ram, Dan Padnos, Or Sharir, Shai Shalev-Shwartz, Amnon Shashua and Yoav Shoham",long 465 | 464,SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics,"Da Yin, Tao Meng and Kai-Wei Chang",long 466 | 465,"Sentiment and Emotion help Sarcasm? A Multi-task Learning Framework for Multi-Modal Sarcasm, Sentiment and Emotion Analysis","Dushyant Singh Chauhan, Dhanush S R, Asif Ekbal and Pushpak Bhattacharyya",long 467 | 466,SeqVAT: Virtual Adversarial Training for Semi-Supervised Sequence Labeling,"Luoxin Chen, Weitong Ruan, Xinyue Liu and Jianhua Lu",long 468 | 467,Should All Cross-Lingual Embeddings Speak English?,Antonios Anastasopoulos and Graham Neubig,long 469 | 468,Similarity Analysis of Contextual Word Representation Models,"John Wu, Yonatan Belinkov, Hassan Sajjad, Nadir Durrani, Fahim Dalvi and James Glass",long 470 | 469,"Simple, Interpretable and Stable Method for Detecting Words with Usage Change across Corpora","Hila Gonen, Ganesh Jawahar, Djamé Seddah and Yoav Goldberg",long 471 | 470,Simplify the Usage of Lexicon in Chinese NER,"Ruotian Ma, Minlong Peng, Qi Zhang, Zhongyu Wei and Xuanjing Huang",long 472 | 471,SimulSpeech: End-to-End Simultaneous Speech to Text Translation,"Yi Ren, Jinglin Liu, Xu Tan, Chen Zhang, Tao Qin, Zhou Zhao and Tie-Yan Liu",long 473 | 472,Single-/Multi-Source Cross-Lingual NER via Teacher-Student Learning on Unlabeled Data in Target Language,"Qianhui Wu, Zijia Lin, Börje Karlsson, Jian-Guang Lou and Biqing Huang",long 474 | 473,SKEP: Sentiment Knowledge Enhanced Pre-training for Sentiment Analysis,"Hao Tian, Can Gao, Xinyan Xiao, Hao Liu, Bolei He, Hua Wu, Haifeng Wang and Feng Wu",long 475 | 474,Slot-consistent NLG for Task-oriented Dialogue Systems with Iterative Rectification Network,"Yangming Li, Kaisheng Yao, Libo Qin, Wanxiang Che, Xiaolong Li and Ting Liu",long 476 | 475,SMART: Robust and Efficient Fine-Tuning for Pre-trained Natural Language Models through Principled Regularized Optimization,"Haoming Jiang, Pengcheng He, Weizhu Chen, Xiaodong Liu, Jianfeng Gao and Tuo Zhao",long 477 | 476,Social Bias Frames: Reasoning about Social and Power Implications of Language,"Maarten Sap, Saadia Gabriel, Lianhui Qin, Dan Jurafsky, Noah A. Smith and Yejin Choi",long 478 | 477,Sources of Transfer in Multilingual Named Entity Recognition,"David Mueller, Nicholas Andrews and Mark Dredze",long 479 | 478,Span Selection Pre-training for Question Answering,"Michael Glass, Alfio Gliozzo, Rishav Chakravarti, Anthony Ferritto, Lin Pan, G P Shrivatsa Bhargav, Dinesh Garg and Avi Sil",long 480 | 479,Span-based Localizing Network for Natural Language Video Localization,"Hao Zhang, Aixin Sun, Wei Jing and Joey Tianyi Zhou",long 481 | 480,SpanMlt: A Span-based Multi-Task Learning Framework for Pair-wise Aspect and Opinion Terms Extraction,"He Zhao, Longtao Huang, Rong Zhang, Quan Lu and Hui Xue",long 482 | 481,Speak to your Parser: Interactive Text-to-SQL with Natural Language Feedback,"Ahmed Elgohary, Saghar Hosseini and Ahmed Hassan Awadallah",long 483 | 482,Speaker Sensitive Response Evaluation Model,JinYeong Bak and Alice Oh,long 484 | 483,Speakers enhance contextually confusable words,"Eric Meinhardt, Eric Bakovic and Leon Bergen",long 485 | 484,SPECTER: Document-level Representation Learning using Citation-informed Transformers,"Arman Cohan, Sergey Feldman, Iz Beltagy, Doug Downey and Daniel Weld",long 486 | 485,Speech Translation and the End-to-End Promise: Taking Stock of Where We Are,Matthias Sperber and Matthias Paulik,long 487 | 486,SpellGCN: Incorporating Phonological and Visual Similarities into Language Models for Chinese Spelling Check,"Xingyi Cheng, Weidi Xu, Kunlong Chen, Shaohua Jiang, Feng Wang, Taifeng Wang, Wei Chu and Yuan Qi",long 488 | 487,Spelling Error Correction with Soft-Masked BERT,"Shaohua Zhang, Haoran Huang, Jicong Liu and Hang Li",long 489 | 488,Spying on your neighbors: Fine-grained probing of contextual embeddings for information about surrounding words,Josef Klafka and Allyson Ettinger,long 490 | 489,STARC: Structured Annotations for Reading Comprehension,"Yevgeni Berzak, Jonathan Malmaud and Roger Levy",long 491 | 490,"Stock Embeddings Acquired from News Articles and Price History, and an Application to Portfolio Optimization",Xin Du and Kumiko Tanaka-Ishii,long 492 | 491,Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset,Revanth Rameshkumar and Peter Bailey,long 493 | 492,Structural Information Preserving for Graph-to-Text Generation,"Linfeng Song, Ante Wang, Jinsong Su, Yue Zhang, Kun Xu, Yubin Ge and Dong Yu",long 494 | 493,Structured Tuning for Semantic Role Labeling,"Tao Li, Parth Anand Jawale, Martha Palmer and Vivek Srikumar",long 495 | 494,Structure-Level Knowledge Distillation For Multilingual Sequence Labeling,"Xinyu Wang, Yong Jiang, Nguyen Bach, Tao Wang, Fei Huang and Kewei Tu",long 496 | 495,Suspense in Short Stories is Predicted By Uncertainty Reduction over Neural Story Representation,David Wilmot and Frank Keller,long 497 | 496,Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction,"Shaowei Chen, Jie Liu, Yu Wang, Wenzheng Zhang and Ziming Chi",long 498 | 497,Syn-QG: Syntactic and Shallow Semantic Rules for Question Generation,Kaustubh Dhole and Christopher D. Manning,long 499 | 498,Syntax-Aware Opinion Role Labeling with Dependency Graph Convolutional Networks,"Bo Zhang, Yue Zhang, Rui Wang, Zhenghua Li and Min Zhang",long 500 | 499,TaBERT: Pretraining for Joint Understanding of Textual and Tabular Data,"Pengcheng Yin, Graham Neubig, Wen-tau Yih and Sebastian Riedel",long 501 | 500,TACRED Revisited: A Thorough Evaluation of the TACRED Relation Extraction Task,"Christoph Alt, Aleksandra Gabryszak and Leonhard Hennig",long 502 | 501,TAG : Type Auxiliary Guiding for Code Comment Generation,"Ruichu Cai, Zhihao Liang, Boyan Xu, zijian li, Yuexing Hao and Yao Chen",long 503 | 502,Tangled up in BLEU: Reevaluating the Evaluation of Automatic Machine Translation Evaluation Metrics,"Nitika Mathur, Timothy Baldwin and Trevor Cohn",long 504 | 503,TaPas: Weakly Supervised Table Parsing via Pre-training,"Jonathan Herzig, Pawel Krzysztof Nowak, Thomas Müller, Francesco Piccinno and Julian Eisenschlos",long 505 | 504,Target Inference in Argument Conclusion Generation,"Milad Alshomary, Shahbaz Syed, Martin Potthast and Henning Wachsmuth",long 506 | 505,Taxonomy Construction of Unseen Domains via Graph-based Cross-Domain Knowledge Transfer,"Chao Shang, Sarthak Dash, Md Faisal Mahbub Chowdhury, Nandana Mihindukulasooriya and Alfio Gliozzo",long 507 | 506,Tchebycheff Procedure for Multi-task Text Classification,"Yuren Mao, Shuang Yun, Weiwei Liu and Bo Du",long 508 | 507,Temporal Common Sense Acquisition with Minimal Supervision,"Ben Zhou, Qiang Ning, Daniel Khashabi and Dan Roth",long 509 | 508,Temporally-Informed Analysis of Named Entity Recognition,Shruti Rijhwani and Daniel Preotiuc-Pietro,long 510 | 509,Text and Causal Inference: A Review of Using Text to Remove Confounding from Causal Estimates,"Katherine Keith, David Jensen and Brendan O’Connor",long 511 | 510,Text-Based Ideal Points,"Keyon Vafa, Suresh Naidu and David Blei",long 512 | 511,That is a Known Lie: Detecting Previously Fact-Checked Claims,"Shaden Shaar, Nikolay Babulkov, Giovanni Da San Martino and Preslav Nakov",long 513 | 512,“The Boating Store Had Its Best Sail Ever”: Pronunciation-attentive Contextualized Pun Recognition,"Yichao Zhou, Jyun-Yu Jiang, Jieyu Zhao, Kai-Wei Chang and Wei Wang",long 514 | 513,The Cascade Transformer: an Application for Efficient Answer Sentence Selection,Luca Soldaini and Alessandro Moschitti,long 515 | 514,The Dialogue Dodecathlon: Open-Domain Knowledge and Image Grounded Conversational Agents,"Kurt Shuster, Da JU, Stephen Roller, Emily Dinan, Y-Lan Boureau and Jason Weston",long 516 | 515,The Paradigm Discovery Problem,"Alexander Erdmann, Micha Elsner, Shijie Wu, Ryan Cotterell and Nizar Habash",long 517 | 516,The Right Tool for the Job: Matching Model and Instance Complexities,"Roy Schwartz, Gabriel Stanovsky, Swabha Swayamdipta, Jesse Dodge and Noah A. Smith",long 518 | 517,The Sensitivity of Language Models and Humans to Winograd Schema Perturbations,"Mostafa Abdou, Vinit Ravishankar, Maria Barrett, Yonatan Belinkov, Desmond Elliott and Anders Søgaard",long 519 | 518,The SOFC-Exp Corpus and Neural Approaches to Information Extraction in the Materials Science Domain,"Annemarie Friedrich, Heike Adel, Federico Tomazic, Johannes Hingerl, Renou Benteau, Anika Marusczyk and Lukas Lange",long 520 | 519,The State and Fate of Linguistic Diversity and Inclusion in the NLP World,"Pratik Joshi, Sebastin Santy, Amar Budhiraja, Kalika Bali and Monojit Choudhury",long 521 | 520,The Summary Loop: Learning to Write Abstractive Summaries Without Examples,"Philippe Laban, Andrew Hsi, John Canny and Marti A. Hearst",long 522 | 521,The TechQA Dataset,"Vittorio Castelli, Rishav Chakravarti, Saswati Dana, Anthony Ferritto, Radu Florian, Martin Franz, Dinesh Garg, Dinesh Khandelwal, Scott McCarley, Michael McCawley, Mohamed Nasr, Lin Pan, Cezar Pendus, John Pitrelli, Saurabh Pujar, Salim Roukos, Andrzej Sakrajda, Avi Sil, Rosario Uceda-Sosa, Todd Ward and Rong Zhang",long 523 | 522,The Unstoppable Rise of Computational Linguistics in Deep Learning,James Henderson,long 524 | 523,To Boldly Query What No One Has Annotated Before? The Frontiers of Corpus Querying,Markus Gärtner and Kerstin Jung,long 525 | 524,"To Test Machine Comprehension, Start by Defining Comprehension","Jesse Dunietz, Greg Burnham, Akash Bharadwaj, Owen Rambow, Jennifer Chu-Carroll and Dave Ferrucci",long 526 | 525,Toward Gender-Inclusive Coreference Resolution,Yang Trista Cao and Hal Daumé III,long 527 | 526,Towards Conversational Recommendation over Multi-Type Dialogs,"Zeming Liu, Haifeng Wang, Zheng-Yu Niu, Hua Wu, Wanxiang Che and Ting Liu",long 528 | 527,Towards Debiasing Sentence Representations,"Paul Pu Liang, Irene Mengze Li, Emily Zheng, Yao Chong Lim, Ruslan Salakhutdinov and Louis-Philippe Morency",long 529 | 528,Towards Emotion-aided Multi-modal Dialogue Act Classification,"Tulika Saha, Aditya Patra, Sriparna Saha and Pushpak Bhattacharyya",long 530 | 529,Towards Faithful Neural Table-to-Text Generation with Content-Matching Constraints,"Zhenyi Wang, Xiaoyang Wang, Bang An, Dong Yu and Changyou Chen",long 531 | 530,Towards Holistic and Automatic Evaluation of Open-Domain Dialogue Generation,"Bo Pang, Erik Nijkamp, Wenjuan Han, Linqi Zhou, Yixian Liu and Kewei Tu",long 532 | 531,Towards Interpretable Clinical Diagnosis with Bayesian Network Ensembles Stacked on Entity-Aware CNNs,"Jun Chen, Xiaoya Dai, Quan Yuan, Chao Lu and Haifeng Huang",long 533 | 532,Towards Robustifying NLI Models Against Lexical Dataset Biases,Xiang Zhou and Mohit Bansal,long 534 | 533,Towards Transparent and Explainable Attention Models,"Akash Kumar Mohankumar, Preksha Nema, Sharan Narasimhan, Mitesh M. Khapra, Balaji Vasan Srinivasan and Balaraman Ravindran",long 535 | 534,Towards Understanding Gender Bias in Relation Extraction,"Andrew Gaut, Tony Sun, Shirlyn Tang, Yuxin Huang, Jing Qian, Mai ElSherief, Jieyu Zhao, Diba Mirza, Elizabeth Belding, Kai-Wei Chang and William Yang Wang",long 536 | 535,Towards Unsupervised Language Understanding and Generation by Joint Dual Learning,"Shang-Yu Su, Chao-Wei Huang and Yun-Nung Chen",long 537 | 536,Toxicity Detection: Does Context Really Matter?,"John Pavlopoulos, Jeffrey Sorensen, Lucas Dixon, Nithum Thain and Ion Androutsopoulos",long 538 | 537,Transition-based Directed Graph Construction for Emotion-Cause Pair Extraction,"Chuang Fan, Chaofa Yuan, Jiachen Du, Lin Gui, Min Yang and Ruifeng Xu",long 539 | 538,Transition-based Semantic Dependency Parsing with Pointer Networks,Daniel Fernández-González and Carlos Gómez-Rodríguez,long 540 | 539,Translationese as a Language in “Multilingual” NMT,"Parker Riley, Isaac Caswell, Markus Freitag and David Grangier",long 541 | 540,TransS-Driven Joint Learning Architecture for Implicit Discourse Relation Recognition,"Ruifang He, Jian Wang, Fengyu Guo and Yugui Han",long 542 | 541,TVQA+: Spatio-Temporal Grounding for Video Question Answering,"Jie Lei, Licheng Yu, Tamara Berg and Mohit Bansal",long 543 | 542,TXtract: Taxonomy-Aware Knowledge Extraction for Thousands of Product Categories,"Giannis Karamanolakis, Jun Ma and Xin Luna Dong",long 544 | 543,Uncertainty-Aware Curriculum Learning for Neural Machine Translation,"Yikai Zhou, Baosong Yang, Derek F. Wong, Yu Wan and Lidia S. Chao",long 545 | 544,Understanding Attention for Text Classification,Xiaobing Sun and Wei Lu,long 546 | 545,Understanding the Language of Political Agreement and Disagreement in Legislative Texts,"Maryam Davoodi, Eric Waltenburg and Dan Goldwasser",long 547 | 546,Universal Decompositional Semantic Parsing,"Elias Stengel-Eskin, Aaron Steven White, Sheng Zhang and Benjamin Van Durme",long 548 | 547,Unknown Intent Detection Using Gaussian Mixture Model with an Application to Zero-shot Intent Classification,"Guangfeng Yan, Lu Fan, Qimai Li, Han Liu, Xiaotong Zhang, Xiao-Ming Wu and Albert Y.S. Lam",long 549 | 548,Unsupervised Alignment-based Iterative Evidence Retrieval for Multi-hop Question Answering,"Vikas Yadav, Steven Bethard and Mihai Surdeanu",long 550 | 549,Unsupervised Cross-lingual Representation Learning at Scale,"Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzmán, Edouard Grave, Myle Ott, Luke Zettlemoyer and Veselin Stoyanov",long 551 | 550,Unsupervised Domain Clusters in Pretrained Language Models,Roee Aharoni and Yoav Goldberg,long 552 | 551,Unsupervised Dual Paraphrasing for Two-stage Semantic Parsing,"Ruisheng Cao, Su Zhu, Chenyu Yang, Chen Liu, Rao Ma, Yanbin Zhao, Lu Chen and Kai Yu",long 553 | 552,Unsupervised Morphological Paradigm Completion,"Huiming Jin, Liwei Cai, Yihui Peng, Chen Xia, Arya McCarthy and Katharina Kann",long 554 | 553,Unsupervised Multimodal Neural Machine Translation with Pseudo Visual Pivoting,"Po-Yao Huang, Junjie Hu, Xiaojun Chang and Alexander Hauptmann",long 555 | 554,Unsupervised Opinion Summarization as Copycat-Review Generation,"Arthur Bražinskas, Mirella Lapata and Ivan Titov",long 556 | 555,Unsupervised Opinion Summarization with Noising and Denoising,Reinald Kim Amplayo and Mirella Lapata,long 557 | 556,Unsupervised Paraphrasing by Simulated Annealing,"Xianggen Liu, Lili Mou, Fandong Meng, Hao Zhou, Jie Zhou and Sen Song",long 558 | 557,USR: An Unsupervised and Reference Free Evaluation Metric for Dialog Generation,Shikib Mehri and Maxine Eskenazi,long 559 | 558,Weight Poisoning Attacks on Pretrained Models,"Keita Kurita, Paul Michel and Graham Neubig",long 560 | 559,What are the Goals of Distributional Semantics?,Guy Emerson,long 561 | 560,What determines the order of adjectives in English? Comparing efficiency-based theories using dependency treebanks,"Richard Futrell, William Dyer and Greg Scontras",long 562 | 561,What Question Answering can Learn from Trivia Nerds,Jordan Boyd-Graber and Benjamin Börschinger,long 563 | 562,What Was Written vs. Who Read It: News Media Profiling Using Text Analysis and Social Media Context,"Ramy Baly, Georgi Karadzhov, Jisun An, Haewoon Kwak, Yoan Dinkov, Ahmed Ali, James Glass and Preslav Nakov",long 564 | 563,When do Word Embeddings Accurately Reflect Surveys on our Beliefs About People?,Kenneth Joseph and Jonathan Morgan,long 565 | 564,"“Who said it, and Why?” Provenance for Natural Language Claims","Yi Zhang, Zachary Ives and Dan Roth",long 566 | 565,WinoWhy: A Deep Diagnosis of Essential Commonsense Knowledge for Answering Winograd Schema Challenge,"Hongming Zhang, Xinran Zhao and Yangqiu Song",long 567 | 566,Word-level Textual Adversarial Attacking as Combinatorial Optimization,"Yuan Zang, Fanchao Qi, Chenghao Yang, Zhiyuan Liu, Meng Zhang, Qun Liu and Maosong Sun",long 568 | 567,XtremeDistil: Multi-stage Distillation for Massive Multilingual Models,Subhabrata Mukherjee and Ahmed Hassan Awadallah,long 569 | 568,You Impress Me: Dialogue Generation via Mutual Persona Perception,"Qian Liu, Yihong Chen, Bei Chen, Jian-Guang Lou, Zixuan Chen, Bin Zhou and Dongmei Zhang",long 570 | 569,Zero-shot Text Classification via Reinforced Self-training,"Zhiquan Ye, Yuxia Geng, Jiaoyan Chen, Jingmin Chen, Xiaoxiao Xu, Suhang Zheng, Feng Wang, Jun Zhang and Huajun Chen",long 571 | 570,Zero-Shot Transfer Learning with Synthesized Data for Multi-Domain Dialogue State Tracking,"Giovanni Campagna, Agata Foryciarz, Mehrad Moradshahi and Monica Lam",long 572 | 571,ZeroShotCeres: Zero-Shot Relation Extraction from Semi-Structured Webpages,"Colin Lockard, Prashant Shiralkar, Xin Luna Dong and Hannaneh Hajishirzi",long 573 | 572,long,long,long 574 | 573,A Diverse Corpus for Evaluating and Developing English Math Word Problem Solvers,"Shen-yun Miao, Chao-Chun Liang and Keh-Yih Su",short 575 | 574,A Frame-based Sentence Representation for Machine Reading Comprehension,"Shaoru Guo, Ru Li, Hongye Tan, Xiaoli Li, Yong Guan, Hongyan Zhao and Yueping Zhang",short 576 | 575,A Large-Scale Multi-Document Summarization Dataset from the Wikipedia Current Events Portal,"Demian Gholipour Ghalandari, Chris Hokamp, Nghia The Pham, John Glover and Georgiana Ifrim",short 577 | 576,A Multi-Perspective Architecture for Semantic Code Search,"Rajarshi Haldar, Lingfei Wu, JinJun Xiong and Julia Hockenmaier",short 578 | 577,A negative case analysis of visual grounding methods for VQA,"Robik Shrestha, Kushal Kafle and Christopher Kanan",short 579 | 578,A Probabilistic Generative Model for Typographical Analysis of Early Modern Printing,"Kartik Goyal, Chris Dyer, Christopher Warren, Maxwell G’Sell and Taylor Berg-Kirkpatrick",short 580 | 579,A Re-evaluation of Knowledge Graph Completion Methods,"Zhiqing Sun, Shikhar Vashishth, Soumya Sanyal, Partha Talukdar and Yiming Yang",short 581 | 580,A Relational Memory-based Embedding Model for Triple Classification and Search Personalization,"Dai Quoc Nguyen, Tu Nguyen and Dinh Phung",short 582 | 581,A Relaxed Matching Procedure for Unsupervised BLI,"Xu Zhao, Zihao Wang, Yong Zhang and Hao Wu",short 583 | 582,A Retrieve-and-Rewrite Initialization Method for Unsupervised Machine Translation,"Shuo Ren, Yu Wu, Shujie Liu, Ming Zhou and Shuai Ma",short 584 | 583,A Simple and Effective Unified Encoder for Document-Level Machine Translation,"Shuming Ma, Dongdong Zhang and Ming Zhou",short 585 | 584,A Tale of a Probe and a Parser,"Rowan Hall Maudslay, Josef Valvoda, Tiago Pimentel, Adina Williams and Ryan Cotterell",short 586 | 585,A Three-Parameter Rank-Frequency Relation in Natural Languages,"Chenchen Ding, Masao Utiyama and Eiichiro Sumita",short 587 | 586,A Transformer-based Approach for Source Code Summarization,"Wasi Ahmad, Saikat Chakraborty, Baishakhi Ray and Kai-Wei Chang",short 588 | 587,A Two-Stage Masked LM Method for Term Set Expansion,"Guy Kushilevitz, Shaul Markovitch and Yoav Goldberg",short 589 | 588,A Two-Step Approach for Implicit Event Argument Detection,"Zhisong Zhang, Xiang Kong, Zhengzhong Liu, Xuezhe Ma and Eduard Hovy",short 590 | 589,Active Learning for Coreference Resolution using Discrete Annotation,"Belinda Z. Li, Gabriel Stanovsky and Luke Zettlemoyer",short 591 | 590,An Empirical Comparison of Unsupervised Constituency Parsing Methods,"Jun Li, Yifan Cao, Jiong Cai, Yong Jiang and Kewei Tu",short 592 | 591,Analyzing the Persuasive Effect of Style in News Editorial Argumentation,"Roxanne El Baff, Henning Wachsmuth, Khalid Al Khatib and Benno Stein",short 593 | 592,Are we Estimating or Guesstimating Translation Quality?,"Shuo Sun, Francisco Guzmán and Lucia Specia",short 594 | 593,Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization,"Sajad Sotudeh Gharebagh, Nazli Goharian and Ross Filice",short 595 | 594,Autoencoding Keyword Correlation Graph for Document Clustering,"Billy Chiu, Sunil Kumar Sahu, Derek Thomas, Neha Sengupta and Mohammady Mahdy",short 596 | 595,Automated Topical Component Extraction Using Neural Network Attention Scores from Source-based Essay Scoring,Haoran Zhang and Diane Litman,short 597 | 596,Automatic Machine Translation Evaluation using Source Language Inputs and Cross-lingual Language Model,"Kosuke Takahashi, Katsuhito Sudoh and Satoshi Nakamura",short 598 | 597,Bayesian Hierarchical Words Representation Learning,"Oren Barkan, Idan Rejwan, Avi Caciularu and Noam Koenigstein",short 599 | 598,Benefits of Intermediate Annotations in Reading Comprehension,"Dheeru Dua, Sameer Singh and Matt Gardner",short 600 | 599,Camouflaged Chinese Spam Content Detection with Semi-supervised Generative Active Learning,"Zhuoren Jiang, Zhe Gao, Yu Duan, Yangyang Kang, Changlong Sun, Qiong Zhang and Xiaozhong Liu",short 601 | 600,Character-Level Translation with Self-attention,"Yingqiang Gao, Nikola I. Nikolov, Yuhuang Hu and Richard H.R. Hahnloser",short 602 | 601,ClarQ: A large-scale and diverse dataset for Clarification Question Generation,Vaibhav Kumar and Alan W Black,short 603 | 602,Classification-Based Self-Learning for Weakly Supervised Bilingual Lexicon Induction,"Mladen Karan, Ivan Vulić, Anna Korhonen and Goran Glavaš",short 604 | 603,Clinical Concept Linking with Contextualized Neural Representations,"Elliot Schumacher, Andriy Mulyar and Mark Dredze",short 605 | 604,Closing the Gap: Joint De-Identification and Concept Extraction in the Clinical Domain,"Lukas Lange, Heike Adel and Jannik Strötgen",short 606 | 605,Coach: A Coarse-to-Fine Approach for Cross-domain Slot Filling,"Zihan Liu, Genta Indra Winata, Peng Xu and Pascale Fung",short 607 | 606,"Code-switching patterns can be an effective route to improve performance of downstream NLP applications: A case study of humour, sarcasm and hate speech detection","Srijan Bansal, Vishal Garimella, Ayush Suhane, Jasabanta Patro and Animesh Mukherjee",short 608 | 607,Composing Elementary Discourse Units in Abstractive Summarization,"Zhenwen Li, Wenhao Wu and Sujian Li",short 609 | 608,Content Word Aware Neural Machine Translation,"Kehai Chen, Rui Wang, Masao Utiyama and Eiichiro Sumita",short 610 | 609,Contextual Embeddings: When Are They Worth It?,"Simran Arora, Avner May, Jian Zhang and Christopher Ré",short 611 | 610,Contextual Neural Machine Translation Improves Translation of Cataphoric Pronouns,"KayYen Wong, Sameen Maruf and Gholamreza Haffari",short 612 | 611,Contextualized Sparse Representations for Real-Time Open-Domain Question Answering,"Jinhyuk Lee, Minjoon Seo, Hannaneh Hajishirzi and Jaewoo Kang",short 613 | 612,Contextualizing Hate Speech Classifiers with Post-hoc Explanation,"Brendan Kennedy, Xisen Jin, Aida Mostafazadeh Davani, Morteza Dehghani and Xiang Ren",short 614 | 613,Contrastive Self-Supervised Learning for Commonsense Reasoning,Tassilo Klein and Moin Nabi,short 615 | 614,Controlled Crowdsourcing for High-Quality QA-SRL Annotation,"Paul Roit, Ayal Klein, Daniela Stepanov, Jonathan Mamou, Julian Michael, Gabriel Stanovsky, Luke Zettlemoyer and Ido Dagan",short 616 | 615,Conversational Word Embedding for Retrieval-Based Dialog System,"Wentao Ma, Yiming Cui, Ting Liu, Dong Wang, Shijin Wang and Guoping Hu",short 617 | 616,Crawling and Preprocessing Mailing Lists At Scale for Dialog Analysis,"Janek Bevendorff, Khalid Al Khatib, Martin Potthast and Benno Stein",short 618 | 617,Crossing Variational Autoencoders for Answer Retrieval,"Wenhao Yu, Lingfei Wu, Qingkai Zeng, Shu Tao, Yu Deng and Meng Jiang",short 619 | 618,DeeBERT: Dynamic Early Exiting for Accelerating BERT Inference,"Ji Xin, Raphael Tang, Jaejun Lee, Yaoliang Yu and Jimmy Lin",short 620 | 619,Designing Precise and Robust Dialogue Response Evaluators,"Tianyu Zhao, Divesh Lala and Tatsuya Kawahara",short 621 | 620,Dialogue State Tracking with Explicit Slot Connection Modeling,"Yawen Ouyang, Moxin Chen, Xinyu Dai, Yinggong Zhao, Shujian Huang and Jiajun Chen",short 622 | 621,Do Transformers Need Deep Long-Range Memory?,Jack Rae and Ali Razavi,short 623 | 622,Do you have the right scissors? Tailoring Pre-trained Language Models via Monte-Carlo Methods,"Ning Miao, Yuxuan Song, Hao Zhou and Lei Li",short 624 | 623,Does Multi-Encoder Help? A Case Study on Context-Aware Neural Machine Translation,"Bei Li, Hui Liu, Ziyang Wang, Yufan Jiang, Tong Xiao, Jingbo Zhu, Tongran Liu and Changliang Li",short 625 | 624,Don’t Eclipse Your Arts Due to Small Discrepancies: Boundary Repositioning with a Pointer Network for Aspect Extraction,"Zhenkai Wei, Yu Hong, Bowei Zou, Meng Cheng and Jianmin Yao",short 626 | 625,Dscorer: A Fast Evaluation Metric for Discourse Representation Structure Parsing,"Jiangming Liu, Shay B. Cohen and Mirella Lapata",short 627 | 626,Dynamic Memory Induction Networks for Few-Shot Text Classification,"Ruiying Geng, Binhua Li, Yongbin Li, Jian Sun and Xiaodan Zhu",short 628 | 627,Dynamic Sampling Strategies for Multi-Task Reading Comprehension,"Ananth Gottumukkala, Dheeru Dua, Sameer Singh and Matt Gardner",short 629 | 628,Dynamically Adjusting Transformer Batch Size by Monitoring Gradient Direction Change,"Hongfei Xu, Josef van Genabith, Deyi Xiong and Qiuhui Liu",short 630 | 629,Efficient strategies for hierarchical text classification: external knowledge and auxiliary tasks,"Kervy Rivas Rojas, Gina Bustamante, Arturo Oncevay and Marco Antonio Sobrevilla Cabezudo",short 631 | 630,Embarrassingly Simple Unsupervised Aspect Extraction,Stéphan Tulkens and Andreas van Cranenburgh,short 632 | 631,Enabling Language Models to Fill in the Blanks,"Chris Donahue, Mina Lee and Percy Liang",short 633 | 632,Encoder-Decoder Models Can Benefit from Pre-trained Masked Language Models in Grammatical Error Correction,"Masahiro Kaneko, Masato Mita, Shun Kiyono, Jun Suzuki and Kentaro Inui",short 634 | 633,ENGINE: Energy-Based Inference Networks for Non-Autoregressive Machine Translation,"Lifu Tu, Richard Yuanzhe Pang, Sam Wiseman and Kevin Gimpel",short 635 | 634,Enhancing Machine Translation with Dependency-Aware Self-Attention,Emanuele Bugliarello and Naoaki Okazaki,short 636 | 635,Enhancing Pre-trained Chinese Character Representation with Word-aligned Attention,"Yanzeng Li, Bowen Yu, Xue Mengge and Tingwen Liu",short 637 | 636,Enriched In-Order Linearization for Faster Sequence-to-Sequence Constituent Parsing,Daniel Fernández-González and Carlos Gómez-Rodríguez,short 638 | 637,Entity-Aware Dependency-Based Deep Graph Attention Network for Comparative Preference Classification,"Nianzu Ma, Sahisnu Mazumder, Hao Wang and Bing Liu",short 639 | 638,Estimating Mutual Information Between Dense Word Embeddings,"Vitalii Zhelezniak, Aleksandar Savkov and Nils Hammerla",short 640 | 639,Evaluating Dialogue Generation Systems via Response Selection,"Shiki Sato, Reina Akama, Hiroki Ouchi, Jun Suzuki and Kentaro Inui",short 641 | 640,Evaluating Robustness to Input Perturbations for Neural Machine Translation,"Xing Niu, Prashant Mathur, Georgiana Dinu and Yaser Al-Onaizan",short 642 | 641,Every Document Owns Its Structure: Inductive Text Classification via Graph Neural Networks,"Yufeng Zhang, Xueli Yu, Zeyu Cui, Shu Wu, Zhongzhen Wen and Liang Wang",short 643 | 642,ExpBERT: Representation Engineering with Natural Language Explanations,"Shikhar Murty, Pang Wei Koh and Percy Liang",short 644 | 643,Exploiting Personal Characteristics of Debaters for Predicting Persuasiveness,"Khalid Al Khatib, Michael Völske, Shahbaz Syed, Nikolay Kolyada and Benno Stein",short 645 | 644,Exploring Content Selection in Summarization of Novel Chapters,"Faisal Ladhak, Bryan Li, Yaser Al-Onaizan and Kathy McKeown",short 646 | 645,Fact-based Content Weighting for Evaluating Abstractive Summarisation,"Xinnuo Xu, Ondřej Dušek, Jingyi Li, Verena Rieser and Ioannis Konstas",short 647 | 646,"Fatality Killed the Cat or: BabelPic, a Multimodal Dataset for Non-Concrete Concepts","Agostina Calabrese, Michele Bevilacqua and Roberto Navigli",short 648 | 647,Few-Shot NLG with Pre-Trained Language Model,"Zhiyu Chen, Harini Eavani, Wenhu Chen, Yinyin Liu and William Yang Wang",short 649 | 648,FLAT: Chinese NER Using Flat-Lattice Transformer,"Xiaonan Li, Hang Yan, Xipeng Qiu and Xuanjing Huang",short 650 | 649,GAN-BERT: Generative Adversarial Learning for Robust Text Classification with a Bunch of Labeled Examples,"Danilo Croce, Giuseppe Castellucci and Roberto Basili",short 651 | 650,Geometry-aware domain adaptation for unsupervised alignment of word embeddings,"Pratik Jawanpuria, Mayank Meghwanshi and Bamdev Mishra",short 652 | 651,"Give Me Convenience and Give Her Death: Who Should Decide What Uses of NLP are Appropriate, and on What Basis?","Kobi Leins, Jey Han Lau and Timothy Baldwin",short 653 | 652,Glyph2Vec: Learning Chinese Out-of-Vocabulary Word Embedding from Glyphs,"Hong-You Chen, SZ-HAN YU and Shou-de Lin",short 654 | 653,GPT-too: A language-model-first approach for AMR-to-text generation,"Manuel Mager, Ramón Fernandez Astudillo, Tahira Naseem, Md Arafat Sultan, Young-Suk Lee, Radu Florian and Salim Roukos",short 655 | 654,How Can We Accelerate Progress Towards Human-like Linguistic Generalization?,Tal Linzen,short 656 | 655,Hypernymy Detection for Low-Resource Languages via Meta Learning,"Changlong Yu, Jialong Han, Haisong Zhang and Wilfred Ng",short 657 | 656,Identifying Principals and Accessories in a Complex Case based on the Comprehension of Fact Description,"Yakun Hu, Zhunchen Luo and Wenhan Chao",short 658 | 657,Implicit Discourse Relation Classification: We Need to Talk about Evaluation,"Najoung Kim, Song Feng, Chulaka Gunasekara and Luis Lastras",short 659 | 658,Improved Speech Representations with Multi-Target Autoregressive Predictive Coding,Yu-An Chung and James Glass,short 660 | 659,Improving Entity Linking through Semantic Reinforced Entity Embeddings,"Feng Hou, Ruili Wang, Jun He and Yi Zhou",short 661 | 660,Improving Low-Resource Named Entity Recognition using Joint Sentence and Token Labeling,"Canasai Kruengkrai, Thien Hai Nguyen, Sharifah Mahani Aljunied and Lidong Bing",short 662 | 661,Improving Non-autoregressive Neural Machine Translation with Monolingual Data,Jiawei Zhou and Phillip Keung,short 663 | 662,Incorporating External Knowledge through Pre-training for Natural Language to Code Generation,"Frank F. Xu, Zhengbao Jiang, Pengcheng Yin, Bogdan Vasilescu and Graham Neubig",short 664 | 663,Instance-Based Learning of Span Representations: A Case Study through Named Entity Recognition,"Hiroki Ouchi, Jun Suzuki, Sosuke Kobayashi, Sho Yokoi, Tatsuki Kuribayashi, Ryuto Konno and Kentaro Inui",short 665 | 664,Interpretable Operational Risk Classification with Semi-Supervised Variational Autoencoder,"Fan Zhou, Shengming Zhang and Yi Yang",short 666 | 665,Interpreting Twitter User Geolocation,"Ting Zhong, Tianliang Wang, Fan Zhou, Goce Trajcevski, Kunpeng Zhang and Yi Yang",short 667 | 666,Is Your Classifier Actually Biased? Measuring Fairness under Uncertainty with Bernstein Bounds,Kawin Ethayarajh,short 668 | 667,It’s Easier to Translate out of English than into it: Measuring Neural Translation Difficulty by Cross-Mutual Information,"Emanuele Bugliarello, Sabrina J. Mielke, Antonios Anastasopoulos, Ryan Cotterell and Naoaki Okazaki",short 669 | 668,Keyphrase Generation for Scientific Document Retrieval,"Florian Boudin, Ygor Gallina and Akiko Aizawa",short 670 | 669,Knowledge Supports Visual Language Grounding: A Case Study on Colour Terms,Simeon Schüz and Sina Zarrieß,short 671 | 670,Language-aware Interlingua for Multilingual Neural Machine Translation,"Changfeng Zhu, Heng Yu, Shanbo Cheng and Weihua Luo",short 672 | 671,Learning an Unreferenced Metric for Online Dialogue Evaluation,"Koustuv Sinha, Prasanna Parthasarathi, Jasmine Wang, Ryan Lowe, William L. Hamilton and Joelle Pineau",short 673 | 672,Learning Implicit Text Generation via Feature Matching,"Inkit Padhi, Pierre Dognin, Ke Bai, Cícero Nogueira dos Santos, Vijil Chenthamarakshan, Youssef Mroueh and Payel Das",short 674 | 673,Learning Low-Resource End-To-End Goal-Oriented Dialog for Fast and Reliable System Deployment,"Yinpei Dai, Hangyu Li, Chengguang Tang, Yongbin Li, Jian Sun and Xiaodan Zhu",short 675 | 674,Learning Robust Models for e-Commerce Product Search,"Thanh Nguyen, Nikhil Rao and Karthik Subbian",short 676 | 675,Learning Spoken Language Representations with Neural Lattice Language Modeling,Chao-Wei Huang and Yun-Nung Chen,short 677 | 676,Learning to Tag OOV Tokens by Integrating Contextual Representation and Background Knowledge,"Keqing He, Yuanmeng Yan and Weiran XU",short 678 | 677,Learning to Understand Child-directed and Adult-directed Speech,"Lieke Gelderloos, Grzegorz Chrupała and Afra Alishahi",short 679 | 678,Let Me Choose: From Verbal Context to Font Selection,"Amirreza Shirani, Franck Dernoncourt, Jose Echevarria, Paul Asente, Nedim Lipka and Thamar Solorio",short 680 | 679,Leveraging Monolingual Data with Self-Supervision for Multilingual Neural Machine Translation,"Aditya Siddhant, Ankur Bapna, Yuan Cao, Orhan Firat, Mia Chen, Sneha Kudugunta, Naveen Arivazhagan and Yonghui Wu",short 681 | 680,Lexically Constrained Neural Machine Translation with Levenshtein Transformer,"Raymond Hendy Susanto, Shamil Chollampatt and Liling Tan",short 682 | 681,Lipschitz Constrained Parameter Initialization for Deep Transformers,"Hongfei Xu, Qiuhui Liu, Josef van Genabith, Deyi Xiong and Jingyi Zhang",short 683 | 682,Logic-Guided Data Augmentation and Regularization for Consistent Question Answering,Akari Asai and Hannaneh Hajishirzi,short 684 | 683,Low Resource Sequence Tagging using Sentence Reconstruction,"Tal Perl, Sriram Chaudhury and Raja Giryes",short 685 | 684,Make Up Your Mind! Adversarial Generation of Inconsistent Natural Language Explanations,"Oana-Maria Camburu, Brendan Shillingford, Pasquale Minervini, Thomas Lukasiewicz and Phil Blunsom",short 686 | 685,Masking Actor Information Leads to Fairer Political Claims Detection,Erenay Dayanik and Sebastian Padó,short 687 | 686,Meta-Transfer Learning for Code-Switched Speech Recognition,"Genta Indra Winata, Samuel Cahyawijaya, Zhaojiang Lin, Zihan Liu, Peng Xu and Pascale Fung",short 688 | 687,Mitigating Gender Bias Amplification in Distribution by Posterior Regularization,"Shengyu Jia, Tao Meng, Jieyu Zhao and Kai-Wei Chang",short 689 | 688,Modeling Label Semantics for Predicting Emotional Reactions,"Radhika Gaonkar, Heeyoung Kwon, Mohaddeseh Bastan, Niranjan Balasubramanian and Nathanael Chambers",short 690 | 689,Modeling Long Context for Task-Oriented Dialogue State Generation,Jun Quan and Deyi Xiong,short 691 | 690,Modeling Word Formation in English–German Neural Machine Translation,Marion Weller-Di Marco and Alexander Fraser,short 692 | 691,MOOCCube: A Large-scale Data Repository for NLP Applications in MOOCs,"Jifan Yu, Gan Luo, Tong Xiao, Qingyang Zhong, Yuquan Wang, Wenzheng Feng, Junyi Luo, Chenyu Wang, Lei Hou, Juanzi Li, Zhiyuan Liu and Jie Tang",short 693 | 692,Multimodal and Multiresolution Speech Recognition with Transformers,"Georgios Paraskevopoulos, Srinivas Parthasarathy, Aparna Khare and Shiva Sundaram",short 694 | 693,Multimodal Quality Estimation for Machine Translation,"Shu Okabe, Frédéric Blain and Lucia Specia",short 695 | 694,Multimodal Transformer for Multimodal Machine Translation,Shaowei Yao and Xiaojun Wan,short 696 | 695,Named Entity Recognition as Dependency Parsing,"Juntao Yu, Bernd Bohnet and Massimo Poesio",short 697 | 696,"Negated and Misprimed Probes for Pretrained Language Models: Birds Can Talk, But Cannot Fly",Nora Kassner and Hinrich Schütze,short 698 | 697,Neural Graph Matching Networks for Chinese Short Text Matching,"Lu Chen, Yanbin Zhao, Boer Lv, Lesheng Jin, Zhi Chen, Su Zhu and Kai Yu",short 699 | 698,Neural Temporal Opinion Modelling for Opinion Prediction on Twitter,"Lixing Zhu, Yulan He and Deyu Zhou",short 700 | 699,Neural-DINF: A Neural Network based Framework for Measuring Document Influence,"Jie Tan, Changlin Yang, Ying Li, Siliang Tang, Chen Huang and Yueting Zhuang",short 701 | 700,Non-Linear Instance-Based Cross-Lingual Mapping for Non-Isomorphic Embedding Spaces,Goran Glavaš and Ivan Vulić,short 702 | 701,“None of the Above”: Measure Uncertainty in Dialog Response Retrieval,"Yulan Feng, Shikib Mehri, Maxine Eskenazi and Tiancheng Zhao",short 703 | 702,"On Exposure Bias, Hallucination and Domain Shift in Neural Machine Translation",Chaojun Wang and Rico Sennrich,short 704 | 703,On Forgetting to Cite Older Papers: An Analysis of the ACL Anthology,Marcel Bollmann and Desmond Elliott,short 705 | 704,On Importance Sampling-Based Evaluation of Latent Language Models,"Robert L Logan IV, Matt Gardner and Sameer Singh",short 706 | 705,On the Importance of Diversity in Question Generation for QA,"Md Arafat Sultan, Shubham Chandel, Ramón Fernandez Astudillo and Vittorio Castelli",short 707 | 706,On the Spontaneous Emergence of Discrete and Compositional Signals,"Nur Geffen Lan, Emmanuel Chemla and Shane Steinert-Threlkeld",short 708 | 707,OpinionDigest: A Simple Framework for Opinion Summarization,"Yoshihiko Suhara, Xiaolan Wang, Stefanos Angelidis and Wang-Chiew Tan",short 709 | 708,Opportunistic Decoding with Timely Correction for Simultaneous Translation,"Renjie Zheng, Mingbo Ma, Baigong Zheng, Kaibo Liu and Liang Huang",short 710 | 709,Overestimation of Syntactic Representation in Neural Language Models,Jordan Kodner and Nitish Gupta,short 711 | 710,Parallel Data Augmentation for Formality Style Transfer,"Yi Zhang, Tao Ge and Xu SUN",short 712 | 711,Parallel Sentence Mining by Constrained Decoding,"Pinzhen Chen, Nikolay Bogoychev, Kenneth Heafield and Faheem Kirefu",short 713 | 712,Posterior Calibrated Training on Sentence Classification Tasks,"Taehee Jung, Dongyeop Kang, Hua Cheng, Lucas Mentch and Thomas Schaaf",short 714 | 713,Predicting Degrees of Technicality in Automatic Terminology Extraction,"Anna Hätty, Dominik Schlechtweg, Michael Dorna and Sabine Schulte im Walde",short 715 | 714,Pretrained Transformers Improve Out-of-Distribution Robustness,"Dan Hendrycks, Xiaoyuan Liu, Eric Wallace, Adam Dziedzic, Rishabh Krishnan and Dawn Song",short 716 | 715,Quantifying Attention Flow in Transformers,Samira Abnar and Willem Zuidema,short 717 | 716,Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases,Yunshi Lan and Jing Jiang,short 718 | 717,R4C: A Benchmark for Evaluating RC Systems to Get the Right Answer for the Right Reason,"Naoya Inoue, Pontus Stenetorp and Kentaro Inui",short 719 | 718,Recollection versus Imagination: Exploring Human Memory and Cognition via Neural Language Models,"Maarten Sap, Eric Horvitz, Yejin Choi, Noah A. Smith and James Pennebaker",short 720 | 719,Recursive Template-based Frame Generation for Task Oriented Dialog,Rashmi Gangadharaiah and Balakrishnan Narayanaswamy,short 721 | 720,Regularized Context Gates on Transformer for Machine Translation,"Xintong Li, Lemao Liu, Rui Wang, Guoping Huang and Max Meng",short 722 | 721,Relation Extraction with Explanation,"Hamed Shahbazi, Xiaoli Fern, Reza Ghaeini and Prasad Tadepalli",short 723 | 722,Representations of Syntax [MASK] Useful: Effects of Constituency and Dependency Structure in Recursive LSTMs,"Michael Lepori, Tal Linzen and R. Thomas McCoy",short 724 | 723,Returning the N to NLP: Towards Contextually Personalized Classification Models,Lucie Flek,short 725 | 724,Reverse Engineering Configurations of Neural Text Generation Models,"Yi Tay, Dara Bahri, Che Zheng, Clifford Brunk, Donald Metzler and Andrew Tomkins",short 726 | 725,Revisiting Higher-Order Dependency Parsers,Erick Fonseca and André F. T. Martins,short 727 | 726,Revisiting Unsupervised Relation Extraction,"Thy Thy Tran, Phong Le and Sophia Ananiadou",short 728 | 727,SAFER: A Structure-free Approach for Certified Robustness to Adversarial Word Substitutions,"Mao Ye, Chengyue Gong and Qiang Liu",short 729 | 728,Self-Attention Guided Copy Mechanism for Abstractive Summarization,"Song Xu, Haoran Li, Peng Yuan, Youzheng Wu, Xiaodong He and Bowen Zhou",short 730 | 729,Self-Attention with Cross-Lingual Position Representation,"Liang Ding, Longyue Wang and Dacheng Tao",short 731 | 730,Sentence Meta-Embeddings for Unsupervised Semantic Textual Similarity,"Nina Poerner, Ulli Waltinger and Hinrich Schütze",short 732 | 731,Shape of synth to come: Why we should use synthetic data for English surface realization,"Henry Elder, Robert Burke, Alexander O’Connor and Jennifer Foster",short 733 | 732,Shaping Visual Representations with Language for Few-Shot Classification,"Jesse Mu, Percy Liang and Noah Goodman",short 734 | 733,Showing Your Work Doesn’t Always Work,"Raphael Tang, Jaejun Lee, Ji Xin, Xinyu Liu, Yaoliang Yu and Jimmy Lin",short 735 | 734,Simple and Effective Retrieve-Edit-Rerank Text Generation,"Nabil Hossain, Marjan Ghazvininejad and Luke Zettlemoyer",short 736 | 735,Simultaneous Translation Policies: From Fixed to Adaptive,"Baigong Zheng, Kaibo Liu, Renjie Zheng, Mingbo Ma, Hairong Liu and Liang Huang",short 737 | 736,Single Model Ensemble using Pseudo-Tags and Distinct Vectors,"Ryosuke Kuwabara, Jun Suzuki and Hideki Nakayama",short 738 | 737,Smart To-Do: Automatic Generation of To-Do Items from Emails,"Sudipto Mukherjee, Subhabrata Mukherjee, Marcello Hasegawa, Ahmed Hassan Awadallah and Ryen White",short 739 | 738,Social Biases in NLP Models as Barriers for Persons with Disabilities,"Ben Hutchinson, Vinodkumar Prabhakaran, Emily Denton, Kellie Webster, Yu Zhong and Stephen Denuyl",short 740 | 739,Soft Gazetteers for Low-Resource Named Entity Recognition,"Shruti Rijhwani, Shuyan Zhou, Graham Neubig and Jaime Carbonell",short 741 | 740,Span-ConveRT: Few-shot Span Extraction for Dialog with Pretrained Conversational Representations,"Samuel Coope, Tyler Farghly, Daniela Gerz, Ivan Vulić and Matthew Henderson",short 742 | 741,Stolen Probability: A Structural Weakness of Neural Language Models,"David Demeter, Gregory Kimmel and Doug Downey",short 743 | 742,Successfully Applying the Stabilized Lottery Ticket Hypothesis to the Transformer Architecture,"Christopher Brix, Parnia Bahar and Hermann Ney",short 744 | 743,SUPERT: Towards New Frontiers in Unsupervised Evaluation Metrics for Multi-Document Summarization,"Yang Gao, Wei Zhao and Steffen Eger",short 745 | 744,Supervised Grapheme-to-Phoneme Conversion of Orthographic Schwas in Hindi and Punjabi,"Aryaman Arora, Luke Gessler and Nathan Schneider",short 746 | 745,Syntactic Data Augmentation Increases Robustness to Inference Heuristics,"Junghyun Min, R. Thomas McCoy, Dipanjan Das, Emily Pitler and Tal Linzen",short 747 | 746,Tagged Back-translation Revisited: Why Does It Really Work?,"Benjamin Marie, Raphael Rubino and Atsushi Fujita",short 748 | 747,tBERT: Topic Models and BERT Joining Forces for Semantic Similarity Detection,"Nicole Peinelt, Dong Nguyen and Maria Liakata",short 749 | 748,Template-Based Question Generation from Retrieved Sentences for Improved Unsupervised Question Answering,"Alexander Fabbri, Patrick Ng, Zhiguo Wang, Ramesh Nallapati and Bing Xiang",short 750 | 749,Tetra-Tagging: Word-Synchronous Parsing with Linear-Time Inference,Nikita Kitaev and Dan Klein,short 751 | 750,Text Classification with Negative Supervision,"Sora Ohashi, Junya Takayama, Tomoyuki Kajiwara, Chenhui Chu and Yuki Arase",short 752 | 751,To Pretrain or Not to Pretrain: Examining the Benefits of Pretrainng on Resource Rich Tasks,"Sinong Wang, Madian Khabsa and Hao Ma",short 753 | 752,Topological Sort for Sentence Ordering,"Shrimai Prabhumoye, Ruslan Salakhutdinov and Alan W Black",short 754 | 753,Toward Better Storylines with Sentence-Level Language Models,"Daphne Ippolito, David Grangier, Douglas Eck and Chris Callison-Burch",short 755 | 754,Towards Better Non-Tree Argument Mining: Proposition-Level Biaffine Parsing with Task-Specific Parameterization,"Gaku Morio, Hiroaki Ozaki, Terufumi Morishita, Yuta Koreeda and Kohsuke Yanai",short 756 | 755,Towards end-2-end learning for predicting behavior codes from spoken utterances in psychotherapy conversations,"Karan Singla, Zhuohao Chen, David Atkins and Shrikanth Narayanan",short 757 | 756,Towards Faithfully Interpretable NLP Systems: How should we define and evaluate faithfulness?,Alon Jacovi and Yoav Goldberg,short 758 | 757,Towards Open Domain Event Trigger Identification using Adversarial Domain Adaptation,Aakanksha Naik and Carolyn Rose,short 759 | 758,Transformers to Learn Hierarchical Contexts in Multiparty Dialogue for Span-based Question Answering,Changmao Li and Jinho D. Choi,short 760 | 759,Treebank Embedding Vectors for Out-of-domain Dependency Parsing,"Joachim Wagner, James Barry and Jennifer Foster",short 761 | 760,Tree-Structured Neural Topic Model,"Masaru Isonuma, Junichiro Mori, Danushka Bollegala and Ichiro Sakata",short 762 | 761,TriggerNER: Learning with Entity Triggers as Explanations for Named Entity Recognition,"Bill Yuchen Lin, Dong-Ho Lee, Ming Shen, Ryan Moreno, Xiao Huang, Prashant Shiralkar and Xiang Ren",short 763 | 762,"Two Birds, One Stone: A Simple, Unified Model for Text Generation from Structured and Unstructured Data","Hamidreza Shahidi, Ming Li and Jimmy Lin",short 764 | 763,Uncertain Natural Language Inference,"Tongfei Chen, Zhengping Jiang, Adam Poliak, Keisuke Sakaguchi and Benjamin Van Durme",short 765 | 764,Understanding Advertisements with BERT,"Kanika Kalra, Bhargav Kurma, Silpa Vadakkeeveetil Sreelatha, Manasi Patwardhan and Shirish Karande",short 766 | 765,Unsupervised FAQ Retrieval with Question Generation and BERT,"Yosi Mass, Boaz Carmeli, Haggai Roitman and David Konopnicki",short 767 | 766,Using Context in Neural Machine Translation Training Objectives,"Danielle Saunders, Felix Stahlberg and Bill Byrne",short 768 | 767,Variational Neural Machine Translation with Normalizing Flows,"Hendra Setiawan, Matthias Sperber, Udhyakumar Nallasamy and Matthias Paulik",short 769 | 768,Verbal Multiword Expressions for Identification of Metaphor,"Omid Rohanian, Marek Rei, Shiva Taslimipoor and Le An Ha",short 770 | 769,Video-Grounded Dialogues with Pretrained Generation Language Models,Hung Le and Steven C.H. Hoi,short 771 | 770,What Does BERT with Vision Look At?,"Liunian Harold Li, Mark Yatskar, Da Yin, Cho-Jui Hsieh and Kai-Wei Chang",short 772 | 771,What is Learned in Visually Grounded Neural Syntax Acquisition,"Noriyuki Kojima, Hadar Averbuch-Elor, Alexander Rush and Yoav Artzi",short 773 | 772,Why Overfitting Isn’t Always Bad: Retrofitting Cross-Lingual Word Embeddings to Dictionaries,"Mozhi Zhang, Yoshinari Fujinuma, Michael J. Paul and Jordan Boyd-Graber",short 774 | 773,Will-They-Won’t-They: A Very Large Dataset for Stance Detection on Twitter,"Costanza Conforti, Jakob Berndt, Mohammad Taher Pilehvar, Chryssi Giannitsarou, Flavio Toxvaerd and Nigel Collier",short 775 | 774,"Words aren’t enough, their order matters: On the Robustness of Grounding Visual Referring Expressions","Arjun Akula, Spandana Gella, Yaser Al-Onaizan, Song-Chun Zhu and Siva Reddy",short 776 | 775,"Worse WER, but Better BLEU? Leveraging Word Embedding as Intermediate in Multitask End-to-End Speech Translation","Shun-Po Chuang, Tzu-Wei Sung, Alexander H. Liu and Hung-yi Lee",short 777 | 776,Would you Rather? A New Benchmark for Learning Machine Alignment with Cultural Values and Social Preferences,"Yi Tay, Donovan Ong, Jie Fu, Alvin Chan, Nancy Chen, Anh Tuan Luu and Chris Pal",short 778 | 777,You Don’t Have Time to Read This: An Exploration of Document Reading Time Prediction,"Orion Weller, Jordan Hildebrandt, Ilya Reznik, Christopher Challis, E. Shannon Tass, Quinn Snell and Kevin Seppi",short 779 | 778,``You Sound Just Like Your Father’’ Commercial Machine Translation Systems Include Stylistic Biases,"Dirk Hovy, Federico Bianchi and Tommaso Fornaciari",short 780 | 779,ZPR2: Joint Zero Pronoun Recovery and Resolution using Multi-Task Learning and BERT,"Linfeng Song, Kun Xu, Yue Zhang, Jianshu Chen and Dong Yu",short -------------------------------------------------------------------------------- /papers-csv-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ailln/ACL2020-Paper-Code-Blog/7bc4394697749df28ae619160dbb4f7cfb5710fb/papers-csv-preview.png --------------------------------------------------------------------------------