A Survey on Rank Aggregation

Abstract

The task of Knowledge-Based Question Generation (KBQG) involves generating natural language questions from structured knowledge sources, posing unique challenges in balancing linguistic diversity and semantic relevance. Existing models often focus on maximizing surface-level similarity to ground-truth questions, neglecting the need for diverse syntactic forms and leading to semantic drift during generation. To overcome these challenges, we propose Refine-Reinforced Diverse Question Generation (R2DQG), a two-phase framework leveraging a generation-then-refinement paradigm. The Generator first constructs a diverse set of expressive templates using dependency parse tree similarity, capturing a wide range of syntactic patterns and styles. These templates guide the creation of question drafts, ensuring both diversity and semantic relevance. In the second phase, a Corrector module refines the drafts to mitigate semantic drift and enhance overall coherence and quality. Experiments on public datasets show that R2DQG outperforms state-of-the-art models in generating diverse, contextually accurate questions. Moreover, synthetic datasets generated by R2DQG enhance downstream QA performance, underscoring the practical utility of our approach.

Cite

Text

Wang et al. "A Survey on Rank Aggregation." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/915

Markdown

[Wang et al. "A Survey on Rank Aggregation." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wang2024ijcai-survey-a/) doi:10.24963/ijcai.2024/915

BibTeX

@inproceedings{wang2024ijcai-survey-a,
  title     = {{A Survey on Rank Aggregation}},
  author    = {Wang, Siyi and Deng, Qi and Feng, Shiwei and Zhang, Hong and Liang, Chao},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {8281-8289},
  doi       = {10.24963/ijcai.2024/915},
  url       = {https://mlanthology.org/ijcai/2024/wang2024ijcai-survey-a/}
}