Skip to main content
QUICK REVIEW

[论文解读] Learning to parse from a semantic objective: It works. Is it syntax?

Adina Williams, Andrew Drozdov|arXiv (Cornell University)|Sep 4, 2017
Natural Language Processing Techniques参考文献 25被引用 12
一句话总结

本文研究通过语义目标训练的神经模型是否能学习到有意义的句法结构。尽管在句子分类任务上表现优于传统解析器,这些模型生成的解析结果却浅显且不一致,与标准句法或语义形式化体系不一致。

ABSTRACT

Recent work on the problem of latent tree learning has made it possible to train neural networks that learn to both parse a sentence and use the resulting parse to interpret the sentence, all without exposure to ground-truth parse trees at training time. Surprisingly, these models often perform better at sentence understanding tasks than models that use parse trees from conventional parsers. This paper aims to investigate what these latent tree learning models learn. We replicate two such models in a shared codebase and find that (i) only one of these models outperforms conventional tree-structured models on sentence classification, (ii) its parsing strategies are not especially consistent across random restarts, (iii) the parses it produces tend to be shallower than standard Penn Treebank (PTB) parses, and (iv) they do not resemble those of PTB or any other semantic or syntactic formalism that the authors are aware of.

研究动机与目标

  • 研究在无黄金解析树监督下训练的潜在树学习模型是否能学习到有意义的句法结构。
  • 将此类模型与传统树结构模型在句子分类任务上的表现进行比较。
  • 分析这些模型在不同随机权重初始化下的解析结果的一致性及结构特性。
  • 评估所学解析结果是否与任何已知的句法或语义形式化体系(如Penn Treebank解析)相似。

提出的方法

  • 在统一代码库中复现两种最先进的潜在树学习模型,以实现直接比较。
  • 使用语义目标端到端训练模型,训练过程中不访问黄金标准解析树。
  • 通过句子分类任务评估模型性能,以衡量其在下游理解任务中的实用性。
  • 分析多个随机权重初始化和训练运行下解析结构的一致性。
  • 将生成解析的深度和结构与标准Penn Treebank(PTB)解析进行对比。
  • 评估所学解析结果是否与任何已知的句法或语义形式化体系相似。

实验结果

研究问题

  • RQ1通过语义目标训练的模型是否能学习到句法上有意义的解析结构?
  • RQ2这些模型生成的解析在深度和结构上与标准Penn Treebank解析有何差异?
  • RQ3这些模型的解析策略在不同随机权重初始化下是否一致?
  • RQ4所学解析结果是否与任何已知的语义或句法形式化体系一致?
  • RQ5为何这些模型在缺乏显式句法监督的情况下,仍能在句子分类任务上优于传统解析器?

主要发现

  • 在复现的两个模型中,仅有一个在句子分类任务上优于传统树结构模型。
  • 表现最佳的模型在不同随机重启中表现出不一致的解析策略,表明其学习过程不稳定。
  • 最佳模型生成的解析结果显著浅于标准Penn Treebank解析。
  • 所学解析的结构与任何已知的句法或语义形式化体系(包括PTB及其他既定框架)均不相似。
  • 尽管缺乏显式句法监督,该模型在句子理解任务中仍表现出强劲性能,表明其可能学习到了间接或非句法的表征。

更好的研究,从现在开始

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

无需绑定信用卡

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