Live data from Hacker News

Viewing profile — ikuyamada

ikuyamada

HN member
Joined
Tue, Apr 30, 2013, 9:27 AM UTC
HN karma
375
Public activity
43 items

About ikuyamada

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #18749610

    My past paper describes an entity linking method based on Wikipedia2Vec: https://arxiv.org/abs/1601.01343 You need to extract entity names using an NER software (e.g., SpaCy, Stanf…

  5. comment
    Comment #18747046

    Unlike Word2vec, this tool learns embeddings of entities (i.e., entries in Wikipedia) as well as words. And although the model implemented in this tool is based on Word2vec's skip-…

  6. comment
    Comment #18746962

    You can see the visualization of the embedding vector space here: http://projector.tensorflow.org/?config=https://wikipedia2ve... I recommend to use T-SNE instead of PCA, which can…

  7. comment
    Comment #18746952

    Author here. More broadly, embedding is a mapping from objects (e.g., words and entities) to vectors of real numbers. And as described in the mcxlog's comment, an entity refers to …

  8. comment
    Comment #17694468

    Thank you for your feedback! I am also interested in conducting experiments on extrinsic tasks such as text classification. In addition to word embeddings, Wikipedia2Vec also conta…

  9. comment
    Comment #17677548

    Thanks :) 1) I think learning entity embeddings using the Doc2Vec (paragraph vector) model is an interesting idea, but we did not test it. 2) This tool was initially developed to a…

  10. comment
    Comment #17677119

    Regarding word embedding algorithm, I am interested in supporting other models that uses subword information (e.g., Fasttext). Further, there have been proposed various recent mode…

  11. comment
    Comment #17677101

    We did not add Fasttext to our benchmarks because of a minor technical issue but we will work on it. Further, to conduct a fair comparison with ELMo, I think it is needed to use ex…

  12. comment
    Comment #17676759

    The current code is written specifically for Wikipedia. However, its algorithm is portable for knowledge bases that contains articles and their entity annotations.

  13. comment
    Comment #17676744

    What kind of output did you mean? Wikipedia2Vec learns embeddings of entities which have links from other articles more than min-entity-count times.

  14. comment
    Comment #17673364

    Please note that similar to other approaches (e.g., node2vec), Wikipedia2Vec learns embeddings for Wikipedia entities in addition to embeddings for words.

  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #7312084

    When clicking on the link, Linkify displays a small widget that contains links to typical search sites such as Wikipedia, Google, Twitter, etc.

  22. story
  23. story
  24. story
  25. story