← Search

Hinrich Schütze

37 accepted papers

2025

How Transliterations Improve Crosslingual Alignment

COLING 2025main

Recent studies have shown that post-aligning multilingual pretrained language models (mPLMs) using alignment objectives on both original and transliterated data can improve crosslingual alignment. This improvement further leads to better crosslingual transfer performance. However, it remains unclear…

2025

TransMI: A Framework to Create Strong Baselines from Multilingual Pretrained Language Models for Transliterated Data

COLING 2025main

Transliterating related languages that use different scripts into a common script is effective for improving crosslingual transfer in downstream tasks. However, this methodology often makes pretraining a model from scratch unavoidable, as transliteration brings about new subwords not covered in exis…

2024

Constructions Are So Difficult That Even Large Language Models Get Them Right for the Wrong Reasons

COLING 2024main

In this paper, we make a contribution that can be understood from two perspectives: from an NLP perspective, we introduce a small challenge dataset for NLI with large lexical overlap, which minimises the possibility of models discerning entailment solely based on token distinctions, and show that GP…

2024

GlotScript: A Resource and Tool for Low Resource Writing System Identification

COLING 2024main

We present GlotScript, an open resource and tool for low resource writing system identification. GlotScript-R is a resource that provides the attested writing systems for more than 7,000 languages. It is compiled by aggregating information from existing writing system resources. GlotScript-T is a wr…

2024

MaiBaam: A Multi-Dialectal Bavarian Universal Dependency Treebank

COLING 2024main

Despite the success of the Universal Dependencies (UD) project exemplified by its impressive language breadth, there is still a lack in ‘within-language breadth’: most treebanks focus on standard languages. Even for German, the language with the most annotations in UD, so far no treebank exists for…

2024

SilverAlign: MT-Based Silver Data Algorithm for Evaluating Word Alignment

COLING 2024main

Word alignments are essential for a variety of NLP tasks. Therefore, choosing the best approaches for their creation is crucial. However, the scarce availability of gold evaluation data makes the choice difficult. We propose SilverAlign, a new method to automatically create silver data for the evalu…

2024

UCxn: Typologically Informed Annotation of Constructions Atop Universal Dependencies

COLING 2024main

The Universal Dependencies (UD) project has created an invaluable collection of treebanks with contributions in over 140 languages. However, the UD annotations do not tell the full story. Grammatical constructions that convey meaning through a particular combination of several morphosyntactic elemen…

2024

Verbing Weirds Language (Models): Evaluation of English Zero-Derivation in Five LLMs

COLING 2024main

Lexical-syntactic flexibility, in the form of conversion (or zero-derivation) is a hallmark of English morphology. In conversion, a word with one part of speech is placed in a non-prototypical context, where it is coerced to behave as if it had a different part of speech. However, while this process…

Cited by 5SourcePDFScholar
2023

A Crosslingual Investigation of Conceptualization in 1335 Languages

ACL 2023long

Languages differ in how they divide up the world into concepts and words; e.g., in contrast to English, Swahili has a single concept for ‘belly’ and ‘womb’. We investigate these differences in conceptualization across 1,335 languages by aligning concepts in a parallel corpus. To this end, we propose…

2023

Cross-Lingual Retrieval Augmented Prompt for Low-Resource Languages

ACL 2023findings

Multilingual Pretrained Language Models (MPLMs) perform strongly in cross-lingual transfer. We propose Prompts Augmented by Retrieval Crosslingually (PARC) to improve zero-shot performance on low-resource languages (LRLs) by augmenting the context with prompts consisting of semantically similar sent…

2023

ECOLA: Enhancing Temporal Knowledge Embeddings with Contextualized Language Representations

ACL 2023findings

Since conventional knowledge embedding models cannot take full advantage of the abundant textual information, there have been extensive research efforts in enhancing knowledge embedding using texts. However, existing enhancement approaches cannot apply to temporal knowledge graphs (tKGs), which cont…

2023

Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages

ACL 2023long

The NLP community has mainly focused on scaling Large Language Models (LLMs) vertically, i.e., making them better for about 100 languages. We instead scale LLMs horizontally: we create, through continued pretraining, Glot500-m, an LLM that covers 511 predominantly low-resource languages. An importan…

2023

How to Distill your BERT: An Empirical Study on the Impact of Weight Initialisation and Distillation Objectives

ACL 2023short

Recently, various intermediate layer distillation (ILD) objectives have been shown to improve compression of BERT models via Knowledge Distillation (KD). However, a comprehensive evaluation of the objectives in both task-specific and task-agnostic settings is lacking. To the best of our knowledge, t…

2023

PVGRU: Generating Diverse and Relevant Dialogue Responses via Pseudo-Variational Mechanism

ACL 2023long

We investigate response generation for multi-turn dialogue in generative chatbots. Existing generative modelsbased on RNNs (Recurrent Neural Networks) usually employ the last hidden state to summarize the history, which makesmodels unable to capture the subtle variability observed in different dialo…

2022

Federated Continual Learning for Text Classification via Selective Inter-client Transfer

EMNLP 2022finding

In this work, we combine the two paradigms: Federated Learning (FL) and Continual Learning (CL) for text classification task in cloud-edge continuum. The objective of Federated Continual Learning (FCL) is to improve deep learning models over life time at each client by (relevant and efficient) knowl…

2022

Graph-Based Multilingual Label Propagation for Low-Resource Part-of-Speech Tagging

EMNLP 2022main

Part-of-Speech (POS) tagging is an important component of the NLP pipeline, but many low-resource languages lack labeled data for training. An established method for training a POS tagger in such a scenario is to create a labeled training set by transferring from high-resource languages. In this pap…

2022

Improving Scene Graph Classification by Exploiting Knowledge from Texts

AAAI 2022technical

Training scene graph classification models requires a large amount of annotated image data. Meanwhile, scene graphs represent relational knowledge that can be modeled with symbolic data from texts or knowledge graphs. While image annotation demands extensive labor, collecting textual descriptions of…

Cited by 21SourcePDFScholar
2022

The better your Syntax, the better your Semantics? Probing Pretrained Language Models for the English Comparative Correlative

EMNLP 2022main

Construction Grammar (CxG) is a paradigm from cognitive linguistics emphasising the connection between syntax and semantics. Rather than rules that operate on lexical items, it posits constructions as the central building blocks of language, i.e., linguistic units of different granularity that combi…

Cited by 43SourcePDFScholar
2022

Unsupervised Detection of Contextualized Embedding Bias with Application to Ideology

ICML 2022spotlight

We propose a fully unsupervised method to detect bias in contextualized embeddings. The method leverages the assortative information latently encoded by social networks and combines orthogonality regularization, structured sparsity learning, and graph neural networks to find the embedding subspace c…

2021

A Closer Look at Few-Shot Crosslingual Transfer: The Choice of Shots Matters

ACL 2021long

Few-shot crosslingual transfer has been shown to outperform its zero-shot counterpart with pretrained encoders like multilingual BERT. Despite its growing popularity, little to no attention has been paid to standardizing and analyzing the design of few-shot experiments. In this work, we highlight a…

Cited by 56SourcePDFScholar
2021

BeliefBank: Adding Memory to a Pre-Trained Language Model for a Systematic Notion of Belief

EMNLP 2021main

Although pretrained language models (PTLMs) contain significant amounts of world knowledge, they can still produce inconsistent answers to questions when probed, even after specialized training. As a result, it can be hard to identify what the model actually “believes” about the world, making it sus…

Cited by 53SourcePDFScholar
2021

Graph Algorithms for Multiparallel Word Alignment

EMNLP 2021main

With the advent of end-to-end deep learning approaches in machine translation, interest in word alignments initially decreased; however, they have again become a focus of research more recently. Alignments are useful for typological research, transferring formatting like markup to translated texts,…

2021

It’s Not Just Size That Matters: Small Language Models Are Also Few-Shot Learners

NAACL 2021long

When scaled to hundreds of billions of parameters, pretrained language models such as GPT-3 (Brown et al., 2020) achieve remarkable few-shot performance. However, enormous amounts of compute are required for training and applying such big models, resulting in a large carbon footprint and making it d…

2021

Multi-source Neural Topic Modeling in Multi-view Embedding Spaces

NAACL 2021long

Though word embeddings and topics are complementary representations, several past works have only used pretrained word embeddings in (neural) topic modeling to address data sparsity in short-text or small collection of documents. This work presents a novel neural topic modeling framework using multi…

2021

Superbizarre Is Not Superb: Derivational Morphology Improves BERT’s Interpretation of Complex Words

ACL 2021long

How does the input segmentation of pretrained language models (PLMs) affect their interpretations of complex words? We present the first study investigating this question, taking BERT as the example PLM and focusing on its semantic representations of English derivatives. We show that PLMs can be int…

2021

Wine is not v i n. On the Compatibility of Tokenizations across Languages

EMNLP 2021finding

The size of the vocabulary is a central design choice in large pretrained language models, with respect to both performance and memory requirements. Typically, subword tokenization algorithms such as byte pair encoding and WordPiece are used. In this work, we investigate the compatibility of tokeniz…

Cited by 14SourcePDFScholar
2020

Automatically Identifying Words That Can Serve as Labels for Few-Shot Text Classification

COLING 2020main

A recent approach for few-shot text classification is to convert textual inputs to cloze questions that contain some form of task description, process them with a pretrained language model and map the predicted words to labels. Manually defining this mapping between words and labels requires both do…

2020

Combining Word Embeddings with Bilingual Orthography Embeddings for Bilingual Dictionary Induction

COLING 2020main

Bilingual dictionary induction (BDI) is the task of accurately translating words to the target language. It is of great importance in many low-resource scenarios where cross-lingual training data is not available. To perform BDI, bilingual word embeddings (BWEs) are often used due to their low bilin…

Cited by 6SourcePDFScholar
2020

Increasing Learning Efficiency of Self-Attention Networks through Direct Position Interactions, Learnable Temperature, and Convoluted Attention

COLING 2020main

Self-Attention Networks (SANs) are an integral part of successful neural architectures such as Transformer (Vaswani et al., 2017), and thus of pretrained language models such as BERT (Devlin et al., 2019) or GPT-3 (Brown et al., 2020). Training SANs on a task or pretraining them on language modeling…

2020

Monolingual and Multilingual Reduction of Gender Bias in Contextualized Representations

COLING 2020main

Pretrained language models (PLMs) learn stereotypes held by humans and reflected in text from their training corpora, including gender bias. When PLMs are used for downstream tasks such as picking candidates for a job, people’s lives can be negatively affected by these learned stereotypes. Prior wor…

2016

Bi-directional recurrent neural network with ranking loss for spoken language understanding

ICASSP 2016accepted

This paper presents our latest investigation of recurrent neural networks for the slot filling task of spoken language understanding. We implement a bi-directional Elman-type recurrent neural network which takes the information not only from the past but also from the future context to predict the s…

Cited by 0SourceScholar