-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
44 lines (44 loc) · 1.54 KB
/
codemeta.json
File metadata and controls
44 lines (44 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "nih-dmp-llm-evaluation-paper-code",
"@context": "https://w3id.org/codemeta/3.0",
"author": [
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "nzeinali@calmi2.org",
"familyName": "Zeinali",
"id": "_:author_1",
"givenName": "Nahid",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "bpatel@calmi2.org",
"familyName": "Patel",
"id": "_:author_2",
"givenName": "Bhavesh",
"type": "Person"
}
],
"codeRepository": "https://github.com/fairdataihub/nih-dmp-llm-evaluation-paper-code",
"dateCreated": "2026-02-21",
"description": "Large language models are increasingly used to draft NIH Data Management Plans (DMPs), but their quality and policy alignment require careful evaluation. This repository contains the code for our systematic assessment of Llama 3.3 and GPT-4.1 using both automated metrics and human expert review. See the project inventory for related resources, including the paper and dataset.",
"issueTracker": "https://github.com/fairdataihub/nih-dmp-llm-evaluation-paper-code/issues",
"keywords": [
"LLM",
"DMPs",
"NIH",
"evaluation",
"FAIR Data Innovations Hub"
],
"license": "https://spdx.org/licenses/MIT",
"programmingLanguage": [
"Python"
],
"type": "SoftwareSourceCode"
}