diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 22:09:45 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 22:09:45 +0000 |
commit | 83834db0ae728d758e2b572bff80ca56e1eec0e6 (patch) | |
tree | c07986d5b5fc1b3d4eb397d29c2aa2bd12de7924 /report | |
parent | 6f39f1f138d2d3fc92e1d1a5249a561ea5308b0f (diff) |
bib file
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@528 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'report')
-rw-r--r-- | report/biblio.bib | 61 |
1 files changed, 55 insertions, 6 deletions
diff --git a/report/biblio.bib b/report/biblio.bib index 5cf897b8..d02f295e 100644 --- a/report/biblio.bib +++ b/report/biblio.bib @@ -1,11 +1,14 @@ -@techreport{ganchev:penn:2009, - title = {Posterior Regularization for Structured Latent Variable Models}, - author = {Kuzman Ganchev and Joao Graca and Jennifer Gillenwater and Ben Taskar}, - institution = {University of Pennsylvania Department of Computer and Information Science}, - number = {MS-CIS-09-16}, - year = {2009} +@article{griffiths:2004, + author = {Thomas L. Griffiths and Mark Steyvers}, + journal = {Proceedings of the National Academy of Sciences}, + number = {Suppl. 1}, + pages = {5228--5235}, + title = {Finding scientific topics}, + volume = 101, + year = 2004, } + @article{blei:2003, author={David M. Blei and Andrew Y. Ng and Michael I. Jordan and John Lafferty}, title={Latent {Dirichlet} Allocation}, @@ -15,3 +18,49 @@ pages={993--1022} } +@article{pitman:1997, + author={Jim Pitman and Marc Yor}, + year=1997, + volume=25, + number=2, + pages={855--900}, + title={The two-parameter {Poisson}-{Dirichlet} distribution derived from a stable subordinator}, + journal={Annals of Probability} +} + +@inproceedings{teh:2006, + author={Yee Whye Teh}, + year=2006, + pages={985--992}, + booktitle={Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics}, + title={A hierarchical {Bayesian} language model based on {Pitman}-{Yor} processes} +} + +@incollection{goldwater:2006, + author={Sharon Goldwater and Tom Griffiths and Mark Johnson}, + year=2006, + editor={Y. Weiss and B. Sch\"olkopf and J. Platt}, + booktitle={Advances in Neural Information Processing Systems 18}, + pages={459--466}, + address={Cambridge, MA}, + publisher={MIT Press}, + title={Interpolating between types and tokens by estimating power-law generators} +} + +@article{geman:1984, + author={Stuart Geman and Donald Geman}, + year=1984, + title={Stochastic relaxation, {Gibbs} distributions and the {Bayesian} restoration of images}, + journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, + volume=6, + pages={721--741} +} + +@techreport{ganchev:penn:2009, + title = {Posterior Regularization for Structured Latent Variable Models}, + author = {Kuzman Ganchev and Joao Graca and Jennifer Gillenwater and Ben Taskar}, + institution = {University of Pennsylvania Department of Computer and Information Science}, + number = {MS-CIS-09-16}, + year = {2009} +} + |