AI/CS224n

Lecture 4 - Syntactic Structure and Dependency Parsing

Nolja놀자 2022. 8. 3. 22:21
반응형

 

 

 

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


단어들간의 관계로 구성되어 있다.

 

 

 

 

 

 

 

 

 

 

 

 

반응형