dannashao commited on
Commit
ecb5cb1
1 Parent(s): 1458291

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ It achieves the following results on the evaluation set:
30
  This more advanced SRL model uses similar apporach as the Augment method described in [NegBERT (Khandelwal, et al. 2020)](http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.704.pdf).
31
  That is, adding a special token ([V]) immediately before the predicate:
32
  > This [V] is a sentence.
 
33
  Note that **the special token and the predicate is considered a whole**. That is, the actual sentence is like
34
  > 'This' **'[V] is'** 'a' 'sentence' '.'
35
 
 
30
  This more advanced SRL model uses similar apporach as the Augment method described in [NegBERT (Khandelwal, et al. 2020)](http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.704.pdf).
31
  That is, adding a special token ([V]) immediately before the predicate:
32
  > This [V] is a sentence.
33
+
34
  Note that **the special token and the predicate is considered a whole**. That is, the actual sentence is like
35
  > 'This' **'[V] is'** 'a' 'sentence' '.'
36