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

datasets and code #8

Open
hongxiaDu opened this issue Oct 10, 2022 · 0 comments
Open

datasets and code #8

hongxiaDu opened this issue Oct 10, 2022 · 0 comments

Comments

@hongxiaDu
Copy link

hongxiaDu commented Oct 10, 2022

hi, thanks for the code.
In the paper R-VGAE, Sime-supervised uses concept-concept edges, but in the code there is only document-concept, document-document adjacency matrix.
if args.ds.startswith('tf'): if args.labels == 'y': adj_cd, adj_dd, features, tags_nodes = my_load_data_tfidf_semi(args.wmd) else: adj_cd, adj_dd, features = my_load_data_tfidf(args.wmd)

  1. I want to know where concept-concept edge is used?
  2. When using TF-IDF as the embedding feature, how is the feature of the concept obtained?
  3. I know the tags of concepts are 0-321, what are the tags of documents?
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