Papers by Jungo Kasai

24 papers
Robust Multilingual Part-of-Speech Tagging via Adversarial Training (N18-1)

Copied to clipboard

Challenge: Adversarial training (AT) is a powerful regularization method for neural networks, aiming to achieve robustness to input perturbations.
Approach: They propose and analyze a neural POS tagging model that exploits adversarial training by training on unmodified and adversarials.
Outcome: The proposed model improves overall tagging accuracy and prevents over-fitting in low resource languages and boosts tabbing accuracy for rare / unseen words.
ABC: Attention with Bounded-memory Control (2022.acl-long)

Copied to clipboard

Challenge: Existing approaches to attention with bounded-memory control (ABC) have a quadratic complexity in sequence lengths, making it prohibitive for long sequences.
Approach: They propose a new abstraction that bounds memory size to improve efficiency . they propose bounded-memory control, which connects several efficient attention variants .
Outcome: The proposed approach outperforms existing approaches on language modeling, machine translation, and masked language model finetuning.
A Call for Clarity in Beam Search: How It Works and When It Stops (2024.lrec-main)

Copied to clipboard

Challenge: Empirical results show that a modified beam decoding implementation improves decoding performance of strong, neural language generation models.
Approach: They propose a modification to a beam decoding implementation that generalizes the stopping criterion and provides flexibility to the depth of search.
Outcome: The proposed method improves decoding performance of strong models on news text summarization and machine translation over diverse language pairs with negligible inference slowdown.
How Much Does Attention Actually Attend? Questioning the Importance of Attention in Pretrained Transformers (2022.findings-emnlp)

Copied to clipboard

Challenge: Pretrained language models use the attention mechanism to contextualize input inputs . but, we find that it is not as important as thought for pretrained models .
Approach: They propose a probing method that replaces input-dependent attention matrices with constant ones.
Outcome: The proposed method improves performance of pretrained language models without input-dependent attention.
FOLIO: Natural Language Reasoning with First-Order Logic (2024.emnlp-main)

Copied to clipboard

Challenge: Existing benchmarks for logical reasoning in large language models lack language naturalness or limited complexity.
Approach: They propose to use first-order logic annotations to evaluate logical reasoning capabilities of large language models.
Outcome: The proposed dataset evaluates the FOL reasoning ability of supervised fine-tuning on medium-sized language models.
Twist Decoding: Diverse Generators Guide Each Other (2022.emnlp-main)

Copied to clipboard

Challenge: Using a variety of language generation models, ensembling models is challenging during inference.
Approach: They propose a method that decodes text models that do not assume a shared vocabulary, tokenization or generation order.
Outcome: The proposed method outperforms models decoded in isolation over various scenarios.
NarrowBERT: Accelerating Masked Language Model Pretraining and Inference (2023.acl-short)

Copied to clipboard

Challenge: Large-scale language model pretraining is expensive as the models and pretraining corpora have become larger over time.
Approach: They propose a modified transformer encoder that increases throughput for masked language model pretraining by more than 2x.
Outcome: The proposed model increases throughput on IMDB and Amazon reviews classification and CoNLL NER tasks by 3.5x with minimal performance degradation.
End-to-End Graph-Based TAG Parsing with Neural Networks (N18-1)

Copied to clipboard

Challenge: Using BiLSTMs, highway connections, and character-level CNNs, we propose a graph-based Tree Adjoining Grammar (TAG) parser.
Approach: They propose a graph-based Tree Adjoining Grammar parser that uses BiLSTMs, highway connections, and character-level CNNs.
Outcome: The proposed parser outperforms the previously reported best by more than 2.2 LAS and UAS points.
Bidimensional Leaderboards: Generate and Evaluate Language Hand in Hand (2022.naacl-main)

Copied to clipboard

Challenge: Recent advances on models and metrics should benefit and inform each other, authors argue . bidimensional leaderboards allow for fast, accurate evaluation of language generation models .
Approach: They propose a bidimensional leaderboard that tracks progress in language generation models and metrics for their evaluation.
Outcome: The proposed leaderboards track progress in language generation models and metrics for their evaluation.
Probing Across Time: What Does RoBERTa Know and When? (2021.findings-emnlp)

Copied to clipboard

Challenge: Current approaches to natural language processing rely on fixed artifacts such as language models . current studies have focused on how these models acquire and demonstrate knowledge .
Approach: They apply probing techniques to examine how language models acquire knowledge . they aim to inform future work on more efficient pretraining and understanding dependencies .
Outcome: The proposed model learns linguistic abstractions, factual and commonsense knowledge, and reasoning abilities fast, stably, and robustly across domains.
Transparent Human Evaluation for Image Captioning (2022.naacl-main)

Copied to clipboard

Challenge: Recent work has demonstrated that image captioning is a complex task that requires a large amount of human input.
Approach: They develop a human evaluation protocol for image captioning models based on machine- and human-generated captions on the MSCOCO dataset.
Outcome: The proposed model improves CLIPScore, a recent metric that uses image features, and improves human judgments because it is more sensitive to recall.
Polyglot Contextual Representations Improve Crosslingual Transfer (N19-1)

Copied to clipboard

Challenge: Existing methods for crosslingual transfer use multilingual word embeddings, but contextual word representations are not yet available.
Approach: They propose a method to produce multilingual contextual word representations by training a single language model on text from multiple languages.
Outcome: The proposed method compares model models to monolingual and non-contextual variants and shows that polyglot learning can be beneficial for multilingual representations.
Do All Languages Cost the Same? Tokenization in the Era of Commercial Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Language models have evolved from being research prototypes to commercialized products offered as web APIs.
Approach: They conduct a systematic analysis of the cost and utility of OpenAI’s language model API on multilingual benchmarks in 22 typologically diverse languages.
Outcome: The proposed language model API performs poorly on multiple languages and speakers of a large number of languages are overcharged while obtaining poorer results.
One Embedder, Any Task: Instruction-Finetuned Text Embeddings (2023.findings-acl)

Copied to clipboard

Challenge: a new method for embedding text is developed for tasks that require specialized encoders . INSTRUCTOR is a single embedder that can generate text embeddables tailored to different tasks and domains based on instruction finetuning .
Approach: They introduce a new method for computing text embeddings given task instructions . they first annotate instructions for 330 diverse tasks and train INSTRUCTOR on this multitask mixture .
Outcome: The proposed method improves on 70 embedding evaluation tasks with fewer parameters than the previous best model.
Finetuning Pretrained Transformers into RNNs (2021.emnlp-main)

Copied to clipboard

Challenge: Efficient transformers outperform recurrent neural networks in natural language generation, but this comes with significant computational cost and memory footprint during generation.
Approach: They propose to convert a pretrained transformer into its efficient recurrent counterpart, improving efficiency while maintaining accuracy.
Outcome: The proposed transformers outperform recurrent neural networks in natural language generation but come with significant computational and memory footprint during generation.
Cracking the Contextual Commonsense Code: Understanding Commonsense Reasoning Aptitude of Deep Contextual Representations (D19-60)

Copied to clipboard

Challenge: Pretrained deep contextual representations have advanced the state-of-the-art on various commonsense NLP tasks, but we lack a concrete understanding of their capabilities.
Approach: They investigate BERT's ability to encode various commonsense features in its embedding space, but are still deficient in many areas.
Outcome: The proposed model improves performance on a downstream commonsense reasoning task while using minimal data.
Syntax-aware Neural Semantic Role Labeling with Supertags (N19-1)

Copied to clipboard

Challenge: a new syntax-aware model for dependency-based semantic role labeling outperforms syntax-based models for English and Spanish.
Approach: They propose a syntax-aware model for dependency-based semantic role labeling that outperforms syntax-based models for English and Spanish.
Outcome: The proposed model outperforms syntax-agnostic models for English and Spanish.
XOR QA: Cross-lingual Open-Retrieval Question Answering (2021.naacl-main)

Copied to clipboard

Challenge: a dataset of 40k information-seeking questions across seven languages is used to answer multilingual question answering tasks.
Approach: They propose a task framework that allows questions from one language to be answered via answer content from another language.
Outcome: The proposed framework can be used to answer questions from one language to another . the dataset was built on 40K questions across 7 languages, but could not find same-language answers .
GENIE: Toward Reproducible and Standardized Human Evaluation for Text Generation (2022.emnlp-main)

Copied to clipboard

Challenge: Effective human evaluation of text generation tasks remains an important, open area for research.
Approach: They propose a system for running standardized human evaluations across different generation tasks.
Outcome: The proposed system produces standardized human evaluations across tasks . it crowdsources predictions and ranks systems on leaderboards . the proposed system is not reproducible over time and different annotator populations .
LiteASR: Efficient Automatic Speech Recognition with Low-Rank Approximation (2025.emnlp-main)

Copied to clipboard

Challenge: Modern automatic speech recognition systems rely on encoder-decoder architectures and their encoders are a critical bottleneck for efficient deployment due to high computational intensity.
Approach: They propose a low-rank compression scheme for ASR encoders that leverages the strong low-ranked properties observed in intermediate activations and approximates linear transformations with a chain of low-Rank matrix multiplications.
Outcome: The proposed method reduces inference costs while maintaining transcription accuracy while preserving low-rank properties observed in intermediate activations.
Batch Prompting: Efficient Inference with Large Language Model APIs (2023.emnlp-industry)

Copied to clipboard

Challenge: Performing inference on large volumes of samples can be computationally and financially costly.
Approach: They propose a prompting approach that enables large language models to run inference in batches instead of one sample at a time.
Outcome: The proposed prompting reduces both token and time costs while retaining downstream performance.
Low-resource Deep Entity Resolution with Transfer and Active Learning (P19-1)

Copied to clipboard

Challenge: Entity resolution (ER) is the task of identifying different representations of the same real-world entities across databases.
Approach: They propose a deep learning-based method that targets low-resource settings for ER by combining transfer learning and active learning.
Outcome: The proposed method achieves comparable, if not better, performance compared to state-of-the-art learning-based methods while using an order of magnitude fewer labels.
BLOOM+1: Adding Language Support to BLOOM for Zero-Shot Prompting (2023.acl-long)

Copied to clipboard

Challenge: Existing language adaptation strategies for multilingual models are limited to 46 languages . a new language is added to the model to improve zero-shot prompting performance .
Approach: They apply existing language adaptation strategies to BLOOM and benchmark its zero-shot prompting performance on eight new languages in a resource-constrained setting.
Outcome: The proposed model can be extended to other languages without incurring prohibitively large costs.
NeuroLogic A*esque Decoding: Constrained Text Generation with Lookahead Heuristics (2022.naacl-main)

Copied to clipboard

Challenge: Existing paradigms for text generation are left-to-right decoding from autoregressive language models.
Approach: They propose a decoding algorithm that incorporates heuristic estimates of future cost that are efficient for large-scale language models.
Outcome: The proposed method outperforms baselines on five generation tasks and achieves new state-of-the-art performance on table-to-text generation, constrained machine translation, and keyword-constrained generation.

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