paper-with-me

홈 › Papers

Large-Language Memorization During the Classification of United States Supreme Court Cases

2025-12-15 · John E. Ortega, Dhruv D. Joshi, Matt P. Borkowski arxiv

Large-language models (LLMs) have been shown to respond in a variety of ways for classification tasks outside of question-answering. LLM responses are sometimes called "hallucinations" since the output is not what is ex pected. Memorization strategies in LLMs are being studied in detail, with the goal of understanding how LLMs respond. We perform a deep dive into a classification task based on United States Supreme Court (SCOTUS) decisions. The SCOTUS corpus is an ideal classification task to study for LLM memory accuracy because it presents significant challenges due to extensive sentence length, complex legal terminology, non-standard structure, and domain-specific vocabulary. Experimentation is performed with the latest LLM fine tuning and retrieval-based approaches, such as parameter-efficient fine-tuning, auto-modeling, and others, on two traditional category-based SCOTUS classification tasks: one with 15 labeled topics and another with 279. We show that prompt-based models with memories, such as DeepSeek, can be more robust than previous BERT-based models on both tasks scoring about 2 points better than previous models not based on prompting.

📄 PDF Abstract BibTeX arXiv:2512.13654

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Elephants Never Forget: Memorization and Learning of Tabular Data in Large Language Models

2024-04-09 · Sebastian Bordt, Harsha Nori, Vanessa Rodrigues, Besmira Nushi 외

While many have shown how Large Language Models (LLMs) can be applied to a diverse set of tasks, the critical issues of data contamination and memorization are often glossed over. In this work, we address this concern fo…

Few-Shot LearningLanguage ModellingMemorizationWorld Knowledge

Exploring Memorization in Fine-tuned Language Models

2023-10-10 · Shenglai Zeng, Yaxin Li, Jie Ren, Yiding Liu 외

Large language models (LLMs) have shown great capabilities in various tasks but also exhibited memorization of training data, raising tremendous privacy and copyright concerns. While prior works have studied memorization…

Memorization

Retrieval-augmented Encoders for Extreme Multi-label Text Classification

2025-02-15 · Yau-Shian Wang, Wei-Cheng Chang, Jyun-Yu Jiang, Jiong Zhang 외

Extreme multi-label classification (XMC) seeks to find relevant labels from an extremely large label collection for a given text input. To tackle such a vast label space, current state-of-the-art methods fall into two ca…

Extreme Multi-Label ClassificationMemorizationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+5

Memorization in Graph Neural Networks

2025-08-26 · Adarsh Jamadandi, Jing Xu, Adam Dziedzic, Franziska Boenisch arxiv

Deep neural networks (DNNs) have been shown to memorize their training data, yet similar analyses for graph neural networks (GNNs) remain largely under-explored. We introduce NCMemo (Node Classification Memorization), th…

Node Classification

Rethinking Memorization Measures and their Implications in Large Language Models

2025-07-20 · Bishwamittra Ghosh, Soumi Das, Qinyuan Wu, Mohammad Aflah Khan 외 arxiv

Concerned with privacy threats, memorization in LLMs is often seen as undesirable, specifically for learning. In this paper, we study whether memorization can be avoided when optimally learning a language, and whether th…