Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -471,8 +471,7 @@ def ui() -> gr.Blocks:
|
|
471 |
### Methodology
|
472 |
- **`src_clf`**: Source classification of a fragment.
|
473 |
- **`sum_rag`**: RAG-style QA strictly from provided passages. Answers are graded by a judge gpt-4o model on a 0-2 scale; we report F1 score.
|
474 |
-
- **`sum_rag_v2`**:
|
475 |
-
- **`rag_v2`**: Advanced legal reasoning dataset with multiple question types:
|
476 |
- **Contradiction resolution**: Questions about resolving contradictions or ambiguities within legal texts, requiring analysis of conflicting rules or statements
|
477 |
- **Legal inference**: Questions testing whether hypothetical situations meet specific legal criteria, requiring identification of legal prerequisites and exceptions
|
478 |
""")
|
|
|
471 |
### Methodology
|
472 |
- **`src_clf`**: Source classification of a fragment.
|
473 |
- **`sum_rag`**: RAG-style QA strictly from provided passages. Answers are graded by a judge gpt-4o model on a 0-2 scale; we report F1 score.
|
474 |
+
- **`sum_rag_v2`**: Advanced legal reasoning dataset with multiple question types:
|
|
|
475 |
- **Contradiction resolution**: Questions about resolving contradictions or ambiguities within legal texts, requiring analysis of conflicting rules or statements
|
476 |
- **Legal inference**: Questions testing whether hypothetical situations meet specific legal criteria, requiring identification of legal prerequisites and exceptions
|
477 |
""")
|