PageRank measures global importance — entities that are referenced by many other highly-connected entities score highest.
| # | Entity | Type | Score | Degree | Description |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ e.name | e }} | {{ e.type | e }} | {{ e.degree }} | {{ e.description | e }} |
Degree is the total number of edges (in + out). Highly connected entities are hubs in the knowledge graph.
| # | Entity | Type | Degree | Description |
|---|---|---|---|---|
| {{ loop.index }} | {{ e.name | e }} | {{ e.type | e }} | {{ e.description | e }} |
Betweenness measures how often an entity lies on the shortest path between two others — these are the connective tissue of the graph.
| # | Entity | Type | Betweenness | Degree | Description |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ e.name | e }} | {{ e.type | e }} | {{ e.degree }} | {{ e.description | e }} |
Chunks are ranked by how many entities and relations were extracted from them — the densest information sources.
| # | Chunk | References | Preview |
|---|---|---|---|
| {{ loop.index }} | {% if c.chunk_idx is not none %} Part {{ c.chunk_idx + 1 }} {% else %} {{ c.id[:8] }}… {% endif %} | {{ c.preview | e }} |