句子的语义处理是自然语言处理的重要难题与挑战。抽象语义表示(Abstract meaning representation,AMR)是近几年国际上新兴的句子级语义表示方法,突破了传统的句法树结构的限制,将一个句子语义抽象为一个单根有向无环图,很好地解决了论元共享问题,成为语言资源建设和句子语义解析的研究热点。本文从AMR概念与规范、解析算法和应用等方面对AMR相关研究进行系统的梳理,特别对AMR的各种解析算法进行了比较深入的分析和比较,指出了现有算法存在的问题和不足,同时介绍了中文AMR的开发进展,最后展望了AMR未来的研究方向。
Semantic processing is a key challenge in natural language processing.Abstract meaning representation(AMR)is a novel framework of representing the meaning of a sentence.Instead of a tree,it abstracts the meaning of a sentence into a rooted acyclic directed graph,which solves the argument sharing problem.Thus,the corpus construction and automated parsing of AMR become a heated research field.This paper introduces the AMR's basic concept,annotation guidelines,parsing algorithm and applications.Then we discuss the problems and shortcomings of the parsing algorithms by comparison experiments.We also introduce the development of Chinese AMR researches.At last,we discuss the potentials of AMR,which are fruitful for Chinese semantic processing.