Noun Verb Dataset
收藏资源简介:
该数据集包含自然发生的英语句子,这些句子具有非平凡的名词-动词歧义。数据集用于帮助英语词性标注器改进在名词-动词歧义上的表现,从而提高翻译和文本到语音合成的下游任务的准确性。
This dataset comprises naturally occurring English sentences that exhibit non-trivial noun-verb ambiguities. It is designed to assist English part-of-speech taggers in enhancing their performance on noun-verb ambiguities, thereby improving the accuracy of downstream tasks such as translation and text-to-speech synthesis.
数据集概述
数据集名称
- Noun Verb Dataset
数据集内容
- 包含自然发生的英语句子,这些句子具有非平凡的名词-动词歧义。
数据集格式
- 句子以CoNLL格式存储。
- 每个句子中的单个token被手动标注为VERB或NON-VERB。
数据集结构
- 分为Train/Dev/Test三个部分。
- Dev和Test部分的标注包括XPOS, UPOS和FEATS列中的VERB或NON-VERB。
- Train部分的XPOS和UPOS列被替换为通过自动标记器获得的预测的精细POS标签。
数据集示例
https://www.wikihow.com/Not-Get-Bored-on-a-Long-Car-Ride
1 License _ NN NN POS=NON-VERB|fPOS=NON-VERB -1 _ _ _ 2 plates _ _ _ _ -1 _ _ _ 3 of _ _ _ _ -1 _ _ _ 4 cars _ _ _ _ -1 _ _ _ 5 from _ _ _ _ -1 _ _ _ 6 your _ _ _ _ -1 _ _ _ 7 area _ _ _ _ -1 _ _ _ 8 or _ _ _ _ -1 _ _ _ 9 your _ _ _ _ -1 _ _ _ 10 destination _ _ _ _ -1 _ _ _ 11 . _ _ _ _ -1 _ _ _
数据集规模
- Train: 23458个例子
- Dev: 2367个例子
- Test: 5907个例子
数据集用途
- 用于改进英语词性标注器在名词-动词歧义方面的性能,以提高其在翻译和文本到语音合成等下游任务中的实用性。




