furrutiav/sac_nllf
收藏资源简介:
``` legend = { "bsq": "[B]inary [S]ubtask [Q]uestion" } ``` ``` bsq = { "b1": "Does the article discuss agroecological practices?", "b2": "Does the article focus primarily on climate change mitigation?", "b3": "Does the article cover climate change adaptation?", "b4": "Does the article comprehensively cover climate change and environmental aspects?", "b5": "Does the study specifically evaluate greenhouse gas emissions?", "b6": "Does the article assess agroecological practices' impact on climate change?", "b7": "Does the article target stakeholders?", "b8": "Does the article address limitations, challenges, and potential risks?", "b9": "Does the article address policy implications?", "b10": "Does the article have a specific geographic focus?", "b11": "Does the article discuss the role of agroecology in enhancing climate resilience in agricultural systems?", "b12": "Does the article assess the impact of agroecology on nitrogen dynamics?", "b13": "Does the article discuss the impact of methane (CH4) emissions?" } ``` ``` i = 1...13 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", } ```
数据集概述
数据集定义
- BSQ (Binary Subtask Question): 二进制子任务问题。
BSQ 问题列表
- b1: 文章是否讨论了农业生态实践?
- b2: 文章是否主要关注气候变化缓解?
- b3: 文章是否涵盖气候变化适应?
- b4: 文章是否全面涵盖气候变化和环境方面?
- b5: 研究是否具体评估温室气体排放?
- b6: 文章是否评估农业生态实践对气候变化的影响?
- b7: 文章是否针对利益相关者?
- b8: 文章是否涉及限制、挑战和潜在风险?
- b9: 文章是否涉及政策含义?
- b10: 文章是否有特定的地理焦点?
- b11: 文章是否讨论了农业生态学在增强农业系统气候韧性中的作用?
- b12: 文章是否评估了农业生态学对氮动态的影响?
- b13: 文章是否讨论了甲烷(CH4)排放的影响?
概率定义
- b{i}(Y): 第 {i} 个 BSQ 的“是”(Y)的概率。
- b{i}(N): 第 {i} 个 BSQ 的“否”(N)的概率。



