핵심 요약:
의미론을 NLP에 적용하면 단어 중의성 해소, 문장 의미 역할 태깅, 지식 융합 및 추론 등으로 텍스트 이해와 생성의 정밀도를 높일 수 있습니다. 주요 기법으로는 단어 의미 중의성 해소(WSD), 의미 역할 표지(SRL), 지식 그래프 통합 등이 있으며, 이들을 조합해 고급 응용 시스템을 구축할 수 있습니다.
단어는 문맥에 따라 다양한 뜻으로 해석될 수 있으므로, 단어 의미 중의성 해소(WSD)는 특정 문맥에서 단어의 정확한 의미를 식별하는 과제입니다.
WSD 기법을 사용하면 기계번역, 정보 검색, 질문응답 시스템에서 의미 오해로 인한 오류를 크게 줄일 수 있습니다[2].
의미 역할 표지(SRL)는 문장에서 술어(predicate)와 그 술어의 논항(argument)에 의미적 역할(에이전트, 환자, 수혜자 등)을 할당하는 과정입니다.
SRL은 PropBank, FrameNet 코퍼스를 활용한 지도 학습이 일반적이며, 최신 Transformer 기반 모델이 높은 성능을 보입니다.
지식 그래프는 개체와 관계를 노드와 엣지로 연결한 구조화된 지식 표현입니다. NLP 시스템에 지식 그래프를 결합하면:
지식 그래프는 Wikidata, DBpedia, 도메인 특화 그래프(의료, 법률 등)와 결합되어 다양한 고급 NLP 태스크의 정확성과 설명 가능성을 높입니다[5].
두 접근법을 결합한 멀티태스크 학습이나 지식 주입 프롬프트를 사용하면, 언어 모델이 통사·화용적 맥락까지 고려한 심층 의미 이해 능력을 갖추게 됩니다.
의미론 기법을 NLP 파이프라인에 통합하면, 단순 문장 수준 처리를 넘어 심층 의미 이해와 정밀한 추론이 가능해져 다양한 언어 기술의 품질을 획기적으로 향상시킬 수 있습니다.
출처
[1] NLP - Word Sense Disambiguation https://www.tutorialspoint.com/natural_language_processing/natural_language_processing_word_sense_disambiguation.htm
[2] Word Sense Disambiguation in Natural Language ... https://www.geeksforgeeks.org/machine-learning/word-sense-disambiguation-in-natural-language-processing/
[3] Semantic role labeling https://en.wikipedia.org/wiki/Semantic_role_labeling
[4] What is semantic role labeling (SRL)? https://www.educative.io/answers/what-is-semantic-role-labeling-srl
[5] How do knowledge graphs aid in natural language ... https://milvus.io/ai-quick-reference/how-do-knowledge-graphs-aid-in-natural-language-processing-nlp
[6] Build a Knowledge Graph in NLP https://www.geeksforgeeks.org/nlp/build-a-knowledge-graph-in-nlp/
[7] Word-sense disambiguation https://en.wikipedia.org/wiki/Word-sense_disambiguation
[8] Semantic Roles in NLP https://www.geeksforgeeks.org/nlp/semantic-roles-in-nlp/
[9] Semantic Natural Language Processing for Knowledge ... https://www.taylorfrancis.com/chapters/edit/10.1201/9781003313267-3/semantic-natural-language-processing-knowledge-graphs-creation-cameron-de-sa-edlira-vakaj-hossein-ghomeshi-ryan-mcgranaghan
[10] 단어 의미 중의성 해소(Word Sense Disambiguation) 기술들 https://bab2min.tistory.com/576
[11] Semantic role labeling http://nlpprogress.com/english/semantic_role_labeling.html
[12] Knowledge Graph - Structured & Semantic Search Together https://neo4j.com/blog/developer/knowledge-graph-structured-semantic-search/
[13] Word Sense Disambiguation (WSD) https://web.stanford.edu/~jurafsky/slp3/slides/Chapter18.wsd.pdf
[14] Semantic Role Labeling https://web.stanford.edu/~jurafsky/slp3/21.pdf
[15] Natural Language Processing Knowledge Graph (NLP-KG) https://wwwmatthes.in.tum.de/pages/57qtab1lrufx/Natural-Language-Processing-Knowledge-Graph-NLP-KG
[16] Multilingual Word Sense Disambiguation with Unified ... https://arxiv.org/abs/2210.07447
[17][논문 리뷰] Semantic Role Labeling: A Systematical Survey https://www.themoonlight.io/ko/review/semantic-role-labeling-a-systematical-survey
[18] A Decade of Knowledge Graphs in Natural Language ... https://arxiv.org/abs/2210.00105
[19] Tutorial : Word-Sense Disambiguation https://www.kaggle.com/code/sharanharsoor/tutorial-word-sense-disambiguation
[20] Semantic Role Labeling: A Systematical Survey https://arxiv.org/html/2502.08660v1