Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

MM-Wukong Dataset

Dataset Statistics

  • Total Entries: 540 entries
  • Data Format: JSONL (JSON Lines)
  • Language: English

Data Structure

Each data entry contains the following fields:

Core 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 Document Fields

  • Reference Documents_withcontext: Reference documents with context

    • filename: Document filename
    • chunk: List of relevant paragraph numbers
  • Reference Documents_nocontext: Reference documents without context

    • filename: Document filename
    • chunk: List of relevant paragraph numbers

Multimedia Fields

  • Reference Images: List of reference image URLs, including game screenshots, equipment images, boss fight scenes, etc.

Difficulty Rating Fields

  • 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)

Data Example

{
  "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"
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors