← Search

Xiaoxi Mao

7 accepted papers

2022

DecBERT: Enhancing the Language Understanding of BERT with Causal Attention Masks

NAACL 2022findings

Since 2017, the Transformer-based models play critical roles in various downstream Natural Language Processing tasks. However, a common limitation of the attention mechanism utilized in Transformer Encoder is that it cannot automatically capture the information of word order, so explicit position em…

Cited by 7SourcePDFScholar
2022

Easy and Efficient Transformer: Scalable Inference Solution For Large NLP Model

NAACL 2022industry

Recently, large-scale transformer-based models have been proven to be effective over various tasks across many domains. Nevertheless, applying them in industrial production requires tedious and heavy works to reduce inference costs. To fill such a gap, we introduce a scalable inference solution: Eas…

2021

Long Text Generation by Modeling Sentence-Level and Discourse-Level Coherence

ACL 2021long

Generating long and coherent text is an important but challenging task, particularly for open-ended language generation tasks such as story generation. Despite the success in modeling intra-sentence coherence, existing generation models (e.g., BART) still struggle to maintain a coherent event sequen…

2021

OpenMEVA: A Benchmark for Evaluating Open-ended Story Generation Metrics

ACL 2021long

Automatic metrics are essential for developing natural language generation (NLG) models, particularly for open-ended language generation tasks such as story generation. However, existing automatic metrics are observed to correlate poorly with human evaluation. The lack of standardized benchmark data…

2021

Stylized Dialogue Response Generation Using Stylized Unpaired Texts

AAAI 2021technical

Generating stylized responses is essential to build intelligent and engaging dialogue systems. However, this task is far from well-explored due to the difficulties of rendering a particular style in coherent responses, especially when the target style is embedded only in unpaired texts that cannot b…

Cited by 38SourcePDFScholar
2021

Transferable Persona-Grounded Dialogues via Grounded Minimal Edits

EMNLP 2021main

Grounded dialogue models generate responses that are grounded on certain concepts. Limited by the distribution of grounded dialogue data, models trained on such data face the transferability challenges in terms of the data distribution and the type of grounded concepts. To address the challenges, we…