coref-data/davis_wsc_indiscrim
收藏资源简介:
--- dataset_info: - config_name: wsc273 features: - name: text dtype: string - name: id dtype: string - name: sentences list: - name: end_char dtype: int64 - name: id dtype: int64 - name: speaker dtype: 'null' - name: start_char dtype: int64 - name: text dtype: string - name: tokens list: - name: deprel dtype: string - name: end_char dtype: int64 - name: feats dtype: string - name: head dtype: int64 - name: id dtype: int64 - name: lemma dtype: string - name: start_char dtype: int64 - name: text dtype: string - name: upos dtype: string - name: xpos dtype: string - name: coref_chains sequence: sequence: sequence: int64 - name: genre dtype: string - name: meta_data struct: - name: comment dtype: string - name: source dtype: string splits: - name: test num_bytes: 587637 num_examples: 273 download_size: 109121 dataset_size: 587637 - config_name: wsc285 features: - name: text dtype: string - name: id dtype: string - name: sentences list: - name: end_char dtype: int64 - name: id dtype: int64 - name: speaker dtype: 'null' - name: start_char dtype: int64 - name: text dtype: string - name: tokens list: - name: deprel dtype: string - name: end_char dtype: int64 - name: feats dtype: string - name: head dtype: int64 - name: id dtype: int64 - name: lemma dtype: string - name: start_char dtype: int64 - name: text dtype: string - name: upos dtype: string - name: xpos dtype: string - name: coref_chains sequence: sequence: sequence: int64 - name: genre dtype: string - name: meta_data struct: - name: comment dtype: string - name: source dtype: string splits: - name: test num_bytes: 615036 num_examples: 285 download_size: 113845 dataset_size: 615036 configs: - config_name: wsc273 data_files: - split: test path: wsc273/test-* - config_name: wsc285 data_files: - split: test path: wsc285/test-* --- This dataset was generated by reformatting [`coref-data/davis_wsc_raw`](https://huggingface.co/datasets/coref-data/davis_wsc_raw) into the indiscrim coreference format. See that repo for dataset details. See [ianporada/coref-data](https://github.com/ianporada/coref-data) for additional conversion details and the conversion script. Please create an issue in the repo above or in this dataset repo for any questions.
数据集信息: - 配置名称:wsc273 特征字段: - 字段名:text,数据类型:字符串 - 字段名:id,数据类型:字符串 - 字段名:sentences,数据类型:列表,列表元素结构: - 字段名:end_char,数据类型:64位整数 - 字段名:id,数据类型:64位整数 - 字段名:speaker,数据类型:空值 - 字段名:start_char,数据类型:64位整数 - 字段名:text,数据类型:字符串 - 字段名:tokens(词元),数据类型:列表,列表元素结构: - 字段名:deprel(依存关系标签),数据类型:字符串 - 字段名:end_char,数据类型:64位整数 - 字段名:feats(特征),数据类型:字符串 - 字段名:head(依存词头),数据类型:64位整数 - 字段名:id,数据类型:64位整数 - 字段名:lemma(词形),数据类型:字符串 - 字段名:start_char,数据类型:64位整数 - 字段名:text,数据类型:字符串 - 字段名:upos(通用词性标注),数据类型:字符串 - 字段名:xpos(细化词性标注),数据类型:字符串 - 字段名:coref_chains(共指链),数据类型:序列嵌套序列嵌套序列的64位整数 - 字段名:genre(文本体裁),数据类型:字符串 - 字段名:meta_data(元数据),结构体类型,包含字段: - 字段名:comment(注释),数据类型:字符串 - 字段名:source(来源),数据类型:字符串 划分集: - 划分名称:test(测试集),字节数:587637,样本数:273 下载大小:109121字节,数据集存储大小:587637字节 - 配置名称:wsc285 特征字段: - 字段名:text,数据类型:字符串 - 字段名:id,数据类型:字符串 - 字段名:sentences,数据类型:列表,列表元素结构: - 字段名:end_char,数据类型:64位整数 - 字段名:id,数据类型:64位整数 - 字段名:speaker,数据类型:空值 - 字段名:start_char,数据类型:64位整数 - 字段名:text,数据类型:字符串 - 字段名:tokens(词元),数据类型:列表,列表元素结构: - 字段名:deprel(依存关系标签),数据类型:字符串 - 字段名:end_char,数据类型:64位整数 - 字段名:feats(特征),数据类型:字符串 - 字段名:head(依存词头),数据类型:64位整数 - 字段名:id,数据类型:64位整数 - 字段名:lemma(词形),数据类型:字符串 - 字段名:start_char,数据类型:64位整数 - 字段名:text,数据类型:字符串 - 字段名:upos(通用词性标注),数据类型:字符串 - 字段名:xpos(细化词性标注),数据类型:字符串 - 字段名:coref_chains(共指链),数据类型:序列嵌套序列嵌套序列的64位整数 - 字段名:genre(文本体裁),数据类型:字符串 - 字段名:meta_data(元数据),结构体类型,包含字段: - 字段名:comment(注释),数据类型:字符串 - 字段名:source(来源),数据类型:字符串 划分集: - 划分名称:test(测试集),字节数:615036,样本数:285 下载大小:113845字节,数据集存储大小:615036字节 配置项: - 配置名称:wsc273,数据文件: - 划分:test(测试集),文件路径:wsc273/test-* - 配置名称:wsc285,数据文件: - 划分:test(测试集),文件路径:wsc285/test-* 本数据集通过将 [`coref-data/davis_wsc_raw`](https://huggingface.co/datasets/coref-data/davis_wsc_raw) 重新格式化为通用共指格式生成,有关数据集的详细信息请参阅该仓库。 如需了解更多转换细节与转换脚本,请参阅 [ianporada/coref-data](https://github.com/ianporada/coref-data) 仓库。 如有任何疑问,请在上述仓库或本数据集仓库中提交议题。
数据集信息
配置名称:wsc273
- 特征:
text:字符串类型id:字符串类型sentences:列表类型end_char:64位整数类型id:64位整数类型speaker:空类型start_char:64位整数类型text:字符串类型tokens:列表类型deprel:字符串类型end_char:64位整数类型feats:字符串类型head:64位整数类型id:64位整数类型lemma:字符串类型start_char:64位整数类型text:字符串类型upos:字符串类型xpos:字符串类型
coref_chains:序列类型,嵌套序列类型,64位整数类型genre:字符串类型meta_data:结构类型comment:字符串类型source:字符串类型
- 拆分:
test:- 字节数:587637
- 样本数:273
- 下载大小:109121字节
- 数据集大小:587637字节
配置名称:wsc285
- 特征:
text:字符串类型id:字符串类型sentences:列表类型end_char:64位整数类型id:64位整数类型speaker:空类型start_char:64位整数类型text:字符串类型tokens:列表类型deprel:字符串类型end_char:64位整数类型feats:字符串类型head:64位整数类型id:64位整数类型lemma:字符串类型start_char:64位整数类型text:字符串类型upos:字符串类型xpos:字符串类型
coref_chains:序列类型,嵌套序列类型,64位整数类型genre:字符串类型meta_data:结构类型comment:字符串类型source:字符串类型
- 拆分:
test:- 字节数:615036
- 样本数:285
- 下载大小:113845字节
- 数据集大小:615036字节
配置文件
- 配置名称:wsc273
- 数据文件:
- 拆分:
test - 路径:
wsc273/test-*
- 拆分:
- 数据文件:
- 配置名称:wsc285
- 数据文件:
- 拆分:
test - 路径:
wsc285/test-*
- 拆分:
- 数据文件:




