SemEval2010-Task8关系抽取数据集
收藏魔搭社区2025-11-14 更新2025-11-03 收录
下载链接:
https://modelscope.cn/datasets/zhangzhihao/SemEval2010-Task8
下载链接
链接失效反馈官方服务:
资源简介:
# SemEval2010-Task8
There are 8000 sentences in train set and 2717 sentences in test set.
## train
- FULL_TRAIN.txt
- train.txt
- train_result.txt
- train_result_full.txt
e.g.
FULL_TRAIN.txt
  73  "The <e1>fire</e1> inside WTC was caused by exploding <e2>fuel</e2>."
  Cause-Effect(e2,e1)
  Comment:
train.txt
  73  The <e1>fire</e1> inside WTC was caused by exploding <e2>fuel</e2>
train_result.txt
  73  Cause-Effect
train_result_full.txt
  73  Cause-Effect(e2,e1)
## test
- FULL_TEST.txt
- test.txt
- test_result.txt
- test_result_full.txt
## scorer
two tools for SemEval-2010 Task #8
- official output file format checker : semeval2010_task8_format_checker.pl
- official scorer for SemEval-2010 Task #8 : semeval2010_task8_scorer-v1.2.pl
## original.zip
the original data from the official website https://semeval2.fbk.eu/Data.html
# SemEval2010任务8(SemEval2010-Task8)
该数据集训练集包含8000条句子,测试集包含2717条句子。
## 训练集
- FULL_TRAIN.txt
- train.txt
- train_result.txt
- train_result_full.txt
例如:
FULL_TRAIN.txt
  73  "The <e1>fire</e1> inside WTC was caused by exploding <e2>fuel</e2>."
  Cause-Effect(e2,e1)
  注释:
train.txt
  73  The <e1>fire</e1> inside WTC was caused by exploding <e2>fuel</e2>
train_result.txt
  73  Cause-Effect
train_result_full.txt
  73  Cause-Effect(e2,e1)
## 测试集
- FULL_TEST.txt
- test.txt
- test_result.txt
- test_result_full.txt
## 评分工具
针对SemEval-2010任务8的两款官方工具如下:
- 官方输出文件格式校验工具:semeval2010_task8_format_checker.pl
- SemEval-2010任务8官方评分工具:semeval2010_task8_scorer-v1.2.pl
## original.zip
该数据集的原始数据可从官方网站 https://semeval2.fbk.eu/Data.html 获取。
提供机构:
maas
创建时间:
2025-10-14
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集为SemEval2010-Task8关系抽取任务设计,包含8000个训练句子和2717个测试句子,提供训练和测试文件及其结果,并附有官方评估工具。
以上内容由遇见数据集搜集并总结生成



