paper-with-me

Papers

Identify Bilingual Patterns and Phrases from a Bilingual Sentence Pair

2021-10-01 · ROCLING 2021 10 · Yi-Jyun Chen, Hsin-Yun Chung, Jason S. Chang

This paper presents a method for automatically identifying bilingual grammar patterns and extracting bilingual phrase instances from a given English-Chinese sentence pair. In our approach, the English-Chinese sentence pair is parsed to identify English grammar patterns and Chinese counterparts. The method involves generating translations of each English grammar pattern and calculating translation probability of words from a word-aligned parallel corpora. The results allow us to extract the most probable English-Chinese phrase pairs in the sentence pair. We present a prototype system that applies the method to extract grammar patterns and phrases in parallel sentences. An evaluation on randomly selected examples from a dictionary shows that our approach has reasonably good performance. We use human judge to assess the bilingual phrases generated by our approach. The results have potential to assist language learning and machine translation research.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Learning to Respond to Mixed-code Queries using Bilingual Word Embeddings

2019-06-01 · NAACL 2019 6 · Chia-Fang Ho, Jason Chang, Jhih-Jie Chen, Ching-Yu Yang

We present a method for learning bilingual word embeddings in order to support second language (L2) learners in finding recurring phrases and example sentences that match mixed-code queries (e.g., {``}接 受 sentence{''}) c…

SentenceTranslationWord EmbeddingsWord Translation

Learning to Find Translation of Grammar Patterns in Parallel Corpus

2021-10-01 · ROCLING 2021 10 · Kai-Wen Tuan, Yi-Jyun Chen, Yi-Chien Lin, Chun-Ho Kwok 외

We introduce a method for assisting English as Second Language (ESL) learners by providing translations of Collins COBUILD grammar patterns(GP) for a given word. In our approach, bilingual parallel corpus is transformed …

Translation

Measuring Semantic Abstraction of Multilingual NMT with Paraphrase Recognition and Generation Tasks

2018-08-21 · WS 2019 6 · Jörg Tiedemann, Yves Scherrer

In this paper, we investigate whether multilingual neural translation models learn stronger semantic abstractions of sentences than bilingual ones. We test this hypotheses by measuring the perplexity of such models when …

DecoderNMTParaphrase GenerationTranslation

Efficient Bilingual Generalization from Neural Transduction Grammar Induction

2019-11-01 · EMNLP (IWSLT) 2019 11 · Yuchen Yan, Dekai Wu, Serkan Kumyol

We introduce (1) a novel neural network structure for bilingual modeling of sentence pairs that allows efficient capturing of bilingual relationship via biconstituent composition, (2) the concept of neural network bipars…

Machine TranslationNMTSentenceTranslation

Enriching Phrase Tables for Statistical Machine Translation Using Mixed Embeddings

2016-12-01 · COLING 2016 12 · Peyman Passban, Qun Liu, Andy Way

The phrase table is considered to be the main bilingual resource for the phrase-based statistical machine translation (PBSMT) model. During translation, a source sentence is decomposed into several phrases. The best matc…

DecoderDocument ClassificationMachine TranslationSentence+2