Skip to main content
QUICK REVIEW

[论文解读] Automatically Identifying Morphological Relations in = Machine-Readable Dictionaries

Joseph Pentheroudakis, Lucy Vanderwende|ArXiv.org|Nov 8, 1994
Natural Language Processing Techniques参考文献 19被引用 7
一句话总结

本文提出一种自动化方法,通过分析词义定义的语义内容,将机器可读词典中的派生词义与词根形式关联起来,识别派生形态关系。该方法基于语义内容为这些关联计算置信度分数,通过负分处理非标准形式,增强鲁棒性,并构建有向派生图以集成到自然语言处理系统中。

ABSTRACT

We describe an automated method for identifying classes of morphologically related words in an on-line dictionary, and for linking individual senses in the derived form to one or more senses in the base form by means of morphological relation attributes. We also present an algorithm for computing a score reflecting the system=92s certainty in these derivational links; this computation relies on the content of semantic relations associated with each sense, which are extracted automatically by parsing each sense definition and subjecting the parse structure to automated semantic analysis. By processing the entire set of headwords in the dictionary in this fashion we create a large set of directed derivational graphs, which can then be accessed by other components in our broad-coverage NLP system. Spurious or unlikely derivations are not discarded, but are rather added to the dictionary and assigned a negative score; this allows the system to handle non-standard uses of these forms.

研究动机与目标

  • 自动识别机器可读词典中词语之间的派生形态关系。
  • 利用形态关系属性,将派生形式中的词义与词根形式中的对应词义关联起来。
  • 基于词义定义的语义内容,为每个派生关联计算置信度分数。
  • 通过赋予负分来保留错误或非标准的派生关系,提升系统的鲁棒性。
  • 生成大规模有向派生图,以供广泛覆盖的自然语言处理系统使用。

提出的方法

  • 解析词典中的每个词义定义,提取其句法和语义结构。
  • 对解析结构应用自动化语义分析,提取与词义关系相关的内容。
  • 基于关联词义的语义相似性和连贯性,为每个派生关联计算置信度分数。
  • 将形态关系表示为图中的有向边,以词根形式为源节点,派生形式为目标节点。
  • 为不太可能或错误的派生关系赋予负分,以保留在系统中供后续过滤或分析。
  • 处理整个词典,构建适用于自然语言处理系统集成的完整派生图集合。

实验结果

研究问题

  • RQ1如何在机器可读词典中自动识别派生形态关系?
  • RQ2词义定义中的语义内容在验证派生关联中起什么作用?
  • RQ3如何利用语义分析对派生关联的置信度进行定量评估?
  • RQ4能否有效保留并评分非标准或错误的派生关系,而非直接丢弃?
  • RQ5自动生成的派生图在多大程度上能够支持广泛覆盖的自然语言处理系统?

主要发现

  • 该系统成功利用词义定义的语义分析,识别并评分词根与派生形式之间的派生关联。
  • 置信度分数基于语义内容计算,能够区分可能与不太可能的派生关系。
  • 错误或非标准的派生关系以负分形式保留,提升了系统的鲁棒性。
  • 该方法生成了大量适用于自然语言处理架构集成的有向派生图。
  • 通过为不规则或非标准词形赋予低但非零的置信度分数,该方法支持其处理。
  • 系统展示了从词典数据中可扩展、自动提取形态关系的可行性。

更好的研究,从现在开始

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

无需绑定信用卡

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