Skip to content

Commit 495248c

Browse files
Add dcat-metadata
1 parent e9af9cf commit 495248c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

dcat-metadata.jsonld

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"@context": {
3+
"dcat": "http://www.w3.org/ns/dcat#"
4+
,
5+
"dct": "http://purl.org/dc/terms/"
6+
,
7+
"foaf": "http://xmlns.com/foaf/0.1/"
8+
},
9+
"@type": "dcat:Dataset",
10+
"dct:title": "WorkArena++",
11+
"dct:description": "Benchmark to evaluate the reasoning, retrieval, planning, and decision making abilities of LLM and VLM-based agents",
12+
"dct:identifier": "https://github.com/ServiceNow/WorkArena/tree/workarena-plus-plus"
13+
,
14+
"dct:issued": "2024-06-12",
15+
"dct:modified": "2024-06-12",
16+
"dct:publisher": {
17+
"@type": "foaf:Organization",
18+
"foaf:name": "ServiceNow Research"
19+
},
20+
"dct:contactPoint": {
21+
"@type": "vcard:Contact",
22+
"vcard:fn": "Alexandre Drouin",
23+
"vcard:hasEmail": "mailto:[email protected]"
24+
},
25+
"dcat:distribution": [
26+
{
27+
"@type": "dcat:Distribution",
28+
"dct:format": "text/csv",
29+
"dcat:accessURL": "https://github.com/ServiceNow/WorkArena/tree/workarena-plus-plus/src/browsergym/workarena/tasks/compositional"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)