Skip to content

Commit 9400b2c

Browse files
committed
updated readme with docs links
1 parent 565e98d commit 9400b2c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,28 @@ Final Answer:
7575

7676
```
7777

78+
## Evaluations
79+
### Input
80+
The project also contains input data for evaluations in the form of YAML files for the following ontologies:
81+
- [Envo](src/llm_change_agent/evaluations/input/EnvironmentOntology_envo.yaml)
82+
- [GO](src/llm_change_agent/evaluations/input/geneontology_go_ontology.yaml)
83+
- [MONDO](src/llm_change_agent/evaluations/input/monarch_initiative_mondo.yaml)
84+
- [Cell Ontology](src/llm_change_agent/evaluations/input/obophenotype_cell_ontology.yaml)
85+
- [Uberon](src/llm_change_agent/evaluations/input/obophenotype_uberon.yaml)
86+
- [PATO](src/llm_change_agent/evaluations/input/pato_ontology_pato.yaml)
87+
88+
### Expected changes
89+
The expected changes for specific pull requests are listed ontologywise below:
90+
- [Envo](src/llm_change_agent/evaluations/input/expected/EnvironmentOntology_envo.yaml)
91+
- [GO](src/llm_change_agent/evaluations/input/expected/geneontology_go_ontology.yaml)
92+
- [MONDO](src/llm_change_agent/evaluations/input/expected/monarch_initiative_mondo.yaml)
93+
- [Cell Ontology](src/llm_change_agent/evaluations/input/expected/obophenotype_cell_ontology.yaml)
94+
- [Uberon](src/llm_change_agent/evaluations/input/expected/obophenotype_uberon.yaml)
95+
- [PATO](src/llm_change_agent/evaluations/input/expected/pato_ontology_pato.yaml)
96+
97+
### Actual results
98+
The actual results for some of the LLM models evaluated can be fount [here](src/llm_change_agent/evaluations/output/) and corresponding metrics [here](src/llm_change_agent/evaluations/output/metrics.yaml)
99+
78100
## Development
79101
To run the project locally, clone the repository and navigate to the project directory:
80102
```bash

0 commit comments

Comments
 (0)