A Joint Approach to Compound Splitting and Idiomatic Compound Detection (2020.lrec-1)
Copied to clipboard
| Challenge: | Compounding is a common word-formation process in Germanic languages . high productivity and low corpus frequency of compounds increase vocabulary size . |
| Approach: | They develop a deep learning-based approach to noun compound splitting and idiomatic compound detection for the German language. |
| Outcome: | The proposed approach outperforms the current state of the art in noun compound splitting and idiomatic compound detection for the German language. |
Similar Papers
To Split or Not to Split: Composing Compounds in Contextual Vector Spaces (2023.emnlp-main)
Copied to clipboard
| Challenge: | Contextual word embedding models rely on sub-word tokenization to represent single orthographic words but are often suboptimal in under-resourced contexts. |
| Approach: | They propose to use a masked language modelling task to evaluate the model's performance . they use re-trained tokenizers to pre-split compounds into constituents . |
| Outcome: | The proposed models improve on the masked language modelling task and compositionality prediction by pre-splitting compounds into constituents. |
Kvistur 2.0: a BiLSTM Compound Splitter for Icelandic (2020.lrec-1)
Copied to clipboard
| Challenge: | Compounding is highly productive in Icelandic, and new compounds are constantly being created. |
| Approach: | They propose a character-based biLSTM model for splitting Icelandic compound words . the model learns how to split compound words into two parts . |
| Outcome: | The proposed model outperforms other methods on a corpus of manually split word forms. |
Paraphrase to Explicate: Revealing Implicit Noun-Compound Relations (P18-1)
Copied to clipboard
| Challenge: | Existing methods for paraphrasing nouncompounds lack the ability to generalize and have a hard time interpreting infrequent or new noun-compound. |
| Approach: | They propose a neural model that generalizes better by representing paraphrases in a continuous space, generalizing for both unseen noun-compounds and rare paraphrase. |
| Outcome: | The proposed model generalizes better by representing paraphrases in a continuous space, generalizing for unseen noun-compounds and rare paraphrase. |
Sanskrit Sandhi Splitting using seq2(seq)2 (D18-1)
Copied to clipboard
| Challenge: | Existing methods for word splitting in Sanskrit have low accuracy as the same compound word might be broken down in multiple ways to provide syntactically correct splits. |
| Approach: | They propose a deep learning architecture called Double Decoder RNN which predicts the location of the splits with 95% accuracy and 79.5% accuracy. |
| Outcome: | The proposed model outperforms the state-of-the-art in the problem of Chinese word segmentation with 79.5% accuracy and the existing model's generalization capability. |
Olive Oil is Made of Olives, Baby Oil is Made for Babies: Interpreting Noun Compounds Using Paraphrases in a Neural Model (N18-2)
Copied to clipboard
| Challenge: | Recent work suggests that success stems from memorizing single prototypical words for each relation. |
| Approach: | They propose a neural paraphrasing approach that maps NCs to paraphrases that express the relation between constituent words. |
| Outcome: | The proposed method performs better when memorization is not possible. |
Towards a Standardized Dataset for Noun Compound Interpretation (L18-1)
Copied to clipboard
| Challenge: | Noun compounds are interesting constructs in Natural Language Processing . lack of standardized set of relation inventories and annotated datasets hinders interpretation . |
| Approach: | They propose a dataset that uses FrameNet as its semantic relation inventory to examine noun compounds. |
| Outcome: | The proposed dataset is linguistically grounded and uses FrameNet as its semantic relation inventory. |
CompoundPiece: Evaluating and Improving Decompounding Performance of Language Models (2023.emnlp-main)
Copied to clipboard
| Challenge: | Currently, there is no dataset containing compound and non-compound words across languages . however, current LLMs perform poorly on words tokenized unfavorably by subword tokenization. |
| Approach: | They propose to use a Wiktionary dataset to evaluate large language models on decompounding . they find that current LLMs perform poorly on words tokenized unfavorably . |
| Outcome: | The proposed model outperforms the best unsupervised models by 13.9% accuracy on average. |
Massively Translingual Compound Analysis and Translation Discovery (L18-1)
Copied to clipboard
| Challenge: | Morphological compounding is one of the most common and productive methods of word formation across the world's languages. |
| Approach: | They propose a model for compounding using bilingual dictionaries and no annotated training data . they also release a massively multilingual dataset of compound words and their decompositions . |
| Outcome: | The proposed model generates novel translations of English concepts on a multilingual dataset . the model can be applied to a wide range of languages and is highly reproducible. |
Transfer and Multi-Task Learning for Noun–Noun Compound Interpretation (D18-1)
Copied to clipboard
| Challenge: | In computational linguistics, nounnoun compound interpretation is approached as an automatic classification problem. |
| Approach: | They empirically evaluate the utility of transfer and multi-task learning on a challenging semantic classification task. |
| Outcome: | The proposed methods improve the accuracy of a neural classifier and its F1 scores on the less frequent, but more difficult relations. |
Make Compound Sentences Simple to Analyze: Learning to Split Sentences for Aspect-based Sentiment Analysis (2024.findings-emnlp)
Copied to clipboard
| Challenge: | generative methods have shown promising results for extracting sentiment quadruplets . compound sentences can contain multiple quadroutlets, making extraction difficult . |
| Approach: | They propose an Aspect Term Oriented Sentence Splitter which simplifies compound sentences into simpler and clearer forms. |
| Outcome: | The proposed method outperforms existing methods in ASQP and ACOS tasks. |