drgary commited on
Commit
9dd8a13
·
verified ·
1 Parent(s): e5fc515

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,4 +8,6 @@ Artificial intelligence is being utilized in many domains as of late, and the le
8
  The dataset contains 3304 cases from the Supreme Court of the United States from 1955 to 2021. Each case has the case's identifiers as well as the facts of the case and the decision outcome. Other related datasets rarely included the facts of the case which could prove to be helpful in natural language processing applications. One potential use case of this dataset is determining the outcome of a case using its facts.
9
 
10
  Target Variable: First Party Winner, if true means that the first party won, and if false it means that the second party won.
11
- Use NLP techniques to build features out of facts column.
 
 
 
8
  The dataset contains 3304 cases from the Supreme Court of the United States from 1955 to 2021. Each case has the case's identifiers as well as the facts of the case and the decision outcome. Other related datasets rarely included the facts of the case which could prove to be helpful in natural language processing applications. One potential use case of this dataset is determining the outcome of a case using its facts.
9
 
10
  Target Variable: First Party Winner, if true means that the first party won, and if false it means that the second party won.
11
+ Use NLP techniques to build features out of facts column.
12
+
13
+ Ask question like "Did the first party win?"