🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Aspect-Based Sentiment Analysis (ABSA)

An NLP task that aims to identify specific aspects of an entity and determine the sentiment (positive, negative, neutral) expressed towards each of these aspects.

📖
용어

Aspect Category

A predefined classification of aspects into semantic groups (e.g., 'SERVICE', 'AMBIENCE', 'FOOD' for a restaurant) to structure the analysis.

📖
용어

Aspect Term

The explicit word or phrase in the text that refers to a specific aspect (e.g., 'the pizza', 'the service', 'the delivery time').

📖
용어

Sentiment Polarity

The classification of sentiment associated with an aspect into discrete categories, typically positive, negative, or neutral.

📖
용어

Target Opinion Detection

The task of linking an opinion or sentiment expression to the specific aspect (the target) it refers to in the text.

📖
용어

Dependency Parser

An NLP tool used to build the syntactic tree of a sentence, allowing descriptive words (adjectives) to be linked to their respective nouns (aspects).

📖
용어

Supervised Learning for ABSA

The use of machine learning models trained on manually annotated corpora to predict aspects and sentiment polarities.

📖
용어

Weakly Supervised Learning

Methods that use partial, noisy labels or heuristics to train ABSA models without requiring complete and costly manual annotation.

📖
용어

Sequence-to-Sequence (Seq2Seq) Models

A neural network architecture, often based on LSTM or Transformers, used to generate structured aspect-sentiment pairs from input text.

📖
용어

Convolutional Neural Networks (CNN) for ABSA

The application of CNNs to extract local features (n-grams) in text, effective for capturing relationships between nearby words like an adjective and its noun.

📖
용어

BERT for ABSA

The adaptation of the pre-trained language model BERT (Bidirectional Encoder Representations from Transformers) for ABSA tasks, often by adding a specific classification head.

📖
용어

Implicit Sentiment Analysis

The detection of sentiments that are not expressed by explicit polarity words but inferred from context (e.g., 'I couldn't eat my soup, it was cold' implies a negative sentiment about the 'temperature' aspect).

📖
용어

Annotated Corpus for ABSA

A set of text data where aspects, aspect terms, and sentiment polarities have been manually labeled, serving as a reference for training and evaluating models.

📖
용어

F1-Score Evaluation

A common evaluation metric for ABSA, which calculates the harmonic mean of precision and recall, measuring the model's ability to correctly identify aspect-sentiment pairs.

📖
용어

Implicit Aspect Detection

The identification of aspects that are not directly named but are implied by context (e.g., 'I waited 30 minutes' implies the 'waiting time' aspect).

📖
용어

Sentence-Level vs. Aspect-Level Sentiment Analysis

The distinction between classifying the overall sentiment of a sentence and the granular analysis of ABSA, which can reveal contradictory sentiments within the same sentence.

📖
용어

Quadruple Task in ABSA

An advanced formulation of ABSA that aims to simultaneously identify the opinion holder, aspect category, aspect term, and sentiment polarity in a text.

🔍

결과를 찾을 수 없습니다