151 lines
2.6 KiB
Markdown
151 lines
2.6 KiB
Markdown
---
|
|
marp: true
|
|
theme: gaia
|
|
_class: lead
|
|
paginate: true
|
|
backgroundColor: #fff
|
|
backgroundImage: url('https://marp.app/assets/hero-background.svg')
|
|
---
|
|
|
|
|
|

|
|
|
|
# **GPT + Legial service**
|
|
|
|
---
|
|
|
|

|
|
|
|
### Purpose/Requirement
|
|
|
|
- upcounsel alike, provide legal service
|
|
|
|
- apply the GPT to engage site viewers to provide legal assistance
|
|
|
|
- can use GPT-3.5
|
|
|
|
- like an advisor, before outsourcing to real human advisors
|
|
|
|
---
|
|
|
|
### Q and A recap:
|
|
|
|
**Q:** open the gpt chatbox to the **public** ?
|
|
**A:** **NOT** open to the public, simple registration is ok
|
|
|
|
|
|
**Q:** concern about how "deep" can the GPT do.
|
|
**A:** it is because currently the knowledge of GPT mentioned may not deep enough to "engage"/"sell" customer.
|
|
so, if that is the target then current mentioned may be in the wrong direction.
|
|
but if this is just in the POC/very early stage of your big map. Then it is OK.
|
|
|
|
---
|
|
|
|
### what chatgpt can do
|
|
|
|
**1.** Tracking changes in the law
|
|
|
|
> prompt:
|
|
>
|
|
> tell me about changes related to immigration in Hong kong please
|
|
|
|

|
|
|
|
---
|
|
|
|
|
|
|
|
### what chatgpt can do
|
|
|
|
**2.** Analyzing references and citations
|
|
|
|
> prompt:
|
|
>
|
|
> name the most famous court cases that cite immigration in hong kong
|
|
|
|

|
|
|
|
---
|
|
|
|
### what chatgpt can do
|
|
|
|
**3.** Drafting legal advice
|
|
|
|
- more template alike
|
|
|
|
- [how-to-write-good-legal-advice](https://www.practisinglaw.com.au/how-to-write-good-legal-advice/)
|
|
|
|
|
|
---
|
|
|
|
<style scoped>
|
|
h3 {
|
|
font-size: unset;
|
|
}
|
|
|
|
p { font-size: unset;}
|
|
|
|
* {
|
|
font-size: 0.8rem;
|
|
}
|
|
</style>
|
|
|
|
### what chatgpt can do
|
|
|
|
**4.** Drafting lawsuits and other procedural documents
|
|
|
|
> prompt:
|
|
> can you draft me a employment discrimination lawsuit that adopt the law in hong kong? i will provide you some background information.
|
|
>
|
|
> background:
|
|
> a 35-year-old woman was denied a job because she was pregnant, she has not a chronically ill patients and proven by 3 doctors
|
|
|
|
---
|
|
|
|
|
|

|
|

|
|
|
|
---
|
|
|
|
<style scoped>
|
|
h3 {
|
|
font-size: unset;
|
|
}
|
|
|
|
p { font-size: unset;}
|
|
|
|
* {
|
|
font-size: 0.8rem;
|
|
}
|
|
</style>
|
|
|
|
### what chatgpt can do
|
|
|
|
**5.** Drafting contracts
|
|
|
|
> prompt:
|
|
> can you draft me a write a non-compete agreement in the IT sphere.
|
|
|
|

|
|
|
|
---
|
|
|
|
### references:
|
|
|
|
- https://nanonets.com/blog/chat-gpt-for-legal-professionals/
|
|
|
|
|
|
---
|
|
|
|
<style scoped>
|
|
* {
|
|
text-align: center;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
</style>
|
|
|
|
# Thanks ! |