diff --git a/src/utils/evaluations/mintaka-wikidata/questions.ts b/src/utils/evaluations/mintaka-wikidata/questions.ts new file mode 100644 index 0000000..7bd7259 --- /dev/null +++ b/src/utils/evaluations/mintaka-wikidata/questions.ts @@ -0,0 +1,6 @@ +// Copyright (c) 2024 Massachusetts Institute of Technology +// SPDX-License-Identifier: MIT + +import { MintakaQuestionType } from "./mintakaEvaluation"; + +export const QUESTIONS:MintakaQuestionType[] = [] \ No newline at end of file