

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Augmented Generation
incomplete
2: LLM Summarization
incomplete
3: Conflict Resolution in Summaries
incomplete
4: Adding Citations
incomplete
5: Question Answering
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Documents often disagree – especially if the types of documents you're searching through are user-generated.
Think about movie reviews for example. Not all reviews of the same movie are going to agree on all points, and you want your LLM summary to give a balanced view of the resulting documents.
Factual conflicts:
Opinion conflicts:
Emphasis conflicts:
One way to get better performance surrounding conflicts is to build an entire LLM-step into your pipeline that simply identifies any conflicts in the results before attempting to summarize them.
We're not going to build conflict resolution into Webflyx, because we have a curated dataset of movies themselves, not user-generated reviews; but it's still an important concept to understand.