paper-with-me

Papers

Unsupervised Rewriter for Multi-Sentence Compression

2019-07-01 · ACL 2019 7 · Yang Zhao, Xiaoyu Shen, Wei Bi, Akiko Aizawa

Multi-sentence compression (MSC) aims to generate a grammatical but reduced compression from multiple input sentences while retaining their key information. Previous dominating approach for MSC is the extraction-based word graph approach. A few variants further leveraged lexical substitution to yield more abstractive compression. However, two limitations exist. First, the word graph approach that simply concatenates fragments from multiple sentences may yield non-fluent or ungrammatical compression. Second, lexical substitution is often inappropriate without the consideration of context information. To tackle the above-mentioned issues, we present a neural rewriter for multi-sentence compression that does not need any parallel corpus. Empirical studies have shown that our approach achieves comparable results upon automatic evaluation and improves the grammaticality of compression based on human evaluation. A parallel corpus with more than 140,000 (sentence group, compression) pairs is also constructed as a by-product for future research.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence Compression

Similar Papers 제목 키워드 기반

Rewriter-Evaluator Architecture for Neural Machine Translation

2020-12-10 · ACL 2021 5 · Yangming Li, Kaisheng Yao

Encoder-decoder has been widely used in neural machine translation (NMT). A few methods have been proposed to improve it with multiple passes of decoding. However, their full potential is limited by a lack of appropriate…

DecoderMachine TranslationNMTSentence+1

Rewriter-Evaluator Framework for Neural Machine Translation

2020-09-28 · Yangming Li, Kaisheng Yao

Encoder-decoder architecture has been widely used in neural machine translation (NMT). A few methods have been proposed to improve it with multiple passes of decoding. However, their full potential is limited by a lack o…

DecoderMachine TranslationNMTSentence+1

The User-Aware Arabic Gender Rewriter

2022-10-14 · Bashar Alhafni, Ossama Obeid, Nizar Habash

We introduce the User-Aware Arabic Gender Rewriter, a user-centric web-based system for Arabic gender rewriting in contexts involving two users. The system takes either Arabic or English sentences as input, and provides …

Efficient Unsupervised Sentence Compression by Fine-tuning Transformers with Reinforcement Learning

2022-05-17 · ACL 2022 5 · Demian Gholipour Ghalandari, Chris Hokamp, Georgiana Ifrim

Sentence compression reduces the length of text by removing non-essential content while preserving important facts and grammaticality. Unsupervised objective driven methods for sentence compression can be used to create …

reinforcement-learningReinforcement Learning (RL)SentenceSentence Compression+1

Improving Unsupervised Visual Program Inference with Code Rewriting Families

2023-09-26 · ICCV 2023 1 · Aditya Ganeshan, R. Kenny Jones, Daniel Ritchie

Programs offer compactness and structure that makes them an attractive representation for visual data. We explore how code rewriting can be used to improve systems for inferring programs from visual data. We first propos…