wenge-research/yayi_uie_sft_data 已完整同步
训练数据/Training Data
百万级语料中文54%,英文46%;其中其中数据集包括12个领域包括金融,社会,生物,商业,工业制造,化学,车辆,科学,疾病医疗,个人生活,安全和通用。覆盖数百个使用场景
- NER:中文覆盖28个实体类型包括人物,地缘政治,组织,身体部位,药物等,英文覆盖130个实体类型包括Animal, Weapon, Conference, Book等。
- RE:中文覆盖232种关系包括买资,增持,重组,国籍,别名,亲属,入股,转让,导致,发生地点,制造商等,英文覆盖236种关系包括founded by,state or province of headquarters,employee of,occupation,creator等。
- EE:中文覆盖84种事件类型,包括中标,高管变动,产品行为-发布,公司上市等,和203种论元,英文覆盖45种事件类型,包括Born, Demonstrate, Meet, End Organization, Divorce等,和62种论元。
In the corpus of over a million entries, 54% are in Chinese and 46% in English. The dataset encompasses 12 fields including finance, society, biology, business, industrial manufacturing, chemistry, vehicles, science, disease and medicine, personal life, security, and general topics, covering hundreds of scenarios:
- NER: In Chinese, it covers 28 types of entities including individuals, geopolitics, organizations, body parts, drugs, etc., while in English, it covers 130 types of entities such as Animals, Weapons, Conferences, Books, etc.
- RE: In Chinese, it includes 232 types of relations like acquisitions, stake increases, restructurings, nationality, aliases, relatives, buying shares, transfers, causes, locations of occurrence, manufacturers, etc., and in English, 236 types of relations such as founded by, state or province of headquarters, employee of, occupation, creator, etc.
- EE: Chinese covers 84 types of events including winning a bid, executive changes, product actions - launches, company listings, etc., and 203 types of arguments, whereas English covers 45 types of events such as Birth, Demonstration, Meeting, End of Organization, Divorce, etc., and 62 types of arguments.
数据分布
10 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_6541_b11691d0d2 --revision 20a87bdda9506dee23dc45879f48c2909ea2a319 --output ./ds_ext_6541_b11691d0d2
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_6541_b11691d0d2 --revision 20a87bdda9506dee23dc45879f48c2909ea2a319 --output ./ds_ext_6541_b11691d0d2
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_6541_b11691d0d2 --revision 20a87bdda9506dee23dc45879f48c2909ea2a319 --output ./ds_ext_6541_b11691d0d2 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_6541_b11691d0d2 --revision 20a87bdda9506dee23dc45879f48c2909ea2a319 --output ./ds_ext_6541_b11691d0d2 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_6541_b11691d0d2 --revision 20a87bdda9506dee23dc45879f48c2909ea2a319 --output ./ds_ext_6541_b11691d0d2 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_6541_b11691d0d2 --revision 20a87bdda9506dee23dc45879f48c2909ea2a319 --output ./ds_ext_6541_b11691d0d2 --jobs 8
完整帮助:wehub datasets download --help