2011年12月29日星期四
language model and cyk
考虑划分短语的问题
是否可以通过使用语言模型的信息,然后通过进行cyk parse 来寻找短语呢?
xiangyu 做过这方面的工作,不过他使用的是另外的统计信息。今天本来是想给
自己的模型加语言模型方面的特征来,忽然想到了这个问题。
如果能够parse 的比较好的话
双语同时做parse,那么是否可以获取对齐信息呢
这样做的一个很大优点就是速度快。parse的速度是O(n^3)
而ITG这种同步句法分析则需要O(n^6) 速度真是个问题啊。
2011年12月28日星期三
2011年12月15日星期四
2011年12月6日星期二
2011年11月25日星期五
CCG grammar
I have never heard this grammar before.
In today's discussion meeting , I know this.
I will take a look at it in the future.
In today's discussion meeting , I know this.
I will take a look at it in the future.
2011年11月18日星期五
phrase alignment using posterior regularization
EM algorithm for phrase alignment training usually leads to degeneracy. How to design a posterior constraints to solve this problem ? If I can design efficient constraints , I can use the PR framework to solve this problem.
2011年11月17日星期四
Posterior vs. Parameter Sparsity in Latent Variable Models
The author study the POS problem using the posterior regularization framework. what's the result for the grammar
induction problem ? I will study this problem if I have time .
induction problem ? I will study this problem if I have time .
2011年11月13日星期日
interested in semantic parsing
One of the ultimate goals in the field of natural language processing (NLP), as
an important subfield of artificial intelligence, is to enable computers to converse
with humans through the media of human natural language. To achieve this goal,
two important issues need to be studied. First, it is important for computers to
accurately capture the complete underlying semantics of natural language sen-
tences. Second, the computers should be able to accurately produce meaningful
human-understandable natural language sentences from certain given semantics.
These two tasks are usually referred to as semantic parsing and natural language
generation respectively in the NLP field.
订阅:
博文 (Atom)