You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
The logic of the questions was not correct. For instance, when XAI suggested the question titled "How many children do you have?" and a "single" person answered "0", the XAI would have asked "What is the average age of your children?" which is logically incorrect since he/she has no children. Also, what if XAI suggested the question "What is the average age of your children?" before the question "How many children do you have?" we shouldn't ask about the average age of children if the person in question has none.
Tasks
automatically answer some question from given answers
Intro
The logic of the questions was not correct. For instance, when XAI suggested the question titled "How many children do you have?" and a "single" person answered "0", the XAI would have asked "What is the average age of your children?" which is logically incorrect since he/she has no children. Also, what if XAI suggested the question "What is the average age of your children?" before the question "How many children do you have?" we shouldn't ask about the average age of children if the person in question has none.
Tasks