hoshuhan/amr-3-parsed
Dataset Card for AMR 3.0 Parsed Dataset Summary This dataset contains parsed Abstract Meaning Representation (AMR) annotations from the LDC2020T02 release, formatted as instruction-following conversations. Each example consists of a sentence and its corresponding AMR graph representation. Supported Tasks and Leaderboards Tasks: Semantic parsing, specifically generating AMR graphs from English sentences Leaderboards: AMR Parsing… See the full description on the dataset page: https://huggingface.co/datasets/hoshuhan/amr-3-parsed.
Dataset Card for AMR 3.0 Parsed
Dataset Description
- Repository: LDC2020T02
- Paper: AMR Paper
- Point of Contact: [Your Contact Info]
Dataset Summary
This dataset contains parsed Abstract Meaning Representation (AMR) annotations from the LDC2020T02 release, formatted as instruction-following conversations. Each example consists of a sentence and its corresponding AMR graph representation.
Supported Tasks and Leaderboards
- Tasks: Semantic parsing, specifically generating AMR graphs from English sentences
- Leaderboards: AMR Parsing
Languages
The dataset is in English.
Dataset Structure
Data Instances
An example looks like:
{
'conversations': [
{
'role': 'user',
'content': 'Generate an Abstract Meaning Representation (AMR) graph for the following sentence: [sentence]'
},
{
'role': 'assistant',
'content': '[AMR graph]'
}
]
}