Update README.md
Browse files
README.md
CHANGED
|
@@ -34,3 +34,16 @@ configs:
|
|
| 34 |
- split: test
|
| 35 |
path: davis_pdp/test-*
|
| 36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
- split: test
|
| 35 |
path: davis_pdp/test-*
|
| 36 |
---
|
| 37 |
+
|
| 38 |
+
60 pronoun disambiguation problems from https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html
|
| 39 |
+
|
| 40 |
+
### Data Fields
|
| 41 |
+
|
| 42 |
+
- `text` (str): The text sequence
|
| 43 |
+
- `options` (list[str]): The two entity options that the pronoun may be referring to
|
| 44 |
+
- `label` (int): The index of the correct option in the `options` field
|
| 45 |
+
- `pronoun` (str): The pronoun in the sequence to be resolved
|
| 46 |
+
- `pronoun_loc` (int): The starting position of the pronoun in the sequence
|
| 47 |
+
- `quote` (str): The substr with the key action or context surrounding the pronoun
|
| 48 |
+
- `quote_loc` (int): The starting position of the quote in the sequence
|
| 49 |
+
- `source` (str): A description of the source who contributed the example
|