ianporada commited on
Commit
caa643e
·
1 Parent(s): 9ca0b60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -47,4 +47,20 @@ license: cc-by-4.0
47
  - `pronoun_loc` (int): The starting position of the pronoun in the sequence
48
  - `quote` (str): The substr with the key action or context surrounding the pronoun
49
  - `quote_loc` (int): The starting position of the quote in the sequence
50
- - `source` (str): A description of the source who contributed the example
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  - `pronoun_loc` (int): The starting position of the pronoun in the sequence
48
  - `quote` (str): The substr with the key action or context surrounding the pronoun
49
  - `quote_loc` (int): The starting position of the quote in the sequence
50
+ - `source` (str): A description of the source who contributed the example
51
+
52
+ ```
53
+ @article{Davis_Morgenstern_Ortiz_2017,
54
+ title = {The First Winograd Schema Challenge at IJCAI-16},
55
+ author = {Davis, Ernest and Morgenstern, Leora and Ortiz, Charles L.},
56
+ year = 2017,
57
+ month = {Oct.},
58
+ journal = {AI Magazine},
59
+ volume = 38,
60
+ number = 3,
61
+ pages = {97--98},
62
+ doi = {10.1609/aimag.v38i4.2734},
63
+ url = {https://ojs.aaai.org/aimagazine/index.php/aimagazine/article/view/2734},
64
+ abstractnote = {The first Winograd Schema Challenge was held in New York, New York, as part of the International Joint Conference on Artificial Intelligence. The challenge was original conceived by Hector Levesque as an alternative to the Turing Test. This report details the results of this first challenge.}
65
+ }
66
+ ```