Skip to content

BM-K/Question-Difficulty-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 

Repository files navigation

Question Difficulty Estimation

Data Folder Structure

Question-Level-Difficulty/
  main.py
  
  models/
    utils.py
    setting.py
    
    QLD/
      qld_only_text.py
      qld_memory.py
      qld_logic.py
      function.py
      
  data/
    data_loader.py
    DramaQA_v2.1/
      AnotherMissOh/
        parser.py
        train.tsv
        test.tsv
        val.tsv
        AnotherMissOhQA_train_set.json
        AnotherMissOhQA_val_set.json
        AnotherMissOhQA_test_set.json
        AnotherMissOh_script.json
        AnotherMissOh_images/
          $IMAGE_FOLDERS

Run

How did Haeyoung1 feel such surreal emotions?:
  Memory Level 3 | Logic Level 3 

Results

V3 Dataset

  • logic
    • only text: 97.34
    • text + image: 97.88
  • memory
    • only text: 99.64
    • text + image: 99.88

About

Question Difficulty Estimation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages