Skip to content

Commit

Permalink
Add dcat-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jardinetsouffleton committed Jun 12, 2024
1 parent e9af9cf commit 495248c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dcat-metadata.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"@context": {
"dcat": "http://www.w3.org/ns/dcat#"
,
"dct": "http://purl.org/dc/terms/"
,
"foaf": "http://xmlns.com/foaf/0.1/"
},
"@type": "dcat:Dataset",
"dct:title": "WorkArena++",
"dct:description": "Benchmark to evaluate the reasoning, retrieval, planning, and decision making abilities of LLM and VLM-based agents",
"dct:identifier": "https://github.com/ServiceNow/WorkArena/tree/workarena-plus-plus"
,
"dct:issued": "2024-06-12",
"dct:modified": "2024-06-12",
"dct:publisher": {
"@type": "foaf:Organization",
"foaf:name": "ServiceNow Research"
},
"dct:contactPoint": {
"@type": "vcard:Contact",
"vcard:fn": "Alexandre Drouin",
"vcard:hasEmail": "mailto:alexandre.drouin@servicenow.com"
},
"dcat:distribution": [
{
"@type": "dcat:Distribution",
"dct:format": "text/csv",
"dcat:accessURL": "https://github.com/ServiceNow/WorkArena/tree/workarena-plus-plus/src/browsergym/workarena/tasks/compositional"
}
]
}

0 comments on commit 495248c

Please sign in to comment.