RAG Flashcards

(13 cards)

1
Q

What is Retrieval-Augmented Generation (RAG)?

A

An approach that enhances LLMs by retrieving and integrating external knowledge sources at query time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does Document-based RAG differ from Traditional LLMs?

A

Document-based RAG adds factual grounding by retrieving relevant text passages before generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What additional benefit does Knowledge Graph RAG provide over Document-based RAG?

A

It adds structured precision through retrieval of triples and multi-hop graph relations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Hybrid Multi-source RAG?

A

A system combining multiple retrieval sources (text, graph, embeddings) for comprehensive knowledge integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List the four core KG-RAG components outlined in the lecture.

A

1) Query understanding & translation
2) Knowledge graph retrieval
3) Context formatting & integration
4) Enhanced response generation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name three application domains for KG-RAG mentioned in the lecture.

A

Question answering, domain-specific assistance (e.g., medical, research), enterprise search.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three initial challenges highlighted for KG-RAG?

A

Query translation, schema alignment, handling incomplete knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define the ‘query translation accuracy’ challenge in KG-RAG.

A

Converting complex natural-language queries into precise SPARQL while handling ambiguity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the ‘schema alignment’ challenge in KG-RAG?

A

Matching user terminology with the knowledge graph schema and dealing with different formats.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain the ‘incomplete knowledge’ challenge in KG-RAG.

A

Handling queries that require missing information by combining KG retrieval with LLM generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the ‘context integration’ challenge involve?

A

Balancing level of detail versus conciseness and formatting graph data for effective LLM understanding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is meant by the ‘reasoning quality’ challenge?

A

Ensuring the LLM correctly utilizes retrieved KG facts and avoids inference errors despite correct data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the ‘performance optimization’ challenge in KG-RAG.

A

Reducing latency in multi-step processes and scaling solutions to very large knowledge graphs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly