Context-Aware Legal Citation Recommendation using Deep Learning
Lawyers and judges spend a large amount of time researching the proper legal authority to cite while drafting decisions. In this paper, we develop a citation recommendation tool that can help improve efficiency in the process of opinion drafting. We train four types of machine learning models, including a citation-list based method (collaborative filtering) and three context-based methods (text similarity, BiLSTM and RoBERTa classifiers). Our experiments show that leveraging local textual context improves recommendation, and that deep neural models achieve decent performance. We show that non-deep text-based methods benefit from access to structured case metadata, but deep models only benefit from such access when predicting from context of insufficient length. We also find that, even after extensive training, RoBERTa does not outperform a recurrent neural model, despite its benefits of pretraining. Our behavior analysis of the RoBERTa model further shows that predictive performance is stable across time and citation classes.
Code (1)
Tasks
Citation RecommendationCollaborative FilteringDeep Learningtext similarityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
CiteCaseLAW: Citation Worthiness Detection in Caselaw for Legal Assistive Writing
In legal document writing, one of the key elements is properly citing the case laws and other sources to substantiate claims and arguments. Understanding the legal domain and identifying appropriate citation context or c…
Citation RecommendationCitation worthinessRecommendation SystemsSpecificityCitation Recommendation on Scholarly Legal Articles
Citation recommendation is the task of finding appropriate citations based on a given piece of text. The proposed datasets for this task consist mainly of several scientific fields, lacking some core ones, such as law. F…
ArticlesCitation RecommendationRe-RankingHybridCite: A Hybrid Model for Context-Aware Citation Recommendation
Citation recommendation systems aim to recommend citations for either a complete paper or a small portion of text called a citation context. The process of recommending citations for citation contexts is called local cit…
Citation RecommendationInformation RetrievalRecommendation SystemsRetrievalA Context-Aware Citation Recommendation Model with BERT and Graph Convolutional Networks
With the tremendous growth in the number of scientific papers being published, searching for references while writing a scientific paper is a time-consuming process. A technique that could add a reference citation at the…
BenchmarkingCitation RecommendationSentenceTAGLegalCiteTrust: Benchmarking Citation Trustworthiness in Chinese Long-Form Legal Research Reports
Long-form legal research reports increasingly rely on LLMs and agentic research systems, but their reliability depends not only on answering the task, but also on whether cited legal authorities are trustworthy. A citati…