An explainable semantic parser for end-user development:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Abschlussarbeit Buch |
Sprache: | English |
Veröffentlicht: |
Passau
2021
|
Schlagworte: | |
Online-Zugang: | kostenfrei kostenfrei Inhaltsverzeichnis |
Beschreibung: | xvi, 165 Seiten Illustrationen, Diagramme |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV048244835 | ||
003 | DE-604 | ||
005 | 20220714 | ||
007 | t | ||
008 | 220527s2021 a||| m||| 00||| eng d | ||
035 | |a (OCoLC)1322806473 | ||
035 | |a (DE-599)BVBBV048244835 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-384 |a DE-473 |a DE-703 |a DE-1051 |a DE-824 |a DE-29 |a DE-12 |a DE-91 |a DE-19 |a DE-1049 |a DE-92 |a DE-739 |a DE-898 |a DE-355 |a DE-706 |a DE-20 |a DE-1102 |a DE-860 |a DE-2174 | ||
084 | |a ST 306 |0 (DE-625)143654: |2 rvk | ||
100 | 1 | |a Sales, Juliano Efson |e Verfasser |0 (DE-588)1259747778 |4 aut | |
245 | 1 | 0 | |a An explainable semantic parser for end-user development |c Juliano Efson Sales |
264 | 1 | |a Passau |c 2021 | |
300 | |a xvi, 165 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
502 | |b Dissertation |c Universität Passau |d 2022 | ||
650 | 0 | 7 | |a Automatische Sprachanalyse |0 (DE-588)4129935-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Parser |0 (DE-588)4125056-4 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4113937-9 |a Hochschulschrift |2 gnd-content | |
689 | 0 | 0 | |a Parser |0 (DE-588)4125056-4 |D s |
689 | 0 | 1 | |a Automatische Sprachanalyse |0 (DE-588)4129935-8 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |o urn:nbn:de:bvb:739-opus4-10718 |
856 | 4 | 1 | |u https://opus4.kobv.de/opus4-uni-passau/frontdoor/index/index/docId/1071 |z kostenfrei |3 Volltext |
856 | 4 | 1 | |u https://nbn-resolving.de/urn:nbn:de:bvb:739-opus4-10718 |x Resolving-System |z kostenfrei |3 Volltext |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033625242&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
912 | |a ebook | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-033625242 |
Datensatz im Suchindex
_version_ | 1804184036863639552 |
---|---|
adam_text | Contents I Preamble 1 1 3 Introduction 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 Programming to the Masses...................................................... End-User Programming............................................................ The Semantic Parsing Problem................................................ The Proposed Semantic Parser................................................ 1.4.1 Shallow Parser............................................................... 1.4.2 Ranking Model............................................................... Explainable Artificial Intelligence............................................. The Hierarchical Explanation Model....................................... Research Questions, Hypotheses Goals .............................. 1.7.1 Semantic Parsing............................................................ 1.7.2 Explainability .................................................................. Contributions.............................................................................. Publications................................................................................. Thesis Outline ......................................................................... II Related Work 2 19 End-User Development Explainability 21 2.1 2.2 21 23 23 24 26 27 27 28 29 29 30 31 32 2.3 2.4 2.5 2.6 3 3 4 4 6 6 7 9 10 11 12 13 14 15 16 Introduction................................................................................. Types of End-User Development ............................................. 2.2.1 Visual
Programming...................................................... 2.2.2 Programming by Example............................................. 2.2.3 Crowd-Supported Programming ................................. 2.2.4 Natural Language Programming................................. Other Aspects of End-User Development................................. 2.3.1 Teaching ........................................................................ 2.3.2 Machine Learning ......................................................... 2.3.3 Software Engineering...................................................... The User Perspective.................................................................. Explainability .............................................................................. Summary.................................................................................... Semantic Parsingof Natural LanguageCommands 3.1 3.2 35 Introduction................................................................................. 35 The Typical Tasks of Parsing of Natural Language Commands 36 3.2.1 Commands for Database Queries................................. 36 vii
Contents viii 3.3 3.4 3.5 3.6 III 4 Designing an Explainable Semantic Parser 59 A Semantic Parser for End-User Development 61 4.1 4.2 4.3 4.4 61 63 64 66 69 70 71 73 73 75 77 77 78 4.5 5 3.2.2 Navigational Instructions.............................................. 38 3.2.3 Program Synthesis.......................................................... 39 3.2.4 Natural Language Interfacefor APIs............................. 41 3.2.5 Other Interests in Semantic Parsingof Commands . . 42 Approaches and Methods .......................................................... 43 3.3.1 Methods Based on Rules................................................ 43 3.3.2 Learning-Based Methods ............................................. 46 An Overview of the Methods for Parsing Natural Language Commands......................................................................... 52 3.4.1 Approach and Feature Set............................................. 52 3.4.2 Explainability.................................................................. 52 3.4.3 Evaluation ..................................................................... 57 Exposing the Gap .............................. 57 Summary..................................................................................... 58 Introduction................................................................................. Re-engineering the Learning Task............................................. Componentising the SemanticParsing..................................... The Proposed Architecture......................................................
4.4.1 Command Segmenter .............. 4.4.2 Shallow Parser............................................................... 4.4.3 Type Inferencer............................................................... 4.4.4 Predicate-Argument Structure .................................... 4.4.5 API Filter........................................................................ 4.4.6 Function Call Generator................................................ 4.4.7 Intent Classifier............................................................... 4.4.8 Ranker ........................................................................... Summary.................................................................................... Explanation Model of a Multi-Component Semantic Parser 79 5.1 5.2 5.3 5.4 Introduction................................................................................. Levels of Interpretability ............................................................ The Explanation Model............................................................ 5.3.1 Shallow Parser Rules Syntactic Tree Layers........... 5.3.2 Word Embedding Layer............................................ 5.3.3 The Ranking Classification Layer........................... 5.3.4 The ComparativeExplanation ...................................... Summary.................................................................................... 79 80 81 81 83 83 85 85
Contents I V Experiments and Validation ix 89 6 The Evaluation of the Semantic Parser 91 6.1 Introduction.................................................................................. 91 6.1.1 The Data Set................................................................... 91 6.2 Indra............................................................................................. 92 6.2.1 Word Embedding Vector................................................. 93 6.2.2 Composition Vector....................................................... 93 6.2.3 Semantic Relatedness .................................................... 94 6.2.4 Nearest Neighbours ....................................................... 94 6.3 The Encoder-Decoder Baseline Models.................................... 94 6.3.1 The Sequence-to-Sequence Baseline............................... 94 6.3.2 The Attention-Based Baseline........................................ 95 6.3.3 Baseline Analysis............................................................. 97 6.4 Evaluating the Proposed Architecture.................................... 97 6.4.1 API Filter Settings.......................................................... 97 6.4.2 Intent Classifier Settings................................................. 97 6.5 Results Discussion.................................................................. 98 6.5.1 API Filter......................................................................... 99 6.5.2 Classifiers............................................................................ 102 6.6
Summary....................................................................................... 104 7 The Evaluation of the Explanation Model 105 7.1 Introduction................................................................................... 105 7.2 The Experimental Setting............................................................106 7.2.1 Participants.........................................................................106 7.2.2 General Instructions.......................................................... 107 7.3 Evaluation Criteria........................................................................107 7.3.1 Mental Models................................................................... 108 7.3.2 Type of Explanations ...................................................... 109 7.3.3 Accuracy vs. Explainability............................................. 109 7.4 Results Discussion.....................................................................110 7.4.1 Mental Models...................................................................110 7.4.2 Relevance of theExplanations ......................................... Ill 7.4.3 The Accuracy vs. Explainability Dilemma..................... 112 7.4.4 Concerns About the Design of the Experiment .... 113 7.4.5 Considerations about Completeness .............................. 114 7.4.6 Participants’ Comments and Impressions ..................... 114 7.5 Summary...................................................................................... 115
Contents x V Conclusions and Perspectives 117 8 Conclusions and Future Research 119 8.1 Summary........................................................................................ 119 8.2 Discussion and Conclusions.......................................................... 121 8.2.1 Semantic Parsing............................................................... 121 8.2.2 Explanation Model............................................................ 123 8.3 Revisiting the Principles and Requirements of End-User Pro gramming ....................................................................................... 124 8.3.1 Motivational Task.............................................................124 8.3.2 Principles............................................................................ 125 8.3.3 Challenges ......................................................................... 126 8.4 Future Research Directions ..........................................................129 8.4.1 Enriching the TrainingData ............................................ 129 8.4.2 Further Research on Explainability..................................130 Appendices 133 A Questionnaire 135 AT Mental Models.............................................................................. 135 A.2 Types of Explanation .................................................................. 136 A.3 Accuracy over Interpretability...................................................... 137 Bibliography 138
|
adam_txt |
Contents I Preamble 1 1 3 Introduction 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 Programming to the Masses. End-User Programming. The Semantic Parsing Problem. The Proposed Semantic Parser. 1.4.1 Shallow Parser. 1.4.2 Ranking Model. Explainable Artificial Intelligence. The Hierarchical Explanation Model. Research Questions, Hypotheses Goals . 1.7.1 Semantic Parsing. 1.7.2 Explainability . Contributions. Publications. Thesis Outline . II Related Work 2 19 End-User Development Explainability 21 2.1 2.2 21 23 23 24 26 27 27 28 29 29 30 31 32 2.3 2.4 2.5 2.6 3 3 4 4 6 6 7 9 10 11 12 13 14 15 16 Introduction. Types of End-User Development . 2.2.1 Visual
Programming. 2.2.2 Programming by Example. 2.2.3 Crowd-Supported Programming . 2.2.4 Natural Language Programming. Other Aspects of End-User Development. 2.3.1 Teaching . 2.3.2 Machine Learning . 2.3.3 Software Engineering. The User Perspective. Explainability . Summary. Semantic Parsingof Natural LanguageCommands 3.1 3.2 35 Introduction. 35 The Typical Tasks of Parsing of Natural Language Commands 36 3.2.1 Commands for Database Queries. 36 vii
Contents viii 3.3 3.4 3.5 3.6 III 4 Designing an Explainable Semantic Parser 59 A Semantic Parser for End-User Development 61 4.1 4.2 4.3 4.4 61 63 64 66 69 70 71 73 73 75 77 77 78 4.5 5 3.2.2 Navigational Instructions. 38 3.2.3 Program Synthesis. 39 3.2.4 Natural Language Interfacefor APIs. 41 3.2.5 Other Interests in Semantic Parsingof Commands . . 42 Approaches and Methods . 43 3.3.1 Methods Based on Rules. 43 3.3.2 Learning-Based Methods . 46 An Overview of the Methods for Parsing Natural Language Commands. 52 3.4.1 Approach and Feature Set. 52 3.4.2 Explainability. 52 3.4.3 Evaluation . 57 Exposing the Gap . 57 Summary. 58 Introduction. Re-engineering the Learning Task. Componentising the SemanticParsing. The Proposed Architecture.
4.4.1 Command Segmenter . 4.4.2 Shallow Parser. 4.4.3 Type Inferencer. 4.4.4 Predicate-Argument Structure . 4.4.5 API Filter. 4.4.6 Function Call Generator. 4.4.7 Intent Classifier. 4.4.8 Ranker . Summary. Explanation Model of a Multi-Component Semantic Parser 79 5.1 5.2 5.3 5.4 Introduction. Levels of Interpretability . The Explanation Model. 5.3.1 Shallow Parser Rules Syntactic Tree Layers. 5.3.2 Word Embedding Layer. 5.3.3 The Ranking Classification Layer. 5.3.4 The ComparativeExplanation . Summary. 79 80 81 81 83 83 85 85
Contents I V Experiments and Validation ix 89 6 The Evaluation of the Semantic Parser 91 6.1 Introduction. 91 6.1.1 The Data Set. 91 6.2 Indra. 92 6.2.1 Word Embedding Vector. 93 6.2.2 Composition Vector. 93 6.2.3 Semantic Relatedness . 94 6.2.4 Nearest Neighbours . 94 6.3 The Encoder-Decoder Baseline Models. 94 6.3.1 The Sequence-to-Sequence Baseline. 94 6.3.2 The Attention-Based Baseline. 95 6.3.3 Baseline Analysis. 97 6.4 Evaluating the Proposed Architecture. 97 6.4.1 API Filter Settings. 97 6.4.2 Intent Classifier Settings. 97 6.5 Results Discussion. 98 6.5.1 API Filter. 99 6.5.2 Classifiers. 102 6.6
Summary. 104 7 The Evaluation of the Explanation Model 105 7.1 Introduction. 105 7.2 The Experimental Setting.106 7.2.1 Participants.106 7.2.2 General Instructions. 107 7.3 Evaluation Criteria.107 7.3.1 Mental Models. 108 7.3.2 Type of Explanations . 109 7.3.3 Accuracy vs. Explainability. 109 7.4 Results Discussion.110 7.4.1 Mental Models.110 7.4.2 Relevance of theExplanations . Ill 7.4.3 The Accuracy vs. Explainability Dilemma. 112 7.4.4 Concerns About the Design of the Experiment . 113 7.4.5 Considerations about Completeness . 114 7.4.6 Participants’ Comments and Impressions . 114 7.5 Summary. 115
Contents x V Conclusions and Perspectives 117 8 Conclusions and Future Research 119 8.1 Summary. 119 8.2 Discussion and Conclusions. 121 8.2.1 Semantic Parsing. 121 8.2.2 Explanation Model. 123 8.3 Revisiting the Principles and Requirements of End-User Pro gramming . 124 8.3.1 Motivational Task.124 8.3.2 Principles. 125 8.3.3 Challenges . 126 8.4 Future Research Directions .129 8.4.1 Enriching the TrainingData . 129 8.4.2 Further Research on Explainability.130 Appendices 133 A Questionnaire 135 AT Mental Models. 135 A.2 Types of Explanation . 136 A.3 Accuracy over Interpretability. 137 Bibliography 138 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Sales, Juliano Efson |
author_GND | (DE-588)1259747778 |
author_facet | Sales, Juliano Efson |
author_role | aut |
author_sort | Sales, Juliano Efson |
author_variant | j e s je jes |
building | Verbundindex |
bvnumber | BV048244835 |
classification_rvk | ST 306 |
collection | ebook |
ctrlnum | (OCoLC)1322806473 (DE-599)BVBBV048244835 |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Thesis Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01898nam a2200397 c 4500</leader><controlfield tag="001">BV048244835</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20220714 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">220527s2021 a||| m||| 00||| eng d</controlfield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1322806473</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV048244835</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-1049</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-1102</subfield><subfield code="a">DE-860</subfield><subfield code="a">DE-2174</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 306</subfield><subfield code="0">(DE-625)143654:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Sales, Juliano Efson</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1259747778</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">An explainable semantic parser for end-user development</subfield><subfield code="c">Juliano Efson Sales</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Passau</subfield><subfield code="c">2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xvi, 165 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="502" ind1=" " ind2=" "><subfield code="b">Dissertation</subfield><subfield code="c">Universität Passau</subfield><subfield code="d">2022</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Automatische Sprachanalyse</subfield><subfield code="0">(DE-588)4129935-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Parser</subfield><subfield code="0">(DE-588)4125056-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4113937-9</subfield><subfield code="a">Hochschulschrift</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Parser</subfield><subfield code="0">(DE-588)4125056-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Automatische Sprachanalyse</subfield><subfield code="0">(DE-588)4129935-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="o">urn:nbn:de:bvb:739-opus4-10718</subfield></datafield><datafield tag="856" ind1="4" ind2="1"><subfield code="u">https://opus4.kobv.de/opus4-uni-passau/frontdoor/index/index/docId/1071</subfield><subfield code="z">kostenfrei</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="4" ind2="1"><subfield code="u">https://nbn-resolving.de/urn:nbn:de:bvb:739-opus4-10718</subfield><subfield code="x">Resolving-System</subfield><subfield code="z">kostenfrei</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033625242&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ebook</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-033625242</subfield></datafield></record></collection> |
genre | (DE-588)4113937-9 Hochschulschrift gnd-content |
genre_facet | Hochschulschrift |
id | DE-604.BV048244835 |
illustrated | Illustrated |
index_date | 2024-07-03T19:55:32Z |
indexdate | 2024-07-10T09:32:57Z |
institution | BVB |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-033625242 |
oclc_num | 1322806473 |
open_access_boolean | 1 |
owner | DE-384 DE-473 DE-BY-UBG DE-703 DE-1051 DE-824 DE-29 DE-12 DE-91 DE-BY-TUM DE-19 DE-BY-UBM DE-1049 DE-92 DE-739 DE-898 DE-BY-UBR DE-355 DE-BY-UBR DE-706 DE-20 DE-1102 DE-860 DE-2174 |
owner_facet | DE-384 DE-473 DE-BY-UBG DE-703 DE-1051 DE-824 DE-29 DE-12 DE-91 DE-BY-TUM DE-19 DE-BY-UBM DE-1049 DE-92 DE-739 DE-898 DE-BY-UBR DE-355 DE-BY-UBR DE-706 DE-20 DE-1102 DE-860 DE-2174 |
physical | xvi, 165 Seiten Illustrationen, Diagramme |
psigel | ebook |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
record_format | marc |
spelling | Sales, Juliano Efson Verfasser (DE-588)1259747778 aut An explainable semantic parser for end-user development Juliano Efson Sales Passau 2021 xvi, 165 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier Dissertation Universität Passau 2022 Automatische Sprachanalyse (DE-588)4129935-8 gnd rswk-swf Parser (DE-588)4125056-4 gnd rswk-swf (DE-588)4113937-9 Hochschulschrift gnd-content Parser (DE-588)4125056-4 s Automatische Sprachanalyse (DE-588)4129935-8 s DE-604 Erscheint auch als Online-Ausgabe urn:nbn:de:bvb:739-opus4-10718 https://opus4.kobv.de/opus4-uni-passau/frontdoor/index/index/docId/1071 kostenfrei Volltext https://nbn-resolving.de/urn:nbn:de:bvb:739-opus4-10718 Resolving-System kostenfrei Volltext Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033625242&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Sales, Juliano Efson An explainable semantic parser for end-user development Automatische Sprachanalyse (DE-588)4129935-8 gnd Parser (DE-588)4125056-4 gnd |
subject_GND | (DE-588)4129935-8 (DE-588)4125056-4 (DE-588)4113937-9 |
title | An explainable semantic parser for end-user development |
title_auth | An explainable semantic parser for end-user development |
title_exact_search | An explainable semantic parser for end-user development |
title_exact_search_txtP | An explainable semantic parser for end-user development |
title_full | An explainable semantic parser for end-user development Juliano Efson Sales |
title_fullStr | An explainable semantic parser for end-user development Juliano Efson Sales |
title_full_unstemmed | An explainable semantic parser for end-user development Juliano Efson Sales |
title_short | An explainable semantic parser for end-user development |
title_sort | an explainable semantic parser for end user development |
topic | Automatische Sprachanalyse (DE-588)4129935-8 gnd Parser (DE-588)4125056-4 gnd |
topic_facet | Automatische Sprachanalyse Parser Hochschulschrift |
url | https://opus4.kobv.de/opus4-uni-passau/frontdoor/index/index/docId/1071 https://nbn-resolving.de/urn:nbn:de:bvb:739-opus4-10718 http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033625242&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT salesjulianoefson anexplainablesemanticparserforenduserdevelopment |