中文
相关论文

相关论文: Winograd Schemas and Machine Translation

200 篇论文

A major obstacle in Word Sense Disambiguation (WSD) is that word senses are not uniformly distributed, causing existing models to generally perform poorly on senses that are either rare or unseen during training. We propose a bi-encoder…

计算与语言 · 计算机科学 2020-06-03 Terra Blevins , Luke Zettlemoyer

We introduce a neural machine translation model that views the input and output sentences as sequences of characters rather than words. Since word-level information provides a crucial source of bias, our input model composes representations…

计算与语言 · 计算机科学 2015-11-17 Wang Ling , Isabel Trancoso , Chris Dyer , Alan W Black

Word Sense Disambiguation (WSD) aims to find the exact sense of an ambiguous word in a particular context. Traditional supervised methods rarely take into consideration the lexical resources like WordNet, which are widely utilized in…

计算与语言 · 计算机科学 2020-01-07 Luyao Huang , Chi Sun , Xipeng Qiu , Xuanjing Huang

While neural machine translation (NMT) has become the new paradigm, the parameter optimization requires large-scale parallel data which is scarce in many domains and language pairs. In this paper, we address a new translation scenario in…

计算与语言 · 计算机科学 2017-11-06 Yining Wang , Yang Zhao , Jiajun Zhang , Chengqing Zong , Zhengshan Xue

We consider the use of language models whose size and accuracy are intermediate between different order n-gram models. Two types of models are studied in particular. Aggregate Markov models are class-based bigram models in which the mapping…

cmp-lg · 计算机科学 2008-02-03 Lawrence Saul , Fernando Pereira

Phrases are essential to understand the core concepts in conversations. However, due to their rare occurrence in training data, correct translation of phrases is challenging in speech translation tasks. In this paper, we propose a phrase…

计算与语言 · 计算机科学 2025-06-12 Peidong Wang , Jian Xue , Rui Zhao , Junkun Chen , Aswin Shanmugam Subramanian , Jinyu Li

We introduce Ideograph, a language for expressing and manipulating structured data. Its types describe kinds of structures, such as natural numbers, lists, multisets, binary trees, syntax trees with variable binding, directed multigraphs,…

编程语言 · 计算机科学 2023-03-29 Stephen Mell , Osbert Bastani , Steve Zdancewic

Various applications in computational linguistics and artificial intelligence rely on high-performing word sense disambiguation techniques to solve challenging tasks such as information retrieval, machine translation, question answering,…

计算与语言 · 计算机科学 2021-01-11 Mohannad AlMousa , Rachid Benlamri , Richard Khoury

The blind application of machine learning runs the risk of amplifying biases present in data. Such a danger is facing us with word embedding, a popular framework to represent text data as vectors which has been used in many machine learning…

计算与语言 · 计算机科学 2016-07-25 Tolga Bolukbasi , Kai-Wei Chang , James Zou , Venkatesh Saligrama , Adam Kalai

The goal of universal machine translation is to learn to translate between any pair of languages, given a corpus of paired translated documents for \emph{a small subset} of all pairs of languages. Despite impressive empirical results and an…

机器学习 · 计算机科学 2020-08-12 Han Zhao , Junjie Hu , Andrej Risteski

Standard machine translation systems process sentences in isolation and hence ignore extra-sentential information, even though extended context can both prevent mistakes in ambiguous cases and improve translation coherence. We introduce a…

计算与语言 · 计算机科学 2018-05-28 Elena Voita , Pavel Serdyukov , Rico Sennrich , Ivan Titov

Pronouns are important determinants of a text's meaning but difficult to translate. This is because pronoun choice can depend on entities described in previous sentences, and in some languages pronouns may be dropped when the referent is…

计算与语言 · 计算机科学 2021-04-02 Reid Pryzant

We present a deep generative model of bilingual sentence pairs for machine translation. The model generates source and target sentences jointly from a shared latent representation and is parameterised by neural networks. We perform…

计算与语言 · 计算机科学 2019-06-03 Bryan Eikema , Wilker Aziz

Unsupervised neural machine translation (NMT) is a recently proposed approach for machine translation which aims to train the model without using any labeled data. The models proposed for unsupervised NMT often use only one shared encoder…

计算与语言 · 计算机科学 2018-04-25 Zhen Yang , Wei Chen , Feng Wang , Bo Xu

The Winograd Schema Challenge (WSC) serves as a prominent benchmark for evaluating machine understanding. While Large Language Models (LLMs) excel at answering WSC questions, their ability to generate such questions remains less explored.…

计算与语言 · 计算机科学 2024-02-01 Pardis Sadat Zahraei , Ali Emami

Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to…

计算与语言 · 计算机科学 2016-05-23 Dzmitry Bahdanau , Kyunghyun Cho , Yoshua Bengio

Machine translation systems with inadequate document understanding can make errors when translating dropped or neutral pronouns into languages with gendered pronouns (e.g., English). Predicting the underlying gender of these pronouns is…

计算与语言 · 计算机科学 2020-06-17 Kellie Webster , Emily Pitler

We describe a data-driven approach for automatically explaining new, non-standard English expressions in a given sentence, building on a large dataset that includes 15 years of crowdsourced examples from UrbanDictionary.com. Unlike prior…

计算与语言 · 计算机科学 2017-09-28 Ke Ni , William Yang Wang

In real world translation scenarios, terminology is rarely one-to-one. Instead, multiple valid translations may appear in a terminology dictionary, but correctness of a translation depends on corporate style guides and context. This can be…

计算与语言 · 计算机科学 2025-07-18 Nathaniel Berger , Johannes Eschbach-Dymanus , Miriam Exel , Matthias Huck , Stefan Riezler

Parallel texts (bitexts) have properties that distinguish them from other kinds of parallel data. First, most words translate to only one other word. Second, bitext correspondence is noisy. This article presents methods for biasing…

cmp-lg · 计算机科学 2007-05-23 I. Dan Melamed