Papers › Pre-training via Paraphrasing

Pre-training via Paraphrasing

26 Jun 2020NeurIPS 2020 12arXiv:2006.15020archive 2025-07-28

Mike Lewis, Marjan Ghazvininejad, Gargi Ghosh, Armen Aghajanyan, Sida Wang, Luke Zettlemoyer

We introduce MARGE, a pre-trained sequence-to-sequence model learned with an unsupervised multi-lingual multi-document paraphrasing objective. MARGE provides an alternative to the dominant masked language modeling paradigm, where we self-supervise the reconstruction of target text by retrieving a set of related texts (in many languages) and conditioning on them to maximize the likelihood of generating the original. We show it is possible to jointly learn to do retrieval and reconstruction, given only a random initialization. The objective noisily captures aspects of paraphrase, translation, multi-document summarization, and information retrieval, allowing for strong zero-shot performance on several tasks. For example, with no additional task-specific training we achieve BLEU scores of up to 35.8 for document translation. We further show that fine-tuning gives strong performance on a range of discriminative and generative tasks in many languages, making MARGE the most generally applicable pre-training method to date.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.15020")

Code

Syntology Ran 15 of 18 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 2 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: community (archive-listed): 15 samples from 1 repository, 12 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Zefty/rag-end2end-retriever mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
lucidrains/marge-pytorch mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 15 ran; 3 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
2ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
7ran
3unverified

Licence: 3 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lucidrains/marge-pytorch. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AutoregressiveWrapper lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran MIT (permissive) · a23d31dcc7838ddb · report
CrossAttention lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · fb7817bba2fe0a0b · report
FeedForward lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 2f5068b67b6e8ba9 · report
GEGLU lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 5f34e2fdaf110b16 · report
PreNorm lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 91253a4da85ebfde · report
SelfAttention lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 2420acac5ce29a6d · report
TransformerWrapper lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 85f155dff8d3e5f1 · report
default lucidrains/marge-pytorch/marge_pytorch/autoregressive_wrapper.py community (archive-listed) ran · honoured contract MIT (permissive) · 00cc1741a5867494 · report
distill_attn_loss lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · b2cc37d9d1652bf0 · report
log lucidrains/marge-pytorch/marge_pytorch/autoregressive_wrapper.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 6269424d608eba34 · report
top_k lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3b65d5d77510c964 · report
top_p lucidrains/marge-pytorch/marge_pytorch/autoregressive_wrapper.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 6061c7c2f893c5a4 · report
Decoder lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) unverified MIT (permissive) · 94e14679f0392a49 · report
Encoder lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) unverified MIT (permissive) · 2d3108123a370798 · report
Marge lucidrains/marge-pytorch/marge_pytorch/marge_pytorch.py community (archive-listed) unverified MIT (permissive) · 8cd72863751d5967 · report
default identical code first harvested elsewhere ran · violated contract fingerprinted licence of this copy not recorded · d1003e60be6533a9 · report
exists identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · 608e364a9d2376a3 · report
identity identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · caeb28d34b34bc2a · report

Tasks

Document SummarizationDocument TranslationInformation RetrievalLanguage ModelingLanguage ModellingMasked Language ModelingMulti-Document SummarizationRetrievalTranslation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections