Files
good.to.great/job1/presentation/meeting_notes.md
louiscklaw b03b2dc653 update,
2025-02-01 02:01:42 +08:00

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')
---
![bg left:40% 80%](2023-08-29_14-23.png)
# **GPT + Legial service**
---
![bg left:40% 80%](2023-08-29_14-23.png)
### 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
![bg right:40% 80%](./q1_prompt.png)
---
### what chatgpt can do
**2.** Analyzing references and citations
> prompt:
>
> name the most famous court cases that cite immigration in hong kong
![bg right:40% 80%](./q2_prompt.png)
---
### 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
---
![bg 40% 80%](<Screen Shot 2023-08-29 at 14.11.36.png>)
![bg 40% 80%](<Screen Shot 2023-08-29 at 14.11.54.png>)
---
<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.
![bg right:40% 80%](<Screen Shot 2023-08-29 at 14.17.53.png>)
---
### 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 !