paper-with-me

홈 › Papers

QASE Enhanced PLMs: Improved Control in Text Generation for MRC

2024-02-26 · Lin Ai, Zheng Hui, Zizhou Liu, Julia Hirschberg

To address the challenges of out-of-control generation in generative models for machine reading comprehension (MRC), we introduce the Question-Attended Span Extraction (QASE) module. Integrated during the fine-tuning of pre-trained generative language models (PLMs), QASE enables these PLMs to match SOTA extractive methods and outperform leading LLMs like GPT-4 in MRC tasks, without significant increases in computational costs.

📄 PDF Abstract BibTeX arXiv:2403.04771

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionReading ComprehensionText Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Enhancing Pre-Trained Generative Language Models with Question Attended Span Extraction on Machine Reading Comprehension

2024-04-27 · Lin Ai, Zheng Hui, Zizhou Liu, Julia Hirschberg

Machine Reading Comprehension (MRC) poses a significant challenge in the field of Natural Language Processing (NLP). While mainstream MRC methods predominantly leverage extractive strategies using encoder-only models suc…

Machine Reading ComprehensionReading Comprehension

ConcEPT: Concept-Enhanced Pre-Training for Language Models

2024-01-11 · Xintao Wang, Zhouhong Gu, Jiaqing Liang, Dakuan Lu 외

Pre-trained language models (PLMs) have been prevailing in state-of-the-art methods for natural language processing, and knowledge-enhanced PLMs are further proposed to promote model performance in knowledge-intensive ta…

Entity LinkingEntity Typing

Localizing Factual Inconsistencies in Attributable Text Generation

2024-10-09 · Arie Cattan, Paul Roit, Shiyue Zhang, David Wan 외

There has been an increasing interest in detecting hallucinations in model-generated texts, both manually and automatically, at varying levels of granularity. However, most existing methods fail to precisely pinpoint the…

Text Generation

A Non-Intrusive Neural Quality Assessment Model for Surface Electromyography Signals

2024-02-08 · Cho-Yuan Lee, Kuan-Chen Wang, Kai-Chun Liu, Yu-Te Wang 외

In practical scenarios involving the measurement of surface electromyography (sEMG) in muscles, particularly those areas near the heart, one of the primary sources of contamination is the presence of electrocardiogram (E…

Rhythm

Knowledge-augmented Pre-trained Language Models for Biomedical Relation Extraction

2025-05-01 · Mario Sänger, Ulf Leser

Automatic relationship extraction (RE) from biomedical literature is critical for managing the vast amount of scientific knowledge produced each year. In recent years, utilizing pre-trained language models (PLMs) has bec…

Hyperparameter OptimizationKnowledge GraphsRelationRelation Extraction