\
  The most prestigious law school admissions discussion board in the world.
BackRefresh Options Favorite

Can GPT write contracts and wills yet?

...
Chrome Rigpig
  03/15/23
...
180 Haunting Ape Nursing Home
  03/16/23
163 LSAT, 90th percentile UBE ChatGPT will never be able to ...
cobalt orchestra pit
  03/16/23
It will never be able to do that
Glittery cordovan point
  03/16/23
legal zoom already does it
180 Haunting Ape Nursing Home
  03/18/23
Suppose you got this working. Any bar ethics problem here as...
Vibrant fiercely-loyal boltzmann
  03/16/23
Do it before TSINAH does
bateful clown
  03/19/23
...
Stirring gunner base
  03/19/23
It’s just a matter of time https://casetext.com/ ...
trip telephone corner
  03/19/23
...
Stirring gunner base
  03/19/23


Poast new message in this thread



Reply Favorite

Date: March 15th, 2023 11:58 PM
Author: Chrome Rigpig



(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46058004)



Reply Favorite

Date: March 16th, 2023 12:01 AM
Author: 180 Haunting Ape Nursing Home



(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46058016)



Reply Favorite

Date: March 16th, 2023 12:03 AM
Author: cobalt orchestra pit

163 LSAT, 90th percentile UBE ChatGPT will never be able to outperform ARE 149 LSAT, 34% percentile will drafting mastermen!

(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46058022)



Reply Favorite

Date: March 16th, 2023 12:04 AM
Author: Glittery cordovan point

It will never be able to do that

(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46058028)



Reply Favorite

Date: March 18th, 2023 11:48 PM
Author: 180 Haunting Ape Nursing Home

legal zoom already does it

(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46070330)



Reply Favorite

Date: March 16th, 2023 12:06 AM
Author: Vibrant fiercely-loyal boltzmann

Suppose you got this working. Any bar ethics problem here assuming you're checking the work? Could I put up a website and basically automate an entire wills firm?

(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46058034)



Reply Favorite

Date: March 19th, 2023 12:45 AM
Author: bateful clown

Do it before TSINAH does

(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46070472)



Reply Favorite

Date: March 19th, 2023 1:00 AM
Author: Stirring gunner base



(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46070529)



Reply Favorite

Date: March 19th, 2023 1:03 AM
Author: trip telephone corner

It’s just a matter of time

https://casetext.com/

The funny thing is that as impressive as this looks, it’s remarkably easy to build the core functionality. I could do it in 15 minutes.

Here’s what they are doing:

1. Use sentence embeddings to encode chunks of documents drawn from text corpus

2. Store embeddings in vector database

3. Get sentence embedding of query

4. Use cosine similarity of query embedding vs database embeddings to find k nearest matches

5. Paste the corresponding text of k nearest matches into prompt template, along with original query

6. Send prompt to OpenAI API

7. Format and prettify response

Core function is ~20 lines of code with langchain, including imports. You can do this with any document corpus. Doesn’t have to be legal, could be any organization’s knowledge base.

(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46070539)



Reply Favorite

Date: March 19th, 2023 1:20 AM
Author: Stirring gunner base



(http://www.autoadmit.com/thread.php?thread_id=5307420&forum_id=2#46070570)