UNSUPERVISED LEARNING AND MODELING OF KNOWLEDGE AND INTENT FOR SPOKEN DIALOGUE SYSTEMS
Yun-Nung (Vivian) Chen | http://vivianchen.idv.tw
OUTLINE
Introduction
Semantic Decoding
Ontology Induction
Knowledge Graph Propagation
Matrix Factorization
Experiments
Future Work
Conclusions
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Matrix Factorization
Experiments
Future Work
Conclusions
A POPULAR ROBOT - BAYMAX
Big Hero 6 -- Video content owned and licensed by Disney Entertainment, Marvel Entertainment, LLC, etc
A POPULAR ROBOT - BAYMAX
Baymax is capable of maintaining a good spoken dialogue system and learning new knowledge for better understanding and interacting with people.
The goal is to automate learning and understanding procedures in system
development.
SPOKEN DIALOGUE SYSTEM (SDS)
Spoken dialogue systems are the intelligent agents that are able to help users finish tasks more efficiently via speech interactions.
Spoken dialogue systems are being incorporated into various devices (smart-phones, smart TVs, in-car navigating system, etc).
Apple’s Siri
Microsoft’s Cortana
Amazon’s
Echo Samsung’s SMART TV
Google Now
https://www.apple.com/ios/siri/
http://www.windowsphone.com/en-us/how-to/wp8/cortana/meet-cortana http://www.xbox.com/en-US/
http://www.amazon.com/oc/echo/
http://www.samsung.com/us/experience/smart-tv/
https://www.google.com/landing/now/
Microsoft’s XBOX Kinect
LARGE SMART DEVICE POPULATION
The number of global smartphone users will surpass 2 billion in 2016.
As of 2012, there are 1.1 billion automobiles on the earth.
The more natural and convenient input of the devices evolves towards speech
KNOWLEDGE REPRESENTATION/ONTOLOGY
Traditional SDSs require manual annotations for specific domains to represent domain knowledge.
Restaurant Domain
Movie Domain
restaurant
type price
location
movie genre year
director
Node: semantic concept/slot Edge: relation between concepts
located_in
directed_by
released_in
UTTERANCE SEMANTIC REPRESENTATION
A spoken language understanding (SLU) component requires the domain ontology to decode utterances into semantic forms, which contain core content (a set of slots and slot-fillers) of the utterance.
find a cheap taiwanese restaurant in seattle
show me action movies directed by james cameron
target=“restaurant”, price=“cheap”, type=“taiwanese”, location=“seattle”
target=“movie”, genre=“action”, director=“james cameron”
Restaurant Domain
Movie Domain
restaurant
type price
location
movie genre year
director
CHALLENGES FOR SDS
An SDS in a new domain requires
1) A hand-crafted domain ontology
2) Utterances labelled with semantic representations
3) An SLU component for mapping utterances into semantic representations
With increasing spoken interactions, building domain ontologies and annotating utterances cost a lot so that the data does not scale up.
The goal is to enable an SDS to automatically learn this knowledge so that open domain requests can be handled.
INTERACTION EXAMPLE
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
Q: How does a dialogue system process this request?
Inexpensive Taiwanese eating places include Din Tai Fung, Boiling Point, etc. What do you want to choose?
I can help you go there.
SDS PROCESS – AVAILABLE DOMAIN ONTOLOGY
target price food
AMOD
NN
seeking
PREP_FOROrganized Domain Knowledge find an inexpensive eating place for taiwanese food
User
Intelligent Agent
SDS PROCESS – AVAILABLE DOMAIN ONTOLOGY
find a cheap eating place for asian food
target price food
AMOD
NN
seeking
PREP_FOROrganized Domain Knowledge
Ontology Induction (semantic slot)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
SDS PROCESS – AVAILABLE DOMAIN ONTOLOGY
target price food
AMOD
NN
seeking
PREP_FOROrganized Domain Knowledge
Structure Learning (inter-slot relation)
Ontology Induction (semantic slot)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
target price food
AMOD
NN
seeking
PREP_FORseeking=“find”
target=“eating place”
price=“inexpensive”
food=“taiwanese food”
SDS PROCESS – SPOKEN LANGUAGE UNDERSTANDING (SLU)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
target price food
AMOD
NN
seeking
PREP_FORseeking=“find”
target=“eating place”
price=“inexpensive”
food=“taiwanese food”
SDS PROCESS – SPOKEN LANGUAGE UNDERSTANDING (SLU)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
Semantic Decoding
target price food
AMOD
NN
seeking
PREP_FORSDS PROCESS – DIALOGUE MANAGEMENT (DM)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
SELECT restaurant {
restaurant.price=“inexpensive”
restaurant.food=“Taiwanese food”
}
target price food
AMOD
NN
seeking
PREP_FORSDS PROCESS – DIALOGUE MANAGEMENT (DM)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
SELECT restaurant {
restaurant.price=“inexpensive”
restaurant.food=“Taiwanese food”
}
Surface Form Derivation
(natural language)
SDS PROCESS – DIALOGUE MANAGEMENT (DM)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
SELECT restaurant {
restaurant.price=“inexpensive”
restaurant.food=“Taiwanese food”
}
Din Tai Fung Boiling Point
: :
Predicted behavior: navigation
SDS PROCESS – DIALOGUE MANAGEMENT (DM)
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
SELECT restaurant {
restaurant.price=“inexpensive”
restaurant.food=“Taiwanese food”
}
Din Tai Fung Boiling Point
: :
Predicted behavior: navigation Behavior Prediction
find an inexpensive eating place for taiwanese food
User
Intelligent Agent
Inexpensive Taiwanese eating places include Din Tai Fung, Boiling Point, etc. What do you want to choose?
I can help you go there. (navigation)
SDS PROCESS – NATURAL LANGUAGE GENERATION (NLG)
GOALS
target price food
AMOD
NN
seeking
PREP_FORSELECT restaurant {
restaurant.price=“inexpensive”
restaurant.food=“taiwanese food”
}
Predicted behavior: navigation
Required Domain-Specific Information
find an inexpensive eating place for taiwanese food
User
FIVE GOALS
target price food
AMOD
NN
seeking
PREP_FORSELECT restaurant {
restaurant.price=“inexpensive”
restaurant.food=“taiwanese food”
}
Predicted behavior: navigation
Required Domain-Specific Information
find an inexpensive eating place for taiwanese food
User
1. Ontology Induction
2. Structure Learning
3. Surface Form Derivation
4. Semantic Decoding
5. Behavior Prediction
(natural language)
(inter-slot relation) (semantic slot)
FIVE GOALS
find an inexpensive eating place for taiwanese food
User
1. Ontology Induction
2. Structure Learning
3. Surface Form Derivation
4. Semantic Decoding
5. Behavior Prediction
(natural language)
(inter-slot relation) (semantic slot)
FIVE GOALS
1. Ontology Induction 2. Structure Learning
3. Surface Form Derivation
4. Semantic Decoding 5. Behavior Prediction
Knowledge Acquisition SLU Modeling
find an inexpensive eating place for taiwanese food
User
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Matrix Factorization
Experiments
Future Work
Conclusions
SLU Model
target=“restaurant”
price=“cheap”
“can I have a cheap restaurant”
Ontology Induction
Unlabeled Collection
Semantic KG
Frame-Semantic Parsing
Fw Fs
Feature Model
Rw
Rs Knowledge Graph Propagation Model
Word Relation Model
Lexical KG
Slot Relation Model Structure
Learning
.
Semantic KG
SLU Modeling by Matrix Factorization
Semantic Representation
Input: user utterances
Output: the domain-specific semantic concepts included in each individual utterance
SEMANTIC DECODING
Y.-N. Chen et al., "Matrix Factorization with Knowledge Graph Propagation for Unsupervised Spoken Language Understanding," (to appear) in Proc. of ACL-IJCNLP, 2015.
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Matrix Factorization
Experiments
Future Work
Conclusions
PROBABILISTIC FRAME-SEMANTIC PARSING
FrameNet
[Baker et al., 1998] a linguistically semantic resource, based on the frame-semantics theory
“low fat milk” “milk” evokes the “food” frame;
“low fat” fills the descriptor frame element
SEMAFOR
[Das et al., 2014] a state-of-the-art frame-semantics parser, trained on manually annotated FrameNet sentences
Baker et al., " The berkeley framenet project," in Proc. of International Conference on Computational linguistics, 1998.
Das et al., " Frame-semantic parsing," in Proc. of Computational Linguistics, 2014.
FRAME-SEMANTIC PARSING FOR UTTERANCES
can i have a cheap restaurant
Frame: capability FT LU: can FE LU: i
Frame: expensiveness FT LU: cheap
Frame: locale by use FT/FE LU: restaurant
1st Issue: adapting generic frames to domain-specific settings for SDSs
Good!
Good!
?
FT: Frame Target; FE: Frame Element; LU: Lexical Unit
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation (for 1st issue)
Matrix Factorization
Experiments
Future Work
Conclusions
SLU Model
target=“restaurant”
price=“cheap”
“can I have a cheap restaurant”
Ontology Induction
Unlabeled Collection
Semantic KG
Frame-Semantic Parsing
Fw Fs
Feature Model
Rw
Rs Knowledge Graph Propagation Model
Word Relation Model
Lexical KG
Slot Relation Model Structure
Learning
.
Semantic KG
SLU Modeling by Matrix Factorization
Semantic Representation
Input: user utterances
Output: the domain-specific semantic concepts included in each individual utterance
SEMANTIC DECODING
Y.-N. Chen et al., "Matrix Factorization with Knowledge Graph Propagation for Unsupervised Spoken Language Understanding," (to appear) in Proc. of ACL-IJCNLP, 2015.
Assumption: The domain-specific words/slots have more dependency to each other.
1ST ISSUE: HOW TO ADAPT GENERIC SLOTS TO DOMAIN-SPECIFIC?
KNOWLEDGE GRAPH PROPAGATION MODEL
Word Relation Model Slot Relation Model
word relation
matrix
slot relation
matrix
‧
1
Word Observation Slot Candidate
Train
cheap restaurant expensiveness food 1
locale_by_use 1 1
1 1
food
1 1
1 Test
1
1
Slot Induction
The relation matrices allow each node propagate the scores to its neighbor in the knowledge graph, so that the domain-specific words/slots have higher scores during training.
i like
1 1
capability 1
locale_by_use
food expensiveness seeking
relational_quantity desiring
Utterance 1
i would like a cheap restaurant
… …
find a restaurant with chinese food Utterance 2
show me a list of cheap restaurants Test Utterance
ccomp
dobj amod
nsubj det
Syntactic dependency parsing on utterances
can i have a cheap restaurant
capability expensiveness locale_by_use
KNOWLEDGE GRAPH CONSTRUCTION
Word-based lexical knowledge graph
Slot-based semantic knowledge graph
restaurant
can
have
i a
cheap w
w capability
locale_by_use expensiveness
s
The edge between a node pair is weighted as relation importance for build the matrix How to decide the weights to represent relation importance?
KNOWLEDGE GRAPH CONSTRUCTION
Word-based lexical knowledge graph
Slot-based semantic knowledge graph
restaurant
can
have
i a
cheap w
w capability
locale_by_use expensiveness
s
Dependency-based word embeddings
Dependency-based slot embeddings
can = [0.8 … 0.24]
have = [0.3 … 0.21]
: :
expensiveness = [0.12 … 0.7]
capability = [0.3 … 0.6]
: :
can i have a cheap restaurant
ccomp
dobj amod
nsubj det
have a
capability expensiveness locale_by_use
ccomp
dobj amod
nsubj det
Levy and Goldberg, " Dependency-Based Word Embeddings," in Proc. of ACL, 2014.
WEIGHT MEASUREMENT BY EMBEDDINGS
Compute edge weights to represent relation importance
Slot-to-slot semantic relation 𝑅
𝑠𝑆: similarity between slot embeddings
Slot-to-slot dependency relation 𝑅
𝑠𝐷: dependency score between slot embeddings
Word-to-word semantic relation 𝑅
𝑤𝑆: similarity between word embeddings
Word-to-word dependency relation 𝑅
𝑤𝐷: dependency score between word embeddings
𝑅𝑤𝑆𝐷 = 𝑅𝑤𝑆 +𝑅𝑤𝐷
𝑅𝑠𝑆𝐷 = 𝑅𝑠𝑆+𝑅𝑠𝐷
w1
w2
w3 w4
w5
w6
w7 s2
s1 s3
WEIGHT MEASUREMENT BY EMBEDDINGS
Word Relation Model Slot Relation Model
word relation
matrix
slot relation
matrix
‧
1
Word Observation Slot Candidate
Train
cheap restaurant expensiveness food 1
locale_by_use 1 1
1 1
food
1 1
1 Test
1
1
Slot Induction
𝑅𝑤𝑆𝐷 𝑅𝑠𝑆𝐷
KNOWLEDGE GRAPH PROPAGATION MODEL
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Matrix Factorization (for 2nd issue)
Experiments
Future Work
Conclusions
Ontology Induction
Fw Fs SLU
Structure Learning
.
MATRIX FACTORIZATION (MF)
FEATURE MODEL
1
Utterance 1
i would like a cheap restaurant
Word Observation Slot Candidate
Train
… … …
cheap restaurant expensiveness food 1
locale_by_use 1
1
find a restaurant with chinese food
Utterance 2
1 1
food
1 1
1 1 Test
1
.90 .97 .85 .95
.93 .98 .92
.05 .05
Slot Induction
show me a list of cheap restaurants
Test Utterance hidden semantics
2nd Issue: hidden semantics cannot be observed but may benefit the understanding performance
Reasoning with Matrix Factorization
Word Relation Model Slot Relation Model
word relation
matrix
slot relation
matrix
‧
1
Word Observation Slot Candidate
Train
cheap restaurant expensiveness food 1
locale_by_use 1 1
1 1
food
1 1
1 Test
1
1
.90 .97 .85 .95
.93 .98 .92
.05 .05
Slot Induction
The MF method completes a partially-missing matrix based on the latent semantics by decomposing it into product of two matrices.
2ND ISSUE: HOW TO LEARN THE IMPLICIT SEMANTICS?
MATRIX FACTORIZATION (MF)
𝑅𝑤𝑆𝐷 𝑅𝑠𝑆𝐷
MATRIX FACTORIZATION (MF)
The decomposed matrices represent latent semantics for utterances and words/slots respectively The product of two matrices fills the probability of hidden semantics
1
Word Observation Slot Candidate
Train
cheap restaurant expensiveness food 1
locale_by_use 1 1
1 1
food
1 1
1 Test
1
1
.90 .97 .85 .95
.93 .98 .92
.05 .05
𝑼
𝑾 + 𝑺
≈ 𝑼 × 𝒅 × 𝒅 × 𝑾 + 𝑺
BAYESIAN PERSONALIZED RANKING FOR MF
Model implicit feedback
not treat unobserved facts as negative samples (true or false)
give observed facts higher scores than unobserved facts
Objective:
1
𝑓+ 𝑓− 𝑓−
The objective is to learn a set of well-ranked semantic slots per utterance.
𝑢
𝑥
Reasoning with Matrix Factorization
Word Relation Model Slot Relation Model
word relation
matrix
slot relation
matrix
‧
1
Word Observation Slot Candidate
Train
cheap restaurant expensiveness food 1
locale_by_use 1 1
1 1
food
1 1
1 Test
1
1
.90 .97 .85 .95
.93 .98 .92
.05 .05
Slot Induction
The MF method completes a partially-missing matrix based on the latent semantics by decomposing it into product of two matrices.
2ND ISSUE: HOW TO LEARN THE IMPLICIT SEMANTICS?
MATRIX FACTORIZATION (MF)
𝑅𝑤𝑆𝐷 𝑅𝑠𝑆𝐷
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Matrix Factorization
Experiments
Future Work
Conclusions
EXPERIMENTAL SETUP
Dataset
Cambridge University SLU corpus [Henderson, 2012]
Restaurant recommendation in an in-car setting in Cambridge
WER = 37%
vocabulary size = 1868
2,166 dialogues
15,453 utterances
dialogue slot: addr, area, food, name, phone, postcode, price range, task, type
The mapping table between induced and reference slots
Henderson et al., "Discriminative spoken language understanding using word confusion networks," in Proc. of SLT, 2012.
Metric: Mean Average Precision (MAP) of all estimated slot probabilities for each utterance
Approach ASR Manual
w/o w/ Explicit w/o w/ Explicit
Explicit Support Vector Machine 32.5 36.6
Multinomial Logistic Regression 34.0 38.8
EXPERIMENT 1: QUALITY OF SEMANTICS ESTIMATION
Metric: Mean Average Precision (MAP) of all estimated slot probabilities for each utterance
Approach ASR Manual
w/o w/ Explicit w/o w/ Explicit
Explicit Support Vector Machine 32.5 36.6
Multinomial Logistic Regression 34.0 38.8
Implicit
Baseline Random
Majority MF
Feature Model Feature Model +
Knowledge Graph Propagation Modeling
Implicit Semantics
EXPERIMENT 1: QUALITY OF SEMANTICS ESTIMATION
Metric: Mean Average Precision (MAP) of all estimated slot probabilities for each utterance
Approach ASR Manual
w/o w/ Explicit w/o w/ Explicit
Explicit Support Vector Machine 32.5 36.6
Multinomial Logistic Regression 34.0 38.8
Implicit
Baseline Random 3.4 2.6
Majority 15.4 16.4
MF
Feature Model 24.2 22.6
Feature Model +
Knowledge Graph Propagation
40.5* (+19.1%)
52.1* (+34.3%) Modeling
Implicit Semantics
EXPERIMENT 1: QUALITY OF SEMANTICS ESTIMATION
Metric: Mean Average Precision (MAP) of all estimated slot probabilities for each utterance
Approach ASR Manual
w/o w/ Explicit w/o w/ Explicit
Explicit Support Vector Machine 32.5 36.6
Multinomial Logistic Regression 34.0 38.8
Implicit
Baseline Random 3.4 22.5 2.6 25.1
Majority 15.4 32.9 16.4 38.4
MF
Feature Model 24.2 37.6* 22.6 45.3*
Feature Model +
Knowledge Graph Propagation
40.5* (+19.1%)
43.5* (+27.9%)
52.1* (+34.3%)
53.4* (+37.6%) Modeling
Implicit Semantics
The MF approach effectively models hidden semantics to improve SLU.
Adding a knowledge graph propagation model further improves the results.
EXPERIMENT 1: QUALITY OF SEMANTICS ESTIMATION
All types of relations are useful to infer hidden semantics.
Approach ASR Manual
Feature Model
37.6 45.3
Feature + Knowledge Graph
Propagation
Semantic 𝑅𝑤𝑆 0
0 𝑅𝑠𝑆 41.4* 51.6*
Dependency 𝑅𝑤𝐷 0
0 𝑅𝑠𝐷 41.6* 49.0*
Word 𝑅𝑤𝑆𝐷 0
0 0 39.2* 45.2
Slot 00 𝑅0
𝑠𝑆𝐷 42.1* 49.9*
Both 𝑅w𝑆𝐷0 𝑅0
𝑠𝑆𝐷
EXPERIMENT 2: EFFECTIVENESS OF RELATIONS
All types of relations are useful to infer hidden semantics.
Approach ASR Manual
Feature Model
37.6 45.3
Feature + Knowledge Graph
Propagation
Semantic 𝑅𝑤𝑆 0
0 𝑅𝑠𝑆 41.4* 51.6*
Dependency 𝑅𝑤𝐷 0
0 𝑅𝑠𝐷 41.6* 49.0*
Word 𝑅𝑤𝑆𝐷 0
0 0 39.2* 45.2
Slot 00 𝑅0
𝑠𝑆𝐷 42.1* 49.9*
Both 𝑅w𝑆𝐷0 𝑅0
𝑠𝑆𝐷 43.5* (+15.7%) 53.4* (+17.9%)
Combining different relations further improves the performance.
EXPERIMENT 2: EFFECTIVENESS OF RELATIONS
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Bayesian Personalized Ranking for Matrix Factorization
Experiments
Future Work
Conclusions
LOW- AND HIGH-LEVEL UNDERSTANDING
Semantic concepts for individual utterances do not consider high-level semantics (user intents) The follow-up behaviors are observable and usually correspond to user intents
price=“cheap”
target=“restaurant”
SLU Component
“can i have a cheap restaurant”
behavior=navigation
restaurant=“din tai fung”
time=“tonight”
SLU Component
“i plan to dine in din tai fung tonight”
behavior=reservation
BEHAVIOR PREDICTION
1
Utterance 1
play lady gaga’s song bad romance
Feature
Observation Behavior
Train
… … …
play song pandora youtube
1
maps 1
i’d like to listen to lady gaga’s bad romance
Utterance 2
1 listen
1
1 .90 1 .85 .97 .05 Test
Feature Relation Behavior Relation
Predicting with Matrix Factorization Identification
SLU Model
Predicted Behavior
“play lady gaga’s bad romance”
Behavior Identification Unlabeled
Collection
SLU Modeling for Behavior Prediction
Ff Fb
Feature Model
Rf
Rb
Relation Model
Feature Relation Model
Behavior Relation Model
.
OUTLINE
Introduction
Semantic Decoding
[ACL-IJCNLP’15] Ontology Induction
Knowledge Graph Propagation
Bayesian Personalized Ranking for Matrix Factorization
Experiments
Future Work
Conclusions
CONCLUSIONS
The ontology induction and knowledge graph construction enable systems to automatically acquire open domain knowledge.
The MF technique for SLU modeling provides a principle model that is able to unify the
automatically acquired knowledge, and then allows systems to consider implicit semantics for better understanding.
Better semantic representations for individual utterances
Better follow-up behavior prediction
The work shows the feasibility and the potential of improving generalization, maintenance, efficiency, and scalability of SDSs.
Q & A
Thanks for your attentions!!CAMBRIDGE UNIVERSITY SLU CORPUS
hi i'd like a restaurant in the cheap price range in the centre part of town
um i'd like chinese food please how much is the main cost
okay and uh what's the address
great uh and if i wanted to uh go to an italian restaurant instead italian please
what's the address
i would like a cheap chinese restaurant something in the riverside
[back]
type=restaurant, pricerange=cheap, area=centre food=chinese
pricerange addr
food=italian, type=restaurant food=italian
addr
pricerange=cheap, food=chinese, type=restaurant area=centre
WORD EMBEDDINGS
Training Process
Each word w is associated with a vector
The contexts within the window size c are considered as the training data D
Objective function:
[back]
wt-2
wt-1
wt+1
wt+2
wt
SUM
INPUT PROJECTION OUTPUT
CBOW Model
Mikolov et al., " Efficient Estimation of Word Representations in Vector Space," in Proc. of ICLR, 2013.
Mikolov et al., " Distributed Representations of Words and Phrases and their Compositionality," in Proc. of NIPS, 2013.
Mikolov et al., " Linguistic Regularities in Continuous Space Word Representations," in Proc. of NAACL-HLT, 2013.
Word & Context Extraction
Word Contexts
can have/ccomp
i have/nsub-1
have can/ccomp-1, i/nsubj, restaurant/dobj a restaurant/det-1
cheap restaurant/amod-1
restaurant have/dobj-1, a/det, cheap/amod
Levy and Goldberg, " Dependency-Based Word Embeddings," in Proc. of ACL, 2014.
can i have a cheap restaurant
ccomp
dobj amod
nsubj det
DEPENDENCY-BASED EMBEDDINGS
Training Process
Each word w is associated with a vector vw and each context c is represented as a vector vc
Learn vector representations for both words and contexts such that the dot product vw.vcassociated with good word-context pairs belonging to the training data D is maximized
Objective function:
[back]
Levy and Goldberg, " Dependency-Based Word Embeddings," in Proc. of ACL, 2014.
DEPENDENCY-BASED EMBEDDINGS
SLOT MAPPING TABLE
origin food
u1 u2 : uk
: un
asian : : japan
: :
asian beer
: japan
: noodle food
: beer
: : : noodle
Create the mapping if slot fillers of the induced slot are included by the reference slot
induced slots reference slot
[back]
SEMAFOR PERFORMANCE
The SEMAFOR evaluation
[back]