English

Cross-Thought for Sentence Encoder Pre-training

Computation and Language 2020-10-09 v1

Abstract

In this paper, we propose Cross-Thought, a novel approach to pre-training sequence encoder, which is instrumental in building reusable sequence embeddings for large-scale NLP tasks such as question answering. Instead of using the original signals of full sentences, we train a Transformer-based sequence encoder over a large set of short sequences, which allows the model to automatically select the most useful information for predicting masked words. Experiments on question answering and textual entailment tasks demonstrate that our pre-trained encoder can outperform state-of-the-art encoders trained with continuous sentence signals as well as traditional masked language modeling baselines. Our proposed approach also achieves new state of the art on HotpotQA (full-wiki setting) by improving intermediate information retrieval performance.

Keywords

Cite

@article{arxiv.2010.03652,
  title  = {Cross-Thought for Sentence Encoder Pre-training},
  author = {Shuohang Wang and Yuwei Fang and Siqi Sun and Zhe Gan and Yu Cheng and Jing Jiang and Jingjing Liu},
  journal= {arXiv preprint arXiv:2010.03652},
  year   = {2020}
}

Comments

Accepted by EMNLP 2020

R2 v1 2026-06-23T19:08:52.793Z