Skip to content

Instantly share code, notes, and snippets.

@ovshake
Created April 7, 2019 11:12
Show Gist options
  • Save ovshake/5f434b8f2de98b4a4f73a968d6714495 to your computer and use it in GitHub Desktop.
Save ovshake/5f434b8f2de98b4a4f73a968d6714495 to your computer and use it in GitHub Desktop.
Sample WebNLG dataset
{
"entries": [
{
"1": {
"category": "Airport",
"lexicalisations": [
{
"comment": "good",
"lex": "Abilene, Texas is served by the Abilene regional airport.",
"xml_id": "Id1"
},
{
"comment": "good",
"lex": "Abilene Regional Airport serves the city of Abilene in Texas.",
"xml_id": "Id2"
}
],
"modifiedtripleset": [
{
"object": "Abilene,_Texas",
"property": "cityServed",
"subject": "Abilene_Regional_Airport"
}
],
"originaltriplesets": {
"originaltripleset": [
[
{
"object": "Abilene,_Texas",
"property": "cityServed",
"subject": "Abilene_Regional_Airport"
}
],
[
{
"object": "Abilene,_Texas",
"property": "city",
"subject": "Abilene_Regional_Airport"
}
]
]
},
"shape": "(X (X))",
"shape_type": "NA",
"size": "1",
"xml_id": "Id1"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment