EXAQT icon indicating copy to clipboard operation
EXAQT copied to clipboard

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

Open 2399240664 opened this issue 2 years ago • 8 comments

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

2399240664 avatar Jan 05 '23 09:01 2399240664

What do you mean :)

zhenjia2017 avatar Jan 05 '23 10:01 zhenjia2017

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 avatar Jan 05 '23 10:01 2399240664

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

2399240664 avatar Jan 05 '23 10:01 2399240664

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.

zhenjia2017 avatar Jan 05 '23 10:01 zhenjia2017

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

2399240664 avatar Jan 05 '23 10:01 2399240664

I will provide the code soon :)

zhenjia2017 avatar Jan 05 '23 15:01 zhenjia2017

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

zhenjia2017 avatar Jan 06 '23 04:01 zhenjia2017

Thank you.

2399240664 avatar Jan 06 '23 06:01 2399240664