conll2003

  • 설명 :

CoNLL-2003의 공유 작업은 언어 독립적인 명명된 엔터티 인식에 관한 것이며 명명된 엔터티의 네 가지 유형, 즉 사람, 위치, 조직 및 앞의 세 그룹에 속하지 않는 기타 엔터티의 이름에 집중합니다.

나뉘다
'dev' 3,251
'test' 3,454
'train' 14,042
  • 기능 구조 :
FeaturesDict({
    'chunks': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=23)),
    'ner': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=9)),
    'pos': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=47)),
    'tokens': Sequence(Text(shape=(), dtype=string)),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
덩어리 시퀀스(클래스 레이블) (없음,) int64
시퀀스(클래스 레이블) (없음,) int64
위치 시퀀스(클래스 레이블) (없음,) int64
토큰 시퀀스(텍스트) (없음,)
  • 인용 :
@inproceedings{tjong-kim-sang-de-meulder-2003-introduction,
    title = "Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition",
    author = "Tjong Kim Sang, Erik F.  and
      De Meulder, Fien",
    booktitle = "Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003",
    year = "2003",
    url = "https://www.aclweb.org/anthology/W03-0419",
    pages = "142--147",
}

conll2003/conll2003(기본 구성)

,

  • 설명 :

CoNLL-2003의 공유 작업은 언어 독립적인 명명된 엔터티 인식에 관한 것이며 명명된 엔터티의 네 가지 유형, 즉 사람, 위치, 조직 및 앞의 세 그룹에 속하지 않는 기타 엔터티의 이름에 집중합니다.

나뉘다
'dev' 3,251
'test' 3,454
'train' 14,042
  • 기능 구조 :
FeaturesDict({
    'chunks': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=23)),
    'ner': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=9)),
    'pos': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=47)),
    'tokens': Sequence(Text(shape=(), dtype=string)),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
덩어리 시퀀스(클래스 레이블) (없음,) int64
시퀀스(클래스 레이블) (없음,) int64
위치 시퀀스(클래스 레이블) (없음,) int64
토큰 시퀀스(텍스트) (없음,)
  • 인용 :
@inproceedings{tjong-kim-sang-de-meulder-2003-introduction,
    title = "Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition",
    author = "Tjong Kim Sang, Erik F.  and
      De Meulder, Fien",
    booktitle = "Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003",
    year = "2003",
    url = "https://www.aclweb.org/anthology/W03-0419",
    pages = "142--147",
}

conll2003/conll2003(기본 구성)