Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,8 @@ widget:
|
|
12 |
|
13 |
A BERT model trained on the synthetic literary NER context retrieval dataset [Amalvy et. al, 2023](https://aclanthology.org/2023.emnlp-main.642/).
|
14 |
|
15 |
-
To use this model, construct a text of the form
|
16 |
-
The model should predict the positive class if
|
17 |
|
18 |
|
19 |
# Performance Metrics
|
|
|
12 |
|
13 |
A BERT model trained on the synthetic literary NER context retrieval dataset [Amalvy et. al, 2023](https://aclanthology.org/2023.emnlp-main.642/).
|
14 |
|
15 |
+
To use this model, construct a text of the form **NER-sentence [SEP] context-sentence**.
|
16 |
+
The model should predict the positive class if **context-sentence** is useful to predict **NER-sentence**, and the negative class otherwise.
|
17 |
|
18 |
|
19 |
# Performance Metrics
|