markdown_text stringlengths 98 10.1k | pdf_metadata dict | chunk_metadata dict |
|---|---|---|
## RAG vs. GraphRAG: A Systematic Evaluation and Key Insights
### Haoyu Han[1], Yu Wang[2], Harry Shomer[1], Yongjia Lei, [2], Kai Guo [1], Zhigang Hua[3], Bo Long [3], Hui Liu[1], Jiliang Tang[1]
1Michigan State University, 2University of Oregon, 3Meta
### {hanhaoy1, shomerha, guokai1, liuhui7, tangjili}@msu.edu {yu... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 1,
"table_of_content_items": {
"level": [
1
],
"title": [
"Introduction"
],
"page": [
1
]
},
"tables": [],
"images": [],
"graphics": []
} |
tracts a Knowledge Graph (KG) from text and performs retrieval solely based on the KG and (2)
Community-based GraphRAG (Edge et al., 2024),
which retrieves information not only from the constructed KG but also from hierarchical communities within the graph. For the Question Answering task, we conduct experiments on bot... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 2,
"table_of_content_items": {
"level": [
1,
2,
2
],
"title": [
"Related Works",
"Retrieval-Augmented Generation",
"Graph Retrieval-Augmented Generation"
],
"page": [
... |
Figure 1: The illustration of RAG, KG-based GraphRAGs and Community-based GraphRAGs.
Despite leveraging the existing graphs, recent
studies have explored incorporating graph construction into GraphRAG to enhance text-based
tasks. For example, Dong et al. (2024) construct
document graphs using Abstract Meaning Represe... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 3,
"table_of_content_items": {
"level": [
1,
2,
2
],
"title": [
"Evaluation Methodology",
"RAG",
"GraphRAG"
],
"page": [
3,
3,
3
]
},
"tables": [],... |
content. Additionally, for each triplet, we can
retrieve the corresponding text associated with
it. We define two variants of KG-GraphRAG: (1)
_KG-GraphRAG (Triplets), which retrieves only the_
triplets, and (2) KG-GraphRAG (Triplets+Text),
which retrieves both the triplets and their associated
source text. We implemen... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 4,
"table_of_content_items": {
"level": [
1,
2,
2
],
"title": [
"Question Answering",
"Datasets and Evaluation Metrics",
"QA Main Results"
],
"page": [
4,
4,
... |
Table 1: Performance comparison (%) on NQ and Hotpot datasets. The best results are highlighted in bold, and the
second-best results are underlined.
**NQ** **Hotpot**
**Method** **Llama 3.1-8B** **Llama 3.1-70B** **Llama 3.1-8B** **Llama 3.1-70B**
P R F1 P R F1 P R F1 P R F1
RAG **71.7** **63.93** **64.78** **74.55... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 5,
"table_of_content_items": {
"level": [
2
],
"title": [
"Comparative QA Analysis"
],
"page": [
5
]
},
"tables": [
"{'bbox': (72.78601837158203, 97.86860656738281, 522.4935913085... |

40.0 17.1
13.7 29.1

45.4 9.2
9.8 35.6
(a) NQ

47.2 7.8
6.0 39.0
(b) Hotpot

55.4 11.6
13.6 19.4
(c) MultiHop-RAG
(d)... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 6,
"table_of_content_items": {
"level": [
2,
1,
2
],
"title": [
"Improving QA Performance",
"Query-Based Summarization",
"Datasets and Evaluation Metrics"
],
"page": [
... |
(a) Llama3.1-8B (b) Llama3.1-70B
Figure 3: Overall QA performance comparison of different methods.
We evaluate both the KG-based and Communitybased GraphRAG methods, along with the Integration strategy discussed in Section 4.4. The results of Llama3.1-8B model on Query-based single
document summarization and multipl... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 7,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Summarization Experimental Results",
"Position Bias in Existing Evaluation"
],
"page": [
7,
7
]
},
"tab... |
Table 4: The performance of query-based single document summarization task using Llama3.1-8B.
**SQuALITY** **QMSum**
**Method** **ROUGE-2** **BERTScore** **ROUGE-2** **BERTScore**
P R F1 P R F1 P R F1 P R F1
RAG 15.09 8.74 10.08 74.54 81.00 77.62 21.50 **3.80** 6.32 **81.03** 84.45 **82.69**
KG-GraphRAG (Triplets o... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 8,
"table_of_content_items": {
"level": [
1
],
"title": [
"Conclusion"
],
"page": [
8
]
},
"tables": [
"{'bbox': (71.21875762939453, 85.9226303100586, 520.078857421875, 198.179534... |
### Limitations
In this paper, we evaluate and compare RAG and
GraphRAG on Question Answering and Querybased Summarization tasks. Future work can extend this study to additional tasks to further assess
the strengths and applicability of GraphRAG. Additionally, the graph construction in all GraphRAG
methods explored in... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 9,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
retrieval on structured data. _arXiv preprint_
_arXiv:2305.19912._
Yongqi Li, Wenjie Li, and Liqiang Nie. 2022. Dynamic
graph reasoning for conversational open-domain
question answering. ACM Transactions on Infor_mation Systems (TOIS), 40(4):1–24._
Chin-Yew Lin. 2004. Rouge: A package for automatic
evaluation of summ... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 10,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
Shi-Qi Yan, Jia-Chen Gu, Yun Zhu, and Zhen-Hua Ling.
2024. Corrective retrieval augmented generation.
_arXiv preprint arXiv:2401.15884._
Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhutdinov, and
Christopher D Manning. 2018. Hotpotqa: A dataset
for diverse, explainable multi-hop qu... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 11,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
### A Appendix
**A.1** **Dataset**
In this section, we introduce the used datasets in the question answering tasks and query-based summarization tasks.
**A.1.1** **Question Answering**
In the QA tasks, we use the following four widely used datasets:
- Natural Questions (NQ) (Kwiatkowski et al., 2019): The NQ dat... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 12,
"table_of_content_items": {
"level": [
1,
2,
3,
3
],
"title": [
"Appendix",
"Dataset",
"Question Answering",
"Query-based Summarization"
],
"page": [
1... |
- ODSum (Zhou et al., 2023): The ODSum dataset is designed to evaluate modern summarization
models in multi-document contexts and consists of two subsets: ODSum-story and ODSum-meeting.
ODSum-story is derived from the SQuALITY dataset, while ODSum-meeting is constructed from
QMSum. We use both ODSum-story and ODSum-m... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 13,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"More results on NovelQA dataset",
"RAG vs. GraphRAG Selection"
],
"page": [
13,
13
]
},
"tables": [
... |
Table 10: The performance of Community-GraphRAG (Local) with Llama 3.1-70B model on NovelQA dataset.
Community-GraphRAG (Local) character meaning plot relat settg span times avg
mh 77.08 70.59 63.89 77.53 92.31 28 32.35 46.68
sh 68.42 71.43 74.9 62.5 74.23 - - 72.44
dtl 55.71 37.08 69.64 64.29 75.68 ... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 14,
"table_of_content_items": {
"level": [
2
],
"title": [
"Query-based Summarization Results with Llama3.1-70B model"
],
"page": [
14
]
},
"tables": [
"{'bbox': (71.5918426513671... |
Table 13: The performance of query-based multiple document summarization task using Llama3.1-70B.
ODSum-story ODSum-meeting
Method ROUGE-2 BERTScore ROUGE-2 BERTScore
P R F1 P R F1 P R F1 P R
RAG 15.60 9.98 11.09 74.80 81.29 77.89 18.81 6.41 8.97 83.56 85.16
KG-GraphRAG(Triplets only) 10.08 9.12 8.48 75.71 81.93 78... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 15,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"The LLM-as-a-Judge Prompt ",
"The LLM-as-a-Judge Results on more datasets"
],
"page": [
15,
15
]
},
"t... |
|RAG-Order 1 GraphRAG-Local-Order 1 RAG-Order 2 GraphRAG-Local-Order 2|Col2|Col3|Col4|RAG-Order 1 GraphRAG-Local-Order 1 RAG-Order 2 GraphRAG-Local-Order 2|Col6|Col7|Col8|Col9|Col10|
|---|---|---|---|---|---|---|---|---|---|
||||||RAG Gra|||||
||||||||-Loc|||
|||||||||||
|||||||||||
|||||||||||
|||||||||||
|||||||||||
... | {
"id": "2502.11371",
"categories": [
"cs.IR"
]
} | {
"file_path": "/content/raw_pdfs/2502.11371v1.pdf",
"page_count": 16,
"page_num": 16,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [
"{'bbox': (62.97119903564453, 312.7525634765625, 522.2426147460938, 445.4940185546875), 'rows': 3, 'columns': 2}",
"{'bbo... |
## Retrieval-Augmented Generation with Graphs (GraphRAG)
**Haoyu Han[1][∗], Yu Wang[2][∗], Harry Shomer[1], Kai Guo[1], Jiayuan Ding[5], Yongjia Lei[2],**
**Mahantesh Halappanavar[3], Ryan A. Rossi[4], Subhabrata Mukherjee[5], Xianfeng Tang[6], Qi He[6],**
**Zhigang Hua[7], Bo Long[7], Tong Zhao[8], Neil Shah[8], Ami... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 1,
"table_of_content_items": {
"level": [
1
],
"title": [
"Introduction"
],
"page": [
1
]
},
"tables": [],
"images": [],
"graphics": []
} |
consultation [467, 472, 515]). Moreover, recent advancements in large language models (LLMs)
have further underscored the power of RAG in enhancing the social responsibility of LLMs, such as
mitigating hallucinations [397], enhancing interpretability and transparency [203], enabling dynamic
adaptability [360, 419], red... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 2,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
star Methane, and 3-star T-junction vs. 4-square road, is essential in drug design for disease
treatment [139] and road construction for city planning [209]. Beyond the retriever, the generator
also requires specialized designs. When retrieved content includes complex graph structures
with textual attributes, simply ve... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 3,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [
"{'number': 14, 'bbox': Rect(423.2510070800781, 710.631591796875, 431.1713562011719, 720.0), 'transform': (7.9... |

Figure 1: RAG works on text and images, which can be uniformly formatted as 1D sequences or 2D
grids with no relational information. In contrast, GraphRAG works on graph-structured data, which
encompasses diverse formats and includes domain-specific relational information.... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 4,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [
"{'number': 0, 'bbox': Rect(108.0, 72.00004577636719, 503.9928283691406, 243.36199951171875), 'transform': (39... |

Figure 3: A holistic framework of GraphRAG and representative techniques for its key components.
### 2 A Holistic Framework of GraphRAG
Based on existing literature on GraphRAG, we present a holistic framework of GraphRAG. Next, we
introduce the basic problem setting and... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 5,
"table_of_content_items": {
"level": [
1,
2,
2
],
"title": [
"A Holistic Framework of GraphRAG",
"Problem Setting and Notations",
"Task Applications and Example Query Q"
],
... |
Table 1: Summary of Task Applications and Exemplary Queries for GraphRAG in each domain.
-----
| {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 6,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |

Figure 4: Existing techniques of query processor Ω[Processor] in GraphRAG.
Table 2: Difference of query processor Ω[Processor] between RAG and GraphRAG.
**Technique** **RAG** **GraphRAG**
Entity Recognition Extracting mentions in knowledge bases Extracting mentioned node... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 7,
"table_of_content_items": {
"level": [
2,
3
],
"title": [
"Query Processor Omega Processor",
"Name Entity Recognition"
],
"page": [
7,
7
]
},
"tables": [],
"ima... |
match the recognized types for next-round exploration. For example, given the question "Who are the
authors of ‘Language Models are Unsupervised Multi-task Learners’?" the initially recognized entity
should not only be based on the semantic name "Language Models are Unsupervised Multi-task
Learners" but also be based o... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 8,
"table_of_content_items": {
"level": [
3,
3,
3,
3
],
"title": [
"Relational Extraction",
"Query Structuration",
"Query Decomposition",
"Query Expansion"
],
"p... |

Figure 5: Visualizing representative retrievers used in GraphRAG.
Table 3: Categorizing representative retrievers used in GraphRAG.
**Method/Strategy** **Input** **Output** **Description**
Entity Linking Entity Mention Node Match query entity and graph node
Relational Ma... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 9,
"table_of_content_items": {
"level": [
2,
3
],
"title": [
"Retriever Omega Retriever",
"Heuristic-based Retriever"
],
"page": [
9,
9
]
},
"tables": [],
"images"... |
accurate entity recognition conducted by the query processor and the quality of labeled entities on
graph nodes. This technique is commonly applied in knowledge graphs, where Top-K nodes are
selected as starting points based on their textual similarity to the query. The similarity metric can
be computed using vector em... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 10,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
**2.4.2** **Learning-based Retriever**
One significant limitation of heuristic-based retrievers is their over-reliance on pre-defined rules,
which limits their generalizability to data that does not strictly adhere to these rules. For example,
when confronted with entities that have slight semantic or structural varia... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 11,
"table_of_content_items": {
"level": [
3
],
"title": [
"Learning-based Retriever"
],
"page": [
11
]
},
"tables": [],
"images": [],
"graphics": []
} |
**x[l]i** [=][ γ][Θ]γ
**e[l]ij** [=][ γ][Θ]γ
x[l]i[−][1] _⊕_ � _ϕΘϕ_ �x[l]i[−][1], xj[l][−][1], eij� _,_ Node-level (3)
_j∈Ni_
**e[l]ij** [=][ γ][Θ]γ e[l]ij[−][1] _⊕_ � _ϕΘϕ_ �e[l]ij[−][1][,][ e]mn[l][−][1][,][ x][e]ij _[∩][e]mn�_ _,_ Edge-level (4)
_emn∈Nij[e]_
**G[l]** = ρΘρG ({x[l]i[,][ e][l]ij... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 12,
"table_of_content_items": {
"level": [
3
],
"title": [
"Advanced Retrieval Strategies"
],
"page": [
12
]
},
"tables": [],
"images": [],
"graphics": []
} |
**Integrated Retrieval: Integrated retrieval combines various types of retrievers to capture relevant**
information by balancing their strengths and weaknesses. Typically, integrated retrieval approaches
are categorized according to which individual retrievers are used in combination, with notable
examples including ne... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 13,
"table_of_content_items": {
"level": [
2
],
"title": [
"Organizer"
],
"page": [
13
]
},
"tables": [],
"images": [],
"graphics": []
} |
field enlarges (i.e., the number of hops increases) in the retrieved subgraphs would also exponentially
increase the amount of context length in the prompt and dilute the focus of LLMs on the taskrelevant knowledge [358]. This poses a new requirement for the graph-based reranking mechanism to
prioritize the most import... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 14,
"table_of_content_items": {
"level": [
3,
3
],
"title": [
"Graph Pruning",
"Reranker"
],
"page": [
14,
14
]
},
"tables": [],
"images": [],
"graphics": []
} |
**2.5.3** **Graph Augmentation**
Graph augmentation aims to enrich the retrieved graph to either enhance the content or improve
the robustness of the generator. This process can involve adding supplementary information to the
retrieved graph, sourced from external data or knowledge embedded within LLMs. There are two
... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 15,
"table_of_content_items": {
"level": [
3,
3
],
"title": [
"Graph Augmentation",
"Verbalizing"
],
"page": [
15,
15
]
},
"tables": [],
"images": [],
"graphics"... |
decomposes the question, generates a reasoning trace, and identifies the specific knowledge needed
for the current step; and Summarization, where it summarizes the relevant knowledge from the
subgraph that retrieved based on the current reasoning trace.
**2.6** **Generator**
The generator aims to produce the desired ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 16,
"table_of_content_items": {
"level": [
2,
3,
3
],
"title": [
"Generator",
"Discrimination-based Generator",
"LLM-based Generator"
],
"page": [
16,
16,
... |
**2.6.3** **Graph-based Generator**
In the scientific graph domain, GraphRAG generators often go beyond LLM-based methods due to
the need for accurate structure generation. RetMol [433] is particularly versatile because it can work
with various encoder and decoder architectures, supporting multiple generative models a... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 17,
"table_of_content_items": {
"level": [
3,
2
],
"title": [
"Graph-based Generator",
"Graph Datasources"
],
"page": [
17,
17
]
},
"tables": [],
"images": [],
"... |
Note that the above-mentioned data structures can only represent basic graphs without support
for complex scenarios such as multi-relational edges or edge attributes. For instance, using an
adjacency matrix to represent a multi-relational attributed graph requires an expanded structure:
**A ∈** R[|V|×|V|×|R|], where R ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 18,
"table_of_content_items": {
"level": [
1,
2,
2
],
"title": [
"Knowledge Graph Knowledge Graph",
"Application Tasks",
"Knowledge Graph Construction"
],
"page": [
18... |
- Rule-based construction: Many traditional approaches use rule-based techniques for constructing
the graph. This takes the form of custom parsers and manually defined rules used to extract facts
from raw text. Note that these parsers can differ depending on the source of the text. Prominent
examples include ConceptNet... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 19,
"table_of_content_items": {
"level": [
2
],
"title": [
"Retriever"
],
"page": [
19
]
},
"tables": [],
"images": [],
"graphics": []
} |
the entity is to the query. For Yasunaga et al. [493], if |V | > 200, they randomly sample 200
entities. Sun et al. [381] use a version of beam-search to explore the KG. Jiang et al. [185], Feng
et al. [110] extract all paths of length k ≤ 2 between seed entities. Alternatively, LARK [62]
retrieves all facts that lie o... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 20,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
representation based on the LLM-encoded query. They then run L rounds of message passing
where after each layer l only the top-K new edges are kept, resulting in a set of entities Cq[l] [. This]
is determined by a learnable attention weight, which prunes the other edges from the graph. The
final set of candidate entiti... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 21,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
**Other retrievers: KICGPT [439] is concerned with the task of knowledge graph completion, where**
given a partial fact (h, r, ∗), we want to predict the correct entity ˆe. KICGPT retrieves the entities
by first scoring all possible entities using a traditional KG embedding score function. That is, for a
score function... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 22,
"table_of_content_items": {
"level": [
2
],
"title": [
"Organizer"
],
"page": [
22
]
},
"tables": [],
"images": [],
"graphics": []
} |
LLM is given the relational and textual information of each, and is asked to give it a score from 0
to 1, which is then used for re-ranking. GenTKG [246] orders the paths by the time they occurred,
further including the time with each. KICGPT [439] ranks all entities using the score of the KG
embedding score function, ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 23,
"table_of_content_items": {
"level": [
2,
2,
3,
3
],
"title": [
"Generator",
"Resources and Tools",
"Data Resources",
" Tools"
],
"page": [
23,
2... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 2