Update README.md
Browse files
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
|
| 28 |
-
|
| 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.
|