← Search

Taro Watanabe

57 accepted papers

2025

A Text Embedding Model with Contrastive Example Mining for Point-of-Interest Geocoding

COLING 2025main

Geocoding is a fundamental technique that links location mentions to their geographic positions, which is important for understanding texts in terms of where the described events occurred. Unlike most geocoding studies that targeted coarse-grained locations, we focus on geocoding at a fine-grained p…

2025

AdTEC: A Unified Benchmark for Evaluating Text Quality in Search Engine Advertising

NAACL 2025long

As the fluency of ad texts automatically generated by natural language generation technologies continues to improve, there is an increasing demand to assess the quality of these creatives in real-world setting.We propose **AdTEC**, the first public benchmark to evaluate ad texts from multiple perspe…

2025

BQA: Body Language Question Answering Dataset for Video Large Language Models

ACL 2025short

A large part of human communication relies on nonverbal cues such as facial expressions, eye contact, and body language. Unlike language or sign language, such nonverbal communication lacks formal rules, requiring complex reasoning based on commonsense understanding.Enabling current Video Large Lang…

Cited by 0SourcePDFScholar
2025

BannerBench: Benchmarking Vision Language Models for Multi-Ad Selection with Human Preferences

EMNLP 2025

Web banner advertisements, which are placed on websites to guide users to a targeted landing page (LP), are still often selected manually because human preferences are important in selecting which ads to deliver. To automate this process, we propose a new benchmark, BannerBench, to evaluate the huma

Cited by 0SourcePDFScholar
2025

Beyond Film Subtitles: Is YouTube the Best Approximation of Spoken Vocabulary?

COLING 2025main

Word frequency is a key variable in psycholinguistics, useful for modeling human familiarity with words even in the era of large language models (LLMs). Frequency in film subtitles has proved to be a particularly good approximation of everyday language exposure. For many languages, however, film sub…

2025

CoAM: Corpus of All-Type Multiword Expressions

ACL 2025long

Multiword expressions (MWEs) refer to idiomatic sequences of multiple words.MWE identification, i.e., detecting MWEs in text, can play a key role in downstream tasks such as machine translation, but existing datasets for the task are inconsistently annotated, limited to a single type of MWE, or limi…

2025

Decoding Uncertainty: The Impact of Decoding Strategies for Uncertainty Estimation in Large Language Models

EMNLP 2025

Decoding strategies manipulate the probability distribution underlying the output of a language model and can therefore affect both generation quality and its uncertainty. In this study, we investigate the impact of decoding strategies on uncertainty estimation in Large Language Models (LLMs). Our e

2025

Dictionaries to the Rescue: Cross-Lingual Vocabulary Transfer for Low-Resource Languages Using Bilingual Dictionaries

ACL 2025finding

Cross-lingual vocabulary transfer plays a promising role in adapting pre-trained language models to new languages, including low-resource languages.Existing approaches that utilize monolingual or parallel corpora face challenges when applied to languages with limited resources.In this work, we propo…

2025

Diversity Explains Inference Scaling Laws: Through a Case Study of Minimum Bayes Risk Decoding

ACL 2025long

Inference methods play an important role in eliciting the performance of large language models (LLMs). Currently, LLMs use inference methods utilizing generated multiple samples, which can be derived from Minimum Bayes Risk (MBR) Decoding. Previous studies have conducted empirical analyses to clarif…

2025

Efficient Nearest Neighbor based Uncertainty Estimation for Natural Language Processing Tasks

NAACL 2025findings

Trustworthiness in model predictions is crucial for safety-critical applications in the real world. However, deep neural networks often suffer from the issues of uncertainty estimation, such as miscalibration. In this study, we propose k-Nearest Neighbor Uncertainty Estimation (kNN-UE), which is a n…

Cited by 0SourcePDFScholar
2025

Graph-Structured Trajectory Extraction from Travelogues

ACL 2025long

Human traveling trajectories play a central role in characterizing each travelogue, and automatic trajectory extraction from travelogues is highly desired for tourism services, such as travel planning and recommendation. This work addresses the extraction of human traveling trajectories from travelo…

2025

HLU: Human Vs LLM Generated Text Detection Dataset for Urdu at Multiple Granularities

COLING 2025main

The rise of large language models (LLMs) generating human-like text has raised concerns about misuse, especially in low-resource languages like Urdu. To address this gap, we introduce the HLU dataset, which consists of three datasets: Document, Paragraph, and Sentence level. The document-level datas…

Cited by 0SourcePDFScholar
2025

How to Make the Most of LLMs’ Grammatical Knowledge for Acceptability Judgments

NAACL 2025long

The grammatical knowledge of language models (LMs) is often measured using a benchmark of linguistic minimal pairs, where LMs are presented with a pair of acceptable and unacceptable sentences and required to judge which is more acceptable. Conventional approaches compare sentence probabilities dire…

2025

IMPARA-GED: Grammatical Error Detection is Boosting Reference-free Grammatical Error Quality Estimator

ACL 2025finding

We propose IMPARA-GED, a novel reference-free automatic grammatical error correction (GEC) evaluation method with grammatical error detection (GED) capabilities. We focus on the quality estimator of IMPARA, an existing automatic GEC evaluation method, and construct that of IMPARA-GED using a pre-tra…

2025

IRR: Image Review Ranking Framework for Evaluating Vision-Language Models

COLING 2025main

Large-scale Vision-Language Models (LVLMs) process both images and text, excelling in multimodal tasks such as image captioning and description generation. However, while these models excel at generating factual content, their ability to generate and evaluate texts reflecting perspectives on the sam…

Cited by 1SourcePDFScholar
2025

J-ORA: A Framework and Multimodal Dataset for Japanese Object Identification, Reference, Action Prediction in Robot Perception

IROS 2025

We introduce J-ORA, a novel multimodal dataset that bridges the gap in robot perception by providing detailed object attribute annotations within Japanese human-robot dialogue scenarios. J-ORA is designed to support three critical perception tasks, object identification, reference resolution, and ne

Cited by 0SourcecodeScholar
2025

LoCt-Instruct: An Automatic Pipeline for Constructing Datasets of Logical Continuous Instructions

EMNLP 2025

Continuous instruction following closely mirrors real-world tasks by requiring models to solve sequences of interdependent steps, yet existing multi-step instruction datasets suffer from three key limitations: (1) lack of logical coherence across turns, (2) narrow topical breadth and depth, and (3)

2025

Long-Tail Crisis in Nearest Neighbor Language Models

NAACL 2025findings

The k-nearest-neighbor language model (kNN-LM), one of the retrieval-augmented language models, improves the perplexity for given text by directly accessing a large datastore built from any text data during inference.A widely held hypothesis for the success of kNN-LM is that its explicit memory, i.e…

2025

Measuring the Robustness of Reference-Free Dialogue Evaluation Systems

COLING 2025main

Advancements in dialogue systems powered by large language models (LLMs) have outpaced the development of reliable evaluation metrics, particularly for diverse and creative responses. We present a benchmark for evaluating the robustness of reference-free dialogue metrics against four categories of a…

2025

Multilingual Dialogue Generation and Localization with Dialogue Act Scripting

EMNLP 2025

Non-English dialogue datasets are scarce, and models are often trained or evaluated on translations of English-language dialogues, an approach which can introduce artifacts that reduce their naturalness and cultural appropriateness. This work proposes Dialogue Act Script (DAS), a structured framewor

Cited by 0SourcePDFScholar
2025

Registering Source Tokens to Target Language Spaces in Multilingual Neural Machine Translation

ACL 2025long

The multilingual neural machine translation (MNMT) aims for arbitrary translations across multiple languages.Although MNMT-specific models trained on parallel data offer low costs in training and deployment, their performance consistently lags behind that of large language models (LLMs).In this work…

2025

Reliability Crisis of Reference-free Metrics for Grammatical Error Correction

EMNLP 2025

Reference-free evaluation metrics for grammatical error correction (GEC) have achieved high correlation with human judgments.However, these metrics are not designed to evaluate adversarial systems that aim to obtain unjustifiably high scores. The existence of such systems undermines the reliability

2025

Rethinking Evaluation Metrics for Grammatical Error Correction: Why Use a Different Evaluation Process than Human?

ACL 2025short

One of the goals of automatic evaluation metrics in grammatical error correction (GEC) is to rank GEC systems such that it matches human preferences. However, current automatic evaluations are based on procedures that diverge from human evaluation. Specifically, human evaluation derives rankings by…

2025

Revisiting Compositional Generalization Capability of Large Language Models Considering Instruction Following Ability

ACL 2025long

In generative commonsense reasoning tasks such as CommonGen, generative large language models (LLMs) compose sentences that include all given concepts. However, when focusing on instruction-following capabilities, if a prompt specifies a concept order, LLMs must generate sentences that adhere to the…

2025

SinhalaMMLU: A Comprehensive Benchmark for Evaluating Multitask Language Understanding in Sinhala

EMNLP 2025

Large Language Models (LLMs) demonstrate impressive general knowledge and reasoning abilities, yet their evaluation has predominantly focused on global or anglocentric subjects, often neglecting low-resource languages and culturally specific content. While recent multilingual benchmarks attempt to b

Cited by 0SourcePDFScholar
2025

Tonguescape: Exploring Language Models Understanding of Vowel Articulation

NAACL 2025long

Vowels are primarily characterized by tongue position. Humans have discovered these features of vowel articulation through their own experience and explicit objective observation such as using MRI. With this knowledge and our experience, we can explain and understand the relationship between tongue…

2025

Towards Cross-Lingual Explanation of Artwork in Large-scale Vision Language Models

NAACL 2025findings

As the performance of Large-scale Vision Language Models (LVLMs) improves, they are increasingly capable of responding in multiple languages, and there is an expectation that the demand for explanations generated by LVLMs will grow. However, pre-training of Vision Encoder and the integrated training…

Cited by 5SourcePDFScholar
2025

WorldCuisines: A Massive-Scale Benchmark for Multilingual and Multicultural Visual Question Answering on Global Cuisines

NAACL 2025long

Vision Language Models (VLMs) often struggle with culture-specific knowledge, particularly in languages other than English and in underrepresented cultural contexts. To evaluate their understanding of such knowledge, we introduce WorldCuisines, a massive-scale benchmark for multilingual and multicul…

2024

Alignment-Based Decoding Policy for Low-Latency and Anticipation-Free Neural Japanese Input Method Editors

ACL 2024findings

Japanese input method editors (IMEs) are essential tools for inputting Japanese text using a limited set of characters such as the kana syllabary. However, despite their importance, the potential of newer attention-based encoder-decoder neural networks, such as Transformer, has not yet been fully ex…

Cited by 0SourcePDFScholar
2024

Are Data Augmentation Methods in Named Entity Recognition Applicable for Uncertainty Estimation?

EMNLP 2024main

This work investigates the impact of data augmentation on confidence calibration and uncertainty estimation in Named Entity Recognition (NER) tasks. For the future advance of NER in safety-critical fields like healthcare and finance, it is essential to achieve accurate predictions with calibrated co…

2024

Can Language Models Induce Grammatical Knowledge from Indirect Evidence?

EMNLP 2024main

What kinds of and how much data is necessary for language models to induce grammatical knowledge to judge sentence acceptability? Recent language models still have much room for improvement in their data efficiency compared to humans. This paper investigates whether language models efficiently use i…

2024

Centroid-Based Efficient Minimum Bayes Risk Decoding

ACL 2024findings

Minimum Bayes risk (MBR) decoding achieved state-of-the-art translation performance by using COMET, a neural metric that has a high correlation with human evaluation.However, MBR decoding requires quadratic time since it computes the expected score between a translation hypothesis and all reference…

2024

Cross-lingual Contextualized Phrase Retrieval

EMNLP 2024finding

Phrase-level dense retrieval has shown many appealing characteristics in downstream NLP tasks by leveraging the fine-grained information that phrases offer. In our work, we propose a new task formulation of dense retrieval, cross-lingual contextualized phrase retrieval, which aims to augment cross-l…

2024

Disentangling Pretrained Representation to Leverage Low-Resource Languages in Multilingual Machine Translation

COLING 2024main

Multilingual neural machine translation aims to encapsulate multiple languages into a single model. However, it requires an enormous dataset, leaving the low-resource language (LRL) underdeveloped. As LRLs may benefit from shared knowledge of multilingual representation, we aspire to find effective…

Cited by 0SourcePDFScholar
2024

Does Pre-trained Language Model Actually Infer Unseen Links in Knowledge Graph Completion?

NAACL 2024long

Knowledge graphs (KGs) consist of links that describe relationships between entities. Due to the difficulty of manually enumerating all relationships between entities, automatically completing them is essential for KGs. Knowledge Graph Completion (KGC) is a task that infers unseen relationships betw…

Cited by 5SourcePDFScholar
2024

Exploring Intrinsic Language-specific Subspaces in Fine-tuning Multilingual Neural Machine Translation

EMNLP 2024main

Multilingual neural machine translation models support fine-tuning hundreds of languages simultaneously. However, fine-tuning on full parameters solely is inefficient potentially leading to negative interactions among languages. In this work, we demonstrate that the fine-tuning for a language occurs…

2024

JDocQA: Japanese Document Question Answering Dataset for Generative Language Models

COLING 2024main

Document question answering is a task of question answering on given documents such as reports, slides, pamphlets, and websites, and it is a truly demanding task as paper and electronic forms of documents are so common in our society. This is known as a quite challenging task because it requires not…

2024

Modeling Overregularization in Children with Small Language Models

ACL 2024findings

The imitation of the children’s language acquisition process has been explored to make language models (LMs) more efficient.In particular, errors caused by children’s regularization (so-called overregularization, e.g., using wroted for the past tense of write) have been widely studied to reveal the…

2024

Monolingual Paraphrase Detection Corpus for Low Resource Pashto Language at Sentence Level

COLING 2024main

Paraphrase detection is a task to identify if two sentences are semantically similar or not. It plays an important role in maintaining the integrity of written work such as plagiarism detection and text reuse detection. Formerly, researchers focused on developing large corpora for English. However,…

Cited by 3SourcePDFScholar
2024

Simul-MuST-C: Simultaneous Multilingual Speech Translation Corpus Using Large Language Model

EMNLP 2024main

Simultaneous Speech Translation (SiST) begins translating before the entire source input is received, making it crucial to balance quality and latency. In real interpreting situations, interpreters manage this simultaneity by breaking sentences into smaller segments and translating them while mainta…

2024

Simultaneous Interpretation Corpus Construction by Large Language Models in Distant Language Pair

EMNLP 2024main

In Simultaneous Machine Translation (SiMT), training with a simultaneous interpretation (SI) corpus is an effective method for achieving high-quality yet low-latency. However, constructing such a corpus is challenging due to high costs, and limitations in annotator capabilities, and as a result, exi…

2024

TextBind: Multi-turn Interleaved Multimodal Instruction-following in the Wild

ACL 2024findings

Large language models with instruction-following abilities have revolutionized the field of artificial intelligence. These models show exceptional generalizability to tackle various real-world tasks through their natural language interfaces. However, their performance heavily relies on high-quality…

Cited by 17SourcePDFScholar
2024

Towards Artwork Explanation in Large-scale Vision Language Models

ACL 2024short

Large-scale Vision-Language Models (LVLMs) output text from images and instructions, demonstrating advanced capabilities in text generation and comprehension. However, it has not been clarified to what extent LVLMs understand the knowledge necessary for explaining images, the complex relationships b…

2024

mCSQA: Multilingual Commonsense Reasoning Dataset with Unified Creation Strategy by Language Models and Humans

ACL 2024findings

It is very challenging to curate a dataset for language-specific knowledge and common sense in order to evaluate natural language understanding capabilities of language models. Due to the limitation in the availability of annotators, most current multilingual datasets are created through translation…

Cited by 10SourcePDFScholar
2023

Repetition In Repetition Out: Towards Understanding Neural Text Degeneration from the Data Perspective

NeurIPS 2023poster

There are a number of diverging hypotheses about the neural text degeneration problem, i.e., generating repetitive and dull loops, which makes this problem both interesting and confusing. In this work, we aim to advance our understanding by presenting a straightforward and fundamental explanation fr…

2023

Second Language Acquisition of Neural Language Models

ACL 2023findings

With the success of neural language models (LMs), their language acquisition has gained much attention. This work sheds light on the second language (L2) acquisition of LMs, while previous work has typically explored their first language (L1) acquisition. Specifically, we trained bilingual LMs with…

2023

Subset Retrieval Nearest Neighbor Machine Translation

ACL 2023long

k-nearest-neighbor machine translation (kNN-MT) (Khandelwal et al., 2021) boosts the translation performance of trained neural machine translation (NMT) models by incorporating example-search into the decoding algorithm. However, decoding is seriously time-consuming, i.e., roughly 100 to 1,000 times…

Cited by 18SourcePDFScholar
2023

Table and Image Generation for Investigating Knowledge of Entities in Pre-trained Vision and Language Models

ACL 2023short

In this paper, we propose a table and image generation task to verify how the knowledge about entities acquired from natural language is retained in Vision & Language (V & L) models. This task consists of two parts: the first is to generate a table containing knowledge about an entity and its relate…

2022

Residual Learning of Neural Text Generation with n-gram Language Model

EMNLP 2022finding

N-gram language models (LM) has been largely superseded by neural LMs as the latter exhibits better performance. However, we find that n-gram models can achieve satisfactory performance on a large proportion of testing cases, indicating they have already captured abundant knowledge of the language w…

2022

Visualizing the Relationship Between Encoded Linguistic Information and Task Performance

ACL 2022findings

Probing is popular to analyze whether linguistic information can be captured by a well-trained deep neural model, but it is hard to answer how the change of the encoded linguistic information will affect task performance. To this end, we study the dynamic relationship between the encoded linguistic…

2022

What Works and Doesn’t Work, A Deep Decoder for Neural Machine Translation

ACL 2022findings

Deep learning has demonstrated performance advantages in a wide range of natural language processing tasks, including neural machine translation (NMT). Transformer NMT models are typically strengthened by deeper encoder layers, but deepening their decoder layers usually results in failure. In this p…

2021

Nested Named Entity Recognition via Explicitly Excluding the Influence of the Best Path

ACL 2021long

This paper presents a novel method for nested named entity recognition. As a layered method, our method extends the prior second-best path recognition method by explicitly excluding the influence of the best path. Our method maintains a set of hidden states at each time step and selectively leverage…

2021

User-Generated Text Corpus for Evaluating Japanese Morphological Analysis and Lexical Normalization

NAACL 2021long

Morphological analysis (MA) and lexical normalization (LN) are both important tasks for Japanese user-generated text (UGT). To evaluate and compare different MA/LN systems, we have constructed a publicly available Japanese UGT corpus. Our corpus comprises 929 sentences annotated with morphological a…

2020

Coordination Boundary Identification without Labeled Data for Compound Terms Disambiguation

COLING 2020main

We propose a simple method for nominal coordination boundary identification. As the main strength of our method, it can identify the coordination boundaries without training on labeled data, and can be applied even if coordination structure annotations are not available. Our system employs pre-train…

Cited by 4SourcePDFScholar