HN user

ikuyamada

375 karma
Posts24
Comments14
View on HN
github.com 10mo ago

Knowledgeable Embedding: Injecting entity knowledge into embedding to boost RAG

ikuyamada
1pts0
github.com 5y ago

Luke: New pretrained NLP model achieving SOTA scores on many NLP tasks

ikuyamada
5pts0
github.com 6y ago

Neural Attentive Bag-of-Entities Model for Text Classification

ikuyamada
17pts0
wikipedia2vec.github.io 7y ago

Show HN: Wikipedia2Vec – A tool for learning embeddings of words and entities

ikuyamada
105pts16
github.com 12y ago

Mongo-memoize

ikuyamada
1pts0
github.com 12y ago

Mprpc: A fast Python RPC

ikuyamada
44pts2
github.com 12y ago

Gmemcache:Gevent-compatible Memcached Python binary client with consistent hashing

ikuyamada
1pts0
www.linkify.mobi 12y ago

Show HN: Linkify, auto-linking keywords for easier search on mobile apps

ikuyamada
2pts2
inventorspot.com 12y ago

Linkify Harnesses Semantic Technology For Smartphones

ikuyamada
2pts0
github.com 12y ago

Elasticache-auto-discovery

ikuyamada
2pts0
devopsangle.com 12y ago

Linkify looks to improve mobile search, announces SDK beta for iOS platform

ikuyamada
1pts0
techcrunch.com 12y ago

Linkify’s SDK Wants To Make Mobile Searches Less Cumbersome

ikuyamada
1pts0
dataset.readthedocs.org 12y ago

Dataset: Databases for lazy people

ikuyamada
204pts49
github.com 12y ago

Aida

ikuyamada
1pts0
github.com 12y ago

Json-wikipedia

ikuyamada
40pts16
github.com 12y ago

Dexter

ikuyamada
2pts0
blog.ziade.org 12y ago

WSGI Web Servers Bench

ikuyamada
5pts0
faruk.akgul.org 12y ago

Python Web Frameworks Benchmark

ikuyamada
3pts0
mindref.blogspot.jp 12y ago

Mind Reference: Python Fastest Web Framework

ikuyamada
2pts0
github.com 12y ago

Python-kyototycoon-binary: A fast Kyoto Tycoon Python client

ikuyamada
1pts0
pypi.python.org 12y ago

Mprpc 0.1.1: A fast MessagePack RPC library

ikuyamada
1pts0
github.com 12y ago

Mprpc: A lightweight Python RPC library using MessagePack and gevent

ikuyamada
2pts0
github.com 12y ago

Gsocketpool: A simple connection pool for gevent

ikuyamada
3pts0
github.com 12y ago

PiCrawler: A distributed web crawler using PiCloud

ikuyamada
24pts5

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 contains entity embeddings which are likely beneficial for these tasks, so I would like to design a model that uses both the word embeddings and entity embeddings.

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 address the entity linking task. Mapping words and entities into a same vector space enables to model the contextual information that is useful for entity linking. For details, please refer to this paper: Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation: https://arxiv.org/pdf/1601.01343.pdf

Json-wikipedia 13 years ago

In my understanding, DBpedia is a project for extracting data mainly from Wikipedia infoboxes (not whole data dumps) by collaboratively creating rules for converting data into cleaner schema that enables to perform a query such as SPARQL. I think this is a project that directly converts wikipedia dump xml to JSON for easier manipulation, which differs from DBpedia.