Skip to content

Commit e5f7419

Browse files
Update README.md
1 parent 07731f1 commit e5f7419

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
This is a repository with the code to reproduce the experiments described in the paper of the same name, which was accepted to EMNLP 2021. The paper is available [here](https://aclanthology.org/2021.emnlp-main.605/).
44

55
### Table of contents
6-
- [Word-Level Coreference Resolution](#word-level-coreference-resolution)
7-
- [Table of contents](#table-of-contents)
8-
- [Preparation](#preparation)
9-
- [Training](#training)
10-
- [Evaluation](#evaluation)
11-
- [Prediction](#prediction)
12-
- [Citation](#citation)
6+
1. [Preparation](#preparation)
7+
2. [Training](#training)
8+
3. [Evaluation](#evaluation)
9+
5. [Prediction](#prediction)
10+
6. [Citation](#citation)
1311

1412
### Preparation
1513

@@ -97,6 +95,8 @@ You can optionally provide the speaker data:
9795
* tc: telephone conversation (CallHome corpus)
9896
* wb: web data
9997

98+
You can check [a sample input file](sample_input.jsonlines) for reference.
99+
100100
Then run:
101101

102102
python predict.py roberta input.jsonlines output.jsonlines

0 commit comments

Comments
 (0)