← Search

Kotaro Funakoshi

10 accepted papers

2025

Unveiling the Power of Source: Source-based Minimum Bayes Risk Decoding for Neural Machine Translation

ACL 2025long

Maximum a posteriori decoding, a commonly used method for neural machine translation (NMT), aims to maximize the estimated posterior probability. However, high estimated probability does not always lead to high translation quality. Minimum Bayes Risk (MBR) decoding offers an alternative by seeking h…

2024

DiLM: Distilling Dataset into Language Model for Text-level Dataset Distillation

NAACL 2024findings

Dataset distillation aims to compress a training dataset by creating a small number of informative synthetic samples such that neural networks trained on them perform as well as those trained on the original training dataset. Current text dataset distillation methods create each synthetic sample as…

2024

LAMBDA: Large Language Model-Based Data Augmentation for Multi-Modal Machine Translation

EMNLP 2024finding

Multi-modal machine translation (MMT) can reduce ambiguity and semantic distortion compared with traditional machine translation (MT) by utilizing auxiliary information such as images. However, current MMT methods face two primary challenges. The first is their underperformance compared to MT method…

2024

myMediCon: End-to-End Burmese Automatic Speech Recognition for Medical Conversations

COLING 2024main

End-to-End Automatic Speech Recognition (ASR) models have significantly advanced the field of speech processing by streamlining traditionally complex ASR system pipelines, promising enhanced accuracy and efficiency. Despite these advancements, there is a notable absence of freely available medical c…

2023

Dataset Distillation with Attention Labels for Fine-tuning BERT

ACL 2023short

Dataset distillation aims to create a small dataset of informative synthetic samples to rapidly train neural networks that retain the performance of the original dataset. In this paper, we focus on constructing distilled few-shot datasets for natural language processing (NLP) tasks to fine-tune pre-…

Cited by 20SourcePDFScholar
2022

A-TIP: Attribute-aware Text Infilling via Pre-trained Language Model

COLING 2022main

Text infilling aims to restore incomplete texts by filling in blanks, which has attracted more attention recently because of its wide application in ancient text restoration and text rewriting. However, attribute- aware text infilling is yet to be explored, and existing methods seldom focus on the i…

Cited by 16SourcePDFScholar
2022

Generating Repetitions with Appropriate Repeated Words

NAACL 2022long

A repetition is a response that repeats words in the previous speaker’s utterance in a dialogue. Repetitions are essential in communication to build trust with others, as investigated in linguistic studies. In this work, we focus on repetition generation. To the best of our knowledge, this is the fi…

2022

Joint Learning-based Heterogeneous Graph Attention Network for Timeline Summarization

NAACL 2022long

Previous studies on the timeline summarization (TLS) task ignored the information interaction between sentences and dates, and adopted pre-defined unlearnable representations for them. They also considered date selection and event detection as two independent tasks, which makes it impossible to inte…

2021

Towards Table-to-Text Generation with Numerical Reasoning

ACL 2021long

Recent neural text generation models have shown significant improvement in generating descriptive text from structured data such as table formats. One of the remaining important challenges is generating more analytical descriptions that can be inferred from facts in a data source. The use of a templ…