← Search

Marc Marone

7 accepted papers

2026

Seq vs Seq: An Open Suite of Paired Encoders and Decoders

ICLR 2026poster

The large language model (LLM) community focuses almost exclusively on decoder-only language models, since they are easier to use for text generation. However, a large subset of the community still uses encoder-only models for tasks such as classification or retrieval. Previous work has attempted to…

Cited by 0SourcecodeScholar
2026

mmBERT: A Modern Multilingual Encoder with Annealed Language Learning

ICML 2026poster

Encoder-only language models are frequently used for a variety of language tasks, including classification and retrieval. However, there has been a lack of recent research efforts for encoder models, especially with respect to multilingual models. We introduce mmBERT, an encoder-only language model …

Cited by 0SourceScholar
2025

Certified Mitigation of Worst-Case LLM Copyright Infringement

EMNLP 2025

The exposure of large language models (LLMs) to copyrighted material during pre-training raises concerns about unintentional copyright infringement post deployment. This has driven the development of “copyright takedown” methods—post-training approaches aimed at preventing models from generating con

2025

Verifiable by Design: Aligning Language Models to Quote from Pre-Training Data

NAACL 2025long

To trust the fluent generations of large language models (LLMs), humans must be able to _verify_ their correctness against trusted, external sources. Recent efforts, such as providing citations via retrieved documents or post-hoc provenance, enhance verifiability but provide no guarantees on their c…

2022

Pretrained Models for Multilingual Federated Learning

NAACL 2022long

Since the advent of Federated Learning (FL), research has applied these methods to natural language processing (NLP) tasks. Despite a plethora of papers in FL for NLP, no previous works have studied how multilingual text impacts FL algorithms. Furthermore, multilingual text provides an interesting a…

2021

Everything Is All It Takes: A Multipronged Strategy for Zero-Shot Cross-Lingual Information Extraction

EMNLP 2021main

Zero-shot cross-lingual information extraction (IE) describes the construction of an IE model for some target language, given existing annotations exclusively in some other language, typically English. While the advance of pretrained multilingual encoders suggests an easy optimism of “train on Engli…