-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constructing comprehensive court orders #1
Comments
Can we make this more expansive so that it covers almost all 'drafting' tasks that occur in a government offices? Besides court judgements, this will then include other things such as letters and office orders, The nature of the bot should be the same - a query tool to ask the user to fill in important details, after which it generates a document that is consistent in style, structure, and language with the human-written documents we have been using in the past. Also, this goal - "Create a bot that is capable of asking questions that all relevant content required to construct a judgement and combine them meaningfully in the right structure into a comprehensive and valid court judgement" can be written better |
"Fine-tuning an LLM to match the style of previous judgements Are these repetitive? |
|
Incorporated. |
Goal looks good but can we edit the other sections too? |
Goal
An agent that allows for a guided drafting of documents in government offices. Examples of documents include - court judgements, letters, office orders. It gathers data by querying the users in a conversational format and drafting a document in the style specific to the document.
Description
The court clerical staff currently take several days to draft a comprehensive court order even after they have collected all relevant information from all the required parties. Most judgements follow a predefined structure including summarizing/structuring all content (this doesn't require any higher reasoning usually and is very repetitive work). The chatbot aims to automate this effort.
Any required content could be sourced through a form or through a conversation that fills in any missing information.
The bot then would generate a judgement using the content in a similar style as the previous judgements and without stating any falsities or creating its own conclusions. This should ideally be completed in less than 10 minutes.
Implementation details
This will involve:
documentType
,documentForm
,style
, etc)Students to be selected
1 students
Requirements
Python, Pytorch, LLM , NLP
The text was updated successfully, but these errors were encountered: