paper-with-me

Papers

Unsupervised Context Aware Sentence Representation Pretraining for Multi-lingual Dense Retrieval

2022-06-07 · Ning Wu, Yaobo Liang, Houxing Ren, Linjun Shou, Nan Duan, Ming Gong, Daxin Jiang

Recent research demonstrates the effectiveness of using pretrained language models (PLM) to improve dense retrieval and multilingual dense retrieval. In this work, we present a simple but effective monolingual pretraining task called contrastive context prediction~(CCP) to learn sentence representation by modeling sentence level contextual relation. By pushing the embedding of sentences in a local context closer and pushing random negative samples away, different languages could form isomorphic structure, then sentence pairs in two different languages will be automatically aligned. Our experiments show that model collapse and information leakage are very easy to happen during contrastive training of language model, but language-specific memory bank and asymmetric batch normalization operation play an essential role in preventing collapsing and information leakage, respectively. Besides, a post-processing for sentence embedding is also very effective to achieve better retrieval performance. On the multilingual sentence retrieval task Tatoeba, our model achieves new SOTA results among methods without using bilingual data. Our model also shows larger gain on Tatoeba when transferring between non-English pairs. On two multi-lingual query-passage retrieval tasks, XOR Retrieve and Mr.TYDI, our model even achieves two SOTA results in both zero-shot and supervised setting among all pretraining models using bilingual data.

📄 PDF Abstract BibTeX arXiv:2206.03281

Code (1)

wuning0929/ccp_ijcai22 공식 구현 pytorch

Tasks

Language ModellingPassage RetrievalRetrievalSentenceSentence EmbeddingSentence-EmbeddingSentence Retrieval

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Looking for ELMo's friends: Sentence-Level Pretraining Beyond Language Modeling

2019-05-01 · ICLR 2019 5 · Samuel R. Bowman, Ellie Pavlick, Edouard Grave, Benjamin Van Durme 외

Work on the problem of contextualized word representation—the development of reusable neural network components for sentence understanding—has recently seen a surge of progress centered on the unsupervised pretraining t…

Language ModelingLanguage ModellingSentence

Pretraining with Contrastive Sentence Objectives Improves Discourse Performance of Language Models

2020-05-20 · ACL 2020 6 · Dan Iter, Kelvin Guu, Larry Lansing, Dan Jurafsky

Recent models for unsupervised representation learning of text have employed a number of techniques to improve contextual word representations but have put little focus on discourse-level representations. We propose CONP…

Common Sense ReasoningNatural Language InferenceReading ComprehensionRepresentation Learning+2

Shallow Syntax in Deep Water

2019-08-29 · Swabha Swayamdipta, Matthew Peters, Brendan Roof, Chris Dyer 외

Shallow syntax provides an approximation of phrase-syntactic structure of sentences; it can be produced with high accuracy, and is computationally cheap to obtain. We investigate the role of shallow syntax-aware represen…

DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations

2020-06-05 · ACL 2021 5 · John Giorgi, Osvald Nitski, Bo wang, Gary Bader

Sentence embeddings are an important component of many natural language processing (NLP) systems. Like word embeddings, sentence embeddings are typically learned on large text corpora and then transferred to various down…

ClusteringContrastive LearningLinear-Probe ClassificationMetric Learning+4

On the Language Encoder of Contrastive Cross-modal Models

2023-10-20 · Mengjie Zhao, Junya Ono, Zhi Zhong, Chieh-Hsin Lai 외

Contrastive cross-modal models such as CLIP and CLAP aid various vision-language (VL) and audio-language (AL) tasks. However, there has been limited investigation of and improvement in their language encoder, which is th…

cross-modal alignmentSentenceSentence EmbeddingSentence-Embedding