fhamborg commited on
Commit
bc40368
1 Parent(s): 5ea237a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -30,12 +30,12 @@ The dataset consists of three splits. We suggest to use the splits as follows (m
30
 
31
  * `train.jsonl` - For **training**.
32
  * `devtest_rw.jsonl` - To evaluate a model's classification performance on a "**real-world**" set of sentences, i.e., the set was created with the objective to resemble real-world distribution as to sentiment and other factors mentioned in the paper.
33
- * `devtest_mt.jsonl` - To evaluate a model's classification performance only on sentences that contain **at least two target mentions**. Note that the mentions were extracted to refer to different persons but in a few cases might indeed refer to the same person since we extracted them automatically.
34
 
35
- For most projects, we suggest to use `train.jsonl` for training and `devtest_rw.jsonl` for evaluation.
36
 
37
  ### Format
38
- Each split is stored in a JSONL file. In JSONL, each line represents one JSON object. In our dataset, each JSON object consists of the following attributes. When using the dataset, you most likely will need (only) the attributes highlighted in bold.
39
 
40
  1. **`sentence_normalized`: a single sentence**
41
  2. `primary_gid`: an identifier that is unique within NewsMTSC
@@ -48,8 +48,9 @@ Each target in `targets` consists of:
48
  3. **`to`: the last character of the target's mention**
49
  4. `mention`: the text of the mention
50
  5. **`polarity`: the sentiment of the sentence concerning the target's mention (2.0 = negative, 4.0 = neutral, 6.0 = positive)**
51
- 6. `further_mentions` (optional): one or more coreferential mentions of the target within the sentence. Note that these were extracted automatically and thus might be incorrect or not be complete. Further, our annotators labeled the sentiment concerning the main mention, which - depending on the sentence - might not be identical to the sentiment of the coreferences.
52
 
 
53
  ```
54
  {
55
  "primary_gid":"allsides_1192_476_17_— Judge Neil M. Gorsuch_126_139",
 
30
 
31
  * `train.jsonl` - For **training**.
32
  * `devtest_rw.jsonl` - To evaluate a model's classification performance on a "**real-world**" set of sentences, i.e., the set was created with the objective to resemble real-world distribution as to sentiment and other factors mentioned in the paper.
33
+ * `devtest_mt.jsonl` - To evaluate a model's classification performance only on sentences that contain at least **two target mentions**. Note that the mentions were extracted to refer to different persons but in a few cases might indeed refer to the same person.
34
 
35
+ **For most projects, we suggest** to use `train.jsonl` for training and `devtest_rw.jsonl` for evaluation.
36
 
37
  ### Format
38
+ Each split is stored in a JSONL file. In JSONL, each line represents one JSON object. In our dataset, each JSON object consists of the following attributes. When using the dataset, you most likely will need (only) the attributes highlighted in **bold**.
39
 
40
  1. **`sentence_normalized`: a single sentence**
41
  2. `primary_gid`: an identifier that is unique within NewsMTSC
 
48
  3. **`to`: the last character of the target's mention**
49
  4. `mention`: the text of the mention
50
  5. **`polarity`: the sentiment of the sentence concerning the target's mention (2.0 = negative, 4.0 = neutral, 6.0 = positive)**
51
+ 6. `further_mentions` (optional): one or more coreferential mentions of the target within the sentence. Note that the coreferences were extracted automatically and thus might not be incorrect. Our annotators labeled sentiment concerning the main mention, which might not be identical to the sentiment of coreferences.
52
 
53
+ An example looks like this:
54
  ```
55
  {
56
  "primary_gid":"allsides_1192_476_17_— Judge Neil M. Gorsuch_126_139",