1. 구문론적 구조 : Consistency와 Dependency
1) Consistency structure : context-free grammars(CFGs)
- 시작 : 단어
ex) the, cat, cuddly, by, door
- 단어가 구문으로 합쳐짐
ex) the cuddly cat, by the door
- 구문이 더 큰 구문으로 합쳐짐
ex) the cuddly cat by the door
2) Dependency structure
: 어떤 단어가 다른 어떤 단어에 의존하고 있는지를 보여준다.
3) 왜 문장구조가 필요한가?
모델이 언어를 정확하게 해석하기 위해서
전치사 부착(attachment)의 애매함 때문에
범위의 애매함 때문에
동사 구절 부착(attachment)의 애매함 때문에
2. Dependency Grammar
단어들간의 관계로 구성되어 있다.
'AI > CS224n' 카테고리의 다른 글
Lecture 3 - Backprop and Neural Networks (0) | 2022.07.27 |
---|---|
Lecture 2 - Neural Classifiers (0) | 2022.07.19 |
Lecture 1 - Intro & Word Vectors (0) | 2022.07.13 |