fhamborg commited on
Commit
df343b4
·
1 Parent(s): b41827c

Update news_sentiment_newsmtsc.py

Browse files
Files changed (1) hide show
  1. news_sentiment_newsmtsc.py +2 -2
news_sentiment_newsmtsc.py CHANGED
@@ -66,8 +66,8 @@ class NewsSentimentNewsmtsc(datasets.GeneratorBasedBuilder):
66
  VERSION = datasets.Version("1.0.0")
67
 
68
  BUILDER_CONFIGS = [
69
- datasets.BuilderConfig(name="mt", version=VERSION, description="Multi-target: sentences that contain at least two target mentions."),
70
- datasets.BuilderConfig(name="rw", version=VERSION, description="Real-world: aims that sentences resemble real-world distribution as to sentiment and other factors mentioned in the paper"),
71
  ]
72
 
73
  DEFAULT_CONFIG_NAME = "rw"
 
66
  VERSION = datasets.Version("1.0.0")
67
 
68
  BUILDER_CONFIGS = [
69
+ datasets.BuilderConfig(name="mt", version=VERSION, description="Multiple targets: each sentence contains two or more targets with individually labeled sentiment (in validation and test splits)"),
70
+ datasets.BuilderConfig(name="rw", version=VERSION, description="Real world: distribution of sentiment classes resembles real-world distribution (in validation and test splits)"),
71
  ]
72
 
73
  DEFAULT_CONFIG_NAME = "rw"