Papers › When Does Pretraining Help? Assessing Self-Supervised Learning for Law and the CaseHOLD Dataset

When Does Pretraining Help? Assessing Self-Supervised Learning for Law and the CaseHOLD Dataset

18 Apr 2021arXiv:2104.08671archive 2025-07-28

Lucia Zheng, Neel Guha, Brandon R. Anderson, Peter Henderson, Daniel E. Ho

While self-supervised learning has made rapid advances in natural language processing, it remains unclear when researchers should engage in resource-intensive domain-specific pretraining (domain pretraining). The law, puzzlingly, has yielded few documented instances of substantial gains to domain pretraining in spite of the fact that legal language is widely seen to be unique. We hypothesize that these existing results stem from the fact that existing legal NLP tasks are too easy and fail to meet conditions for when domain pretraining can help. To address this, we first present CaseHOLD (Case Holdings On Legal Decisions), a new dataset comprised of over 53,000+ multiple choice questions to identify the relevant holding of a cited case. This dataset presents a fundamental task to lawyers and is both legally meaningful and difficult from an NLP perspective (F1 of 0.4 with a BiLSTM baseline). Second, we assess performance gains on CaseHOLD and existing legal NLP datasets. While a Transformer architecture (BERT) pretrained on a general corpus (Google Books and Wikipedia) improves performance, domain pretraining (using corpus of approximately 3.5M decisions across all courts in the U.S. that is larger than BERT's) with a custom legal vocabulary exhibits the most substantial performance gains with CaseHOLD (gain of 7.2% on F1, representing a 12% improvement on BERT) and consistent performance gains across two other legal tasks. Third, we show that domain pretraining may be warranted when the task exhibits sufficient similarity to the pretraining corpus: the level of performance increase in three legal tasks was directly tied to the domain specificity of the task. Our findings inform when researchers should engage resource-intensive pretraining and show that Transformer-based architectures, too, learn embeddings suggestive of distinct legal language.

PaperPDFCodeCode 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="2104.08671")

Code

Syntology Ran 0 of 9 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run.

By repository: official repository: 1 sample from 1 repository, 0 ran; community (archive-listed): 8 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

reglab/casehold officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
trusthlt/privacy-legal-nlp-lm mentioned on GitHubjaxApache-2.0 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

9 samples harvested; 0 ran; 0 honoured the contract we drafted; 9 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.

9unverified

Licence: 0 of the 9 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

convert_examples_to_features reglab/casehold/multiple_choice/utils_multiple_choice.py official repository unverified Apache-2.0 (permissive) · 68377121bfc285a9 · report
apply_threshs trusthlt/privacy-legal-nlp-lm/downstream_tasks/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · e1f72af0ac263f37 · report
build_dataset trusthlt/privacy-legal-nlp-lm/downstream_tasks/data_loader.py community (archive-listed) unverified Apache-2.0 (permissive) · f252d20c754d3bcf · report
create_instance_from_document trusthlt/privacy-legal-nlp-lm/data_prepare/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 36a781e6d5afa906 · report
equal trusthlt/privacy-legal-nlp-lm/pretrain/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 45127374f48c9723 · report
generate_random_next trusthlt/privacy-legal-nlp-lm/data_prepare/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · efbd156ad839d2bf · report
multihot trusthlt/privacy-legal-nlp-lm/downstream_tasks/data_loader.py community (archive-listed) unverified Apache-2.0 (permissive) · 851b9497b3ad4904 · report
split_corpus trusthlt/privacy-legal-nlp-lm/downstream_tasks/data_loader.py community (archive-listed) unverified Apache-2.0 (permissive) · 14ea19820452ef31 · report
tune_threshs trusthlt/privacy-legal-nlp-lm/downstream_tasks/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · a58a2a6534b81101 · report

Tasks

Multiple-choiceQuestion AnsweringSelf-Supervised LearningSpecificityText Classification

Datasets

Introduced by this paper, per the archive.

CaseHOLDOverruling

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Question Answering CaseHOLD Custom Legal-BERT Macro F1 (10-fold) 69.5 #1 of 3 Archive leaderboard report
Question Answering CaseHOLD Legal-BERT Macro F1 (10-fold) 68.0 #2 of 3 Archive leaderboard report
Question Answering CaseHOLD BERT Macro F1 (10-fold) 61.3 #3 of 3 Archive leaderboard report
Text Classification Overruling Custom Legal-BERT F1(10-fold) 97.4 #1 of 3 Archive leaderboard report
Text Classification Overruling Legal-BERT F1(10-fold) 96.3 #2 of 3 Archive leaderboard report
Text Classification Overruling BERT F1(10-fold) 95.8 #3 of 3 Archive leaderboard report
Text Classification Terms of Service Custom Legal-BERT F1(10-fold) 78.7 #1 of 3 Archive leaderboard report
Text Classification Terms of Service Legal-BERT F1(10-fold) 75.0 #2 of 3 Archive leaderboard report
Text Classification Terms of Service BERT F1(10-fold) 72.2 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEBiLSTMDense ConnectionsDropoutLSTMLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSigmoid ActivationSoftmaxTanh ActivationTransformer

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