Skip to content
RAG Repo

ConceptNet joins words and short phrases with edges that carry a meaning, for example "is a", "used for", "causes", or "part of". Instead of just knowing that two words appear near each other, you get an explicit statement of how they relate, which is the kind of common-sense link people use without thinking.

The graph is built from several sources: crowdsourcing, expert-made resources, and games designed to gather knowledge as people play. It spans many languages, and you can download the full data, query it through an API, or use the associated word embeddings, numeric representations of meaning that place related words close together.

For RAG and language tasks, ConceptNet is handy when you want to reason about everyday relationships between concepts, expand a query with related ideas, or add a layer of common sense that a purely text-based system tends to miss.

knowledge-graphcommon-sensemultilingualwordsrelationships

Related sources