paper-with-me

Papers

Shakespearizing Modern Language Using Copy-Enriched Sequence to Sequence Models

2017-09-01 · WS 2017 9 · Harsh Jhamtani, Varun Gangal, Eduard Hovy, Eric Nyberg

Variations in writing styles are commonly used to adapt the content to a specific context, audience, or purpose. However, applying stylistic variations is still by and large a manual process, and there have been little efforts towards automating it. In this paper we explore automated methods to transform text from modern English to Shakespearean English using an end to end trainable neural model with pointers to enable copy action. To tackle limited amount of parallel data, we pre-train embeddings of words by leveraging external dictionaries mapping Shakespearean words to modern English words as well as additional text. Our methods are able to get a BLEU score of 31+, an improvement of {\mbox{$\approx$}} 6 points above the strongest baseline. We publicly release our code to foster further research in this area.

📄 PDF Abstract BibTeX

Code (1)

harsh19/Shakespearizing-Modern-English 공식 구현 tf

Similar Papers 제목 키워드 기반

Shakespearizing Modern Language Using Copy-Enriched Sequence-to-Sequence Models

2017-07-04 · Harsh Jhamtani, Varun Gangal, Eduard Hovy, Eric Nyberg

Variations in writing styles are commonly used to adapt the content to a specific context, audience, or purpose. However, applying stylistic variations is still by and large a manual process, and there have been little e…

A Sequence-to-Sequence Model for Semantic Role Labeling

2018-07-09 · WS 2018 7 · Angel Daza, Anette Frank

We explore a novel approach for Semantic Role Labeling (SRL) by casting it as a sequence-to-sequence process. We employ an attention-based model enriched with a copying mechanism to ensure faithful regeneration of the in…

BenchmarkingSemantic Role Labeling

Polyp-SES: Automatic Polyp Segmentation with Self-Enriched Semantic Model

2024-10-02 · Quang Vinh Nguyen, Thanh Hoang Son Vo, Sae-Ryung Kang, Soo-Hyung Kim

Automatic polyp segmentation is crucial for effective diagnosis and treatment in colonoscopy images. Traditional methods encounter significant challenges in accurately delineating polyps due to limitations in feature rep…

Instance SegmentationMedical Image SegmentationSegmentationVideo Polyp Segmentation

How effective is BERT without word ordering? Implications for language understanding and data privacy

2021-08-01 · ACL 2021 5 · Jack Hessel, Alexandra Schofield

Ordered word sequences contain the rich structures that define language. However, it{'}s often not clear if or how modern pretrained language models utilize these structures. We show that the token representations and se…

EthicsQNLI

Incorporating Copying Mechanism in Sequence-to-Sequence Learning

2016-03-21 · ACL 2016 8 · Jiatao Gu, Zhengdong Lu, Hang Li, Victor O. K. Li

We address an important problem in sequence-to-sequence (Seq2Seq) learning referred to as copying, in which certain segments in the input sequence are selectively replicated in the output sequence. A similar phenomenon i…

DecoderText Summarization