furrutiav/sst2_nllf
收藏Hugging Face2024-02-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/furrutiav/sst2_nllf
下载链接
链接失效反馈官方服务:
资源简介:
```
legend = {
"bsq": "[B]inary [S]ubtask [Q]uestion"
}
```
```
bsq = {
'q0': 'Does the sentence convey disappointment towards the movie?',
'q1': 'Does the sentence convey enjoyment or satisfaction?',
'q3': 'Does the sentence critique movie flaws or drawbacks?',
'q4': 'Does the sentence express dissatisfaction or lack of enjoyment?',
'q7': 'Does the sentence convey negative perspectives on characters?',
'q9': 'Does the sentence express negativity?',
'q12': 'Does the sentence commend positive elements of the film?',
'q13': 'Does the sentence commend character qualities or portrayal?',
'q14': "Does the sentence emphasize film's positive impact and value?",
'q15': 'Does the sentence express admiration for acting performances?',
'q16': "Does the sentence praise the film's positive qualities?",
'q17': 'Does the sentence convey enthusiasm and praise?',
'q18': 'Does the sentence convey positive emotional impact?',
'q19': 'Does the sentence emphasize visual and aesthetic qualities?',
'q20': 'Does the sentence contain positive language about the film?'}
```
```
i = 0...20
probs = {
f"b{i}(Y)": "Probability of Yes (Y) for the {i}-th BSQ",
f"b{i}(N)": "Probability of No (N) for the {i}-th BSQ",
}
```
提供机构:
furrutiav
原始信息汇总
数据集概述
数据集定义
- BSQ (Binary Subtask Question): 二元子任务问题
BSQ 问题列表
- q0: 句子是否传达了对电影的失望?
- q1: 句子是否传达了享受或满意?
- q3: 句子是否批评了电影的缺陷或缺点?
- q4: 句子是否表达了不满或缺乏享受?
- q7: 句子是否传达了对角色的负面看法?
- q9: 句子是否表达了负面情绪?
- q12: 句子是否赞扬了电影的积极元素?
- q13: 句子是否赞扬了角色的品质或表现?
- q14: 句子是否强调了电影的积极影响和价值?
- q15: 句子是否表达了对演技的钦佩?
- q16: 句子是否赞扬了电影的积极品质?
- q17: 句子是否传达了热情和赞扬?
- q18: 句子是否传达了积极的情感影响?
- q19: 句子是否强调了视觉和美学品质?
- q20: 句子是否包含对电影的积极语言?
概率定义
- b{i}(Y): 第 {i} 个 BSQ 的“是”(Yes)的概率
- b{i}(N): 第 {i} 个 BSQ 的“否”(No)的概率



