diff --git a/NewsSentiment/controller_data/datasets/NewsMTSC-dataset/readme.md b/NewsSentiment/controller_data/datasets/NewsMTSC-dataset/readme.md index afba64f..c5ff2ad 100644 --- a/NewsSentiment/controller_data/datasets/NewsMTSC-dataset/readme.md +++ b/NewsSentiment/controller_data/datasets/NewsMTSC-dataset/readme.md @@ -9,7 +9,7 @@ The dataset consists of three splits. In practical terms, we suggest to use the * `train.jsonl` - For **training**. * `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. -* `devtest_mt.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. +* `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. ### Format diff --git a/setup.cfg b/setup.cfg index 17f57a8..88acfcd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = NewsSentiment -version = 1.2.27 +version = 1.2.28 author = Felix Hamborg author_email = felix.hamborg@uni-konstanz.de description = Easy-to-use, high-quality target-dependent sentiment classification for English news articles