community-datasets/senti_ws
收藏资源简介:
SentiWS是一个公开可用的德语资源,用于情感分析和观点挖掘等任务。它列出了带有正负极性权重的词汇及其词性标签,权重范围在[-1, 1]之间。当前版本的SentiWS包含约1,650个正面词汇和1,800个负面词汇,总计约16,000个正面和18,000个负面词形及其变体。它不仅包含明确表达情感的形容词和副词,还包含隐含情感的名词和动词。数据集支持情感评分和词性标注任务,语言为德语。
SentiWS is a publicly available German-language resource designed for tasks including sentiment analysis and opinion mining. It documents vocabulary entries paired with their positive/negative polarity weights and part-of-speech tags, where the weights fall within the range of [-1, 1]. The current version of SentiWS contains approximately 1,650 positive lexical items and 1,800 negative lexical items, with a total of around 16,000 positive and 18,000 negative word forms and their variants. It covers not only adjectives and adverbs that explicitly express emotion, but also nouns and verbs that carry implicit sentiment. This dataset supports sentiment scoring and part-of-speech tagging tasks, and is dedicated to the German language.
数据集卡片 for SentiWS
数据集描述
数据集摘要
SentiWS,全称为SentimentWortschatz,是一个公开可用的德语资源,用于情感分析、意见挖掘等。它列出了在[-1; 1]区间内加权的正面和负面极性词,以及它们的部分语音标签,如果适用,还包括它们的词形变化。当前版本的SentiWS包含约1,650个正面词和1,800个负面词,总计约16,000个正面词形和18,000个负面词形,包括它们的词形变化。它不仅包含明确表达情感的形容词和副词,还包含隐含情感的名词和动词。
支持的任务和排行榜
- 情感评分 (Sentiment-Scoring)
- 词性标注 (Pos-Tagging)
语言
德语
数据集结构
数据实例
对于词性标注 (pos-tagging): json { "word": "Abbau", "pos_tag": 0 }
对于情感评分 (sentiment-scoring): json { "word": "Abbau", "sentiment-score": -0.058 }
数据字段
SentiWS 是 UTF8 编码的文本。
对于词性标注 (pos-tagging):
word: 一个字符串,表示单词。pos_tag: 一个整数,表示单词的词性标签。
对于情感评分 (sentiment-scoring):
word: 一个字符串,表示单词。sentiment-score: 一个浮点数,表示单词的情感评分,范围在 -1 到 1 之间。
词性标签包括 ["NN", "VVINF", "ADJX", "ADV"],分别对应 ["名词", "动词", "形容词", "副词"],正面和负面极性词的权重在[-1, 1]区间内。
数据分割
训练集: 包含1,650个负面词和1,818个正面词。
数据集创建
数据集信息
-
config_name: pos-tagging
- 特征:
word: 字符串类型。pos-tag:- 类别标签:
- 名称:
- 0: NN
- 1: VVINF
- 2: ADJX
- 3: ADV
- 名称:
- 类别标签:
- 分割:
train:- 字节数: 75530
- 样本数: 3471
- 下载大小: 97748
- 数据集大小: 75530
- 特征:
-
config_name: sentiment-scoring
- 特征:
word: 字符串类型。sentiment-score: 浮点数类型。
- 分割:
train:- 字节数: 61646
- 样本数: 3471
- 下载大小: 97748
- 数据集大小: 61646
- 特征:




