artemkramov commited on
Commit
56eea19
·
1 Parent(s): 121f98b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -28,12 +28,12 @@ The word alignment method was implemented by Andrii Kursin ([email protected]).
28
 
29
  ### Data Fields
30
 
31
- Each sample of the datasets consists of the following fields:
32
  - **doc_key** - document identifier.
33
- - **clusters** - list of clusters, where each cluster consists of the list of mentions. Each mention is represented as the list of two indices: the first index denotes the first word of the mention, the second index denotes the last word of the mention.
34
- - **sentences** - list of sentences where each sentence is represented as the list of wodrds.
35
  - **tokens** - list of words.
36
- - **speakers** - list of speakers which is currently is filled with dummy input.
37
 
38
  ### Data Splits
39
 
@@ -47,10 +47,8 @@ A test set is absent as far as the dataset is generated automatically.
47
 
48
  ### Source Data
49
 
50
- #### Initial Data Collection and Normalization
51
-
52
  The dataset was created from the following dataset: https://github.com/d5555/Coreference-dataset.
53
 
54
  ### Contributions
55
 
56
- The code for the translation of samples with the further alignment was created by Andrii Kursin ([email protected]). The dataset was generated by Artem Kramov.
 
28
 
29
  ### Data Fields
30
 
31
+ Each sample of the dataset consists of the following fields:
32
  - **doc_key** - document identifier.
33
+ - **clusters** - list of clusters, where each cluster consists of the list of mentions. Each mention is represented as a list of two indices: the first index denotes the first word of the mention, the second index denotes the last word of the mention.
34
+ - **sentences** - list of sentences where each sentence is represented as a list of words.
35
  - **tokens** - list of words.
36
+ - **speakers** - list of speakers which is currently filled with dummy input.
37
 
38
  ### Data Splits
39
 
 
47
 
48
  ### Source Data
49
 
 
 
50
  The dataset was created from the following dataset: https://github.com/d5555/Coreference-dataset.
51
 
52
  ### Contributions
53
 
54
+ The code for the translation of samples with further alignment was created by Andrii Kursin ([email protected]). The dataset was generated by Artem Kramov (https://www.linkedin.com/in/artem-kramov-0b3731100/).