-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
23 lines (23 loc) · 775 Bytes
/
Copy pathcodemeta.json
File metadata and controls
23 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
"name": "SAIR Mathematics Distillation Challenge",
"version": "1.0.0",
"runtimePlatform": "Lean 4, Python 3.12",
"author": [
{
"@type": "Person",
"givenName": "Amey",
"familyName": "Thakur",
"id": "https://orcid.org/0000-0001-5644-1575"
}
],
"description": "Formalizing and distilling magma equational theories for AI reasoning benchmarks. A comprehensive research repository for the SAIR foundation challenge, targeting high-density logic cliques and 'Master Law' identification.",
"programmingLanguage": [
"Lean 4",
"Python",
"JSONL",
"Markdown"
]
}