citation_prediction_classification
Given a legal statement and a case citation, determine if the citation is supportive of the legal statement.
Source: Michael Livermore, Daniel N. Rockmore
License: CC BY 4.0
Size (samples): 110
Legal reasoning type: Rule-recall
Task type: Binary classification
Task description
This task evaluates the extent to which a LLM can determine if a case is supportive of a particular sentence.
Task construction
We gathered a sample of circuit court opinions published after January 1, 2023. From each opinion, we identified sentences where the following criteria were mere:
- The sentence was followed by a citation to a single judicial opinion. We ignored instances where a single case was offered as support, but a parenthetical indicated the case was citing or quoting another.
- The sentence was entirely or contained part of quotation.
We selected these sentences in order to minimize the chance of selecting sentences for which a court could have pointed towards a broad range of cases as authoratively supportive. After collecting (sentence, citation) pairs, we constructed negative samples by pairing sentences with citations associated with other sentences.
Note: we expect this task to be less informative for models trained on text data for 2023. However, the process of creating this task data is straightforward, so we believe it can be replicated on newly released opinions for newer models.