Skip to main content
QUICK REVIEW

[论文解读] Arabic Named Entity Recognition using Word Representations

Ismail El Bazi, Nabil Laachfoubi|arXiv (Cornell University)|Apr 16, 2018
Topic Modeling参考文献 29被引用 8
一句话总结

本文研究了在使用条件随机场(CRF)模型时,词表示对提升阿拉伯语命名实体识别(NER)性能的有效性。评估了三种词嵌入方法(SKIP-gram、CBOW、GloVe)和六种集成技术,发现布朗聚类特征表现最佳,当与词嵌入结合时,相比基线系统,F1得分提升了近10%。

ABSTRACT

Recent work has shown the effectiveness of the word representations features in significantly improving supervised NER for the English language. In this study we investigate whether word representations can also boost supervised NER in Arabic. We use word representations as additional features in a Conditional Random Field (CRF) model and we systematically compare three popular neural word embedding algorithms (SKIP-gram, CBOW and GloVe) and six different approaches for integrating word representations into NER system. Experimental results show that Brown Clustering achieves the best performance among the six approaches. Concerning the word embedding features, the clustering embedding features outperform other embedding features and the distributional prototypes produce the second best result. Moreover, the combination of Brown clusters and word embedding features provides additional improvement of nearly 10% in F1-score over the baseline.

研究动机与目标

  • 评估词表示是否能显著提升监督式阿拉伯语NER的性能。
  • 在阿拉伯语NER的背景下,比较多种词嵌入算法(SKIP-gram、CBOW、GloVe)的性能。
  • 系统评估六种将词表示集成到基于CRF的NER系统中的不同方法。
  • 识别在阿拉伯语NER中最具效果的词表示与集成技术组合。

提出的方法

  • 使用三种神经词嵌入算法生成词表示:SKIP-gram、CBOW 和 GloVe。
  • 应用六种集成方法将词表示与基于CRF的NER系统结合:拼接、平均、注意力机制,以及基于聚类的方法,包括布朗聚类和分布原型。
  • CRF模型将词特征和集成后的词表示特征作为输入,用于序列标注。
  • 通过标准NER指标(特别是F1得分)在多种配置下评估性能。
  • 对词语应用布朗聚类,基于分布相似性对词语进行分组,所得聚类作为附加特征使用。
  • 从词嵌入中提取分布原型,并用作词聚类的代表性特征。

实验结果

研究问题

  • RQ1当作为CRF模型中的附加特征使用时,词表示是否能显著提升阿拉伯语NER的性能?
  • RQ2在阿拉伯语NER中,哪种词嵌入算法(SKIP-gram、CBOW、GloVe)表现最佳?
  • RQ3哪种集成方法(如拼接、聚类、平均)在阿拉伯语NER中能带来最高的F1得分?
  • RQ4将布朗聚类与词嵌入结合,是否能显著优于基线系统或单一特征?

主要发现

  • 在六种词表示特征的集成方法中,布朗聚类取得了最高性能。
  • 基于聚类的词表示特征优于其他嵌入特征,包括来自SKIP-gram、CBOW和GloVe的特征。
  • 分布原型产生了第二好的结果,表明其在捕捉语义信息方面的有效性。
  • 将布朗聚类与词嵌入特征结合,使F1得分相比基线系统提升了近10%。
  • 使用词表示显著提升了NER性能,证明了其在低资源和形态复杂的语言(如阿拉伯语)中的价值。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。