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

How to run Explicit, Implicit, Temp Ans., Ordinal's experimental data? #5

Open
2399240664 opened this issue Jan 5, 2023 · 8 comments

Comments

@2399240664
Copy link

How to run Explicit, Implicit, Temp Ans., Ordinal's experimental data?

@zhenjia2017
Copy link
Owner

What do you mean :)

@2399240664
Copy link
Author

Now, I can only get the experimental results of all types of questions (Overall) by running Exact. I cannot obtain experimental data of other types of questions, such as Explicit, Implicit, Temp Ans., Ordinal.
image

@2399240664
Copy link
Author

I want to know how I need to operate to obtain these experimental data.

@zhenjia2017
Copy link
Owner

You can use the type annotation in the benchmark to compute P@1, etc, for each category from the overall results. For example, if you know a question falling into explicit type, and its P@1, etc, you can compute the average P@1 for all questions with explicit type.

@2399240664
Copy link
Author

Sorry, In the Exaqt code, I did not find the type annotation are used to calculate P@1.
image

@zhenjia2017
Copy link
Owner

I will provide the code soon :)

@zhenjia2017
Copy link
Owner

The evaluate.py is updated. Now the performance for each category can be computed. Please let me know if there are any problems.

@2399240664
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants