Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
0e118f56
Commit
0e118f56
authored
3 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
revise introductary text
parent
02aca147
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/i18n/demo/demo-de.html
+34
-13
34 additions, 13 deletions
src/assets/i18n/demo/demo-de.html
src/assets/i18n/demo/demo-en.html
+32
-13
32 additions, 13 deletions
src/assets/i18n/demo/demo-en.html
with
66 additions
and
26 deletions
src/assets/i18n/demo/demo-de.html
+
34
−
13
View file @
0e118f56
...
...
@@ -75,24 +75,45 @@
<p>
<strong>
Fragen KI-gestützt analysieren
</strong><br><br>
Mittels NLP (Natural Language Processing) werden alle Fragen grammatikalisch analysiert.
Die erkannten Nomen werden in ihre Grundform gebracht (lemmatisiert)
und dem Fragensteller als Stichwörter vorgeschlagen.
Wir verwenden die NLP-Software
Im Laufe eines Online-Kurses können sich im Rückkanal schnell Hunderte von Fragen ansammeln,
die im Nachhinein nur schwer zu überblicken sind.
Hier hilft die KI mit NLP (Natural Language Processing),
den Überblick zu behalten:
Die Substantive in den Texten werden auf ihre grammatische Stellung im Satz analysiert
und als Stichwörter dem Fragensteller oder der Fragestellerin zur thematischen Einordnung vorgeschlagen.
</p>
<p>
Wohl wissend, dass die sprachliche Qualität eines anonymen Textes
in Bezug auf Rechtschreibung, Grammatik, Zeichensetzung und Stil im Allgemeinen gering ist,
wird bei »frag.jetzt« der Text an den Online-Übersetzungsdienst
<a
class=
"info"
href=
"https://deepl.com"
target=
"_blank"
rel=
"noreferrer"
>
»DeepL«
<span>
Öffnet neue Seite
</span>
</a>
übermittelt
und in eine Fremdsprache übersetzt, zum Beispiel Deutsch in Englisch.
Die KI hinter DeepL ignoriert so gut wie alle sprachlichen Defizite.
Die anschließende Rückübersetzung in die Ausgangssprache verwandelt einen schlecht geschriebenen Ausgangstext
in einen formal korrekten und gut lesbaren generierten Text,
ohne den Inhalt zu verfälschen.
Der so bereinigte Text wird an die NLP-Software
<a
class=
"info"
href=
"https://spacy.io/"
target=
"_blank"
rel=
"noreferrer"
>
»spaCy«
<span>
Öffnet neue Seite
</span>
</a>
.
Aus den analysierten oder den selbst vergebenen Stichwörtern kann eine Wortwolke erzeugt werden,
in »frag.jetzt« als Themenwolke bezeichnet.
Sie visualisiert die Häufigkeit der Stichwörter:
Je größer die Schrift, desto mehr Fragen beziehen sich auf das Stichwort.
Auch die Bewertung der Fragen geht in die Schriftgröße mit ein.
Die Themenwolke fungiert zugleich als Navigator zu allen Fragen eines Stichwortes:
Klickt man auf ein Wort in der Wolke, gelangt man zu den Fragen mit diesem Stichwort.
</p>
</a>
weitergegeben,
um aus diesem die Substantive nach Kasus als Stichwörter zu gewinnen.
Das Ergebnis kann sich sehen lassen:
Wir erstellen aus den KI-generierten Stichwörtern aller Fragen eine Wortwolke,
die wir in »frag.jetzt« treffend »Themenwolke« nennen.
</p>
<p>
<strong>
Fragen fokussiert präsentieren
</strong><br><br>
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/demo/demo-en.html
+
32
−
13
View file @
0e118f56
...
...
@@ -84,25 +84,44 @@
For example, tagging allows the moderator of a panel discussion to filter questions from the audience by topic or addressee:
tag »Question to Mr. Biden«, tag »Question to Mr. Trump« …
</p>
<p>
<strong>
Analyzing questions with AI support
</strong><br><br>
Using NLP (Natural Language Processing), all questions are grammatically analyzed.
The recognized nouns are brought into their basic form (lemmatized)
and suggested to the questioner as keywords.
We use the NLP software
Over the course of an online course,
hundreds of questions can quickly accumulate in the back channel,
making it difficult to keep track of them after the fact.
This is where AI with NLP (Natural Language Processing) helps to keep track:
The nouns in the texts are analyzed for their grammatical position in the sentence
and suggested as keywords to the questioner for thematic classification.
</p>
<p>
Well aware that the linguistic quality of an anonymous text is generally low
in terms of spelling, grammar, punctuation and style,
»frag.jetzt« sends the text to the online translation service
<a
class=
"info"
href=
"https://deepl.com"
target=
"_blank"
rel=
"noreferrer"
>
»DeepL«
<span>
Opens new window
</span>
</a>
and translates it into a foreign language, for example German into English.
The AI behind DeepL ignores just about any linguistic deficits.
The subsequent back translation into the source language
transforms a poorly written source text into a formally correct and easily readable generated text
without distorting the content.
The thus cleaned text is passed on to the NLP software
<a
class=
"info"
href=
"https://spacy.io/"
target=
"_blank"
rel=
"noreferrer"
>
»spaCy«
<span>
Opens new page
</span>
</a>
.
A word cloud can be created from the analyzed keywords or the keywords you have assigned yourself,
called a topic cloud in »frag.jetzt«.
It visualizes the frequency of the keywords:
The larger the font, the more questions refer to the keyword.
The rating of the questions is also included in the font size.
The topic cloud also serves as a navigator to all questions of a selected keyword:
Clicking on a word in the cloud takes you to the questions with that keyword.
<span>
Opens new window
</span>
</a>
in order to extract nouns by case as keywords from it.
The result is impressive: We create a word cloud from the AI-generated keywords of all questions,
which we aptly call »topic cloud« in »frag.jetzt«.
</p>
<p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment