fhamborg commited on
Commit
b41827c
1 Parent(s): af1e7b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -23,14 +23,12 @@ task_ids:
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 two subsets (`rw` and `mt`), each consisting of three splits (train, validation, and test). We recommend to use the `rw` subset, which is also the default subset. Both subsets share the same train set, in which the three sentiment classes have similar frequency since we applied class boosting. The two subsets differ in their validation and test sets: `rw` contains validation and test sets that resemble real-world distribution of sentiment in news articles. In contrast, `mt`'s validation and test sets contain only sentences that each have two or more (different) targets, where each target's sentiment was labeled individually.
30
 
31
  More information on the subsets can be found in our [paper](https://aclanthology.org/2021.eacl-main.142.pdf).
32
 
33
- ### Format
34
  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**.
35
 
36
  1. **`sentence_normalized`: a single sentence**
@@ -72,12 +70,10 @@ An example looks like this:
72
 
73
  ## Contact
74
 
75
- If you want to get in touch, feel free to contact Felix Hamborg. If you find an issue with the dataset or model or have a question concerning either, please open an issue in the repository.
76
 
77
- * Web: [https://felix.hamborg.eu/](https://felix.hamborg.eu/)
78
- * Mail: [felix.hamborg@uni-konstanz.de](mailto:felix.hamborg@uni-konstanz.de)
79
  * Repository: [https://github.com/fhamborg/NewsMTSC](https://github.com/fhamborg/NewsMTSC)
80
-
81
 
82
  ## How to cite
83
 
 
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
+ ## Subsets and splits
 
 
27
  The dataset consists of two subsets (`rw` and `mt`), each consisting of three splits (train, validation, and test). We recommend to use the `rw` subset, which is also the default subset. Both subsets share the same train set, in which the three sentiment classes have similar frequency since we applied class boosting. The two subsets differ in their validation and test sets: `rw` contains validation and test sets that resemble real-world distribution of sentiment in news articles. In contrast, `mt`'s validation and test sets contain only sentences that each have two or more (different) targets, where each target's sentiment was labeled individually.
28
 
29
  More information on the subsets can be found in our [paper](https://aclanthology.org/2021.eacl-main.142.pdf).
30
 
31
+ ## Format
32
  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**.
33
 
34
  1. **`sentence_normalized`: a single sentence**
 
70
 
71
  ## Contact
72
 
73
+ If you find an issue with the dataset or model or have a question concerning either, please open an issue in the repository.
74
 
 
 
75
  * Repository: [https://github.com/fhamborg/NewsMTSC](https://github.com/fhamborg/NewsMTSC)
76
+ * Web: [https://felix.hamborg.eu/](https://felix.hamborg.eu/)
77
 
78
  ## How to cite
79