paper-with-me

홈 › Papers

MOVER: Mask, Over-generate and Rank for Hyperbole Generation

2021-09-16 · NAACL 2022 7 · Yunxiang Zhang, Xiaojun Wan

Despite being a common figure of speech, hyperbole is under-researched in Figurative Language Processing. In this paper, we tackle the challenging task of hyperbole generation to transfer a literal sentence into its hyperbolic paraphrase. To address the lack of available hyperbolic sentences, we construct HYPO-XL, the first large-scale English hyperbole corpus containing 17,862 hyperbolic sentences in a non-trivial way. Based on our corpus, we propose an unsupervised method for hyperbole generation that does not require parallel literal-hyperbole pairs. During training, we fine-tune BART to infill masked hyperbolic spans of sentences from HYPO-XL. During inference, we mask part of an input literal sentence and over-generate multiple possible hyperbolic versions. Then a BERT-based ranker selects the best candidate by hyperbolicity and paraphrase quality. Automatic and human evaluation results show that our model is effective at generating hyperbolic paraphrase sentences and outperforms several baseline systems.

📄 PDF Abstract BibTeX arXiv:2109.07726

Code (1)

yunx-z/mover 공식 구현 pytorch

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

MOVER: Mask, Over-generate and Rank for Hyperbole Generation

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Despite being a common figure of speech, hyperbole is under-researched in Figurative Language Processing. In this paper, we tackle the challenging task of hyperbole generation to transfer a literal sentence into its hype…

Sentence

HypoGen: Hyperbole Generation with Commonsense and Counterfactual Knowledge

2021-09-10 · Findings (EMNLP) 2021 11 · Yufei Tian, Arvind Krishna Sridhar, Nanyun Peng

A hyperbole is an intentional and creative exaggeration not to be taken literally. Despite its ubiquity in daily life, the computational explorations of hyperboles are scarce. In this paper, we tackle the under-explored …

counterfactualCounterfactual InferenceSentence

Task-Decoupled Image Inpainting Framework for Class-specific Object Remover

2024-10-03 · Changsuk Oh, H. Jin Kim

Object removal refers to the process of erasing designated objects from an image while preserving the overall appearance. Existing works on object removal erase removal targets using image inpainting networks. However, i…

Image InpaintingObject

Harnessing Privileged Information for Hyperbole Detection

2021-12-01 · ALTA 2021 12 · Rhys Biddle, Maciek Rybinski, Qian Li, Cecile Paris 외

The detection of hyperbole is an important stepping stone to understanding the intentions of a hyperbolic utterance. We propose a model that combines pre-trained language models with privileged information for the task o…

A Match Made in Heaven: A Multi-task Framework for Hyperbole and Metaphor Detection

2023-05-27 · Naveen Badathala, Abisek Rajakumar Kalarani, Tejpalsingh Siledar, Pushpak Bhattacharyya

Hyperbole and metaphor are common in day-to-day communication (e.g., "I am in deep trouble": how does trouble have depth?), which makes their detection important, especially in a conversational AI setting. Existing appro…

Multi-Task Learning