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... |
- LangChain [8] is an open-source framework for using LLMs with various components and applications, including RAG, where using RAG on KGs is supportive.
### 4 Document Graph
A document graph typically models the connections between different documents or various granularity of documents. It is widely observed in rea... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 24,
"table_of_content_items": {
"level": [
1,
2
],
"title": [
"Document Graph Document Graph",
"Application Tasks"
],
"page": [
24,
24
]
},
"tables": [],
"images":... |
document-level relationships. Humans often consolidate scattered information into structured
knowledge to streamline the reasoning process and make more accurate judgments, in line with
cognitive load theory [384, 243]. Graph-based methods are well-suited for this task by constructing
word-level document graphs [307, 4... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 25,
"table_of_content_items": {
"level": [
2
],
"title": [
"Document Graph Construction"
],
"page": [
25
]
},
"tables": [],
"images": [],
"graphics": []
} |
**– Sentence-Sentence edge: Sentence-sentence edges connect sentences based on their semantic**
similarity or relationships. For example, these edges can be constructed through sentence interactions [491, 284, 165], similarities between TF-IDF representations [237, 45], BM25 [297],
sentence embeddings [260, 410, 525], ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 26,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Retriever",
"Organizer"
],
"page": [
26,
26
]
},
"tables": [],
"images": [],
"graphics": []
} |
based on the local clustering coefficient, while Zhang et al. [539] employs path-centric pruning to
incorporate off-path information. Li et al. [229] dynamically drop irrelevant nodes during decoding,
and Angelova and Weikum [8] prune edges based on a similarity threshold. Additionally, Edge
et al. [98] uses community ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 27,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Generator",
"Resources and Tools"
],
"page": [
27,
27
]
},
"tables": [],
"images": [],
"graphics":... |
sentiment, quote attributions, and relations. These tools are valuable for constructing document
graphs.
- spaCy: [10] The spaCy is an advanced natural language processing library known for its speed
and neural network models, which are optimized for tasks such as tagging, parsing, named entity
recognition, text class... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 28,
"table_of_content_items": {
"level": [
1
],
"title": [
"Scientific Graph Scientific Graph"
],
"page": [
28
]
},
"tables": [],
"images": [
"{'number': 2, 'bbox': Rect(212.283... |
In recent years, significant progress has been made in the development of artificial intelligence
for science [1, 193, 393, 283]. Machine learning (ML) and deep neural network technologies are
increasingly driving scientific discovery from experimental data. Notably, generative models such
as Large Language Models (LLM... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 29,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Application Tasks",
" Scientific Graph Construction"
],
"page": [
29,
29
]
},
"tables": [],
"images"... |
generated through depth-first search (DFS) on the molecular graph, following specific rules. 2D
molecular graphs represent atoms as nodes and bonds as edges, visually showing the connectivity of
atoms. 3D molecular graphs incorporate spatial coordinates for each atom, reflecting the molecule’s
structure in three-dimens... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 30,
"table_of_content_items": {
"level": [
2
],
"title": [
"Retriever"
],
"page": [
30
]
},
"tables": [],
"images": [],
"graphics": []
} |
existing biomedical knowledge. This approach significantly enhances the transparency and
utility of predictive models. Delile et al. [78] map the text chunks to the knowledge graph, then
utilize graph distances to find the chunks most relevant to the user’s question. In addition, this
work introduces a scoring metric t... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 31,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Organizer",
"Generator"
],
"page": [
31,
31
]
},
"tables": [],
"images": [],
"graphics": []
} |
three categories according to the type of generated models they use: transformer-based generators,
diffusion model-based generators, and large language models-based generators.
- Transformer-based generator: RetMol [433] utilizes the Megatron version of the molecule
generative model Chemformer for drug discovery. Spec... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 32,
"table_of_content_items": {
"level": [
2,
3
],
"title": [
"Resources and Tools",
"Data Resources"
],
"page": [
32,
32
]
},
"tables": [],
"images": [],
"graph... |
- PubMed [269]: PubMed is a freely accessible database that primarily houses the MEDLINE
collection, containing references and abstracts in life sciences and biomedicine. Managed by
the United States National Library of Medicine (NLM) within the National Institutes of Health,
PubMed is part of the Entrez retrieval syst... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 33,
"table_of_content_items": {
"level": [
3,
1
],
"title": [
"Tools",
"Social Graph Social Graph"
],
"page": [
33,
33
]
},
"tables": [],
"images": [
"{'number... |
**6.1** **Application Tasks**
- Entity Property Prediction: Entity property prediction focuses on predicting properties and
classifying categories for social entities in social networks, examples of which include the prediction
of partnership compatibility, assessment of morality, detection of account suspensions, ide... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 34,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Application Tasks",
"Social Graph Construction"
],
"page": [
34,
34
]
},
"tables": [],
"images": [],... |
- Item-Item-Interaction [427, 528, 452]: This social graph captures interactions between items,
typically identified by shared interactions from the same customer or user. For example, a "co-view"
interaction between two products indicates that they are viewed by the same customer, while a
"view-add-to-cart" interactio... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 35,
"table_of_content_items": {
"level": [
2
],
"title": [
"Retriever"
],
"page": [
35
]
},
"tables": [],
"images": [],
"graphics": []
} |
**6.4** **Organizer**
To further enhance the retrieved content, the organizer for the social graphs employs specialized
techniques beyond the typical re-ranking and filtering used in other graph domains [511, 152, 77].
For social graphs, the organizer of GraphRAG often uses Keyword Extraction, Profile Summarization,
a... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 36,
"table_of_content_items": {
"level": [
2,
2,
2
],
"title": [
"Organizer",
"Generator",
"Resources and Tools"
],
"page": [
36,
36,
36
]
},
"tabl... |
**6.6.1** **Data Resources**
- STARK-Amazon[24] [452]: STARK-Amazon is a large-scale, semi-structured retrieval benchmark
dataset for product search on the Amazon platform, integrating textual and relational knowledge
bases. The nodes in the dataset represent products, colors, brands, and categories, while edges
captu... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 37,
"table_of_content_items": {
"level": [
3
],
"title": [
"Data Resources"
],
"page": [
37
]
},
"tables": [],
"images": [],
"graphics": []
} |
- Brexit[30] [565]: This dataset includes a portion of the X (Twitter) network, specifically the remainleave discourse before the 2016 UK Referendum on exiting the EU. It comprises a network with
7,589 users, 532,459 directed follow relationships, and 19,963 tweets, each associated with a binary
stance. The dataset is ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 38,
"table_of_content_items": {
"level": [
3,
1
],
"title": [
"Tools",
"Planning and Reasoning Graph Planning and Reasoning Graph"
],
"page": [
38,
38
]
},
"tables":... |
techniques [24, 437, 488] where each node represents a decision-making thinking step connected by
the reasoning flow. The dependency constraint and reasoning flow in the planning/reasoning graphs
can be naturally represented as relational knowledge, which forms the foundation for GraphRAG in
fulfilling planning/reasoni... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 39,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Application Tasks",
"Reasoning and Planning Graph Construction"
],
"page": [
39,
39
]
},
"tables": [],... |
- Inclusive Dependency [277]: The dependency described indicates that two connected nodes
belong to the same category or environment. For example, cobblestones and birdhouses are
both part of the category of garden decorations [427]. Hypergraphs can effectively capture such
belonging relationships where one entity belo... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 40,
"table_of_content_items": {
"level": [
2,
2
],
"title": [
"Retriever",
"Organizer"
],
"page": [
40,
40
]
},
"tables": [],
"images": [],
"graphics": []
} |
use a multi-round embedding similarity process integrated with reasoning steps, enhancing plan
fidelity. Moreover, reward-based retrieval involves a sophisticated search that further boosts accuracy.
Together, these high-quality strategies reduce the need for fine-grained reranking or filtering.
**7.5** **Generator**
... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 41,
"table_of_content_items": {
"level": [
2,
2,
2
],
"title": [
"Generator",
" Resources and Tools",
"Data Resources"
],
"page": [
41,
41,
41
]
},
... |
retrieving movie details or recommending films, are grouped under the ’movie’ category, while
APIs focused on person-related tasks, like searching for actors, are classified under the ’person’
category. Additionally, if two APIs share a common parameter (e.g., movie-id), a link is established
to represent resource depe... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 42,
"table_of_content_items": {
"level": [
3
],
"title": [
"Tools"
],
"page": [
42
]
},
"tables": [],
"images": [],
"graphics": []
} |
### 8 Tabular Graph
Tabular data is another type of structured data that is widely used in real-world applications [343] and
is typically stored in relational databases [66]. Tabular data may consist of a single table containing
samples and their attributes, or multiple tables that share primary and foreign keys. LLMs... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 43,
"table_of_content_items": {
"level": [
1,
2,
2
],
"title": [
"Tabular Graph Tabular Graph",
"Application Tasks",
"Tabular Graph Construction"
],
"page": [
43,
... |
use heuristics based on expert knowledge to establish connections [223]. Additionally, certain
approaches link features if they belong to the same instance [335].
- Instance-Feature graphs: The instance-feature graph is a heterogeneous graph, which connects
the instance with their corresponding features [135, 497, 411... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 44,
"table_of_content_items": {
"level": [
2,
2,
2
],
"title": [
"Retriever",
"Generator",
"Resources and Tools"
],
"page": [
44,
44,
44
]
},
"tabl... |
**8.5.1** **Data Resources**
Relational machine learning has recently gained popularity, leading to the development of several
benchmarks and datasets for tabular data. For example:
- RelBench [339, 115][45] is a collection of realistic, large-scale, and diverse benchmark datasets for
machine learning on relational d... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 45,
"table_of_content_items": {
"level": [
3,
3
],
"title": [
"Data Resources",
"Tools"
],
"page": [
45,
45
]
},
"tables": [],
"images": [],
"graphics": []
} |
preprocessing functions, including normalization, standardization, encoding of categorical features,
and dataloader preparation. Additionally, it includes a variety of tabular machine-learning models
and evaluation functions, making it a comprehensive tool for handling tabular data.
- DeepTables [179][53]: DeepTables ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 46,
"table_of_content_items": {
"level": [
1,
2
],
"title": [
"Other Domains",
"Infrastructure Graph Infrastructure Graph"
],
"page": [
46,
46
]
},
"tables": [],
"... |
- Communication Networks [113, 341]: A computer network system typically comprises two
interconnected graph layers: the logical and the physical. The logical layer represents the flow of
data, where traffic is routed through multiple intermediate routers before reaching its destination.
In this layer, nodes correspond ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 47,
"table_of_content_items": {
"level": [
2
],
"title": [
"Single-cell Graph Biological Graph"
],
"page": [
47
]
},
"tables": [],
"images": [
"{'number': 4, 'bbox': Rect(207.35... |
node features are derived through principal component analysis (PCA), while cell node features are
obtained by aggregating the weighted features of the connected gene nodes. The most common way
to construct a single-cell graph is to build a KNN graph from single-cell data [414]. To be specific, the
data is first normal... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 48,
"table_of_content_items": {
"level": [
2
],
"title": [
"Scene Graph Scene Graph"
],
"page": [
48
]
},
"tables": [],
"images": [
"{'number': 4, 'bbox': Rect(187.97900390625, ... |
**9.4** **Random Graph**
Random graphs are a foundational concept in network theory [304, 174] and are widely used for
modeling and studying complex networks in fields such as computer science, physics, biology,
and social sciences. They are constructed based on probabilistic rules, leading to various possible
structu... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 49,
"table_of_content_items": {
"level": [
2,
1,
2
],
"title": [
"Random Graph Random Graph",
"Challenges and Future Work",
"Graph Construction"
],
"page": [
49,
... |
**10.2** **Retriever**
- Differentiating Neural and Symbolic Knowledge: Graph-structured data usually involves two
distinct types of knowledge: symbolic-formatted knowledge, such as relations in knowledge graphs,
and neural-formatted knowledge, such as entity names. Developing techniques to differentiate
these two typ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 50,
"table_of_content_items": {
"level": [
2,
2,
2
],
"title": [
"Retriever",
"Organizer",
"Generator"
],
"page": [
50,
50,
50
]
},
"tables": [],
... |
text decoding process, no systematic study has yet demonstrated whether LLMs can distinguish
between these encodings and accurately recognize their corresponding geometric structures.
**10.5** **GraphRAG as a System**
Rather than individual components, GraphRAG is a system. Designing an efficient and cohesive
GraphRA... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 51,
"table_of_content_items": {
"level": [
2
],
"title": [
"GraphRAG as a System"
],
"page": [
51
]
},
"tables": [],
"images": [],
"graphics": []
} |
between structural integrity and the robustness of GraphRAG systems, paving the way for
robust performance in tasks requiring complex reasoning and planning.
**– Safety [573, 478, 435, 79, 460]: Recent studies have highlighted that LLMs are susceptible**
to various adversarial attacks. Techniques such as prompt manipul... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 52,
"table_of_content_items": {
"level": [
2
],
"title": [
" Evaluation of GraphRAG."
],
"page": [
52
]
},
"tables": [],
"images": [],
"graphics": []
} |
- End-to-End Benchmarks: To assess the system’s overall effectiveness, comprehensive end-to-end
benchmarks are essential. These should evaluate the quality of generated outputs, system response
time, efficiency, and resource utilization, providing a holistic view of GraphRAG’s performance in
real-world applications.
-... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 53,
"table_of_content_items": {
"level": [
2,
1
],
"title": [
"New Applications",
"Conclusion"
],
"page": [
53,
53
]
},
"tables": [],
"images": [],
"graphics": [... |
[6] Tareq Al-Moslmi, Marc Gallofré Ocaña, Andreas L Opdahl, and Csaba Veres. Named entity
extraction for knowledge graphs: A literature overview. IEEE Access, 8:32862–32881, 2020.
[7] Réka Albert and Albert-László Barabási. Statistical mechanics of complex networks. Reviews
_of modern physics, 74(1):47, 2002._
[8] Ra... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 54,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[24] Maciej Besta, Nils Blach, Ales Kubicek, Robert Gerstenberger, Michal Podstawski, Lukas
Gianinazzi, Joanna Gajda, Tomasz Lehmann, Hubert Niewiadomski, Piotr Nyczyk, et al.
Graph of thoughts: Solving elaborate problems with large language models. In Proceedings of
_the AAAI Conference on Artificial Intelligence, vol... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 55,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[40] Bohan Chen and Andrea L Bertozzi. Autokg: Efficient automated knowledge graph generation
for language models. In 2023 IEEE International Conference on Big Data (BigData), pages
3117–3126. IEEE, 2023.
[41] Chaochao Chen, Fei Zheng, Jamie Cui, Yuwei Cao, Guanfeng Liu, Jia Wu, and Jun Zhou. Survey and open problems ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 56,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[57] Dawei Cheng, Yujia Ye, Sheng Xiang, Zhenwei Ma, Ying Zhang, and Changjun Jiang. Antimoney laundering by group-aware deep graph learning. IEEE Transactions on Knowledge and
_Data Engineering, 35(12):12444–12457, 2023._
[58] Kewei Cheng, Nesreen K Ahmed, Theodore Willke, and Yizhou Sun. Structure guided prompt:
Ins... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 57,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[75] Rajarshi Das, Shehzaad Dhuliawala, Manzil Zaheer, Luke Vilnis, Ishan Durugkar, Akshay
Krishnamurthy, Alex Smola, and Andrew McCallum. Go for a walk and arrive at the answer:
Reasoning over paths in knowledge bases using reinforcement learning. In International
_Conference on Learning Representations, 2018._
[76] ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 58,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[92] Li Dong, Shaohan Huang, Furu Wei, Mirella Lapata, Ming Zhou, and Ke Xu. Learning
to generate product reviews from attributes. In Proceedings of the 15th Conference of the
_European Chapter of the Association for Computational Linguistics: Volume 1, Long Papers,_
pages 623–632, 2017.
[93] Claire Donnat, Marinka Zi... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 59,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[109] Bahare Fatemi, Jonathan Halcrow, and Bryan Perozzi. Talk like a graph: Encoding graphs for
large language models. arXiv preprint arXiv:2310.04560, 2023.
[110] Yanlin Feng, Xinyue Chen, Bill Yuchen Lin, Peifeng Wang, Jun Yan, and Xiang Ren. Scalable
multi-hop relational reasoning for knowledge-aware question answ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 60,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[124] Adam Goodge, Bryan Hooi, See-Kiong Ng, and Wee Siong Ng. Lunar: Unifying local outlier
detection methods via graph neural networks. In Proceedings of the AAAI Conference on
_Artificial Intelligence, volume 36, pages 6737–6745, 2022._
[125] Yury Gorishniy, Ivan Rubachev, Valentin Khrulkov, and Artem Babenko. Revi... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 61,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[140] Haoyu Han, Juanhui Li, Wei Huang, Xianfeng Tang, Hanqing Lu, Chen Luo, Hui Liu, and
Jiliang Tang. Node-wise filtering in graph neural networks: A mixture of experts approach.
_arXiv preprint arXiv:2406.03464, 2024._
[141] Xu Han, Tianyu Gao, Yankai Lin, Hao Peng, Yaoliang Yang, Chaojun Xiao, Zhiyuan Liu, Peng
Li... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 62,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[156] Weihua Hu, Yiwen Yuan, Zecheng Zhang, Akihiro Nitta, Kaidi Cao, Vid Kocijan, Jure
Leskovec, and Matthias Fey. Pytorch frame: A modular framework for multi-modal tabular
learning. arXiv preprint arXiv:2404.00776, 2024.
[157] Ziniu Hu, Yizhou Sun, and Kai-Wei Chang. Relation-guided pre-training for open-domain
que... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 63,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[171] Sergei Ivanov and Liudmila Prokhorenkova. Boost then convolve: Gradient boosting meets
graph neural networks. arXiv preprint arXiv:2101.08543, 2021.
[172] Maor Ivgi, Uri Shaham, and Jonathan Berant. Efficient long-text understanding with short-text
models. Transactions of the Association for Computational Lingui... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 64,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[188] Rihui Jin, Jianan Wang, Wei Tan, Yongrui Chen, Guilin Qi, and Wang Hao. Tabprompt:
Graph-based pre-training and prompting for few-shot table understanding. In Findings of the
_Association for Computational Linguistics: EMNLP 2023, pages 7373–7383, 2023._
[189] Zhuoran Jin, Pengfei Cao, Yubo Chen, Kang Liu, Xiaoj... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 65,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[205] Yejin Kim, Eojin Kang, Juae Kim, and H Howie Huang. Causal reasoning in large language
models: A knowledge graph approach. In Causality and Large Models@ NeurIPS 2024.
[206] Thomas N Kipf and Max Welling. Semi-supervised classification with graph convolutional
networks. arXiv preprint arXiv:1609.02907, 2016.
[2... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 66,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[223] Cheng-Te Li, Yu-Che Tsai, Chih-Yao Chen, and Jay Chiehen Liao. Graph neural networks for tabular data learning: A survey with taxonomy and directions. arXiv preprint
_arXiv:2401.02143, 2024._
[224] Dawei Li, Shu Yang, Zhen Tan, Jae Young Baik, Sunkwon Yun, Joseph Lee, Aaron Chacko,
Bojian Hou, Duy Duong-Tran, Yi... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 67,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[239] Yongqi Li, Wenjie Li, and Liqiang Nie. A graph-guided multi-round retrieval method for
conversational open-domain question answering. arXiv preprint arXiv:2104.08443, 2021.
[240] Yongqi Li, Wenjie Li, and Liqiang Nie. Dynamic graph reasoning for conversational opendomain question answering. ACM Transactions on I... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 68,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[257] Qi Liu, Maximilian Nickel, and Douwe Kiela. Hyperbolic graph neural networks. Advances
_in neural information processing systems, 32, 2019._
[258] Qijiong Liu, Nuo Chen, Tetsuya Sakai, and Xiao-Ming Wu. Once: Boosting content-based
recommendation with both open-and closed-source large language models. In Proceed... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 69,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[274] Shitong Luo, Chence Shi, Minkai Xu, and Jian Tang. Predicting molecular conformation
via dynamic graph score matching. Advances in Neural Information Processing Systems, 34:
19784–19795, 2021.
[275] Zihan Luo, Xiran Song, Hong Huang, Jianxun Lian, Chenhao Zhang, Jinqi Jiang, Xing Xie,
and Hai Jin. Graphinstruct:... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 70,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[292] Xin Mei, Xiaoyan Cai, Libin Yang, and Nanxin Wang. Graph transformer networks based text
representation. Neurocomputing, 463:91–100, 2021.
[293] Yu Meng, Yunyi Zhang, Jiaxin Huang, Xuan Wang, Yu Zhang, Heng Ji, and Jiawei Han.
Distantly-supervised named entity recognition with noise-robust learning and language ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 71,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[309] Barlas Oguz, Xilun Chen, Vladimir Karpukhin, Stan Peshterliev, Dmytro Okhonko, Michael
Schlichtkrull, Sonal Gupta, Yashar Mehdad, and Scott Yih. Unik-qa: Unified representations
of structured and unstructured knowledge for open-domain question answering. arXiv preprint
_arXiv:2012.14610, 2020._
[310] Long Ouyang... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 72,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[325] Tao Qin and Tie-Yan Liu. Introducing letor 4.0 datasets. arXiv preprint arXiv:1306.2597,
2013.
[326] Lin Qiu, Yunxuan Xiao, Yanru Qu, Hao Zhou, Lei Li, Weinan Zhang, and Yong Yu. Dynamically fused graph network for multi-hop reasoning. In Proceedings of the 57th annual meeting
_of the association for computation... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 73,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[342] Swarnadeep Saha, Prateek Yadav, Lisa Bauer, and Mohit Bansal. Explagraphs: An explanation
graph generation task for structured commonsense reasoning. arXiv preprint arXiv:2104.07644,
2021.
[343] Maria Sahakyan, Zeyar Aung, and Talal Rahwan. Explainable artificial intelligence for tabular
data: A survey. IEEE acc... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 74,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[360] Yucheng Shi, Qiaoyu Tan, Xuansheng Wu, Shaochen Zhong, Kaixiong Zhou, and Ninghao
Liu. Retrieval-enhanced knowledge editing for multi-hop question answering in language
models. arXiv preprint arXiv:2403.19631, 2024.
[361] Harry Shomer, Yao Ma, Haitao Mao, Juanhui Li, Bo Wu, and Jiliang Tang. LPFormer: An
adaptiv... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 75,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[377] Ying Su, Jipeng Zhang, Yangqiu Song, and Tong Zhang. Pipenet: Question answering with
semantic pruning over knowledge graphs. arXiv preprint arXiv:2401.17536, 2024.
[378] Yuan Sui, Mengyu Zhou, Mingjie Zhou, Shi Han, and Dongmei Zhang. Table meets llm: Can
large language models understand structured table data? ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 76,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[391] Gemma Team, Thomas Mesnard, Cassidy Hardin, Robert Dadashi, Surya Bhupatiraju, Shreya
Pathak, Laurent Sifre, Morgane Rivière, Mihir Sanjay Kale, Juliette Love, et al. Gemma: Open
models based on gemini research and technology. arXiv preprint arXiv:2403.08295, 2024.
[392] Mokanarangan Thayaparan, Marco Valentino,... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 77,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[407] Chen Wang, Dengji Zhou, Xiaoguo Wang, Song Liu, Tiemin Shao, Chongyuan Shui, and
Jun Yan. Multiscale graph based spatio-temporal graph convolutional network for energy
consumption prediction of natural gas transmission process. Energy, 307:132489, 2024.
[408] Danqing Wang, Pengfei Liu, Yining Zheng, Xipeng Qiu, ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 78,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[423] Xiao Wang, Houye Ji, Chuan Shi, Bai Wang, Yanfang Ye, Peng Cui, and Philip S Yu. Heterogeneous graph attention network. In The world wide web conference, pages 2022–2032,
2019.
[424] Xiaoyang Wang, Yao Ma, Yiqi Wang, Wei Jin, Xin Wang, Jiliang Tang, Caiyan Jia, and Jian
Yu. Traffic flow prediction via spatial te... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 79,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[439] Yanbin Wei, Qiushi Huang, Yu Zhang, and James Kwok. Kicgpt: Large language model with
knowledge in context for knowledge graph completion. In Findings of the Association for
_Computational Linguistics: EMNLP 2023, pages 8667–8683, 2023._
[440] Hongzhi Wen, Wei Jin, Jiayuan Ding, Christopher Xu, Yuying Xie, and J... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 80,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[456] Yike Wu, Nan Hu, Guilin Qi, Sheng Bi, Jie Ren, Anhuan Xie, and Wei Song. Retrieve-rewriteanswer: A kg-to-text enhanced llms framework for knowledge graph question answering.
_arXiv preprint arXiv:2309.11206, 2023._
[457] Yike Wu, Yi Huang, Nan Hu, Yuncheng Hua, Guilin Qi, Jiaoyan Chen, and Jeff Z Pan. Cotkr:
Cha... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 81,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[473] Rongwu Xu, Zehan Qi, Zhijiang Guo, Cunxiang Wang, Hongru Wang, Yue Zhang, and Wei
Xu. Knowledge conflicts for llms: A survey. arXiv preprint arXiv:2403.08319, 2024.
[474] Shicheng Xu, Liang Pang, Huawei Shen, and Xueqi Cheng. Unveil the duality of
retrieval-augmented generation: Theoretical analysis and practica... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 82,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[490] Zijun Yao, Weijian Qi, Liangming Pan, Shulin Cao, Linmei Hu, Weichuan Liu, Lei Hou, and
Juanzi Li. Seakr: Self-aware knowledge retrieval for adaptive retrieval augmented generation.
_arXiv preprint arXiv:2406.19215, 2024._
[491] Michihiro Yasunaga, Rui Zhang, Kshitijh Meelu, Ayush Pareek, Krishnan Srinivasan, an... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 83,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
[507] Cyril Zakka, Rohan Shad, Akash Chaurasia, Alex R Dalal, Jennifer L Kim, Michael Moor,
Robyn Fong, Curran Phillips, Kevin Alexander, Euan Ashley, et al. Almanac—retrievalaugmented language models for clinical medicine. NEJM AI, 1(2):AIoa2300068, 2024.
[508] Xuan Zang, Xianbing Zhao, and Buzhou Tang. Hierarchical ... | {
"id": "2501.00309",
"categories": [
"cs.IR",
"cs.CL",
"cs.LG"
]
} | {
"file_path": "/content/raw_pdfs/2501.00309v2.pdf",
"page_count": 88,
"page_num": 84,
"table_of_content_items": {
"level": [],
"title": [],
"page": []
},
"tables": [],
"images": [],
"graphics": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.