DL-Simplified icon indicating copy to clipboard operation
DL-Simplified copied to clipboard

Automated Legal Document Summarizer

Open anushkasaxena07 opened this issue 1 year ago • 8 comments

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Automated Legal Document Summarizer :red_circle: Aim : Create a model that can read and summarize lengthy legal documents, preserving the key legal points and clauses. :red_circle: Dataset : collected from diverse sources to ensure a variety and contents for comprehensive testing. :red_circle: Approach : Approach:

Use a pre-trained transformer model fine-tuned on a legal text dataset. Incorporate Named Entity Recognition (NER) to identify and highlight important entities (e.g., names, dates, legal terms). Evaluate the summaries for accuracy and completeness by comparing them to human-generated summaries.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

:red_circle::yellow_circle: Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

:white_check_mark: To be Mentioned while taking the issue :

  • Full name : Anushka Saxena
  • GitHub Profile Link : anushkasaxena07
  • Email ID :[[email protected]]
  • Participant ID (if applicable):
  • Approach for this Project : Use a pre-trained transformer model fine-tuned on a legal text dataset. Incorporate Named Entity Recognition (NER) to identify and highlight important entities (e.g., names, dates, legal terms). Evaluate the summaries for accuracy and completeness by comparing them to human-generated summaries.
  • What is your participant role? (Mention the Open Source program)

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

anushkasaxena07 avatar Jul 16 '24 20:07 anushkasaxena07

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

github-actions[bot] avatar Jul 16 '24 20:07 github-actions[bot]

@abhisheks008 plz assign me this issue

anushkasaxena07 avatar Jul 16 '24 20:07 anushkasaxena07

Hi @anushkasaxena07 it'll be better to focus on one issue at a time.

Also in the approach part name of the proposed models/architectures are missing. Can you put some clarification on the same?

abhisheks008 avatar Jul 17 '24 08:07 abhisheks008

Proposed Models/Architectures: BERTSUM: A variant of BERT (Bidirectional Encoder Representations from Transformers) specifically designed for extractive summarization. T5 (Text-To-Text Transfer Transformer): A versatile model that can be fine-tuned for summarization tasks by framing them as text-to-text problems. PEGASUS: A model designed for abstractive summarization with a focus on generating high-quality summaries. Longformer: A transformer model designed to handle long documents, making it suitable for summarizing lengthy legal texts. Tools: Hugging Face Transformers, TensorFlow, PyTorch

anushkasaxena07 avatar Jul 17 '24 08:07 anushkasaxena07

@abhisheks008 can you assign this issue to me

NalluriShweta avatar Jan 05 '25 06:01 NalluriShweta

Please comment your approach and other required information as per the issue template. @NalluriShweta

abhisheks008 avatar Jan 05 '25 08:01 abhisheks008

Full name : Shweta Nalluri GitHub Profile Link : NalluriShweta Email ID :[email protected] Approach for this Project : For the Automated Legal Document Summarizer project, I plan to use LegalBERT for extractive summarization and models like T5 and BART for abstractive summarization, fine-tuned on legal datasets to ensure domain specificity. Evaluation will be conducted using metrics such as ROUGE and BLEU What is your participant role? : SWOC

NalluriShweta avatar Jan 06 '25 00:01 NalluriShweta

Assigning this issue to you @NalluriShweta

Start working on it 💪🏻

abhisheks008 avatar Jan 06 '25 03:01 abhisheks008