Hierarchical Models
While still not including phrase structure labels, hierarchical models extend inversion transduction grammars by allowing a mix of words and non-terminal symbols in grammar rules. These models are typically learned from word aligned data, just as phrase-based models.
Hierarchical Models is the main subject of 60 publications. 13 are discussed here.
Publications
Chiang, David (2005):
A Hierarchical Phrase-Based Model for Statistical Machine Translation, Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)
@InProceedings{chiang:2005:ACL,
author = {Chiang, David},
title = {A Hierarchical Phrase-Based Model for Statistical Machine Translation},
booktitle = {Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)},
month = {June},
address = {Ann Arbor, Michigan},
publisher = {Association for Computational Linguistics},
pages = {263--270},
url = {
http://www.aclweb.org/anthology/P/P05/P05-1033},
year = 2005
}
Chiang (2005);
Chiang (2007) combines the ideas of phrase-based models and tree structure and proposes an efficient decoding method based on chart parsing. His hierarchical phrase-based model Hiero
Chiang, David and Lopez, Adam and Madnani, Nitin and Monz, Christof and Resnik, Philip and Subotin, Michael (2005):
The Hiero Machine Translation System: Extensions, Evaluation, and Analysis, Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing
mentioned in Research Groups and Hierarchical Models@InProceedings{chiang-EtAl:2005:HLTEMNLP,
author = {Chiang, David and Lopez, Adam and Madnani, Nitin and Monz, Christof and Resnik, Philip and Subotin, Michael},
title = {The Hiero Machine Translation System: Extensions, Evaluation, and Analysis},
booktitle = {Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing},
month = {October},
address = {Vancouver, British Columbia, Canada},
publisher = {Association for Computational Linguistics},
pages = {779--786},
url = {
http://www.aclweb.org/anthology/H/H05/H05-1098},
year = 2005
}
(Chiang et al., 2005) makes no use of explicit annotation. Hierarchical rules may be extracted from a sentence pairs in linear time
Zhang, Hao and Gildea, Daniel and Chiang, David (2008):
Extracting Synchronous Grammar Rules From Word-Level Alignments in Linear Time, Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008)
@InProceedings{zhang-gildea-chiang:2008:PAPERS,
author = {Zhang, Hao and Gildea, Daniel and Chiang, David},
title = {Extracting Synchronous Grammar Rules From Word-Level Alignments in Linear Time},
booktitle = {Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008)},
month = {August},
address = {Manchester, UK},
publisher = {Coling 2008 Organizing Committee},
pages = {1081--1088},
url = {
http://www.aclweb.org/anthology/C08-1136},
year = 2008
}
(Zhang et al., 2008).
Zollmann, Andreas and Venugopal, Ashish and Och, Franz Josef and Ponte, Jay (2008):
A Systematic Comparison of Phrase-Based, Hierarchical and Syntax-Augmented Statistical MT, Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008)
@InProceedings{zollmann-EtAl:2008:PAPERS,
author = {Zollmann, Andreas and Venugopal, Ashish and Och, Franz Josef and Ponte, Jay},
title = {A Systematic Comparison of Phrase-Based, Hierarchical and Syntax-Augmented Statistical {MT}},
booktitle = {Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008)},
month = {August},
address = {Manchester, UK},
publisher = {Coling 2008 Organizing Committee},
pages = {1145--1152},
url = {
http://www.aclweb.org/anthology/C08-1144},
year = 2008
}
Zollmann et al. (2008) discuss some of the properties of such models and their relationship to phrase-based models.
Hieu Hoang and Philipp Koehn and Adam Lopez (2009):
A unified framework for phrase-based, hierarchical, and syntax-based statistical machine translation, Proceedings of the International Workshop on Spoken Language Translation (IWSLT)
@inproceedings{IWSLT:2009:Hoang,
author = {Hieu Hoang and Philipp Koehn and Adam Lopez},
title = {A unified framework for phrase-based, hierarchical, and syntax-based statistical machine translation},
url = {
http://www2.nict.go.jp/univ-com/multi\_trans/WS/IWSLT2009/proceedings/TP\_4\_hoang.pdf},
googlescholar = {2824475500174943616},
pages = {152--159},
booktitle = {Proceedings of the International Workshop on Spoken Language Translation (IWSLT)},
location = {Tokyo, Japan},
month = {December},
year = 2009
}
Hoang et al. (2009) point out the similarities of these and syntax-based models and
Hopkins, Mark and Langmead, Greg and Vo, Tai (2011):
Extraction Programs: A Unified Approach to Translation Rule Extraction, Proceedings of the Sixth Workshop on Statistical Machine Translation
@InProceedings{hopkins-langmead-vo:2011:WMT,
author = {Hopkins, Mark and Langmead, Greg and Vo, Tai},
title = {Extraction Programs: A Unified Approach to Translation Rule Extraction},
booktitle = {Proceedings of the Sixth Workshop on Statistical Machine Translation},
month = {July},
address = {Edinburgh, Scotland},
publisher = {Association for Computational Linguistics},
pages = {523--532},
url = {
http://www.aclweb.org/anthology/W11-2166},
year = 2011
}
Hopkins et al. (2011) provide a formal framework for rule extraction algorithms for all of them.
Watanabe, Taro and Tsukada, Hajime and Isozaki, Hideki (2006):
Left-to-Right Target Generation for Hierarchical Phrase-Based Translation, Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics
@InProceedings{watanabe-tsukada-isozaki:2006:COLACL,
author = {Watanabe, Taro and Tsukada, Hajime and Isozaki, Hideki},
title = {Left-to-Right Target Generation for Hierarchical Phrase-Based Translation},
booktitle = {Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics},
month = {July},
address = {Sydney, Australia},
publisher = {Association for Computational Linguistics},
pages = {777--784},
url = {
http://www.aclweb.org/anthology/P/P06/P06-1098},
year = 2006
}
Watanabe et al. (2006) propose a model somewhat between traditional phrase models and hierarchical models, which allow for discontinuities in source phrases, but follow a tradition left-to-right search algorithm. They show competitive performance with phrase-based models
Taro Watanabe and Jun Suzuki and Hajime Tsukada and Hideki Isozaki (2006):
NTT statistical machine translation for IWSLT 2006, Proc. of the International Workshop on Spoken Language Translation
mentioned in Research Groups and Hierarchical Models@inproceedings{Watanabe:2006:IWSLT,
author = {Taro Watanabe and Jun Suzuki and Hajime Tsukada and Hideki Isozaki},
title = {{NTT} statistical machine translation for {IWSLT} 2006},
url = {
http://20.210-193-52.unknown.qala.com.sg/archive/iwslt\_06/papers/slt6\_095.pdf},
googlescholar = {3184248484535533826},
month = {November},
booktitle = {Proc. of the International Workshop on Spoken Language Translation},
address = {Kyoto, Japan},
year = 2006
}
(Watanabe et al., 2006;
Watanabe, Taro and Tsukada, Hajime and Isozaki, Hideki (2006):
NTT System Description for the WMT2006 Shared Task, Proceedings on the Workshop on Statistical Machine Translation
mentioned in Research Groups and Hierarchical Models@InProceedings{watanabe-tsukada-isozaki:2006:WMT,
author = {Watanabe, Taro and Tsukada, Hajime and Isozaki, Hideki},
title = {{NTT} System Description for the {WMT}2006 Shared Task},
booktitle = {Proceedings on the Workshop on Statistical Machine Translation},
month = {June},
address = {New York City},
publisher = {Association for Computational Linguistics},
pages = {122--125},
url = {
http://www.aclweb.org/anthology/W/W06/W06-3115},
year = 2006
}
Watanabe et al., 2006b). This is confirmed by findings by
Galley, Michel and Manning, Christopher D. (2010):
Accurate Non-Hierarchical Phrase-Based Translation, Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics
@InProceedings{galley-manning:2010:NAACLHLT,
author = {Galley, Michel and Manning, Christopher D.},
title = {Accurate Non-Hierarchical Phrase-Based Translation},
booktitle = {Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics},
month = {June},
address = {Los Angeles, California},
publisher = {Association for Computational Linguistics},
pages = {966--974},
url = {
http://www.aclweb.org/anthology/N10-1140},
year = 2010
}
Galley and Manning (2010) who also use left-to-right decoding with gappy phrases, showing improvements over phrase-based and hierarchical baselines with discontinuous source phrases and to a lesser degree with discontinuous target phrases.
Another adaptation of the hierarchical model approach only allows function words (or the most frequent words in the corpus) to occur in rules with nonterminals on the right hand side, which allows a lexicalized but still compact grammar
Setiawan, Hendra and Kan, Min-Yen and Li, Haizhou (2007):
Ordering Phrases with Function Words, Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics
@InProceedings{setiawan-kan-li:2007:ACLMain,
author = {Setiawan, Hendra and Kan, Min-Yen and Li, Haizhou},
title = {Ordering Phrases with Function Words},
booktitle = {Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics},
month = {June},
address = {Prague, Czech Republic},
publisher = {Association for Computational Linguistics},
pages = {712--719},
url = {
http://www.aclweb.org/anthology/P/P07/P07-1090},
year = 2007
}
Setiawan et al. (2007). As with phrase-based models, instead of setting rule application probability by maximum likelihood estimation, we may train classifiers to include additional features
Subotin, Michael (2008):
Generalizing Local Translation Models, Proceedings of the ACL-08: HLT Second Workshop on Syntax and Structure in Statistical Translation (SSST-2)
@InProceedings{subotin:2008:SSST,
author = {Subotin, Michael},
title = {Generalizing Local Translation Models},
booktitle = {Proceedings of the ACL-08:~HLT Second Workshop on Syntax and Structure in Statistical Translation (SSST-2)},
month = {June},
address = {Columbus, Ohio},
publisher = {Association for Computational Linguistics},
pages = {28--36},
url = {
http://www.aclweb.org/anthology/W/W08/W08-0404},
year = 2008
}
(Subotin, 2008).
Benchmarks
Discussion
Related Topics
New Publications
Kaeshammer, Miriam (2015):
Hierarchical Machine Translation With Discontinuous Phrases, Proceedings of the Tenth Workshop on Statistical Machine Translation
@InProceedings{kaeshammer:2015:WMT,
author = {Kaeshammer, Miriam},
title = {Hierarchical Machine Translation With Discontinuous Phrases},
booktitle = {Proceedings of the Tenth Workshop on Statistical Machine Translation},
month = {September},
address = {Lisbon, Portugal},
publisher = {Association for Computational Linguistics},
pages = {228--238},
url = {
http://aclweb.org/anthology/W15-3028},
year = 2015
}
Kaeshammer (2015)
Gideon Maillette de Buy Wenniger and Khalil Sima'an (2015):
Labeling hierarchical phrase-based models without linguistic resources, Machine Translation
@article{MTJ:2015:Wenniger,
author = {Gideon Maillette de Buy Wenniger and Khalil Sima'an},
title = {Labeling hierarchical phrase-based models without linguistic resources},
pages = {225--265},
journal = {Machine Translation},
volume = {29},
number = {3--4},
month = {December},
year = 2015
}
Wenniger and Sima'an (2015)
Zhang, jingyi and Utiyama, Masao and Sumita, Eiichro and Zhao, Hai (2015):
Learning Word Reorderings for Hierarchical Phrase-based Statistical Machine Translation, Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)
@InProceedings{zhang-EtAl:2015:ACL-IJCNLP3,
author = {Zhang, jingyi and Utiyama, Masao and Sumita, Eiichro and Zhao, Hai},
title = {Learning Word Reorderings for Hierarchical Phrase-based Statistical Machine Translation},
booktitle = {Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)},
month = {July},
address = {Beijing, China},
publisher = {Association for Computational Linguistics},
pages = {542--548},
url = {
http://www.aclweb.org/anthology/P15-2089},
year = 2015
}
Zhang et al. (2015)
Siahbani, Maryam and Sarkar, Anoop (2017):
Lexicalized Reordering for Left-to-Right Hierarchical Phrase-based Translation, Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers
@InProceedings{siahbani-sarkar:2017:EACLshort,
author = {Siahbani, Maryam and Sarkar, Anoop},
title = {Lexicalized Reordering for Left-to-Right Hierarchical Phrase-based Translation},
booktitle = {Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers},
month = {April},
address = {Valencia, Spain},
publisher = {Association for Computational Linguistics},
pages = {612--618},
url = {
http://www.aclweb.org/anthology/E17-2097},
year = 2017
}
Siahbani and Sarkar (2017)
Hua He and Jimmy Lin and Adam Lopez (2015):
Gappy Pattern Matching on GPUs for On-Demand Extraction of Hierarchical Translation Grammars, Transactions of the Association for Computational Linguistics
@article{TACL555,
author = {Hua He and Jimmy Lin and Adam Lopez},
title = {Gappy Pattern Matching on {GPUs} for On-Demand Extraction of Hierarchical Translation Grammars},
journal = {Transactions of the Association for Computational Linguistics},
volume = {3},
issn = {2307-387X},
url = {
https://tacl2013.cs.columbia.edu/ojs/index.php/tacl/article/view/555},
pages = {87--100},
year = 2015
}
He et al. (2015)
Stanojević, Miloš and Sima'an, Khalil (2015):
BEER 1.1: ILLC UvA submission to metrics and tuning task, Proceedings of the Tenth Workshop on Statistical Machine Translation
@InProceedings{stanojevic-simaan:2015:WMT,
author = {Stanojevi\'{c}, Milo\v{s} and Sima'an, Khalil},
title = {BEER 1.1: ILLC UvA submission to metrics and tuning task},
booktitle = {Proceedings of the Tenth Workshop on Statistical Machine Translation},
month = {September},
address = {Lisbon, Portugal},
publisher = {Association for Computational Linguistics},
pages = {396--401},
url = {
http://aclweb.org/anthology/W15-3050},
year = 2015
}
Stanojević and Sima'an (2015)
Kamigaito, Hidetaka and Watanabe, Taro and Takamura, Hiroya and Okumura, Manabu and Sumita, Eiichiro (2015):
Hierarchical Back-off Modeling of Hiero Grammar based on Non-parametric Bayesian Model, Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing
@InProceedings{kamigaito-EtAl:2015:EMNLP,
author = {Kamigaito, Hidetaka and Watanabe, Taro and Takamura, Hiroya and Okumura, Manabu and Sumita, Eiichiro},
title = {Hierarchical Back-off Modeling of Hiero Grammar based on Non-parametric Bayesian Model},
booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing},
month = {September},
address = {Lisbon, Portugal},
publisher = {Association for Computational Linguistics},
pages = {1217--1227},
url = {
http://aclweb.org/anthology/D15-1143},
year = 2015
}
Kamigaito et al. (2015)
Wang, Xing and Xiong, Deyi and Zhang, Min (2015):
Learning Semantic Representations for Nonterminals in Hierarchical Phrase-Based Translation, Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing
@InProceedings{wang-xiong-zhang:2015:EMNLP,
author = {Wang, Xing and Xiong, Deyi and Zhang, Min},
title = {Learning Semantic Representations for Nonterminals in Hierarchical Phrase-Based Translation},
booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing},
month = {September},
address = {Lisbon, Portugal},
publisher = {Association for Computational Linguistics},
pages = {1391--1400},
url = {
http://aclweb.org/anthology/D15-1164},
year = 2015
}
Wang et al. (2015)
Sariya Karimova and Patrick Simianer and Stefan Riezler (2014):
Offline Extraction of Overlapping Phrases for Hierarchical Phrase-Based Translation, Proceedings of the International Workshop on Spoken Language Translation (IWSLT)
@inproceedings{Karimova:iwslt:2014,
author = {Sariya Karimova and Patrick Simianer and Stefan Riezler},
title = {Offline Extraction of Overlapping Phrases for Hierarchical Phrase-Based Translation},
pages = {236--243},
booktitle = {Proceedings of the International Workshop on Spoken Language Translation (IWSLT)},
year = 2014
}
Karimova et al. (2014)
Sankaran, Baskaran and Haffari, Gholamreza and Sarkar, Anoop (2013):
Scalable Variational Inference for Extracting Hierarchical Phrase-based Translation Rules, Proceedings of the Sixth International Joint Conference on Natural Language Processing
@InProceedings{sankaran-haffari-sarkar:2013:IJCNLP,
author = {Sankaran, Baskaran and Haffari, Gholamreza and Sarkar, Anoop},
title = {Scalable Variational Inference for Extracting Hierarchical Phrase-based Translation Rules},
booktitle = {Proceedings of the Sixth International Joint Conference on Natural Language Processing},
month = {October},
address = {Nagoya, Japan},
publisher = {Asian Federation of Natural Language Processing},
pages = {438--446},
url = {
http://www.aclweb.org/anthology/I13-1050},
year = 2013
}
Sankaran et al. (2013)
Cao, Hailong and Zhang, Dongdong and Li, Mu and Zhou, Ming and Zhao, Tiejun (2014):
A Lexicalized Reordering Model for Hierarchical Phrase-based Translation, Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers
@InProceedings{cao-EtAl:2014:Coling1,
author = {Cao, Hailong and Zhang, Dongdong and Li, Mu and Zhou, Ming and Zhao, Tiejun},
title = {A Lexicalized Reordering Model for Hierarchical Phrase-based Translation},
booktitle = {Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers},
month = {August},
address = {Dublin, Ireland},
publisher = {Dublin City University and Association for Computational Linguistics},
pages = {1144--1153},
url = {
http://www.aclweb.org/anthology/C14-1108},
year = 2014
}
Cao et al. (2014)
Cao, Hailong and Zhang, Dongdong and Zhou, Ming and Zhao, Tiejun (2014):
Soft Dependency Matching for Hierarchical Phrase-based Machine Translation, Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers
@InProceedings{cao-EtAl:2014:Coling2,
author = {Cao, Hailong and Zhang, Dongdong and Zhou, Ming and Zhao, Tiejun},
title = {Soft Dependency Matching for Hierarchical Phrase-based Machine Translation},
booktitle = {Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers},
month = {August},
address = {Dublin, Ireland},
publisher = {Dublin City University and Association for Computational Linguistics},
pages = {2227--2236},
url = {
http://www.aclweb.org/anthology/C14-1210},
year = 2014
}
Cao et al. (2014)
Xiao, Tong and de Gispert, Adrià and Zhu, Jingbo and Byrne, Bill (2014):
Effective Incorporation of Source Syntax into Hierarchical Phrase-based Translation, Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers
@InProceedings{xiao-EtAl:2014:Coling2,
author = {Xiao, Tong and de Gispert, Adri\`{a} and Zhu, Jingbo and Byrne, Bill},
title = {Effective Incorporation of Source Syntax into Hierarchical Phrase-based Translation},
booktitle = {Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers},
month = {August},
address = {Dublin, Ireland},
publisher = {Dublin City University and Association for Computational Linguistics},
pages = {2064--2074},
url = {
http://www.aclweb.org/anthology/C14-1195},
year = 2014
}
Xiao et al. (2014)
Saluja, Avneesh and Dyer, Chris and Cohen, Shay B. (2014):
Latent-Variable Synchronous CFGs for Hierarchical Translation, Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)
@InProceedings{saluja-dyer-cohen:2014:EMNLP2014,
author = {Saluja, Avneesh and Dyer, Chris and Cohen, Shay B.},
title = {Latent-Variable Synchronous CFGs for Hierarchical Translation},
booktitle = {Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
month = {October},
address = {Doha, Qatar},
publisher = {Association for Computational Linguistics},
pages = {1953--1964},
url = {
http://www.aclweb.org/anthology/D14-1210},
year = 2014
}
Saluja et al. (2014)
Nguyen, ThuyLinh and Vogel, Stephan (2013):
Integrating Phrase-based Reordering Features into a Chart-based Decoder for Machine Translation, Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
@InProceedings{nguyen-vogel:2013:ACL2013,
author = {Nguyen, ThuyLinh and Vogel, Stephan},
title = {Integrating Phrase-based Reordering Features into a Chart-based Decoder for Machine Translation},
booktitle = {Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
month = {August},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {1587--1596},
url = {
http://www.aclweb.org/anthology/P13-1156},
year = 2013
}
Nguyen and Vogel (2013)
Khan, Nadeem and Anwar, Muhammad Waqas and Bajwa, Usama Ijaz and Durrani, Nadir (2013):
English to Urdu Hierarchical Phrase-based Statistical Machine Translation, Proceedings of the 4th Workshop on South and Southeast Asian Natural Language Processing
@InProceedings{khan-EtAl:2013:WSSANLP,
author = {Khan, Nadeem and Anwar, Muhammad Waqas and Bajwa, Usama Ijaz and Durrani, Nadir},
title = {English to Urdu Hierarchical Phrase-based Statistical Machine Translation},
booktitle = {Proceedings of the 4th Workshop on South and Southeast Asian Natural Language Processing},
month = {October},
address = {Nagoya Congress Center, Nagoya, Japan},
publisher = {Asian Federation of Natural Language Processing},
pages = {72--76},
url = {
http://www.aclweb.org/anthology/W13-4709},
year = 2013
}
Khan et al. (2013)
Zhang, Jingyi and Utiyama, Masao and Sumita, Eiichiro and Zhao, Hai (2014):
Learning Hierarchical Translation Spans, Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)
@InProceedings{zhang-EtAl:2014:EMNLP20142,
author = {Zhang, Jingyi and Utiyama, Masao and Sumita, Eiichiro and Zhao, Hai},
title = {Learning Hierarchical Translation Spans},
booktitle = {Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
month = {October},
address = {Doha, Qatar},
publisher = {Association for Computational Linguistics},
pages = {183--188},
url = {
http://www.aclweb.org/anthology/D14-1022},
year = 2014
}
Zhang et al. (2014)
Baskaran Sankaran and Anoop Sarkar (2014):
Bayesian iterative-cascade framework for hierarchical phrase-based translation, Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)
@inproceedings{AMTA-2014-Sankaran,
author = {Baskaran Sankaran and Anoop Sarkar},
title = {Bayesian iterative-cascade framework for hierarchical phrase-based translation},
pages = {15-27},
url = {
http://www.mt-archive.info/10/AMTA-2014-Sankaran.pdf},
volume = {1},
booktitle = {Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)},
location = {Vancouver, BC, Canada},
year = 2014
}
Sankaran and Sarkar (2014)
Maryam Siahbani and Anoop Sarkar (2014):
Expressive hierarchical rule extraction for left-to-right translation, Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)
@inproceedings{AMTA-2014-Siahbani,
author = {Maryam Siahbani and Anoop Sarkar},
title = {Expressive hierarchical rule extraction for left-to-right translation},
pages = {1-14},
url = {
http://www.mt-archive.info/10/AMTA-2014-Siahbani.pdf},
volume = {1},
booktitle = {Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)},
location = {Vancouver, BC, Canada},
year = 2014
}
Siahbani and Sarkar (2014)
Baskaran Sankaran and Anoop Sarkar (2014):
Bayesian iterative-cascade framework for hierarchical phrase-based translation, Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)
@inproceedings{AMTA-2014-Sankaran,
author = {Baskaran Sankaran and Anoop Sarkar},
title = {Bayesian iterative-cascade framework for hierarchical phrase-based translation},
pages = {15-27},
url = {
http://www.mt-archive.info/10/AMTA-2014-Sankaran.pdf},
volume = {1},
booktitle = {Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)},
location = {Vancouver, BC, Canada},
year = 2014
}
Sankaran and Sarkar (2014)
Maryam Siahbani and Anoop Sarkar (2014):
Expressive hierarchical rule extraction for left-to-right translation, Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)
@inproceedings{AMTA-2014-Siahbani,
author = {Maryam Siahbani and Anoop Sarkar},
title = {Expressive hierarchical rule extraction for left-to-right translation},
pages = {1-14},
url = {
http://www.mt-archive.info/10/AMTA-2014-Siahbani.pdf},
volume = {1},
booktitle = {Proceedings of the Eleventh Conference of the Association for Machine Translation in the Americas (AMTA)},
location = {Vancouver, BC, Canada},
year = 2014
}
Siahbani and Sarkar (2014)
Peitz, Stephan and Vilar, David and Ney, Hermann (2014):
Simple and Effective Approach for Consistent Training of Hierarchical Phrase-based Translation Models, Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics, volume 2: Short Papers
@InProceedings{peitz-vilar-ney:2014:EACL2014-SP,
author = {Peitz, Stephan and Vilar, David and Ney, Hermann},
title = {Simple and Effective Approach for Consistent Training of Hierarchical Phrase-based Translation Models},
booktitle = {Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics, volume 2: Short Papers},
month = {April},
address = {Gothenburg, Sweden},
publisher = {Association for Computational Linguistics},
pages = {174--179},
url = {
http://www.aclweb.org/anthology/E14-4034},
year = 2014
}
Peitz et al. (2014)
Graham, Yvette (2013):
A Dependency-Constrained Hierarchical Model with Moses, Proceedings of the Eighth Workshop on Statistical Machine Translation
@InProceedings{graham:2013:WMT,
author = {Graham, Yvette},
title = {A Dependency-Constrained Hierarchical Model with {Moses}},
booktitle = {Proceedings of the Eighth Workshop on Statistical Machine Translation},
month = {August},
address = {Sofia, Bulgaria},
publisher = {Association for Computational Linguistics},
pages = {464--471},
url = {
http://www.aclweb.org/anthology/W13-2259},
year = 2013
}
Graham (2013)
Maillette de Buy Wenniger, Gideon and Sima'an, Khalil (2013):
Hierarchical Alignment Decomposition Labels for Hiero Grammar Rules, Proceedings of the Seventh Workshop on Syntax, Semantics and Structure in Statistical Translation
@InProceedings{maillettedebuywenniger-simaan:2013:SSST1,
author = {Maillette de Buy Wenniger, Gideon and Sima'an, Khalil},
title = {Hierarchical Alignment Decomposition Labels for Hiero Grammar Rules},
booktitle = {Proceedings of the Seventh Workshop on Syntax, Semantics and Structure in Statistical Translation},
month = {June},
address = {Atlanta, Georgia},
publisher = {Association for Computational Linguistics},
pages = {19--28},
url = {
http://www.aclweb.org/anthology/W13-0803},
year = 2013
}
Wenniger and Sima'an (2013)
Maillette de Buy Wenniger, Gideon and Sima'an, Khalil (2013):
A Formal Characterization of Parsing Word Alignments by Synchronous Grammars with Empirical Evidence to the ITG Hypothesis., Proceedings of the Seventh Workshop on Syntax, Semantics and Structure in Statistical Translation
@InProceedings{maillettedebuywenniger-simaan:2013:SSST2,
author = {Maillette de Buy Wenniger, Gideon and Sima'an, Khalil},
title = {A Formal Characterization of Parsing Word Alignments by Synchronous Grammars with Empirical Evidence to the ITG Hypothesis.},
booktitle = {Proceedings of the Seventh Workshop on Syntax, Semantics and Structure in Statistical Translation},
month = {June},
address = {Atlanta, Georgia},
publisher = {Association for Computational Linguistics},
pages = {58--67},
url = {
http://www.aclweb.org/anthology/W13-0807},
year = 2013
}
Wenniger and Sima'an (2013)
Xiaodong Shi and Xiang Zhu and Yidong Chen (2011):
Improving the Hierarchical Phrase-Based Translation Model, Proceedings of the 13th Machine Translation Summit (MT Summit XIII)
@inproceedings{MTS-2011-Shi,
author = {Xiaodong Shi and Xiang Zhu and Yidong Chen},
title = {Improving the Hierarchical Phrase-Based Translation Model},
url = {
http://www.mt-archive.info/MTS-2011-Shi.pdf},
pages = {383-388},
booktitle = {Proceedings of the 13th Machine Translation Summit (MT Summit XIII)},
publisher = {International Association for Machine Translation},
location = {Xiamen, China},
year = 2011
}
Shi et al. (2011)
Wei Wei and Bo Xu (2011):
Effective Use of Discontinuous Phrases for Hierarchical Phrase-based Translation, Proceedings of the 13th Machine Translation Summit (MT Summit XIII)
@inproceedings{MTS-2011-Wei,
author = {Wei Wei and Bo Xu},
title = {Effective Use of Discontinuous Phrases for Hierarchical Phrase-based Translation},
url = {
http://www.mt-archive.info/MTS-2011-Wei.pdf},
pages = {397-405},
booktitle = {Proceedings of the 13th Machine Translation Summit (MT Summit XIII)},
publisher = {International Association for Machine Translation},
location = {Xiamen, China},
year = 2011
}
Wei and Xu (2011)
Zhongjun He and Yao Meng and Hao Yu (2010):
Extending the Hierarchical Phrase Based Model with Maximum Entropy Based BTG, Proceedings of the Ninth Conference of the Association for Machine Translation in the Americas
@inproceedings{AMTA-2010-He-1,
author = {Zhongjun He and Yao Meng and Hao Yu},
title = {Extending the Hierarchical Phrase Based Model with Maximum Entropy Based {BTG}},
url = {
http://www.mt-archive.info/AMTA-2010-He-1.pdf},
booktitle = {Proceedings of the Ninth Conference of the Association for Machine Translation in the Americas},
location = {Denver, Colorado},
year = 2010
}
He et al. (2010)
H. Almaghout and J. Jiang and A. Way (2012):
Extending CCG-based Syntactic Constraints in Hierarchical Phrase-Based SMT, Proceedings of th 16th International Conference of the European Association for Machine Translation (EAMT)
@inproceedings{EAMT-2012-Almaghout,
author = {H. Almaghout and J. Jiang and A. Way},
title = {Extending {CCG}-based Syntactic Constraints in Hierarchical Phrase-Based {SMT}},
url = {
http://www.mt-archive.info/EAMT-2012-Almaghout},
pages = {193-212},
booktitle = {Proceedings of th 16th International Conference of the European Association for Machine Translation (EAMT)},
location = {Trento, Italy},
editor = {Mauro Cettolo and Marcello Federico and Lucia Specia and Andy Way},
year = 2012
}
Almaghout et al. (2012)
Sankaran, Baskaran and Sarkar, Anoop (2012):
Improved Reordering for Shallow-n Grammar based Hierarchical Phrase-based Translation, Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies
@InProceedings{sankaran-sarkar:2012:NAACL-HLT,
author = {Sankaran, Baskaran and Sarkar, Anoop},
title = {Improved Reordering for Shallow-n Grammar based Hierarchical Phrase-based Translation},
booktitle = {Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
month = {June},
address = {Montr\'{e}al, Canada},
publisher = {Association for Computational Linguistics},
pages = {533--537},
url = {
http://www.aclweb.org/anthology/N12-1060},
year = 2012
}
Sankaran and Sarkar (2012)
Rens Bod (2007):
Unsupervised Syntax-Based Machine Translation: The Contribution of Discontiguous Phrases, Proceedings of the MT Summit XI
@inproceedings{Bod:2007:MTSummit,
author = {Rens Bod},
title = {Unsupervised Syntax-Based Machine Translation: The Contribution of Discontiguous Phrases},
url = {
http://www.mt-archive.info/MTS-2007-Bod.pdf},
googlescholar = {14809517397753235449},
booktitle = {Proceedings of the {MT} Summit XI},
year = 2007
}
Bod (2007)
Auli, Michael and Lopez, Adam and Hoang, Hieu and Koehn, Philipp (2009):
A Systematic Analysis of Translation Model Search Spaces, Proceedings of the Fourth Workshop on Statistical Machine Translation
@InProceedings{auli-EtAl:2009:WMT-09,
author = {Auli, Michael and Lopez, Adam and Hoang, Hieu and Koehn, Philipp},
title = {A Systematic Analysis of Translation Model Search Spaces},
booktitle = {Proceedings of the Fourth Workshop on Statistical Machine Translation},
month = {March},
address = {Athens, Greece},
publisher = {Association for Computational Linguistics},
pages = {224--232},
url = {
http://www.aclweb.org/anthology/W/W09/W09-0437},
year = 2009
}
Auli et al. (2009)
Li, Junhui and Tu, Zhaopeng and Zhou, Guodong and van Genabith, Josef (2012):
Head-Driven Hierarchical Phrase-based Translation, Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)
@InProceedings{li-EtAl:2012:ACL2012short,
author = {Li, Junhui and Tu, Zhaopeng and Zhou, Guodong and van Genabith, Josef},
title = {Head-Driven Hierarchical Phrase-based Translation},
booktitle = {Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
month = {July},
address = {Jeju Island, Korea},
publisher = {Association for Computational Linguistics},
pages = {33--37},
url = {
http://www.aclweb.org/anthology/P12-2007},
year = 2012
}
Li et al. (2012)
Li, Junhui and Tu, Zhaopeng and Zhou, Guodong and van Genabith, Josef (2012):
Using Syntactic Head Information in Hierarchical Phrase-Based Translation, Proceedings of the Seventh Workshop on Statistical Machine Translation
@InProceedings{li-EtAl:2012:WMT,
author = {Li, Junhui and Tu, Zhaopeng and Zhou, Guodong and van Genabith, Josef},
title = {Using Syntactic Head Information in Hierarchical Phrase-Based Translation},
booktitle = {Proceedings of the Seventh Workshop on Statistical Machine Translation},
month = {June},
address = {Montreal, Canada},
publisher = {Association for Computational Linguistics},
pages = {278--288},
url = {
http://www.aclweb.org/anthology/W12-3133},
year = 2012
}
Li et al. (2012)
Adrià de Gispert and Gonzalo Iglesias and Graeme Blackwood and Eduardo R. Banga and William Byrne (2010):
Hierarchical Phrase-Based Translation with Weighted Finite-State Transducers and Shallow-n Grammars, Computational Linguistics
@Article{CL:2010-3008,
author = {Adri{\`a} de Gispert and Gonzalo Iglesias and Graeme Blackwood and Eduardo R. Banga and William Byrne},
title = {Hierarchical Phrase-Based Translation with Weighted Finite-State Transducers and Shallow-n Grammars},
journal = {Computational Linguistics},
volume = {36},
number = {3},
url = {
http://aclweb.org/anthology-new/J/J10/J10-3008.pdf},
year = 2010
}
Gispert et al. (2010)
Baskaran Sankaran and Gholamreza Haffari and Anoop Sarkar (2012):
Compact Rule Extraction for Hierarchical Phrase-based Translation, Proceedings of the Tenth Conference of the Association for Machine Translation in the Americas (AMTA)
@inproceedings{AMTA-2012-Sankaran,
author = {Baskaran Sankaran and Gholamreza Haffari and Anoop Sarkar},
title = {Compact Rule Extraction for Hierarchical Phrase-based Translation},
url = {
http://www.mt-archive.info/AMTA-2012-Sankaran.pdf},
booktitle = {Proceedings of the Tenth Conference of the Association for Machine Translation in the Americas (AMTA)},
location = {San Diego, California},
year = 2012
}
Sankaran et al. (2012)
de Gispert, Adrià and Pino, Juan and Byrne, William (2010):
Hierarchical Phrase-Based Translation Grammars Extracted from Alignment Posterior Probabilities, Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing
@InProceedings{degispert-pino-byrne:2010:EMNLP,
author = {de Gispert, Adri\`{a} and Pino, Juan and Byrne, William},
title = {Hierarchical Phrase-Based Translation Grammars Extracted from Alignment Posterior Probabilities},
booktitle = {Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing},
month = {October},
address = {Cambridge, MA},
publisher = {Association for Computational Linguistics},
pages = {545--554},
url = {
http://www.aclweb.org/anthology/D/D10/D10-1053},
year = 2010
}
Gispert et al. (2010)
Huang, Zhongqiang and Cmejrek, Martin and Zhou, Bowen (2010):
Soft Syntactic Constraints for Hierarchical Phrase-Based Translation Using Latent Syntactic Distributions, Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing
@InProceedings{huang-cmejrek-zhou:2010:EMNLP,
author = {Huang, Zhongqiang and Cmejrek, Martin and Zhou, Bowen},
title = {Soft Syntactic Constraints for Hierarchical Phrase-Based Translation Using Latent Syntactic Distributions},
booktitle = {Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing},
month = {October},
address = {Cambridge, MA},
publisher = {Association for Computational Linguistics},
pages = {138--147},
url = {
http://www.aclweb.org/anthology/D/D10/D10-1014},
year = 2010
}
Huang et al. (2010)
Hayashi, Katsuhiko and Tsukada, Hajime and Sudoh, Katsuhito and Duh, Kevin and Yamamoto, Seiichi (2010):
Hierarchical Phrase-based Machine Translation with Word-based Reordering Model, Proceedings of the 23rd International Conference on Computational Linguistics (Coling 2010)
@InProceedings{hayashi-EtAl:2010:PAPERS,
author = {Hayashi, Katsuhiko and Tsukada, Hajime and Sudoh, Katsuhito and Duh, Kevin and Yamamoto, Seiichi},
title = {Hierarchical Phrase-based Machine Translation with Word-based Reordering Model},
booktitle = {Proceedings of the 23rd International Conference on Computational Linguistics (Coling 2010)},
month = {August},
address = {Beijing, China},
publisher = {Coling 2010 Organizing Committee},
pages = {439--446},
url = {
http://www.aclweb.org/anthology/C10-1050},
year = 2010
}
Hayashi et al. (2010)
Yang, Mei and Zheng, Jing (2009):
Toward Smaller, Faster, and Better Hierarchical Phrase-based SMT, Proceedings of the ACL-IJCNLP 2009 Conference Short Papers
@InProceedings{yang-zheng:2009:Short,
author = {Yang, Mei and Zheng, Jing},
title = {Toward Smaller, Faster, and Better Hierarchical Phrase-based SMT},
booktitle = {Proceedings of the ACL-IJCNLP 2009 Conference Short Papers},
month = {August},
address = {Suntec, Singapore},
publisher = {Association for Computational Linguistics},
pages = {237--240},
url = {
http://www.aclweb.org/anthology/P/P09/P09-2060},
year = 2009
}
Yang and Zheng (2009)
Hala Almaghout and Jie Jiang and Andy Way (2010):
CCG Augmented Hierarchical Phrase-Based Machine Translation, Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)
@inproceedings{iwslt10:TP:almaghout,
author = {Hala Almaghout and Jie Jiang and Andy Way},
title = {{CCG Augmented Hierarchical Phrase-Based Machine Translation}},
url = {
http://doras.dcu.ie/16156/1/CCG\_Augmented\_Hierarchical\_Phrase-Based\_Machine\_Translation.pdf},
googlescholar = {11066580405095972095},
editor = {Marcello Federico and Ian Lane and Michael Paul and Fran\c{c}ois Yvon},
booktitle = {Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)},
pages = {211--218},
location = {Paris, France},
year = 2010
}
Almaghout et al. (2010)
Carmen Heger and Joern Wuebker and David Vilar and Hermann Ney (2010):
A Combination of Hierarchical Systems with Forced Alignments from Phrase-Based Systems, Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)
@inproceedings{iwslt10:TP:heger,
author = {Carmen Heger and Joern Wuebker and David Vilar and Hermann Ney},
title = {{A Combination of Hierarchical Systems with Forced Alignments from Phrase-Based Systems}},
url = {
http://www.mt-archive.info/IWSLT-2010-Heger.pdf},
googlescholar = {15847242007498301530},
editor = {Marcello Federico and Ian Lane and Michael Paul and Fran\c{c}ois Yvon},
booktitle = {Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)},
pages = {291--297},
location = {Paris, France},
year = 2010
}
Heger et al. (2010)
David Vilar and Daniel Stein and Stephan Peitz and Hermann Ney (2010):
If I Only Had a Parser: Poor Man's Syntax for Hierarchical Machine Translation, Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)
@inproceedings{iwslt10:TP:vilar,
author = {David Vilar and Daniel Stein and Stephan Peitz and Hermann Ney},
title = {{If I Only Had a Parser: Poor Man's Syntax for Hierarchical Machine Translation}},
url = {
http://20.210-193-52.unknown.qala.com.sg/archive/iwslt\_10/papers/slta\_345.pdf},
googlescholar = {14637363447578298760},
editor = {Marcello Federico and Ian Lane and Michael Paul and Fran\c{c}ois Yvon},
booktitle = {Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)},
pages = {345--352},
location = {Paris, France},
year = 2010
}
Vilar et al. (2010)
Cmejrek, Martin and Zhou, Bowen (2010):
Two Methods for Extending Hierarchical Rules from the Bilingual Chart Parsing, Coling 2010: Posters
@InProceedings{cmejrek-zhou:2010:POSTERS,
author = {Cmejrek, Martin and Zhou, Bowen},
title = {Two Methods for Extending Hierarchical Rules from the Bilingual Chart Parsing},
booktitle = {Coling 2010: Posters},
month = {August},
address = {Beijing, China},
publisher = {Coling 2010 Organizing Committee},
pages = {180--188},
url = {
http://www.aclweb.org/anthology/C10-2021},
year = 2010
}
Cmejrek and Zhou (2010)
He, Zhongjun and Meng, Yao and Yu, Hao (2010):
Learning Phrase Boundaries for Hierarchical Phrase-based Translation, Coling 2010: Posters
@InProceedings{he-meng-yu:2010:POSTERS,
author = {He, Zhongjun and Meng, Yao and Yu, Hao},
title = {Learning Phrase Boundaries for Hierarchical Phrase-based Translation},
booktitle = {Coling 2010: Posters},
month = {August},
address = {Beijing, China},
publisher = {Coling 2010 Organizing Committee},
pages = {383--390},
url = {
http://www.aclweb.org/anthology/C10-2044},
year = 2010
}
He et al. (2010)
Setiawan, Hendra and Resnik, Philip (2010):
Generalizing Hierarchical Phrase-based Translation using Rules with Adjacent Nonterminals, Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics
@InProceedings{setiawan-resnik:2010:NAACLHLT,
author = {Setiawan, Hendra and Resnik, Philip},
title = {Generalizing Hierarchical Phrase-based Translation using Rules with Adjacent Nonterminals},
booktitle = {Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics},
month = {June},
address = {Los Angeles, California},
publisher = {Association for Computational Linguistics},
pages = {349--352},
url = {
http://www.aclweb.org/anthology/N10-1052},
year = 2010
}
Setiawan and Resnik (2010)
Gao, Qin and Vogel, Stephan (2011):
Utilizing Target-Side Semantic Role Labels to Assist Hierarchical Phrase-based Machine Translation, Proceedings of Fifth Workshop on Syntax, Semantics and Structure in Statistical Translation
@InProceedings{gao-vogel:2011:SSST,
author = {Gao, Qin and Vogel, Stephan},
title = {Utilizing Target-Side Semantic Role Labels to Assist Hierarchical Phrase-based Machine Translation},
booktitle = {Proceedings of Fifth Workshop on Syntax, Semantics and Structure in Statistical Translation},
month = {June},
address = {Portland, Oregon, USA},
publisher = {Association for Computational Linguistics},
pages = {107--115},
url = {
http://www.aclweb.org/anthology/W11-1012},
year = 2011
}
Gao and Vogel (2011)
Bansal, Mohit and Quirk, Chris and Moore, Robert (2011):
Gappy Phrasal Alignment By Agreement, Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Techologies
@InProceedings{bansal-quirk-moore:2011:ACL-HLT2011,
author = {Bansal, Mohit and Quirk, Chris and Moore, Robert},
title = {Gappy Phrasal Alignment By Agreement},
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Techologies},
month = {June},
address = {Portland, Oregon, USA},
publisher = {Association for Computational Linguistics},
pages = {1308--1317},
url = {
http://www.aclweb.org/anthology/P11-1131},
year = 2011
}
Bansal et al. (2011)
Simard, Michel and Cancedda, Nicola and Cavestro, Bruno and Dymetman, Marc and Gaussier, Eric and Goutte, Cyril and Yamada, Kenji and Langlais, Philippe and Mauser, Arne (2005):
Translating with Non-contiguous Phrases, Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing
@InProceedings{simard-EtAl:2005:HLTEMNLP,
author = {Simard, Michel and Cancedda, Nicola and Cavestro, Bruno and Dymetman, Marc and Gaussier, Eric and Goutte, Cyril and Yamada, Kenji and Langlais, Philippe and Mauser, Arne},
title = {Translating with Non-contiguous Phrases},
booktitle = {Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing},
month = {October},
address = {Vancouver, British Columbia, Canada},
publisher = {Association for Computational Linguistics},
pages = {755--762},
url = {
http://www.aclweb.org/anthology/H/H05/H05-1095},
year = 2005
}
Simard et al. (2005)