paper-with-me

Papers

Comparing Encoder-Only and Encoder-Decoder Transformers for Relation Extraction from Biomedical Texts: An Empirical Study on Ten Benchmark Datasets

2022-05-01 · BioNLP (ACL) 2022 5 · Mourad Sarrouti, Carson Tao, Yoann Mamy Randriamihaja

Biomedical relation extraction, aiming to automatically discover high-quality and semantic relations between the entities from free text, is becoming a vital step for automated knowledge discovery. Pretrained language models have achieved impressive performance on various natural language processing tasks, including relation extraction. In this paper, we perform extensive empirical comparisons of encoder-only transformers with the encoder-decoder transformer, specifically T5, on ten public biomedical relation extraction datasets. We study the relation extraction task from four major biomedical tasks, namely chemical-protein relation extraction, disease-protein relation extraction, drug-drug interaction, and protein-protein interaction. We also explore the use of multi-task fine-tuning to investigate the correlation among major biomedical relation extraction tasks. We report performance (micro F-score) using T5, BioBERT and PubMedBERT, demonstrating that T5 and multi-task learning can improve the performance of the biomedical relation extraction task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMulti-Task LearningRelationRelation Extraction

Similar Papers 제목 키워드 기반

DecoderLens: Layerwise Interpretation of Encoder-Decoder Transformers

2023-10-05 · Anna Langedijk, Hosein Mohebbi, Gabriele Sarti, Willem Zuidema 외

In recent years, many interpretability methods have been proposed to help interpret the internal states of Transformer-models, at different levels of precision and complexity. Here, to analyze encoder-decoder Transformer…

DecoderLogical ReasoningMachine TranslationQuestion Answering+2

Machine Translation with Large Language Models: Decoder Only vs. Encoder-Decoder

2024-09-12 · Abhinav P. M., SujayKumar Reddy M, Oswald Christopher

This project, titled "Machine Translation with Large Language Models: Decoder-only vs. Encoder-Decoder," aims to develop a multilingual machine translation (MT) model. Focused on Indian regional languages, especially Tel…

DecoderMachine TranslationTranslation

Cross-Attention and Encoder-Decoder Transformers: A Logical Characterization

2026-05-08 · Veeti Ahvonen, Damian Heiman, Antti Kuusisto, Miguel Moreno 외 arxiv

We give a novel logical characterization of encoder-decoder transformers, the foundational architecture for LLMs that also sees use in various settings that benefit from cross-attention. We study such transformers over t…

ENTP: Encoder-only Next Token Prediction

2024-10-02 · Ethan Ewer, Daewon Chae, Thomas Zeng, Jinkyu Kim 외

Next-token prediction is conventionally done using decoder-only Transformers with causal attention, as this approach allows for efficient reuse of keys and values. What if we were not compute-limited, should we still use…

DecoderIn-Context LearningPredictionTriplet

NASH: A Simple Unified Framework of Structured Pruning for Accelerating Encoder-Decoder Language Models

2023-10-16 · Jongwoo Ko, Seungjoon Park, Yujin Kim, Sumyeong Ahn 외

Structured pruning methods have proven effective in reducing the model size and accelerating inference speed in various network architectures such as Transformers. Despite the versatility of encoder-decoder models in num…

Decoder