-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Katharina Stein edited this page Jun 12, 2023
·
5 revisions
Welcome to the recipe-generation wiki! This Wiki is still under construction. The following information is provided so far:
- Overview over the way AMR graphs are represented: AMR Graphs
- Description of the algorithm to split sentence-level AMRs into action-level AMRs: AMR Splitting (out-dated version)
- Description of constructing gold instructions for the the split AMRs: Gold Split Corpus (outdated version)
- Description of constructing the baseline instructions based on syntactic dependencies: Dependency Baseline
- Explanation of the different implemented graph traversals: Graph Traversals
- Information about how to integrate the generation model and functions into another project: Integrating Generation