Papers with RAML
Ensure the Correctness of the Summary: Incorporate Entailment Knowledge into Abstractive Sentence Summarization (C18-1)
Copied to clipboard
| Challenge: | Existing approaches focus on improving the informativeness of the summary, but ignore the correctness. |
| Approach: | They propose an entailment-aware encoder and an aML-based decoder to improve the correctness of the sentence summarization task. |
| Outcome: | The proposed model outperforms baselines on informativeness and correctness. |
From Credit Assignment to Entropy Regularization: Two New Algorithms for Neural Sequence Prediction (P18-1)
Copied to clipboard
| Challenge: | equivalence between credit assignment problem and entropy regularized reinforcement learning is established . a wide range of successful sequence prediction algorithms have been developed . |
| Approach: | They propose to extend credit assignment in reward augmented maximum likelihood learning by credit assignment and entropy regularization. |
| Outcome: | The proposed algorithms outperform RAML and Actor-Critic on two benchmark datasets. |