Skip to content

Commit

Permalink
experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleclo committed Dec 14, 2024
1 parent ee3f580 commit 84bcd9a
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# drawedumath
# DrawEduMath

DrawEduMath is a benchmark dataset of 2,030 annotated K-12 student math work images with dense captions and 11,661 QA pairs, all written by real-world teachers.

### Using VLMs to answer questions about student math work

Run example scripts at:
```
|-- scripts/
|-- vlm_generations/
|-- openai.py
|-- anthropic.py
|-- google.py
```

Our prompts are stored in `data/qa_prompt/`

### Using LMs to analyze image captions

Run example scripts at:
```
|-- scripts/
|-- caption_analysis/
|-- caption_to_facets.py
```

Our prompts are stored in `data/caption_prompt/`


0 comments on commit 84bcd9a

Please sign in to comment.