← Search

Daniel Cer

8 accepted papers

2024

Leveraging LLMs for Synthesizing Training Data Across Many Languages in Multilingual Dense Retrieval

NAACL 2024long

There has been limited success for dense retrieval models in multilingual retrieval, due to uneven and scarce training data available across multiple languages. Synthetic training data generation is promising (e.g., InPars or Promptagator), but has been investigated only for English. Therefore, to s…

2022

Language-agnostic BERT Sentence Embedding

ACL 2022long

While BERT is an effective method for learning monolingual sentence embeddings for semantic similarity and embedding based transfer learning BERT based cross-lingual sentence embeddings have yet to be explored. We systematically investigate methods for learning multilingual sentence embeddings by co…

2022

Overcoming Catastrophic Forgetting in Zero-Shot Cross-Lingual Generation

EMNLP 2022main

In this paper, we explore the challenging problem of performing a generative task in a target language when labeled data is only available in English, using summarization as a case study. We assume a strict setting with no access to parallel data or machine translation and find that common transfer…

2022

SPoT: Better Frozen Model Adaptation through Soft Prompt Transfer

ACL 2022long

There has been growing interest in parameter-efficient methods to apply pre-trained language models to downstream tasks. Building on the Prompt Tuning approach of Lester et al. (2021), which learns task-specific soft prompts to condition a frozen pre-trained model to perform different tasks, we prop…

Cited by 308SourcePDFScholar
2022

Sentence-T5: Scalable Sentence Encoders from Pre-trained Text-to-Text Models

ACL 2022findings

We provide the first exploration of sentence embeddings from text-to-text transformers (T5) including the effects of scaling up sentence encoders to 11B parameters. Sentence embeddings are broadly useful for language processing tasks. While T5 achieves impressive performance on language tasks, it is…

2021

A Simple and Effective Method To Eliminate the Self Language Bias in Multilingual Representations

EMNLP 2021main

Language agnostic and semantic-language information isolation is an emerging research direction for multilingual representations models. We explore this problem from a novel angle of geometric algebra and semantic space. A simple but highly effective method “Language Information Removal (LIR)” facto…

2021

Neural Retrieval for Question Answering with Cross-Attention Supervised Data Augmentation

ACL 2021short

Early fusion models with cross-attention have shown better-than-human performance on some question answer benchmarks, while it is a poor fit for retrieval since it prevents pre-computation of the answer representations. We present a supervised data mining method using an accurate early fusion model…

Cited by 32SourcePDFScholar
2021

Universal Sentence Representation Learning with Conditional Masked Language Model

EMNLP 2021main

This paper presents a novel training method, Conditional Masked Language Modeling (CMLM), to effectively learn sentence representations on large scale unlabeled corpora. CMLM integrates sentence representation learning into MLM training by conditioning on the encoded vectors of adjacent sentences. O…

Cited by 67SourcePDFScholar