Challenge: Pretrained language models (PLMs) generate derivationally complex words, but it is unclear what they learn about other aspects of language.
Approach: They propose to use BERT to examine its derivational capabilities in different settings, from unmodified pretrained models to full finetuning.
Outcome: The proposed model outperforms the state-of-the-art in derivation generation.

Similar Papers

Superbizarre Is Not Superb: Derivational Morphology Improves BERT’s Interpretation of Complex Words (2021.acl-long)

Copied to clipboard

Challenge: Pretrained language models (PLMs) are based on fixed-size vocabularies of words and subwords that are generated by compression algorithms such as bytepair encoding.
Approach: They propose to use BERT as an example PLM to study its semantic representations of English derivatives to test their hypothesis.
Outcome: The proposed model outperforms BERT on a series of semantic probing tasks.
A Systematic Search for Compound Semantics in Pretrained BERT Architectures (2023.eacl-main)

Copied to clipboard

Challenge: Existing models for noun compounds have been less successful in predicting compositionality than transformers . authors: suboptimal use of encoded information may be a contributing factor . performance of transformer-based models is poor, authors say .
Approach: They propose to use semantic knowledge derived from pretrained BERT to predict compositionality . they find distinct linguistic roles of heads and modifiers are reflected by differences in BERT representations .
Outcome: The proposed model improves on unsupervised implementations of pretrained BERT . empirical properties such as frequency, productivity, and ambiguity affect performance .
KinyaBERT: a Morphology-aware Kinyarwanda Language Model (2022.acl-long)

Copied to clipboard

Challenge: Pre-trained language models such as BERT are sub-optimal at handling morphologically rich languages.
Approach: They propose a two-tier BERT architecture that leverages a morphological analyzer and explicitly represents morphology in a low-resource Kinyarwanda language.
Outcome: The proposed model outperforms baseline models on the low-resource morphologically rich Kinyarwanda language by 2% in F1 score and 4.3% in average score of GLUE benchmark.
Unlike “Likely”, “Unlike” is Unlikely: BPE-based Segmentation hurts Morphological Derivations in LLMs (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) use subword vocabularies to process and generate text.
Approach: They find that Large Language Models (LLMs) perform poorly at handling some types of affixations because subwords are marked as initial- or intra-word .
Outcome: The largest models trained on enough data can mitigate this tendency because initial- and intra-word embeddings are aligned; in-context learning also helps when all examples are selected in a consistent way; but only morphological segmentation can achieve a near-perfect accuracy.
Pretrained Language Models for Sequential Sentence Classification (D19-1)

Copied to clipboard

Challenge: Recent successful models for document-level understanding have used hierarchical encoding and CRFs to capture dependencies between subsequent labels.
Approach: They propose a pretrained language model that captures contextual dependencies without hierarchical encoding nor a CRF.
Outcome: The proposed model captures contextual dependencies without hierarchical encoding nor a CRF on four datasets, including a new dataset of structured scientific abstracts.
HybridBERT - Making BERT Pretraining More Efficient Through Hybrid Mixture of Attention Mechanisms (2024.naacl-srw)

Copied to clipboard

Challenge: Pretrained transformer-based language models have produced state-of-the-art performance in most natural language understanding tasks.
Approach: They propose two hybrid architectures that combine self-attention and additive attention mechanisms with sub-layer normalization to achieve double the pretraining accuracy of a vanilla-BERT baseline.
Outcome: The proposed architectures outperform BERT-base on two downstream tasks while accelerating inference.
bert2BERT: Towards Reusable Pretrained Language Models (2022.acl-long)

Copied to clipboard

Challenge: Pre-training large language models can be expensive and wasteful.
Approach: They propose a method which can transfer the knowledge of an existing smaller pre-trained model to a large model through parameter initialization and a two-stage learning method to further accelerate the pre-training.
Outcome: The proposed method can transfer the knowledge of an existing smaller pre-trained model to a large model through parameter initialization and significantly improve the pre-training efficiency of the large model.
Analyzing the Understanding of Morphologically Complex Words in Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Morphologically complex languages are challenging for NLP as a large amount of information is condensed into a single word, unlike in analytical languages where separate words make it easier to derive meaning.
Approach: They use a Large Language Model to analyse compositional word formation and derivation to find ill-formed word forms.
Outcome: The proposed model is capable of solving most tasks except identifying ill-formed word forms.
Dynamic and Efficient Inference for Text Generation via BERT Family (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to improve performance of pre-trained language models are limited due to large-scale parameters and the universal autoregressive decoding paradigm.
Approach: They propose a novel fine-tuning method which can make a single pre-trained model support Dynamic and Efficient infERence and achieve an adaptive trade-off between model performance and latency.
Outcome: The proposed method achieves higher BLEU scores than the strong autoregressive Transformer model on translation tasks with 3 12 times speedup and faster inference speed compared with the BART model on four GLGE benchmark tasks.
Re-train or Train from Scratch? Comparing Pre-training Strategies of BERT in the Medical Domain (2022.lrec-1)

Copied to clipboard

Challenge: Recent years have witnessed the widespread use of transfer learning techniques in Natural Language Processing (NLP)
Approach: They train BERT models from scratch using many configurations involving general and medical corpora.
Outcome: The initial corpus only has a weak influence when these are further pre-trained on a medical corpus.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations