JoshuaAshkinaze commited on
Commit
484a553
·
verified ·
1 Parent(s): db24815

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -24,13 +24,8 @@ Classifies whether a policy passage **entails**, **contradicts**, or is **neutra
24
  ## Input Format
25
 
26
  ```python
27
- premise: "When the Section 8 assisted housing program began in 1974, it provided
28
- project-based rental subsidies to encourage developers to build affordable
29
- housing for low-income residents."
30
-
31
- hypothesis: "low-income residents: Tenants paid a fixed percentage of their income
32
- for rent, and the federal government paid the balance directly to the
33
- property owner."
34
  ```
35
 
36
  The hypothesis follows the format `{stakeholder}: {effect statement}`. Both premise and hypothesis are truncated to 2048 tokens.
 
24
  ## Input Format
25
 
26
  ```python
27
+ premise = "The program provides monthly cash payments of $500 to eligible low-income families."
28
+ hypothesis = "low-income families: Low-income families receive monthly cash payments of $500 through the program."
 
 
 
 
 
29
  ```
30
 
31
  The hypothesis follows the format `{stakeholder}: {effect statement}`. Both premise and hypothesis are truncated to 2048 tokens.