Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Update news_mtsc_dataset.py
Browse files- news_mtsc_dataset.py +1 -1
news_mtsc_dataset.py
CHANGED
@@ -32,7 +32,7 @@ _CITATION = """\
|
|
32 |
}
|
33 |
"""
|
34 |
_DESCRIPTION = """\
|
35 |
-
NewsMTSC
|
36 |
"""
|
37 |
_HOMEPAGE = "https://github.com/fhamborg/NewsMTSC/"
|
38 |
_LICENSE = "MIT"
|
|
|
32 |
}
|
33 |
"""
|
34 |
_DESCRIPTION = """\
|
35 |
+
NewsMTSC: A large, manually annotated dataset for target-dependent sentiment classification in English news articles.
|
36 |
"""
|
37 |
_HOMEPAGE = "https://github.com/fhamborg/NewsMTSC/"
|
38 |
_LICENSE = "MIT"
|