paper-with-me

Papers

Judgement Citation Retrieval using Contextual Similarity

2024-05-28 · Akshat Mohan Dasula, Hrushitha Tigulla, Preethika Bhukya

Traditionally in the domain of legal research, the retrieval of pertinent citations from intricate case descriptions has demanded manual effort and keyword-based search applications that mandate expertise in understanding legal jargon. Legal case descriptions hold pivotal information for legal professionals and researchers, necessitating more efficient and automated approaches. We propose a methodology that combines natural language processing (NLP) and machine learning techniques to enhance the organization and utilization of legal case descriptions. This approach revolves around the creation of textual embeddings with the help of state-of-art embedding models. Our methodology addresses two primary objectives: unsupervised clustering and supervised citation retrieval, both designed to automate the citation extraction process. Although the proposed methodology can be used for any dataset, we employed the Supreme Court of The United States (SCOTUS) dataset, yielding remarkable results. Our methodology achieved an impressive accuracy rate of 90.9%. By automating labor-intensive processes, we pave the way for a more efficient, time-saving, and accessible landscape in legal research, benefiting legal professionals, academics, and researchers.

📄 PDF Abstract BibTeX arXiv:2406.01609

Code (1)

AkshatMittu/Precedent-Analysis 공식 구현

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Multi-objective Representation Learning for Scientific Document Retrieval

2022-10-01 · sdp (COLING) 2022 10 · Mathias Parisot, Jakub Zavrel

Existing dense retrieval models for scientific documents have been optimized for either retrieval by short queries, or for document similarity, but usually not for both. In this paper, we explore the space of combining m…

Representation LearningRetrievalSentence

Word Sense Distance in Human Similarity Judgements and Contextualised Word Embeddings

2020-06-01 · PaM 2020 6 · Janosch Haber, Massimo Poesio

Homonymy is often used to showcase one of the advantages of context-sensitive word embedding techniques such as ELMo and BERT. In this paper we want to shift the focus to the related but less exhaustively explored phenom…

Word Embeddings

LawSum: A weakly supervised approach for Indian Legal Document Summarization

2021-10-04 · Vedant Parikh, Vidit Mathur, Parth Mehta, Namita Mittal 외

Unlike the courts in western countries, public records of Indian judiciary are completely unstructured and noisy. No large scale publicly available annotated datasets of Indian legal documents exist till date. This limit…

Document SummarizationLegal Document SummarizationRetrievalSentence

BiCA: Effective Biomedical Dense Retrieval with Citation-Aware Hard Negatives

2025-11-11 · Aarush Sinha, Pavan Kumar S, Roshan Balaji, Nirav Pravinbhai Bhatt arxiv

Hard negatives are essential for training effective retrieval models. Hard-negative mining typically relies on ranking documents using cross-encoders or static embedding models based on similarity metrics such as cosine …

Domain Adaptation

CG-RAG: Research Question Answering by Citation Graph Retrieval-Augmented LLMs

2025-01-25 · Yuntong Hu, Zhihan Lei, Zhongjie Dai, Allen Zhang 외

Research question answering requires accurate retrieval and contextual understanding of scientific literature. However, current Retrieval-Augmented Generation (RAG) methods often struggle to balance complex document rela…

Information RetrievalQuestion AnsweringRAGRetrieval+1