We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 can I get the dataset? I have download the dataset from eedi but i don't know how to process it
The text was updated successfully, but these errors were encountered:
Hi! Apologies for the late response. The data files (.csv) should have the following columns:
id
question
correct_option
option
explanation
construct_info
construct1
[construct ID: int, construct description: str]
construct2
construct3
distractors
option_idx
proportion
misconception
You can specify the train and test file paths using the data.trainFilepath and data.testFilepath command line arguments. Hope that helps!
data.trainFilepath
data.testFilepath
Sorry, something went wrong.
No branches or pull requests
how can I get the dataset? I have download the dataset from eedi but i don't know how to process it
The text was updated successfully, but these errors were encountered: