COLING 2024main0 citations

Non-Essential Is NEcessary: Order-agnostic Multi-hop Question Generation

Kyungho Kim, Seongmin Park, Junseo Lee, Jihwa Lee

Abstract

Existing multi-hop question generation (QG) methods treat answer-irrelevant documents as non-essential and remove them as impurities. However, this approach can create a training-inference discrepancy when impurities cannot be completely removed, which can lead to a decrease in model performance. To overcome this problem, we propose an auxiliary task, called order-agnostic, which leverages non-essential data in the training phase to create a robust model and extract the consistent embeddings in real-world inference environments. Additionally, we use a single LM to perform both ranker and generator through a prompt-based approach without applying additional external modules. Furthermore, we discover that appropriate utilization of the non-essential components can achieve a significant performance increase. Finally, experiments conducted on HotpotQA dataset achieve state-of-the-art.

BibTeX
@inproceedings{kim-etal-2024-non,
    title = "Non-Essential Is {NE}cessary: Order-agnostic Multi-hop Question Generation",
    author = "Kim, Kyungho  and
      Park, Seongmin  and
      Lee, Junseo  and
      Lee, Jihwa",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.1075/",
    pages = "12300--12306"
}