-
Notifications
You must be signed in to change notification settings - Fork 1
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
Quiz Generation Proof of Concept #265
Comments
This is very basic form of giving the translation of a turkish word in english
|
And this one is for generating a multiple choice question for a given english word:
|
Hi @ramazanoacar . How well do those scripts perform in your opinion. Have you observed any issues? |
Good Night @odenizddd , yes I have observed many issues initially but I was able to overcome some of them. The main reason for them may actually stem from my not being able to pass the id between wordnet and babelnet. Potentially because of this, I faced the below issues:
TLDR: |
I don't know if the following code performs well in a wide range of words however it does for the word 'happy' and it illustrates how I referenced wordnet id to fetch translations from babelnet api. Hope this helps @ramazanoacar .
Output is:
|
Here is the script I worked on to obtain the synonyms and similar words from Wordnet:
|
We talked and argued about the PoC scripts that provided above in our meeting on 06.10.2024. Also, we went over @HutkuC implementation with an open source dictionary. We decided that these are enough for the PoC and will decide the final method of implementation in the upcoming lab sessions as the whole group. |
We've talked with whole group in lab session. The necessary notes were taken. I think we can close this issue @fahreddinozcan what are your thoughts? |
Hey @set120120 and/or @fahreddinozcan , could you please review this issue? |
We've actually reviewed them in a meeting session and went over each of the proposals. We gained a lot of insight from each of them, and I think we've achieved the purpose of this issue, we may close it now. Thanks for the reminder @odenizddd |
Description
Create a basic application to make sure that we can reliablly generate quiz questions using one or more linked data resources for a given word.
Tasks
Estimated Time
7 days
Deadline
08.10.2024
Reviewer
@set120120 and @fahreddinozcan
The text was updated successfully, but these errors were encountered: