Skip to content
Snippets Groups Projects
Commit 4377c2b8 authored by David Fuhry's avatar David Fuhry
Browse files

Merge branch '50-prepare-presentation-slides' of...

Merge branch '50-prepare-presentation-slides' of https://git.informatik.uni-leipzig.de/text-mining-chatbot/wiki-rasa into 50-prepare-presentation-slides
parents e629740a b5ab5ad3
No related branches found
No related tags found
2 merge requests!71Documentation: Final Report,!59Resolve "Prepare presentation slides"
......@@ -115,6 +115,13 @@ Note: Zu jedem Intent ein R-Skript. Master lädt die Artikel, speichert sie in e
<!--s-->
### Lösungsansatz - Gesamtarchitektur
<img src="Wiki_Chatbot_Architecture.png" width="100%">
Note: Schaubild der Gesamtarchitektur einfügen, AUF JEDEN FALL mit docker-Wal
<!--s-->
### Lösungsansatz - Processing, Extraktion Intents
* Beispiel `R/get_awards.R`
......@@ -131,24 +138,6 @@ Note: Zu jedem Intent ein R-Skript. Master lädt die Artikel, speichert sie in e
<!--s-->
### Lösungsansatz - Gesamtarchitektur
<img src="Wiki_Chatbot_Architecture.png" width="100%">
Note: Schaubild der Gesamtarchitektur einfügen, AUF JEDEN FALL mit docker-Wal
```
rasa
├── actions.py - Custom Actions
├── domain.yml - Entitäten, Antwortvorlagen
├── nlu.md - Intents, Fragebeispiele
├── nlu_config.yml - Pipeline
├── data
│ └── data.tsv - Daten für den Bot
└── stories.md - Gesprächsverläufe
```
<!--s-->
### Vorführung RASA - Bot
Note: I see what you did there
......@@ -171,11 +160,9 @@ Note: fancy plots mit precision und recall zu awards, birthdate und spouse
<!--s-->
### Ergenisse
##### Precision zu 'get_birthdate.R'
### Ergebnisse
<img src="plots/precision_birthdate.png" width="50%">
<img src="plots/precision_birthdate.png" width="70%">
Note: Die Auswertung erfolgte händisch über die ersten 300 Ergebnisse von get_birthdate.R mit den Ergebnissen der infobox als ground truth (auch wenn hier tlw NA steht). Als partial match wurden solch Ergebnisse gewertet, die sinnvolle Daten sind und bis auf das Fehlen des Tages mit dem Referenzwert aus der Infobox übereinstimmen (BSP: infobox: "3 May 1960"; get_birthdate: "May 1960"). Als full match wurden solche Ergebnisse gewertet, die sinnvolle Daten sind und als Zeitangabe gegenüber der infobox nicht weniger ausführlich sind (kein Fehlen von Tag etc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment