Skip to content
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

[ASK] Models with item vector features #476

Open
mmosc opened this issue Jun 8, 2022 · 0 comments
Open

[ASK] Models with item vector features #476

mmosc opened this issue Jun 8, 2022 · 0 comments

Comments

@mmosc
Copy link

mmosc commented Jun 8, 2022

Hi!

First of all thanks for the framework :) I would like to use it to benchmark different models allowing the use item vector features (i.e. FeatureModality).

By following this tutorial I was able to train a TextModality-based model with a FeatureModality, but by looking at the code I have the impression that the feature vectors are not taken "as they are" but further processed as text, i.e. by computing a Bag of Words representation of the features, and using this BoW as input to the model, which is not what I want. Is there a way to use FeatureModality for models that use GraphModality, TextModality, ImageModality, or SentimentModality, leaving the FeatureModality vectors as they are, without further pre-processing happening under the hood?

Alternatively: Is there a list of all the models implemented in cornac that leverage item vector features as FeatureModality (in the same way as BiVAECF, for instance)?

Cheers!
Marta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant