Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate subevents #43

Merged
merged 66 commits into from
Jul 31, 2024
Merged

Evaluate subevents #43

merged 66 commits into from
Jul 31, 2024

Conversation

i-be-snek
Copy link
Collaborator

@i-be-snek i-be-snek commented Jul 18, 2024

This PR:

specific instances = subevents

  • matches subevents together from two lists (one generated by an LLM sys, and one from our gold annotations gold)
  • creates a "padded" pair with NoneType values for subevents when a match is missing
  • evaluates subevents separately using the evaluator script
  • adds tests for this new matcher class

TODO:

  • instead of looping through each specific instance, calculate all distances and then choose the top matches.

@i-be-snek i-be-snek changed the title DRAFT Evaluate subevents DRAFT: Evaluate subevents Jul 18, 2024
@i-be-snek i-be-snek force-pushed the evaluate-subevents branch from eed6722 to 5ba99f2 Compare July 22, 2024 13:52
@i-be-snek i-be-snek changed the title DRAFT: Evaluate subevents Evaluate subevents Jul 24, 2024
@@ -146,6 +147,37 @@ poetry run python3 Evaluation/evaluator.py --sys-file Database/output/nlp4clima
--weights_config nlp4climate
```

#### Evaluate sub events (ie. specific instances)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i-be-snek added 26 commits July 30, 2024 15:00
handle exceptions better, more informative error messages
@i-be-snek i-be-snek force-pushed the evaluate-subevents branch from 777d213 to 94b9cd9 Compare July 30, 2024 13:03
@i-be-snek i-be-snek merged commit 6ab138d into main Jul 31, 2024
1 check passed
MurathanKurfali pushed a commit that referenced this pull request Jul 31, 2024
@i-be-snek i-be-snek deleted the evaluate-subevents branch January 17, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant