- Total Entries: 540 entries
- Data Format: JSONL (JSON Lines)
- Language: English
Each data entry contains the following fields:
- Q (Question): Question text about game content
- A (Answer): Detailed answer content, including Markdown-formatted text and image links
- filename: Original filename for data source traceability
-
Reference Documents_withcontext: Reference documents with context
filename: Document filenamechunk: List of relevant paragraph numbers
-
Reference Documents_nocontext: Reference documents without context
filename: Document filenamechunk: List of relevant paragraph numbers
- Reference Images: List of reference image URLs, including game screenshots, equipment images, boss fight scenes, etc.
-
Difficulty: Overall difficulty rating (1-3)
- 1: Easy (image count < 3)
- 2: Medium (image count 3-9)
- 3: Hard (image count ≥ 10)
-
Doc Difficulty: Document difficulty rating (1-3)
- 1: Easy (reference document count = 1)
- 2: Medium (reference document count = 2)
- 3: Hard (reference document count ≥ 3)
{
"Q": "How do you defeat the boss Non-Able in Black Myth: Wukong?",
"A": "# How to Defeat the Non-Able\n\nNon-Able is an optional miniboss fight in Chapter 1 of Black Myth: Wukong. This boss requires careful timing and strategy to defeat...",
"Reference Documents_withcontext": [
{
"filename": "100.Non-Able",
"chunk": ["1", "2"]
}
],
"Reference Documents_nocontext": [
{
"filename": "100.Non-Able",
"chunk": ["1", "2", "5", "6", "7", "8", "9", "10"]
}
],
"Reference Images": [
"https://oyster.ignimgs.com/mediawiki/apis.ign.com/black-myth-wukong/5/56/Wukong_Brook_15.jpg"
],
"Difficulty": "3",
"Doc Difficulty": "2",
"filename": "100.Non-Able-1.md"
}