fhamborg commited on
Commit
c6bcbcc
1 Parent(s): bc40368

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,18 +21,18 @@ task_ids:
21
  ---
22
  # NewsMTSC dataset
23
 
24
- The files contained in this dataset are part of "NewsMTSC" as described in our paper "NewsMTSC: (Multi-)Target-dependent Sentiment Classification in News Articles" published at the EACL 2021.
25
 
26
  ## Dataset
27
 
28
  ### Files
29
- The dataset consists of three splits. We suggest to use the splits as follows (more information can be found in our [paper](https://aclanthology.org/2021.eacl-main.142.pdf)) as described
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**.
 
21
  ---
22
  # NewsMTSC dataset
23
 
24
+ NewsMTSC is a high-quality dataset consisting of more than 11k manually labeled sentences sampled from English news articles. Each sentence was labeled by at least five human coders. The dataset is published as our [EACL 2021 paper *NewsMTSC: (Multi-)Target-dependent Sentiment Classification in News Articles*](https://aclanthology.org/2021.eacl-main.142.pdf).
25
 
26
  ## Dataset
27
 
28
  ### Files
29
+ The dataset consists of three splits. We suggest to use the splits as follows:
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. More information can be found in our [paper](https://aclanthology.org/2021.eacl-main.142.pdf).
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**.