Giter Site home page Giter Site logo

amr-resources's Introduction

AMR Resources

A list of Abstract meaning representation (AMR) resources: research papers, code, data, applications, etc. The list is not limited to Abstract meaning representation exclusively. It also includes work highly related to AMR, such as translation and information extraction.

Table of contents

Introduction to AMR

抽象意义表示(Abstract Meaning Representation,AMR)是一种将句子的意义(时间地点谁对谁怎样地做了什么)表示为以概念为节点的单源有向无环图的语言学框架。AMR正在引起学术界越来越广泛的关注,已经涌现了许多利用AMR进行机器翻译、QA、关系提取等应用的工作。

Suppose we have the following input sentence:

The boy wants the girl to believe him.

AMR aims to make the following format:

(w / want-01
   :ARG0 (b / boy)
   :ARG1 (b2 / believe-01
        :ARG0 (g / girl)
        :ARG1 b))

Papers sorted in chronological order

2013

2014

2015

2016

2017

2018

2019

2020

2021

Papers grouped by category

Surveys

Evaluation

smatch metric is developed for comparing one AMR against another. It computes an f-score over the semantic triples inside AMRs.

AMR parsing approaches

Transition based

Seq2graph

AMR for downstream applications

AMR graph output has been shown to be a useful input for many downstream tasks. In this section, several downstream tasks that benefited from AMR output are listed.

Machine translation

QA

NLG

Data

amr-resources's People

Contributors

lucyfann avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.