Fact-aware Sentence Split and Rephrase with Permutation Invariant Training
Yinuo Guo, Tao Ge, Furu Wei

TL;DR
This paper introduces fact-aware encoding and permutation invariant training to improve sentence splitting and rephrasing, ensuring factual accuracy and order robustness, which enhances performance on benchmark datasets and benefits downstream OpenIE tasks.
Contribution
The paper proposes novel fact-aware sentence encoding and permutation invariant training methods to address factual accuracy and order variance issues in sentence split and rephrase tasks.
Findings
Significant performance improvement over previous seq2seq methods on WebSplit-v1.0.
Enhanced factual consistency in generated sentences.
Improved OpenIE performance when using the proposed splitting approach.
Abstract
Sentence Split and Rephrase aims to break down a complex sentence into several simple sentences with its meaning preserved. Previous studies tend to address the issue by seq2seq learning from parallel sentence pairs, which takes a complex sentence as input and sequentially generates a series of simple sentences. However, the conventional seq2seq learning has two limitations for this task: (1) it does not take into account the facts stated in the long sentence; As a result, the generated simple sentences may miss or inaccurately state the facts in the original sentence. (2) The order variance of the simple sentences to be generated may confuse the seq2seq model during training because the simple sentences derived from the long source sentence could be in any order. To overcome the challenges, we first propose the Fact-aware Sentence Encoding, which enables the model to learn facts from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
