CLJun 7, 2019

Preference-based Interactive Multi-Document Summarisation

arXiv:1906.02923v128 citations
Originality Incremental advance
AI Analysis

This work addresses the inefficiency of existing interactive summarization methods for users, though it is incremental as it builds on prior preference-based learning approaches.

The paper tackles the problem of reducing interaction rounds in preference-based interactive multi-document summarization by proposing the APRIL framework, which combines active learning, preference learning, and reinforcement learning, and shows that it outperforms state-of-the-art methods in simulations and real-user experiments.

Interactive NLP is a promising paradigm to close the gap between automatic NLP systems and the human upper bound. Preference-based interactive learning has been successfully applied, but the existing methods require several thousand interaction rounds even in simulations with perfect user feedback. In this paper, we study preference-based interactive summarisation. To reduce the number of interaction rounds, we propose the Active Preference-based ReInforcement Learning (APRIL) framework. APRIL uses Active Learning to query the user, Preference Learning to learn a summary ranking function from the preferences, and neural Reinforcement Learning to efficiently search for the (near-)optimal summary. Our results show that users can easily provide reliable preferences over summaries and that APRIL outperforms the state-of-the-art preference-based interactive method in both simulation and real-user experiments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes