diff --git a/example/domain.yml b/example/domain.yml
index 7e53b91269351d832b10bf0cb4c822ae41ed9856..4e27936b78711644662a429b9fca612d4427b310 100644
--- a/example/domain.yml
+++ b/example/domain.yml
@@ -1,6 +1,7 @@
 intents:
   - greet
   - goodbye
+  - birthdate
   - birthplace
   - day_of_death
   - place_of_death
diff --git a/example/nlu.md b/example/nlu.md
index 8f627386af9d45eadbc54140988c0afaff0edd8c..b29500b37f963b981bda421e67644f8791c11b0d 100644
--- a/example/nlu.md
+++ b/example/nlu.md
@@ -6,6 +6,55 @@
 - bye
 - goodbye
 
-## intent:birthplace_action
-- born [Albert Einstein](physicist)
-- born [Jules Aarons](physicist)
+## intent:birthplace
+- where was [Albert Einstein](Physicist) born
+- where is [Albert Einstein](Physicist) from
+- what is [Albert Einstein](Physicist) birthplace
+- birthplace of [Albert Einstein](Physicist)
+
+## intent:birthdate
+- when was [Albert Einstein](Physicist) born
+- what is [Albert Einstein](Physicist) birthdate
+
+## intent:day_of_death
+- when did [Albert Einstein](Physicist) die
+- what is [Albert Einstein](Physicist) date of death
+
+## intent:place_of_death
+- where did [Albert Einstein](Physicist) die
+- where is [Albert Einstein](Physicist) place of death
+
+## intent:is_alive
+- is [Albert Einstein](Physicist) still alive
+- is [Albert Einstein](Physicist) dead
+
+## intent:num_spouses
+- how often was [Albert Einstein](Physicist) married
+- was [Albert Einstein](Physicist) married
+- how many spouses did have [Albert Einstein](Physicist)
+
+## intent:primary_education
+- where did [Albert Einstein](Physicist) go to school
+- which school did [Albert Einstein](Physicist) go to
+
+## intent:university
+- which university did [Albert Einstein](Physicist) go to
+- which university did [Albert Einstein](Physicist) attend
+- where did [Albert Einstein](Physicist) study
+
+## intent:area_of_research
+- what was [Albert Einstein](Physicist) area of research
+- what was [Albert Einstein](Physicist) field of interest
+- what did [Albert Einstein](Physicist) research
+
+## intent:workplace
+- where did [Albert Einstein](Physicist) work
+- where was [Albert Einstein](Physicist) workplace
+- what institute did [Albert Einstein](Physicist) work at
+- what university did [Albert Einstein](Physicist) work at
+
+## intent:awards
+- what awards did [Albert Einstein](Physicist) win
+- what are [Albert Einstein](Physicist) awards
+- did [Albert Einstein](Physicist) win the nobel price
+