paper-with-me

Papers

Multi-Module Recurrent Neural Networks with Transfer Learning

2018-06-01 · WS 2018 6 · Filip Skurniak, Maria Janicka, Aleks Wawer, er

This paper describes multiple solutions designed and tested for the problem of word-level metaphor detection. The proposed systems are all based on variants of recurrent neural network architectures. Specifically, we explore multiple sources of information: pre-trained word embeddings (Glove), a dictionary of language concreteness and a transfer learning scenario based on the states of an encoder network from neural network machine translation system. One of the architectures is based on combining all three systems: (1) Neural CRF (Conditional Random Fields), trained directly on the metaphor data set; (2) Neural Machine Translation encoder of a transfer learning scenario; (3) a neural network used to predict final labels, trained directly on the metaphor data set. Our results vary between test sets: Neural CRF standalone is the best one on submission data, while combined system scores the highest on a test subset randomly selected from training data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTransfer LearningTranslationWord Embeddings

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Hierarchical Recurrent Aggregative Generation for Few-Shot NLG

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Large pretrained models enable transfer learning to low-resource domains for language generation tasks. However, previous end-to-end approaches do not account for the fact that some generation sub-tasks, specifically agg…

SentenceText GenerationTransfer Learning

Hierarchical Recurrent Aggregative Generation for Few-Shot NLG

2022-05-01 · Findings (ACL) 2022 5 · Giulio Zhou, Gerasimos Lampouras, Ignacio Iacobacci

Large pretrained models enable transfer learning to low-resource domains for language generation tasks. However, previous end-to-end approaches do not account for the fact that some generation sub-tasks, specifically agg…

SentenceText GenerationTransfer Learning

Using Multi-task and Transfer Learning to Solve Working Memory Tasks

2018-09-28 · T. S. Jayram, Tomasz Kornuta, Ryan L. McAvoy, Ahmet S. Ozcan

We propose a new architecture called Memory-Augmented Encoder-Solver (MAES) that enables transfer learning to solve complex working memory tasks adapted from cognitive psychology. It uses dual recurrent neural network co…

Multi-Task LearningTransfer Learning

Recurrent Cross-View Object Geo-Localization

2025-09-16 · Xiaohan Zhang, Si-Yuan Cao, Xiaokai Bai, Yiming Li 외 arxiv

Cross-view object geo-localization (CVOGL) aims to determine the location of a specific object in high-resolution satellite imagery given a query image with a point prompt. Existing approaches treat CVOGL as a one-shot d…

Knowledge Distillation

Attention-based Multi-scale Gated Recurrent Encoder with Novel Correlation Loss for COVID-19 Progression Prediction

2021-07-18 · Aishik Konwer, Joseph Bae, Gagandeep Singh, Rishabh Gattu 외

COVID-19 image analysis has mostly focused on diagnostic tasks using single timepoint scans acquired upon disease presentation or admission. We present a deep learning-based approach to predict lung infiltrate progressio…

DecoderDiagnosticTransfer Learning