-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Is it possible to apply BART to categorical variables? #50
Comments
Sorry, I missed this. Could you provide a minimal example of what do you want to do? |
Sure thing. I mostly work with linguistic data, so I wonder if it is possible to apply decision trees to grammatical constructions. For instance, the current dataset I work on is something like this;
and the model is as follows;
Since each sentence is a construction where each constituent is influenced by and influences the others, I thought decision trees would be a tool the observe saliency among items. I guess what I want to do is an alternative analysis to the Beam Search algorithm through BART We assume, particularly in learner languages, lexical choices are based on certain restrictions such as learner proficiency, lexical knowledge, grammatical awareness etc. So, investigating probabilities of observing certain lexical items with some other certain ones in a tree-based fashion would be feasible to learn more about learner constructions. |
Greetings all,
I know BART is relatively new, but I wonder if it is possible to apply BART to categorical (string) variables. Simply factorizing variables would do the trick? How should I proceed with such data?
The text was updated successfully, but these errors were encountered: