wwydmanski commited on
Commit
e320f9b
·
verified ·
1 Parent(s): 7bc95fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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`**: Like `sum_rag` but harder - with longer, augmented contexts and strict deranged negatives built. Same generation and 0-2 judging; we report F1 score.
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
  """)