Jason S. Chang

Also published as: Jason Chang, Jason J. Chang, Jason J. S. Chang, Jason J.S. Chang, Jason S Chang


2022

pdf
Is Character Trigram Overlapping Ratio Still the Best Similarity Measure for Aligning Sentences in a Paraphrased Corpus?
Aleksandra Smolka | Hsin-Min Wang | Jason S. Chang | Keh-Yih Su
Proceedings of the 34th Conference on Computational Linguistics and Speech Processing (ROCLING 2022)

Sentence alignment is an essential step in studying the mapping among different language expressions, and the character trigram overlapping ratio was reported to be the most effective similarity measure in aligning sentences in the text simplification dataset. However, the appropriateness of each similarity measure depends on the characteristics of the corpus to be aligned. This paper studies if the character trigram is still a suitable similarity measure for the task of aligning sentences in a paragraph paraphrasing corpus. We compare several embedding-based and non-embeddings model-agnostic similarity measures, including those that have not been studied previously. The evaluation is conducted on parallel paragraphs sampled from the Webis-CPC-11 corpus, which is a paragraph paraphrasing dataset. Our results show that modern BERT-based measures such as Sentence-BERT or BERTScore can lead to significant improvement in this task.

2021

pdf
Automatic Extraction of English Grammar Pattern Correction Rules
Kuan-Yu Shen | Yi-Chien Lin | Jason S. Chang
Proceedings of the 33rd Conference on Computational Linguistics and Speech Processing (ROCLING 2021)

We introduce a method for generating error-correction rules for grammar pattern errors in a given annotated learner corpus. In our approach, annotated edits in the learner corpus are converted into edit rules for correcting common writing errors. The method involves automatic extraction of grammar patterns, and automatic alignment of the erroneous patterns and correct patterns. At run-time, grammar patterns are extracted from the grammatically correct sentences, and correction rules are retrieved by aligning the extracted grammar patterns with the erroneous patterns. Using the proposed method, we generate 1,499 high-quality correction rules related to 232 headwords. The method can be used to assist ESL students in avoiding grammatical errors, and aid teachers in correcting students’ essays. Additionally, the method can be used in the compilation of collocation error dictionaries and the construction of grammar error correction systems.

pdf
Learning to Find Translation of Grammar Patterns in Parallel Corpus
Kai-Wen Tuan | Yi-Jyun Chen | Yi-Chien Lin | Chun-Ho Kwok | Hai-Lun Tu | Jason S. Chang
Proceedings of the 33rd Conference on Computational Linguistics and Speech Processing (ROCLING 2021)

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 into bilingual GP pairs aimed at providing native language support for learning word usage through GPs. The method involves automatically parsing sentences to extract GPs, automatically generating translation GP pairs from bilingual sentences, and automatically extracting common bilingual GPs. At run-time, the target word is used for lookup GPs and translations, and the retrieved common GPs and their example sentences are shown to the user. We present a prototype phrase search engine, Linggle GPTrans, that implements the methods to assist ESL learners. Preliminary evaluation on a set of more than 300 GP-translation pairs shows that the methods achieve 91% accuracy.

pdf
Identify Bilingual Patterns and Phrases from a Bilingual Sentence Pair
Yi-Jyun Chen | Hsin-Yun Chung | Jason S. Chang
Proceedings of the 33rd Conference on Computational Linguistics and Speech Processing (ROCLING 2021)

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
Extracting Academic Senses: Towards An Academic Writer’s Dictionary
Hsin-Yun Chung | Li-Kuang Chen | Jason S Chang
Proceedings of the 33rd Conference on Computational Linguistics and Speech Processing (ROCLING 2021)

We present a method for determining intended sense definitions of a given academic word in an academic keyword list. In our approach, the keyword list are converted into unigram of all possible Mandarin translations, intended or not.The method involve converting words in the keyword list into all translations using a bilingual dictionary, computing the unigram word counts of translations, and computing character counts from the word counts. At run-time, each definition (with associated translation) of the given word is scored with word and character counts, and the definition with the highest count is returned. We present a prototype system for the Academic Keyword List to generate definitions and translation for pedagogy purposes. We also experimented with clustering definition embeddings of all words and definitions, and identifying intended sense in favor of embedding in larger clusters.Preliminary evaluation shows promising performance. This endeavor is a step towards creating a full-fledged dictionary from an academic word list.

2020

pdf
LinggleWrite: a Coaching System for Essay Writing
Chung-Ting Tsai | Jhih-Jie Chen | Ching-Yu Yang | Jason S. Chang
Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations

This paper presents LinggleWrite, a writing coach that provides writing suggestions, assesses writing proficiency levels, detects grammatical errors, and offers corrective feedback in response to user’s essay. The method involves extracting grammar patterns, training models for automated essay scoring (AES) and grammatical error detection (GED), and finally retrieving plausible corrections from a n-gram search engine. Experiments on public test sets indicate that both AES and GED models achieve state-of-the-art performance. These results show that LinggleWrite is potentially useful in helping learners improve their writing skills.

pdf bib
Chinese Spelling Check based on Neural Machine Translation
Jhih-Jie Chen | Hai-Lun Tu | Ching-Yu Yang | Chiao-Wen Li | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 25, Number 1, June 2020

pdf
改善詞彙對齊以擷取片語翻譯之方法 (Improving Word Alignment for Extraction Phrasal Translation)
Yi-Jyun Chen | Ching-Yu Helen Yang | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 25, Number 2, December 2020

pdf
Improving Phrase Translation Based on Sentence Alignment of Chinese-English Parallel Corpus
Yi-Jyun Chen | Ching-Yu Helen Yang | Jason S. Chang
Proceedings of the 32nd Conference on Computational Linguistics and Speech Processing (ROCLING 2020)

pdf
Email Writing Assistant System
Jason S. Chang | Ching-Yu Yang | Guan-Fu Peng
Proceedings of the 32nd Conference on Computational Linguistics and Speech Processing (ROCLING 2020)

2019

pdf
TellMeWhy: Learning to Explain Corrective Feedback for Second Language Learners
Yi-Huei Lai | Jason Chang
Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP): System Demonstrations

We present a writing prototype feedback system, TellMeWhy, to provide explanations of errors in submitted essays. In our approach, the sentence with corrections is analyzed to identify error types and problem words, aimed at customizing explanations based on the context of the error. The method involves learning the relation of errors and problem words, generating common feedback patterns, and extracting grammar patterns, collocations and example sentences. At run-time, a sentence with corrections is classified, and the problem word and template are identified to provide detailed explanations. Preliminary evaluation shows that the method has potential to improve existing commercial writing services.

pdf
Learning to Respond to Mixed-code Queries using Bilingual Word Embeddings
Chia-Fang Ho | Jason Chang | Jhih-Jie Chen | Chingyu Yang
Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics (Demonstrations)

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”) composed of words in both target language and native language (L1). In our approach, mixed-code queries are transformed into target language queries aimed at maximizing the probability of retrieving relevant target language phrases and sentences. The method involves converting a given parallel corpus into mixed-code data, generating word embeddings from mixed-code data, and expanding queries in target languages based on bilingual word embeddings. We present a prototype search engine, x.Linggle, that applies the method to a linguistic search engine for a parallel corpus. Preliminary evaluation on a list of common word-translation shows that the method performs reasonablly well.

pdf
漢語及物化的大數據研究(A Data Scientific Study of Transitivization in Chinese)
Wei-Tien Dylan Tsai | Ching-Yu Helen Yang | Ying-Zhu Chen | Jhih-Jie Chen | Jason S. Chang
Proceedings of the 31st Conference on Computational Linguistics and Speech Processing (ROCLING 2019)

pdf
標註英中同步樣式文法之研究(Annotating Synchronous Grammar Patterns across English and Chinese)
Ching-Yu Helen Yang | Ying-Zhu Chen | Jason S. Chang | Yi-Chien Lin | Wei-Tien Dylan Tsai
Proceedings of the 31st Conference on Computational Linguistics and Speech Processing (ROCLING 2019)

pdf
Level-Up: Learning to Improve Proficiency Level of Essays
Wen-Bin Han | Jhih-Jie Chen | Chingyu Yang | Jason Chang
Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations

We introduce a method for generating suggestions on a given sentence for improving the proficiency level. In our approach, the sentence is transformed into a sequence of grammatical elements aimed at providing suggestions of more advanced grammar elements based on originals. The method involves parsing the sentence, identifying grammatical elements, and ranking related elements to recommend a higher level of grammatical element. We present a prototype tutoring system, Level-Up, that applies the method to English learners’ essays in order to assist them in writing and reading. Evaluation on a set of essays shows that our method does assist user in writing.

pdf
Learning to Link Grammar and Encyclopedic Information of Assist ESL Learners
Jhih-Jie Chen | Chingyu Yang | Peichen Ho | Ming Chiao Tsai | Chia-Fang Ho | Kai-Wen Tuan | Chung-Ting Tsai | Wen-Bin Han | Jason Chang
Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations

We introduce a system aimed at improving and expanding second language learners’ English vocabulary. In addition to word definitions, we provide rich lexical information such as collocations and grammar patterns for target words. We present Linggle Booster that takes an article, identifies target vocabulary, provides lexical information, and generates a quiz on target words. Linggle Booster also links named-entity to corresponding Wikipedia pages. Evaluation on a set of target words shows that the method have reasonably good performance in terms of generating useful and information for learning vocabulary.

2018

pdf
Cool English: a Grammatical Error Correction System Based on Large Learner Corpora
Yu-Chun Lo | Jhih-Jie Chen | Chingyu Yang | Jason Chang
Proceedings of the 27th International Conference on Computational Linguistics: System Demonstrations

This paper presents a grammatical error correction (GEC) system that provides corrective feedback for essays. We apply the sequence-to-sequence model, which is frequently used in machine translation and text summarization, to this GEC task. The model is trained by EF-Cambridge Open Language Database (EFCAMDAT), a large learner corpus annotated with grammatical errors and corrections. Evaluation shows that our system achieves competitive performance on a number of publicly available testsets.

pdf
LanguageNet: Learning to Find Sense Relevant Example Sentences
Shang-Chien Cheng | Jhih-Jie Chen | Chingyu Yang | Jason Chang
Proceedings of the 27th International Conference on Computational Linguistics: System Demonstrations

In this paper, we present a system, LanguageNet, which can help second language learners to search for different meanings and usages of a word. We disambiguate word senses based on the pairs of an English word and its corresponding Chinese translations in a parallel corpus, UM-Corpus. The process involved performing word alignment, learning vector space representations of words and training a classifier to distinguish words into groups of senses. LanguageNet directly shows the definition of a sense, bilingual synonyms and sense relevant examples.

pdf
節能知識問答機器人 (Energy Saving Knowledge Chatbot) [In Chinese]
Jhih-Jie Chen | Shih-Ying Chang | Tsu-Jin Chiu | Ming-Chiao Tsai | Jason S. Chang
Proceedings of the 30th Conference on Computational Linguistics and Speech Processing (ROCLING 2018)

pdf
Chinese Spelling Check based on Neural Machine Translation
Chiao-Wen Li | Jhih-Jie Chen | Jason Chang
Proceedings of the 32nd Pacific Asia Conference on Language, Information and Computation

pdf
SmartWrite: Extracting Chinese Lexical Grammar Patterns Using Dependency Parsing
Cheng-Cyuan Peng | Ching-Yu Yang | Jhih-Jie Chen | Jason Chang
Proceedings of the 32nd Pacific Asia Conference on Language, Information and Computation

2017

pdf
Verb Replacer: An English Verb Error Correction System
Yu-Hsuan Wu | Jhih-Jie Chen | Jason Chang
Proceedings of the IJCNLP 2017, System Demonstrations

According to the analysis of Cambridge Learner Corpus, using a wrong verb is the most common type of grammatical errors. This paper describes Verb Replacer, a system for detecting and correcting potential verb errors in a given sentence. In our approach, alternative verbs are considered to replace the verb based on an error-annotated corpus and verb-object collocations. The method involves applying regression on channel models, parsing the sentence, identifying the verbs, retrieving a small set of alternative verbs, and evaluating each alternative. Our method combines and improves channel and language models, resulting in high recall of detecting and correcting verb misuse.

pdf
Learning Synchronous Grammar Patterns for Assisted Writing for Second Language Learners
Chi-En Wu | Jhih-Jie Chen | Jim Chang | Jason Chang
Proceedings of the IJCNLP 2017, System Demonstrations

In this paper, we present a method for extracting Synchronous Grammar Patterns (SGPs) from a given parallel corpus in order to assisted second language learners in writing. A grammar pattern consists of a head word (verb, noun, or adjective) and its syntactic environment. A synchronous grammar pattern describes a grammar pattern in the target language (e.g., English) and its counterpart in an other language (e.g., Mandarin), serving the purpose of native language support. Our method involves identifying the grammar patterns in the target language, aligning these patterns with the target language patterns, and finally filtering valid SGPs. The extracted SGPs with examples are then used to develop a prototype writing assistant system, called WriteAhead/bilingual. Evaluation on a set of randomly selected SGPs shows that our system provides satisfactory writing suggestions for English as a Second Language (ESL) learners.

2016

pdf
Linggle Knows: A Search Engine Tells How People Write
Jhih-Jie Chen | Hao-Chun Peng | Mei-Cih Yeh | Peng-Yu Chen | Jason Chang
Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: System Demonstrations

This paper shows the great potential of incorporating different approaches to help writing. Not only did they solve different kinds of writing problems, but also they complement and reinforce each other to be a complete and effective solution. Despite the extensive and multifaceted feedback and suggestion, writing is not all about syntactically or lexically well-written. It involves contents, structure, the certain understanding of the background, and many other factors to compose a rich, organized and sophisticated text. (e.g., conventional structure and idioms in academic writing). There is still a long way to go to accomplish the ultimate goal. We envision the future of writing to be a joyful experience with the help of instantaneous suggestion and constructive feedback.

2015

pdf
WriteAhead2: Mining Lexical Grammar Patterns for Assisted Writing
Jim Chang | Jason Chang
Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstrations

pdf
WriteAhead: Mining Grammar Patterns in Corpora for Assisted Writing
Tzu-Hsi Yen | Jian-Cheng Wu | Jim Chang | Joanne Boisson | Jason Chang
Proceedings of ACL-IJCNLP 2015 System Demonstrations

pdf
Learning Sentential Patterns of Various Rhetoric Moves for Assisted Academic Writing
Jim Chang | Hsiang-Ling Hsu | Joanne Boisson | Hao-Chun Peng | Yu-Hsuan Wu | Jason S. Chang
Proceedings of the 29th Pacific Asia Conference on Language, Information and Computation: Posters

pdf
基於貝氏定理自動分析語料庫與標定文步 (A Bayesian approach to determine move tags in corpus) [In Chinese]
Jia-Lien Hsu | Chiung-Wen Chang | Jason S. Chang
Proceedings of the 27th Conference on Computational Linguistics and Speech Processing (ROCLING 2015)

2014

pdf
Ambiguity Resolution for Vt-N Structures in Chinese
Yu-Ming Hsieh | Jason S. Chang | Keh-Jiann Chen
Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)

pdf
NTHU at the CoNLL-2014 Shared Task
Jian-Cheng Wu | Tzu-Hsi Yen | Jim Chang | Guan-Cheng Huang | Jimmy Chang | Hsiang-Ling Hsu | Yu-Wei Chang | Jason S. Chang
Proceedings of the Eighteenth Conference on Computational Natural Language Learning: Shared Task

pdf
Chinese Spell Checking Based on Noisy Channel Model
Hsun-wen Chiu | Jian-cheng Wu | Jason S. Chang
Proceedings of the Third CIPS-SIGHAN Joint Conference on Chinese Language Processing

pdf
TakeTwo: A Word Aligner based on Self Learning
Jim Chang | Jian-Cheng Wu | Jason Chang
Proceedings of the 28th Pacific Asia Conference on Language, Information and Computing

pdf
學術論文簡介的自動文步分析與寫作提示 (Automatic Move Analysis of Research Articles for Assisting Writing)[In Chinese]
Guan-Cheng Huang | Jian-Cheng Wu | Hsiang-Ling Hsu | Tzu-Hsi Yen | Jason S. Chang
Proceedings of the 26th Conference on Computational Linguistics and Speech Processing (ROCLING 2014)

pdf
學術論文簡介的自動文步分析與寫作提示 (Automatic Move Analysis of Research Articles for Assisting Writing) [In Chinese]
Guan-Cheng Huang | Jian-Cheng Wu | Hsiang-Ling Hsu | Tzu-Hsi Yen | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 19, Number 4, December 2014 - Special Issue on Selected Papers from ROCLING XXVI

2013

pdf
機器翻譯為本的中文拼字改錯系統 (Chinese Spelling Checker Based on Statistical Machine Translation)
Hsun-wen Chiu | Jian-cheng Wu | Jason S. Chang
Proceedings of the 25th Conference on Computational Linguistics and Speech Processing (ROCLING 2013)

pdf
Detecting English Grammatical Errors based on Machine Translation
Jim Chang | Jiancheng Wu | Jason S. Chang
Proceedings of the 25th Conference on Computational Linguistics and Speech Processing (ROCLING 2013)

pdf bib
Learning to Find Translations and Transliterations on the Web based on Conditional Random Fields
Joseph Z. Chang | Jason S. Chang | Jyh-Shing Roger Jang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 18, Number 1, March 2013

pdf bib
Integrating Dictionary and Web N-grams for Chinese Spell Checking
Jian-cheng Wu | Hsun-wen Chiu | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 18, Number 4, December 2013-Special Issue on Selected Papers from ROCLING XXV

pdf
Correcting Serial Grammatical Errors based on N-grams and Syntax
Jian-cheng Wu | Jim Chang | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 18, Number 4, December 2013-Special Issue on Selected Papers from ROCLING XXV

pdf
CoNLL-2013 Shared Task: Grammatical Error Correction NTHU System Description
Ting-Hui Kao | Yu-Wei Chang | Hsun-Wen Chiu | Tzu-Hsi Yen | Joanne Boisson | Jian-Cheng Wu | Jason S. Chang
Proceedings of the Seventeenth Conference on Computational Natural Language Learning: Shared Task

pdf
Chinese Spelling Checker Based on Statistical Machine Translation
Hsun-wen Chiu | Jian-cheng Wu | Jason S. Chang
Proceedings of the Seventh SIGHAN Workshop on Chinese Language Processing

pdf
Automatic Chinese Confusion Words Extraction Using Conditional Random Fields and the Web
Chun-Hung Wang | Jason S. Chang | Jian-Cheng Wu
Proceedings of the Seventh SIGHAN Workshop on Chinese Language Processing

pdf
Augmentable Paraphrase Extraction Framework
Mei-Hua Chen | Yi-Chun Chen | Shih-Ting Huang | Jason S. Chang
Proceedings of the Sixth International Joint Conference on Natural Language Processing

pdf
Translating Chinese Unknown Words by Automatically Acquired Templates
Ming-Hong Bai | Yu-Ming Hsieh | Keh-Jiann Chen | Jason S. Chang
Proceedings of the Sixth International Joint Conference on Natural Language Processing

pdf
Linggle: a Web-scale Linguistic Search Engine for Words in Context
Joanne Boisson | Ting-Hui Kao | Jian-Cheng Wu | Tzu-Hsi Yen | Jason S. Chang
Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations

2012

pdf
TransAhead: A Computer-Assisted Translation and Writing Tool
Chung-chi Huang | Ping-che Yang | Keh-jiann Chen | Jason S. Chang
Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies

pdf
Learning to Find Translations and Transliterations on the Web
Joseph Z. Chang | Jason S. Chang | Roger Jyh-Shing Jang
Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)

pdf
DOMCAT: A Bilingual Concordancer for Domain-Specific Computer Assisted Translation
Ming-Hong Bai | Yu-Ming Hsieh | Keh-Jiann Chen | Jason S. Chang
Proceedings of the ACL 2012 System Demonstrations

pdf
FLOW: A First-Language-Oriented Writing Assistant System
Mei-Hua Chen | Shih-Ting Huang | Hung-Ting Hsieh | Ting-Hui Kao | Jason S. Chang
Proceedings of the ACL 2012 System Demonstrations

pdf
Word Root Finder: a Morphological Segmentor Based on CRF
Joseph Z Chang | Jason S. Chang
Proceedings of COLING 2012: Demonstration Papers

pdf
Associating Collocations with WordNet Senses Using Hybrid Models
Yi-Chun Chen | Tzu-Xi Yen | Jason S. Chang
Proceedings of the 24th Conference on Computational Linguistics and Speech Processing (ROCLING 2012)

pdf
Translating Collocation using Monolingual and Parallel Corpus
Ming-Zhuan Jiang | Tzu-Xi Yen | Chung-Chi Huang | Mei-Hua Chen | Jason S. Chang
Proceedings of the 24th Conference on Computational Linguistics and Speech Processing (ROCLING 2012)

pdf
Context-Aware In-Page Search
Yu-Hao Lin | Yu-Lan Liu | Tzu-Xi Yen | Jason S. Chang
Proceedings of the 24th Conference on Computational Linguistics and Speech Processing (ROCLING 2012)

pdf
PREFER: Using a Graph-Based Approach to Generate Paraphrases for Language Learning
Mei-Hua Chen | Shi-Ting Huang | Chung-Chi Huang | Hsien-Chin Liou | Jason S. Chang
Proceedings of the Seventh Workshop on Building Educational Applications Using NLP

pdf
Helping Our Own: NTHU NLPLAB System Description
Jian-Cheng Wu | Joseph Chang | Yi-Chun Chen | Shih-Ting Huang | Mei-Hua Chen | Jason S. Chang
Proceedings of the Seventh Workshop on Building Educational Applications Using NLP

pdf
Improving PCFG Chinese Parsing with Context-Dependent Probability Re-estimation
Yu-Ming Hsieh | Ming-Hong Bai | Jason S. Chang | Keh-Jiann Chen
Proceedings of the Second CIPS-SIGHAN Joint Conference on Chinese Language Processing

pdf
TransAhead: A Writing Assistant for CAT and CALL
Chung-chi Huang | Ping-che Yang | Mei-hua Chen | Hung-ting Hsieh | Ting-hui Kao | Jason S. Chang
Proceedings of the Demonstrations at the 13th Conference of the European Chapter of the Association for Computational Linguistics

2011

pdf
GRASP: Grammar- and Syntax-based Pattern-Finder in CALL
Chung-Chi Huang | Mei-Hua Chen | Shih-Ting Huang | Hsien-Chin Liou | Jason S. Chang
Proceedings of the Sixth Workshop on Innovative Use of NLP for Building Educational Applications

pdf
EdIt: A Broad-Coverage Grammar Checker Using Pattern Grammar
Chung-Chi Huang | Mei-Hua Chen | Shih-Ting Huang | Jason S. Chang
Proceedings of the ACL-HLT 2011 System Demonstrations

2010

pdf
Automatic Collocation Suggestion in Academic Writing
Jian-Cheng Wu | Yu-Chia Chang | Teruko Mitamura | Jason S. Chang
Proceedings of the ACL 2010 Conference Short Papers

pdf
GRASP: Grammar- and Syntax-based Pattern-Finder for Collocation and Phrase Learning
Mei-hua Chen | Chung-chi Huang | Shih-ting Huang | Jason S. Chang
Proceedings of the 24th Pacific Asia Conference on Language, Information and Computation

pdf
Using Sublexical Translations to Handle the OOV Problem in MT
Chung-chi Huang | Ho-ching Yen | Shih-ting Huang | Jason Chang
Proceedings of the 9th Conference of the Association for Machine Translation in the Americas: Research Papers

We introduce a method for learning to translate out-of-vocabulary (OOV) words. The method focuses on combining sublexical/constituent translations of an OOV to generate its translation candidates. In our approach, wild-card searches are formulated based on our OOV analysis, aimed at maximizing the probability of retrieving OOVs’ sublexical translations from existing resource of machine translation (MT) systems. At run-time, translation candidates of the unknown words are generated from their suitable sublexical translations and ranked based on monolingual and bilingual information. We have incorporated the OOV model into a state-of-the-art MT system and experimental results show that our model indeed helps to ease the negative impact of OOVs on translation quality, especially for sentences containing more OOVs (significant improvement).

2009

pdf
Learning Bilingual Linguistic Reordering Model for Statistical Machine Translation
Han-Bin Chen | Jian-Cheng Wu | Jason S. Chang
Proceedings of Human Language Technologies: The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics

pdf bib
Fertility-based Source-Language-biased Inversion Transduction Grammar for Word Alignment
Chung-Chi Huang | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 14, Number 1, March 2009

pdf bib
A Thesaurus-Based Semantic Classification of English Collocations
Chung-Chi Huang | Kate H. Kao | Chiung-Hui Tseng | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 14, Number 3, September 2009

pdf
WikiSense: Supersense Tagging of Wikipedia Named Entities Based WordNet
Joseph Chang | Richard Tzong-Han Tsai | Jason S. Chang
Proceedings of the 23rd Pacific Asia Conference on Language, Information and Computation, Volume 1

pdf
Review Classification Using Semantic Features and Run-Time Weighting
Chung-chi Huang | Meng-chiech Lee | Zhe-nan Lin | Jason S. Chang
Proceedings of the 23rd Pacific Asia Conference on Language, Information and Computation, Volume 1

pdf
Extending Bilingual WordNet via Hierarchical Word Translation Classification
Tzu-yi Nien | Tsun Ku | Chung-chi Huang | Mei-hua Chen | Jason S. Chang
Proceedings of the 23rd Pacific Asia Conference on Language, Information and Computation, Volume 1

pdf
Acquiring Translation Equivalences of Multiword Expressions by Normalized Correlation Frequencies
Ming-Hong Bai | Jia-Ming You | Keh-Jiann Chen | Jason S. Chang
Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing

2008

pdf
A Thesaurus-Based Semantic Classification of English Collocations
Chung-chi Huang | Chiung-hui Tseng | Kate H. Kao | Jason S. Chang
Proceedings of the 20th Conference on Computational Linguistics and Speech Processing

pdf
Improving Word Alignment by Adjusting Chinese Word Segmentation
Ming-Hong Bai | Keh-Jiann Chen | Jason S. Chang
Proceedings of the Third International Joint Conference on Natural Language Processing: Volume-I

pdf
Mining the Web for Domain-Specific Translations
Jian-Cheng Wu | Peter Wei-Huai Hsu | Chiung-Hui Tseng | Jason S. Chang
Proceedings of the 8th Conference of the Association for Machine Translation in the Americas: Research Papers

We introduce a method for learning to find domain-specific translations for a given term on the Web. In our approach, the source term is transformed into an expanded query aimed at maximizing the probability of retrieving translations from a very large collection of mixed-code documents. The method involves automatically generating sets of target-language words from training data in specific domains, automatically selecting target words for effectiveness in retrieving documents containing the sought-after translations. At run time, the given term is transformed into an expanded query and submitted to a search engine, and ranked translations are extracted from the document snippets returned by the search engine. We present a prototype, TermMine, which applies the method to a Web search engine. Evaluations over a set of domains and terms show that TermMine outperforms state-of-the-art machine translation systems.

2007

pdf
Word Translation Disambiguation via Dependency (利用依存關係之辭彙翻譯)
Meng-Chin Hsiao | Kun-Ju Yang | Jason S. Chang
Proceedings of the 19th Conference on Computational Linguistics and Speech Processing

pdf
Learning to Find Transliteration on the Web
Chien-Cheng Wu | Jason S. Chang
Proceedings of Human Language Technologies: The Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT)

pdf
Learning to Find English to Chinese Transliterations on the Web
Jian-Cheng Wu | Jason S. Chang
Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)

2006

pdf bib
FAST – An Automatic Generation System for Grammar Tests
Chia-Yin Chen | Hsien-Chin Liou | Jason S. Chang
Proceedings of the COLING/ACL 2006 Interactive Presentation Sessions

pdf
Computational Analysis of Move Structures in Academic Abstracts
Jien-Chen Wu | Yu-Chia Chang | Hsien-Chin Liou | Jason S. Chang
Proceedings of the COLING/ACL 2006 Interactive Presentation Sessions

pdf
Learning to Parse Bilingual Sentences Using Bilingual Corpus and Monolingual CFG
Chung-Chi Huang | Jason S. Chang
Proceedings of the 18th Conference on Computational Linguistics and Speech Processing

pdf
Sense Extraction and Disambiguation for Chinese Words from Bilingual Terminology Bank
Ming-Hong Bai | Keh-Jiann Chen | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 11, Number 3, September 2006: Special Issue on Selected Papers from ROCLING XVII

2005

pdf
FAST:電腦輔助英文文法出題系統 (FAST: Free Assistant of Structural Tests) [In Chinese]
Chia-Yin Chen | Ming Hsien Ko | Tzu-Wei Wu | Jason S. Chang
Proceedings of the 17th Conference on Computational Linguistics and Speech Processing

pdf
利用雙語學術名詞庫抽取中英字詞互譯及詞義解歧 (Sense Extraction and Disambiguation for Chinese Words from Bilingual Terminology Bank) [In Chinese]
Ming-Hong Bai | Keh-Jiann Chen | Jason S. Chang
Proceedings of the 17th Conference on Computational Linguistics and Speech Processing

pdf bib
Collocational Translation Memory Extraction Based on Statistical and Linguistic Information
Thomas C. Chuang | Jia-Yan Jian | Yu-Chia Chang | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 10, Number 3, September 2005: Special Issue on Selected Papers from ROCLING XVI

pdf
Learning Source-Target Surface Patterns for Web-based Terminology Translation
Jian-Cheng Wu | Tracy Lin | Jason S. Chang
Proceedings of the ACL Interactive Poster and Demonstration Sessions

pdf
Web-Based Unsupervised Learning for Query Formulation in Question Answering
Yi-Chia Wang | Jian-Cheng Wu | Tyne Liang | Jason S. Chang
Second International Joint Conference on Natural Language Processing: Full Papers

2004

pdf
Alignment of bilingual named entities in parallel corpora using statistical model
Chun-Jen Lee | Jason S. Chang | Thomas C. Chuang
Proceedings of the 6th Conference of the Association for Machine Translation in the Americas: Technical Papers

Named entities make up a bulk of documents. Extracting named entities is crucial to various applications of natural language processing. Although efforts to identify named entities within monolingual documents are numerous, extracting bilingual named entities has not been investigated extensively owing to the complexity of the task. In this paper, we describe a statistical phrase translation model and a statistical transliteration model. Under the proposed models, a new method is proposed to align bilingual named entities in parallel corpora. Experimental results indicate that a satisfactory precision rate can be achieved. To enhance the performance, we also describe how to improve the proposed method by incorporating approximate matching and person name recognition. Experimental results show that performance is significantly improved with the enhancement.

pdf
Extraction of name and transliteration in monolingual and parallel corpora
Tracy Lin | Jian-Cheng Wu | Jason S. Chang
Proceedings of the 6th Conference of the Association for Machine Translation in the Americas: Technical Papers

Named-entities in free text represent a challenge to text analysis in Machine Translation and Cross Language Information Retrieval. These phrases are often transliterated into another language with a different sound inventory and writing system. Named-entities found in free text are often not listed in bilingual dictionaries. Although it is possible to identify and translate named-entities on the fly without a list of proper names and transliterations, an extensive list of existing transliterations certainly will ensure high precision rate. We use a seed list of proper names and transliterations to train a Machine Transliteration Model. With the model it is possible to extract proper names and their transliterations in monolingual or parallel corpora with high precision and recall rates.

pdf
Using the Web as Corpus for Un-supervised Learning in Question Answering
Yi-Chia Wang | Jian-Cheng Wu | Tyne Liang | Jason S. Chang
Proceedings of the 16th Conference on Computational Linguistics and Speech Processing

pdf
Collocational Translation Memory Extraction Based on Statistical and Linguistic Information
Jia-Yan Jian | Yu-Chia Chang | Jason S. Chang
Proceedings of the 16th Conference on Computational Linguistics and Speech Processing

pdf bib
Bilingual Collocation Extraction Based on Syntactic and Statistical Analyses
Chien-Cheng Wu | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 9, Number 1, February 2004: Special Issue on Selected Papers from ROCLING XV

pdf
Subsentential Translation Memory for Computer Assisted Writing and Translation
Jian-Cheng Wu | Thomas C. Chuang | Wen-Chi Shei | Jason S. Chang
Proceedings of the ACL Interactive Poster and Demonstration Sessions

pdf
TANGO: Bilingual Collocational Concordancer
Jia-Yan Jian | Yu-Chia Chang | Jason S. Chang
Proceedings of the ACL Interactive Poster and Demonstration Sessions

2003

pdf
Acquisition of English-Chinese Transliterated Word Pairs from Parallel-Aligned Texts using a Statistical Machine Transliteration Model
Chun-Jen Lee | Jason S. Chang
Proceedings of the HLT-NAACL 2003 Workshop on Building and Using Parallel Texts: Data Driven Machine Translation and Beyond

pdf bib
Class Based Sense Definition Model for Word Sense Tagging and Disambiguation
Tracy Lin | Jason S. Chang
Proceedings of the Second SIGHAN Workshop on Chinese Language Processing

bib
Proceedings of Research on Computational Linguistics Conference XV
Jason J. Chang | Hsien-Chin Liou
Proceedings of Research on Computational Linguistics Conference XV

pdf bib
Word-Transliteration Alignment
Tracy Lin | Chien-Cheng Wu | Jason S. Chang
Proceedings of Research on Computational Linguistics Conference XV

pdf
Bilingual Collocation Extraction Based on Syntactic and Statistical Analyses
Chien-Cheng Wu | Jason S. Chang
Proceedings of Research on Computational Linguistics Conference XV

pdf bib
Interleaving Text and Punctuations for Bilingual Sub-sentential Alignment
Wen-Chi Hsie | Kevin Yeh | Jason S. Chang | Thomas C. Chuang
ROCLING 2003 Poster Papers

pdf
Using Punctuations and Lengths for Bilingual Sub-sentential Alignment
Wen-Chi Hsien | Kevin Yeh | Jason S. Chang | Thomas C. Chuang
ROCLING 2003 Poster Papers

pdf
TotalRecall: A Bilingual Concordance in National Digital Learning Project - CANDLE
Jian-Cheng Wu | Wen-Chi Shei | Jason S. Chang
ROCLING 2003 Poster Papers

pdf
Unsupervised Word Segmentation Without Dictionary
Jason S. Chang | Tracy Lin
ROCLING 2003 Poster Papers

pdf
Building A Chinese WordNet Via Class-Based Translation Model
Jason S. Chang | Tracy Lin | Geeng-Neng You | Thomas C. Chuang | Ching-Ting Hsieh
International Journal of Computational Linguistics & Chinese Language Processing, Volume 8, Number 2, August 2003

pdf
A Statistical Approach to Chinese-to-English Back-Transliteration
Chun-Jen Lee | Jason S. Chang | Jyh-Shing Roger Jang
Proceedings of the 17th Pacific Asia Conference on Language, Information and Computation

pdf
TotalRecall: A Bilingual Concordance for Computer Assisted Translation and Language Learning
Jian-Cheng Wu | Kevin C. Yeh | Thomas C. Chuang | Wen-Chi Shei | Jason S. Chang
The Companion Volume to the Proceedings of 41st Annual Meeting of the Association for Computational Linguistics

2002

pdf bib
Adaptive bilingual sentence alignment
Thomas C. Chuang | G.N. You | Jason Chang
Proceedings of the 5th Conference of the Association for Machine Translation in the Americas: Technical Papers

We present a new approach to the problem of aligning English and Chinese sentences in a bilingual corpus based on adaptive learning. While using length information alone produces surprisingly good results for aligning bilingual French and English sentences with success rates well over 95%, it does not fair as well for the alignment of English and Chinese sentences. The crux of the problem lies in greater variability of lengths and match types of the matched sentences. We propose to cope with such variability via a two-pass scheme under which model parameters can be learned from the data at hand. Experiments show that under the approach bilingual English-Chinese texts can be aligned effectively across diverse domains, genres and translation directions with accuracy rates approaching 99%.

2001

pdf
多篇文件自動摘要系統 (Multi-Document Summarization System) [In Chinese]
Jian-Cheng Shen | Jason S. Chang
Proceedings of Research on Computational Linguistics Conference XIV

pdf
統計式片語翻譯模型(A Statistical Model of Terminology Translation) [In Chinese]
Jason S. Chang | Ta-wei Yu
Proceedings of Research on Computational Linguistics Conference XIV

pdf
統計式片語翻譯模型 (Statistical Translation Model for Phrases) [In Chinese]
Jason S. Chang | David Yu | Chun-Jun Lee
International Journal of Computational Linguistics & Chinese Language Processing, Volume 6, Number 2, August 2001

pdf
An Operator Assisted Call Routing System
Chun-Jen Lee | Jason S. Chang
Proceedings of the 16th Pacific Asia Conference on Language, Information and Computation

1998

pdf
A Concept-based Adaptive Approach to Word Sense Disambiguation
Jen Nan Chen | Jason S. Chang
36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics, Volume 1

pdf
Taxonomy and lexical semantics—from the perspective of machine readable dictionary
Jason S. Chang | Sue J. Ker | Mathis H. Chen
Proceedings of the Third Conference of the Association for Machine Translation in the Americas: Technical Papers

Machine-readable dictionaries have been regarded as a rich knowledge source from which various relations in lexical semantics can be effectively extracted. These semantic relations have been found useful for supporting a wide range of natural language processing tasks, from information retrieval to interpretation of noun sequences, and to resolution of prepositional phrase attachment. In this paper, we address issues related to problems in building a semantic hierarchy from machine-readable dictionaries: genus disambiguation, discovery of covert categories, and bilingual taxonomy. In addressing these issues, we will discuss the limiting factors in dictionary definitions and ways of eradicating these problems. We will also compare the taxonomy extracted in this way from a typical MRD and that of the WordNet. We argue that although the MRD-derived taxonomy is considerably flatter than the WordNet, it nevertheless provides a functional core for a variety of semantic relations and inferences which is vital in natural language processing.

pdf
Topical Clustering of MRD Senses Based on Information Retrieval Techniques
Jen Nan Chen | Jason S. Chang
Computational Linguistics, Volume 24, Number 1, March 1998 - Special Issue on Word Sense Disambiguation

pdf
A Concept-based Adaptive Approach to Word Sense Disambiguation
Jen Nan Chen | Jason S. Chang
COLING 1998 Volume 1: The 17th International Conference on Computational Linguistics

1997

pdf
An Alignment Method for Noisy Parallel Corpora based on Image Processing Techniques
Jason S. Chang | Mathis H. Chen
35th Annual Meeting of the Association for Computational Linguistics and 8th Conference of the European Chapter of the Association for Computational Linguistics

pdf
A Class-based Approach to Word Alignment
Sue J. Ker | Jason S. Chang
Computational Linguistics, Volume 23, Number 2, June 1997

pdf
Aligning More Words with High Precision for Small Bilingual Corpora
Sue J. Ker | Jason S. Chang
International Journal of Computational Linguistics & Chinese Language Processing, Volume 2, Number 2, August 1997

pdf
TopAlign: word alignment for bilingual corpora based on topical clusters of dictionary entries and translations
Mathis H. Chen | Jason S. Chang | Sue J. Ker | Jen-Nan Chen
Proceedings of the 7th Conference on Theoretical and Methodological Issues in Machine Translation of Natural Languages

1996

pdf
Acquisition of Computational-Semantic Lexicons from Machine Readable Lexical Resources
Jason J.S. Chang | J.N. Chen
Breadth and Depth of Semantic Lexicons

pdf
Aligning More Words with High Precision for Small Bilingual Corpora
Sur-Jin Ker | Jason J. S. Chang
COLING 1996 Volume 1: The 16th International Conference on Computational Linguistics

pdf
Combining machine readable lexical resources and bilingual corpora for broad word sense disambiguation
Jason J. S. Chang | Jen-Nan Chen | Huei-Hong Sheng | Sur-Jin Ker
Conference of the Association for Machine Translation in the Americas

pdf
介詞翻譯法則的自動擷取 (Learning to Translate English Prepositions) [In Chinese]
Jason S. Chang | Ruei-Hung Hsu | Huey-Chyun Chen
Proceedings of Rocling IX Computational Linguistics Conference IX

1995

pdf
Structural Ambiguity and Conceptual Information Retrieval
Mathis Huey-chyun Chen | Jason J.S. Chang
Proceedings of the 10th Pacific Asia Conference on Language, Information and Computation

pdf
The Postprocessing of Optical Character Recognition Based on Statistical Noisy Channel and Language Model
Jason J. S. Chang | Shun-Der Chen
Proceedings of the 10th Pacific Asia Conference on Language, Information and Computation

pdf
Automatic Acquisition of Class-based Rules for Word Alignment
Sur-Jin Ker | Jason J.S. Chang
Proceedings of the 10th Pacific Asia Conference on Language, Information and Computation

1993

pdf
中文辭彙岐義之研究─斷詞與詞性標示 (The Resolution of Lexicon Ambiguity in Chinese - Segmentation and Tagging) [In Chinese]
Tsai-Yen Peng | Jason S. Chang
Proceedings of Rocling VI Computational Linguistics Conference VI

1991

pdf
限制式滿足及機率最佳化的中文斷詞方法 (Chinese Word Segmentation based on Constraint satisfaction and Statistical Optimization) [In Chinese]
Jason S. Chang | Zhi-Da Chen | Shun-Der Chen
Proceedings of Rocling IV Computational Linguistics Conference IV

1990

bib
Proceedings of Rocling III Computational Linguistics Conference III
Jason J. Chang | Von-Wun Soo
Proceedings of Rocling III Computational Linguistics Conference III

pdf
Computer Generation Of Chinese Commentary On Othello Games
Jen-Wen Liao | Jason S. Chang
Proceedings of Rocling III Computational Linguistics Conference III

pdf
Bi-Lingual Sentence Generation
Chung-Cherng Chen | Jason S. Chang
Proceedings of Rocling III Computational Linguistics Conference III

1989

pdf
Systemic Generation of Chinese Sentences
Hwei-Ming Kuo | Jason S. Chang
Proceedings of Rocling II Computational Linguistics Conference II

1988

pdf
A New Approach to Quality Text Generation
Jason S. Chang | Hwei-Ming Kou
Proceedings of Rocling I Computational Linguistics Conference I

Search
Co-authors