ACL-OCL / Base_JSON /prefixE /json /eacl /2021.eacl-demos.35.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2021",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:41:48.398982Z"
},
"title": "Domain Expert Platform for Goal-Oriented Dialogue Collection",
"authors": [
{
"first": "Didzis",
"middle": [],
"last": "Gosko",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Latvia",
"location": {
"addrLine": "Raina bulv. 29",
"settlement": "Riga",
"country": "Latvia"
}
},
"email": ""
},
{
"first": "Arturs",
"middle": [],
"last": "Znotins",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Latvia",
"location": {
"addrLine": "Raina bulv. 29",
"settlement": "Riga",
"country": "Latvia"
}
},
"email": ""
},
{
"first": "Inguna",
"middle": [],
"last": "Skadina",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Latvia",
"location": {
"addrLine": "Raina bulv. 29",
"settlement": "Riga",
"country": "Latvia"
}
},
"email": ""
},
{
"first": "Normunds",
"middle": [],
"last": "Gruzitis",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Latvia",
"location": {
"addrLine": "Raina bulv. 29",
"settlement": "Riga",
"country": "Latvia"
}
},
"email": ""
},
{
"first": "Gunta",
"middle": [],
"last": "Nespore-Berzkalne",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Latvia",
"location": {
"addrLine": "Raina bulv. 29",
"settlement": "Riga",
"country": "Latvia"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Today, most dialogue systems are fully or partly built using neural network architectures. A crucial prerequisite for the creation of a goaloriented neural network dialogue system is a dataset that represents typical dialogue scenarios and includes various semantic annotations, e.g. intents, slots and dialogue actions, that are necessary for training a particular neural network architecture. In this demonstration paper, we present an easy to use interface and its backend which is oriented to domain experts for the collection of goal-oriented dialogue samples. The platform not only allows to collect or write sample dialogues in a structured way, but also provides a means for simple annotation and interpretation of the dialogues. The platform itself is language-independent; it depends only on the availability of particular language processing components for a specific language. It is currently being used to collect dialogue samples in Latvian (a highly inflected language) which represent typical communication between students and the student service.",
"pdf_parse": {
"paper_id": "2021",
"_pdf_hash": "",
"abstract": [
{
"text": "Today, most dialogue systems are fully or partly built using neural network architectures. A crucial prerequisite for the creation of a goaloriented neural network dialogue system is a dataset that represents typical dialogue scenarios and includes various semantic annotations, e.g. intents, slots and dialogue actions, that are necessary for training a particular neural network architecture. In this demonstration paper, we present an easy to use interface and its backend which is oriented to domain experts for the collection of goal-oriented dialogue samples. The platform not only allows to collect or write sample dialogues in a structured way, but also provides a means for simple annotation and interpretation of the dialogues. The platform itself is language-independent; it depends only on the availability of particular language processing components for a specific language. It is currently being used to collect dialogue samples in Latvian (a highly inflected language) which represent typical communication between students and the student service.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Modeling of human-computer interaction through dialogue systems and chatbots has raised a great interest among researchers and industry already since the time when the first chatbot Eliza (Weizenbaum, 1966) was created. This interest has become viral after the successful introduction of Siri (Bellegarda, 2013) . Today, virtual assistants, virtual agents and chatbots are present everywhere: on mobile devices, on different social networking platforms, on many websites and through smart home devices and robots.",
"cite_spans": [
{
"start": 188,
"end": 206,
"text": "(Weizenbaum, 1966)",
"ref_id": "BIBREF10"
},
{
"start": 293,
"end": 311,
"text": "(Bellegarda, 2013)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The virtual conversational agents are usually implemented as end-to-end neural network models, or their components are implemented through neural network architectures (Louvan and Magnini, 2020) . Such architectures require creation of datasets that represent various dialogue scenarios, as well as knowledge of the specific domain. This information has to be provided in specific data formats that in many cases are too complicated for domain experts. Moreover, the required training datasets usually include various annotation layers, such as named entities, dialogue acts, intents, etc. The creation of such datasets is a complex task, and the datasets are not completely isolated and abstracted from the particular dialogue system. Thus, domain experts that are involved in the creation of the datasets must have a high-level understanding of the overall structure of the dialogue system and its components, and how it is reflected in the annotated dialogue samples.",
"cite_spans": [
{
"start": 168,
"end": 194,
"text": "(Louvan and Magnini, 2020)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This demonstration paper address this issue by presenting a web-based platform for the creation and maintenance of dialogue datasets 1 . The interface of the platform is very simple and high-level: it allows a domain expert without detailed technical knowledge of the underlying dialogue system to create and update a representative training dataset, as well as to maintain the underlying database of domain-and organisation-specific information that will be used for question answering. The platform provides tools for the creation of goal-oriented dialogue systems, in particular:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 creation of datasets for dialogue systems that provide (or generate) responses depending on user input, intents and on the previous actions of the dialogue system;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 creation of datasets for dialogue systems that cover one or several topics;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 slot filling, including slot filler (e.g. named entity) normalization and annotation;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 creation and maintenance of slot filler aliases;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 creation and maintenance of knowledge base and interactive response selection;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 response generation, including the generation of inflectional forms for syntactic agreement.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our platform not only supports collection of dialogue scenarios, but also simulates prototypical interaction between human and computer. The tool has been successfully used for the creation of a dialogue dataset for the virtual assistant that supports the work of the student service in relation to three frequently asked topics: working hours and contacts of the personnel and structural units (e.g. libraries), issues regarding academic leave, as well as enrollment requirements and documents to be submitted (Skadina and Gosko, 2020) .",
"cite_spans": [
{
"start": 511,
"end": 536,
"text": "(Skadina and Gosko, 2020)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the next chapters of this paper, we describe our motivation to develop the platform, its overall architecture and main components, and the domain expert interface and its main components.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "For English and several other widely used languages, many publicly available dialogue datasets have been created and are reused for different research and development needs (e.g., Budzianowski et al. (2018) , Zeng et al. (2020) ). However, in the case of less-resourced languages, only few or no training datasets are available (Serban et al., 2018) . To our knowledge, there is no publicly available dataset for Latvian, that could be used for goal-oriented dialogue system modelling. To overcome this obstacle, some research groups machinetranslate existing English datasets into the lowresourced languages, while others try to build training datasets from scratch. When possible, crowdsourcing, including gamification (Ogawa et al., 2020) , is used as well. However, there in no best recipe for obtaining or collecting dialogue samples for a specific NLP task (in our case, dialogue modeling) for a less-resourced language with a relatively small number of speakers.",
"cite_spans": [
{
"start": 180,
"end": 206,
"text": "Budzianowski et al. (2018)",
"ref_id": "BIBREF2"
},
{
"start": 209,
"end": 227,
"text": "Zeng et al. (2020)",
"ref_id": "BIBREF12"
},
{
"start": 328,
"end": 349,
"text": "(Serban et al., 2018)",
"ref_id": "BIBREF8"
},
{
"start": 721,
"end": 741,
"text": "(Ogawa et al., 2020)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Motivation",
"sec_num": "2"
},
{
"text": "The motivation of our work is the necessity to build virtual assistants in less-resourced settings. The practical use case to test the platform has been the everyday communication between students and the student service of the University of Latvia. Since this communication has never been intentionally recorded, we started with the analysis of data retrieved from an online student forum to identify the most common topics, question and answer templates, and the typical dialogue scenarios. For the demonstration purposes, we have chosen three common topics: working hours, academic leave, and enrollment requirements. Elaborated and annotated sample dialogues constituting the training dataset have been specified by a domain expert using the dialogue management platform presented in this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Motivation",
"sec_num": "2"
},
{
"text": "Since we focus on goal-oriented virtul assistants, the Hybrid Code Networks (HCN) architecture has been selected for the implementation (Williams et al., 2017) allowing us to combine recursive neural networks (RNN) with the domain-specific knowledge and action templates of the dialogue system. The concrete dialogue system is implemented within the DeepPavlov framework 2 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Motivation",
"sec_num": "2"
},
{
"text": "The platform presented in this paper is designed to support three use cases:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Architecture and Components",
"sec_num": "3"
},
{
"text": "1. To create and gradually improve a collection of dialogue samples necessary for developing and testing a goal-oriented dialogue system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Architecture and Components",
"sec_num": "3"
},
{
"text": "2. To support (re-)training of a goal-oriented dialogue system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Architecture and Components",
"sec_num": "3"
},
{
"text": "3. To support dialogue testing in the inference mode. Training and running a dialogue system in the inference mode is performed through the DeepPavlov framework by passing the goal-oriented bot model configuration along with relations to other objects that are specific to the platform. Figure 1 illustrates the architecture of the platform. Apart from the domain expert user interface described in detail in Section 4, key components of the platform are four databases for storing the dialogue scenarios, the relevant entities and their aliases for slot filling, the required external knowledge for question answering, and reusable templates for response generation.",
"cite_spans": [],
"ref_spans": [
{
"start": 287,
"end": 295,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Overall Architecture and Components",
"sec_num": "3"
},
{
"text": "Dialogues created by the users of the platform (i.e., by domain experts not end-users) are stored in the SQLite database Dialogues to support concurrent modification. The dialogue database stores potential end-user utterances together with the respective Figure 1 : Architecture of the platform. The selected (grey) part of the diagram is language-specific and can be replaced or removed entirely.",
"cite_spans": [],
"ref_spans": [
{
"start": 255,
"end": 263,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Dialogue Database",
"sec_num": "3.1"
},
{
"text": "intents, slot values and the corresponding bot actions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Database",
"sec_num": "3.1"
},
{
"text": "Intents for the particular dialogue dataset are defined in a separate view of the platform's interface. The predefined intents are linked to utterances during the dialogue writing process (for details, see Section 4) and later used for training. In our demonstration dialogue system, we use a Keras classification model with Latvian fastText word embeddings for intent detection.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Database",
"sec_num": "3.1"
},
{
"text": "The configurator of the platform uses a custom data reader that reads training data from a customschema SQLite database. The reason why SQLite is used is the high modification rate produced by the platforms's user interface for dialogue editing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Database",
"sec_num": "3.1"
},
{
"text": "The database Knowledge base stores the external knowledge that is necessary for the dialogue system to provide the answers to the end-users. Such knowledge is usually dynamic and can change while the dialogue system is deployed (e.g. working hours of the university personnel in our demonstration case).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Base",
"sec_num": "3.2"
},
{
"text": "For our use case, the named entity recognition (NER) model combines a neural network model and a rule-based model. The neural network model is based on Latvian BERT word embeddings (Znotins and Barzdins, 2020) . To support entity classes of a particular domain, the NER model is trained on a larger generaldomain dataset (Gruzitis et al., 2018; Paikens et al., 2020 ) and a smaller domain-specific dataset. The combined model allows to recognize not only commonly used entity classes like persons, locations and organizations, but also domain specific entities like job positions and working hours.",
"cite_spans": [
{
"start": 181,
"end": 209,
"text": "(Znotins and Barzdins, 2020)",
"ref_id": "BIBREF13"
},
{
"start": 321,
"end": 344,
"text": "(Gruzitis et al., 2018;",
"ref_id": "BIBREF3"
},
{
"start": 345,
"end": 365,
"text": "Paikens et al., 2020",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Entity Database",
"sec_num": "3.3"
},
{
"text": "The rule-based NER is based on the Aho-Corasick algorithm (Aho and Corasick, 1975) with additional regular expression rules to ensure entity detection in various inflectional forms, as well as detection of very specific domain entities like room names and specific job positions that would not be recognised otherwise due to the limited amount of training data.",
"cite_spans": [
{
"start": 58,
"end": 82,
"text": "(Aho and Corasick, 1975)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Entity Database",
"sec_num": "3.3"
},
{
"text": "In our demonstration dialogue system, a custom slot filler is implemented, which relies on normalized entities returned by the NER module to be directly filled in the respective slots.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Entity Database",
"sec_num": "3.3"
},
{
"text": "The normalization is done in two steps. First, after the recognition of named entities (NE), an external NE normalization service is called, which provides base forms for both single-word entities and multi-word entities. Second, the database Entities is consulted to align the recognised and normalised entities (entered by the end-user) with the corresponding entities in the database. This also includes resolving NE aliases (for more details see Subsection 4.5).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Entity Database",
"sec_num": "3.3"
},
{
"text": "Responses to the end-user are generated using a template-based approach which depends on the recognised intent and slots. The response templates support additional markup for slot filler inflection that are replaced with the correctly inflected word forms during the response generation step. In our demonstration system, word forms are inflected using a Latvian morphological analyser (Paikens et al., 2013) as an external service. All template data are stored in and reused from the database Templates.",
"cite_spans": [
{
"start": 386,
"end": 408,
"text": "(Paikens et al., 2013)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Template Database",
"sec_num": "3.4"
},
{
"text": "In this section we present overall interface and constituents (sub-windows) of our dialogue data preparation platform: the window for dialogue collection, the action template editing window, the knowledge base preparation and management window, the window for intent definition and the window for creation and maintenance of slot filler aliases (see Figure 2) 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 350,
"end": 359,
"text": "Figure 2)",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "User Interface",
"sec_num": "4"
},
{
"text": "The user interface for data editing is powered by Python HTTP backend that serves static files and API calls. The backend modifies all four databases directly and uses slotfiller to retrieve slots from user interface. Frontend is written in Javascript and VueJS, and is running inside a web browser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Interface",
"sec_num": "4"
},
{
"text": "The central part of the dialogue collection platform is the dialog collection window. The dialogue collection window contains all dialogues submitted by the user. The dialogues could be changed any time:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Collection Window",
"sec_num": "4.1"
},
{
"text": "\u2022 by adding or deleting one or several utterances,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Collection Window",
"sec_num": "4.1"
},
{
"text": "\u2022 changing text of the utterance and corresponding slot and intent values,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Collection Window",
"sec_num": "4.1"
},
{
"text": "\u2022 changing corresponding dialogue act.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Collection Window",
"sec_num": "4.1"
},
{
"text": "To enter a new dialogue user have to push \"Add dialogue\" button and write an utterance ( Figure 3) . By pushing button \"Extract\", entities (slots) in user's utterance are automatically identified by the named entity recognizer, they are extracted and grammatically normalised (see Subsection 3.3), and, if necessary, semantically normalised (for details, see Subsection 4.5). Then user can specify an intent and select an action that needs to be performed by the dialogue system. When the action of the dialogue system is selected, the expected response from the bot is displayed to the user, allowing to check the possible answer and change it, in case a mistake has been identified (for details see Subsection 4.2). The utterance entering process continues until dialogue writing is completed. After pushing \"Done\" button the dialogue is being add to the Dialogues SQLite database.",
"cite_spans": [],
"ref_spans": [
{
"start": 89,
"end": 99,
"text": "Figure 3)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Dialogue Collection Window",
"sec_num": "4.1"
},
{
"text": "The action template window is used to define the action performed by the dialogue system. For our purposes we have introduced two types of actions: (1) templates of bot answers for particular action and (2) information retrieval request from the knowledge base depending on identified slot values.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Action Definition and Editing",
"sec_num": "4.2"
},
{
"text": "In the simplest case system's action is a fixed utterance, specified in action template window. However, in most cases dialogue action and answer depends on previous actions and information gathered from the user. Therefore we introduced mechanisms allowing to generate context dependent grammatically correct slot values identified during the dialogue. The slot values used for answer generation could be from the last utterance or previous ones, as well as from bot's previous answers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Action Definition and Editing",
"sec_num": "4.2"
},
{
"text": "For example, the template for action 'info working hours', contains utterance template 'Working hours for #position of the #ORG #PERSON: #time', where '#position', '#ORG', '#PERSON' and '#time' represent slot values (entities), identified during the dialogue or retrieved from the knowledge base.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Action Definition and Editing",
"sec_num": "4.2"
},
{
"text": "Action templates can also include form generation instructions which are very important for fluent output generation in case of inflected languages. For example, in the Latvian template 'Kuras fakult\u0101tes position@g darbalaiku J\u016bs v\u0113l\u0113tos noskaidrot?' (Which faculty #position@g working hours you would like to know?) item #position represents slot (entity), identified during the dialogue (e.g., dek\u0101ns (dean)), while '@g' requests generation of the genitive form of this entity (e.g., dek\u0101na instead of lemma dek\u0101ns).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Action Definition and Editing",
"sec_num": "4.2"
},
{
"text": "When action requires information retrieval from the database (template api call), the previously extracted information from user's input (slots) is used For example, if answer to the previous question is \"Faculty of Computing\", then query to database will ask for working hours of the dean of the Faculty of Computing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Action Definition and Editing",
"sec_num": "4.2"
},
{
"text": "Similarly to dialogue utterances, actions and their templates could be easily modified during the dialogue writing process, new actions could be added and unnecessary actions removed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Action Definition and Editing",
"sec_num": "4.2"
},
{
"text": "Goal-oriented dialogue systems often include means for knowledge retrieval from database or any other type of knowledge base. In some cases database already exist, while often creation of knowledge base is part of the dialog system building process. To ensure consistency between dialogues and information in database, the database could be created, filled and modified during dialogue collection process.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Base Preparation",
"sec_num": "4.3"
},
{
"text": "The Knowledge base preparation and maintenance window has very simple interface allowing user to enter new entries, change the existing ones or even modify database structure. To ensure consistency between different information pieces of the dialogue system, names of columns in database needs to correspond to the entity types of the dialogue system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Base Preparation",
"sec_num": "4.3"
},
{
"text": "For intent management, small and simple window is created, allowing to add, modify and delete intents. Intents defined in this window, are used during dialogue writing process: they can be assigned to each user's utterance (for details see Subsection 4.1).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Intents",
"sec_num": "4.4"
},
{
"text": "The common problem in dialogue systems that include knowledge retrieval, is incoherence between entity in utterance submitted by user and correct and normalised entity fixed in database. For instance, when dialogue system asks to specify name of particular organization, user can enter its abbreviation (e.g., \"DF\" or \"FC\" instead of Faculty of Computing), commonly used shortened form, use jargon or make spelling errors (e.g., errors in capitalization -faculty of computing instead of Faculty of Computing). To overcome this bottleneck we introduce entity alias management window, where user can specify official (normalised) form of the entity which has been stored in knowledge base and its typical aliases (see Figure 4) . Similarly to other windows of this platform, the entity editing window allows to add, edit and delete entities and their aliases. Each \"official\" entity could have several aliases (synonyms). We also 3: Demonstration of dialogue preparation -utterance writing, slot filling, intent identification and retrieval from the database keep entity type, in case the same string belongs to several types.",
"cite_spans": [],
"ref_spans": [
{
"start": 716,
"end": 725,
"text": "Figure 4)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Creation and Maintenance of Slot Filler Aliases",
"sec_num": "4.5"
},
{
"text": "In this paper, we have presented a configurable platform for dialogue collection that supports synchronization of information necessary for building a goal-oriented dialogue system, besides specification of dialogue scripts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "The presented platform is publicly available 4 . It has been used for creation of Latvian-specific dataset of dialogues between students and a student service. Following recommendations from reviewers the platform is currently demonstrated on prototypical English dialogue samples, demon-4 http://bots.ailab.lv/ Figure 4 : Window for creation and maintenance of slot filler aliases strating its scalability to other languages. We will add a short walkthrough video demonstrating the main features of the platform.",
"cite_spans": [],
"ref_spans": [
{
"start": 312,
"end": 320,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "The next development tasks include simple export of dialogue data in commonly used formats to facilitate experiments with various neural dialogue system architectures, and support for a one-click re-training process which currently is implemented as separate background process.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "http://bots.ailab.lv/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://deeppavlov.ai/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Although the platform is currently being used to collect dialogue samples in Latvian, in this paper we followed recommendations from reviewers and included prototypical English dialogue samples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This research is funded by the Latvian Council of Science project \"Latvian Language Understanding and Generation in Human-Computer Interaction\", project No. lzp2018/2-0216.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Fast pattern matching: an aid to bibliographic search",
"authors": [
{
"first": "A",
"middle": [
"V"
],
"last": "Aho",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Corasick",
"suffix": ""
}
],
"year": 1975,
"venue": "Communications of ACM",
"volume": "18",
"issue": "6",
"pages": "333--340",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "AV Aho and MJ Corasick. 1975. Fast pattern matching: an aid to bibliographic search. Communications of ACM, 18(6):333-340.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Large-Scale Personal Assistant Technology Deployment: The Siri Experience",
"authors": [
{
"first": "R",
"middle": [],
"last": "Jerome",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bellegarda",
"suffix": ""
}
],
"year": 2013,
"venue": "INTERSPEECH 2013, 14th Annual Conference of the International Speech Communication Association",
"volume": "",
"issue": "",
"pages": "2029--2033",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jerome R. Bellegarda. 2013. Large-Scale Personal As- sistant Technology Deployment: The Siri Experi- ence. In INTERSPEECH 2013, 14th Annual Confer- ence of the International Speech Communication As- sociation, Lyon, France, August 25-29, 2013, pages 2029-2033. ISCA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "MultiWOZ -A Large-Scale Multi-Domain Wizard-of-Oz Dataset for Task-Oriented Dialogue Modelling",
"authors": [
{
"first": "Pawe\u0142",
"middle": [],
"last": "Budzianowski",
"suffix": ""
},
{
"first": "Tsung-Hsien",
"middle": [],
"last": "Wen",
"suffix": ""
},
{
"first": "Bo-Hsiang",
"middle": [],
"last": "Tseng",
"suffix": ""
},
{
"first": "I\u00f1igo",
"middle": [],
"last": "Casanueva",
"suffix": ""
},
{
"first": "Ultes",
"middle": [],
"last": "Stefan",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pawe\u0142 Budzianowski, Tsung-Hsien Wen, Bo-Hsiang Tseng, I\u00f1igo Casanueva, Ultes Stefan, Ramadan Os- man, and Milica Ga\u0161i\u0107. 2018. MultiWOZ -A Large- Scale Multi-Domain Wizard-of-Oz Dataset for Task- Oriented Dialogue Modelling. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Creation of a Balanced State-of-the-Art Multilayer Corpus for NLU",
"authors": [
{
"first": "Normunds",
"middle": [],
"last": "Gruzitis",
"suffix": ""
},
{
"first": "Lauma",
"middle": [],
"last": "Pretkalnina",
"suffix": ""
},
{
"first": "Baiba",
"middle": [],
"last": "Saulite",
"suffix": ""
},
{
"first": "Laura",
"middle": [],
"last": "Rituma",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 11th International Conference on Language Resources and Evaluation (LREC)",
"volume": "",
"issue": "",
"pages": "4506--4513",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Normunds Gruzitis, Lauma Pretkalnina, Baiba Saulite, Laura Rituma, Gunta Nespore-Berzkalne, Arturs Znotins, and Peteris Paikens. 2018. Creation of a Balanced State-of-the-Art Multilayer Corpus for NLU. In Proceedings of the 11th International Conference on Language Resources and Evaluation (LREC), pages 4506-4513.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Recent Neural Methods on Slot Filling and Intent Classification for Task-Oriented Dialogue Systems: A Survey",
"authors": [
{
"first": "Samuel",
"middle": [],
"last": "Louvan",
"suffix": ""
},
{
"first": "Bernardo",
"middle": [],
"last": "Magnini",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 28th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "480--496",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Samuel Louvan and Bernardo Magnini. 2020. Recent Neural Methods on Slot Filling and Intent Classifi- cation for Task-Oriented Dialogue Systems: A Sur- vey. In Proceedings of the 28th International Con- ference on Computational Linguistics, pages 480- 496, Barcelona, Spain (Online). International Com- mittee on Computational Linguistics.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Gamification platform for collecting task-oriented dialogue data",
"authors": [
{
"first": "Haruna",
"middle": [],
"last": "Ogawa",
"suffix": ""
},
{
"first": "Hitoshi",
"middle": [],
"last": "Nishikawa",
"suffix": ""
},
{
"first": "Takenobu",
"middle": [],
"last": "Tokunaga",
"suffix": ""
},
{
"first": "Hikaru",
"middle": [],
"last": "Yokono",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 12th Language Resources and Evaluation Conference",
"volume": "",
"issue": "",
"pages": "7084--7093",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Haruna Ogawa, Hitoshi Nishikawa, Takenobu Toku- naga, and Hikaru Yokono. 2020. Gamification platform for collecting task-oriented dialogue data. In Proceedings of the 12th Language Resources and Evaluation Conference, pages 7084-7093, Mar- seille, France. European Language Resources Asso- ciation.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Morphological analysis with limited resources: Latvian example",
"authors": [
{
"first": "Peteris",
"middle": [],
"last": "Paikens",
"suffix": ""
},
{
"first": "Laura",
"middle": [],
"last": "Rituma",
"suffix": ""
},
{
"first": "Lauma",
"middle": [],
"last": "Pretkalnina",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 19th Nordic Conference of Computational Linguistics (NODALIDA)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peteris Paikens, Laura Rituma, and Lauma Pretkalnina. 2013. Morphological analysis with limited re- sources: Latvian example. In Proceedings of the 19th Nordic Conference of Computational Linguis- tics (NODALIDA).",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Human-in-the-Loop Conversation Agent for Customer Service",
"authors": [],
"year": 2020,
"venue": "Peteris Paikens, Arturs Znotins, and Guntis Barzdins",
"volume": "12089",
"issue": "",
"pages": "277--284",
"other_ids": {
"DOI": [
"10.1007/978-3-030-51310-8_25"
]
},
"num": null,
"urls": [],
"raw_text": "Peteris Paikens, Arturs Znotins, and Guntis Barzdins. 2020. Human-in-the-Loop Conversation Agent for Customer Service. In Natural Language Processing and Information Systems, volume 12089, pages 277- 284. Springer.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems",
"authors": [
{
"first": "Iulian",
"middle": [],
"last": "Serban",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Lowe",
"suffix": ""
},
{
"first": "Peter",
"middle": [],
"last": "Henderson",
"suffix": ""
},
{
"first": "Laurent",
"middle": [],
"last": "Charlin",
"suffix": ""
},
{
"first": "Joelle",
"middle": [],
"last": "Pineau",
"suffix": ""
}
],
"year": 2018,
"venue": "ArXiv",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Iulian Serban, Ryan Lowe, Peter Henderson, Laurent Charlin, and Joelle Pineau. 2018. A Survey of Avail- able Corpora for Building Data-Driven Dialogue Systems. ArXiv, abs/1512.05742.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Towards Hybrid Model for Human-Computer Interaction in Latvian",
"authors": [
{
"first": "Inguna",
"middle": [],
"last": "Skadina",
"suffix": ""
},
{
"first": "Didzis",
"middle": [],
"last": "Gosko",
"suffix": ""
}
],
"year": 2020,
"venue": "Human Language Technologies -The Baltic Perspective",
"volume": "328",
"issue": "",
"pages": "103--110",
"other_ids": {
"DOI": [
"10.3233/FAIA200610"
]
},
"num": null,
"urls": [],
"raw_text": "Inguna Skadina and Didzis Gosko. 2020. Towards Hybrid Model for Human-Computer Interaction in Latvian. In Human Language Technologies -The Baltic Perspective, volume 328, pages 103 -110. IOS Press.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "ELIZA-a Computer Program for the Study of Natural Language Communication between Man and Machine",
"authors": [
{
"first": "Joseph",
"middle": [],
"last": "Weizenbaum",
"suffix": ""
}
],
"year": 1966,
"venue": "Commun. ACM",
"volume": "9",
"issue": "1",
"pages": "36--45",
"other_ids": {
"DOI": [
"10.1145/365153.365168"
]
},
"num": null,
"urls": [],
"raw_text": "Joseph Weizenbaum. 1966. ELIZA-a Computer Pro- gram for the Study of Natural Language Communi- cation between Man and Machine. Commun. ACM, 9(1):36-45.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Hybrid code networks: practical and efficient end-to-end dialog control with supervised and reinforcement learning",
"authors": [
{
"first": "D",
"middle": [],
"last": "Jason",
"suffix": ""
},
{
"first": "Kavosh",
"middle": [],
"last": "Williams",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Asadi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Zweig",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1702.03274"
]
},
"num": null,
"urls": [],
"raw_text": "Jason D Williams, Kavosh Asadi, and Geoffrey Zweig. 2017. Hybrid code networks: practical and efficient end-to-end dialog control with super- vised and reinforcement learning. arXiv preprint arXiv:1702.03274.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "MedDialog: Large-scale medical dialogue datasets",
"authors": [
{
"first": "Guangtao",
"middle": [],
"last": "Zeng",
"suffix": ""
},
{
"first": "Wenmian",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Zeqian",
"middle": [],
"last": "Ju",
"suffix": ""
},
{
"first": "Yue",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Sicheng",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Ruisi",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Meng",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Jiaqi",
"middle": [],
"last": "Zeng",
"suffix": ""
},
{
"first": "Xiangyu",
"middle": [],
"last": "Dong",
"suffix": ""
},
{
"first": "Ruoyu",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Hongchao",
"middle": [],
"last": "Fang",
"suffix": ""
},
{
"first": "Penghui",
"middle": [],
"last": "Zhu",
"suffix": ""
},
{
"first": "Shu",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Pengtao",
"middle": [],
"last": "Xie",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "9241--9250",
"other_ids": {
"DOI": [
"10.18653/v1/2020.emnlp-main.743"
]
},
"num": null,
"urls": [],
"raw_text": "Guangtao Zeng, Wenmian Yang, Zeqian Ju, Yue Yang, Sicheng Wang, Ruisi Zhang, Meng Zhou, Jiaqi Zeng, Xiangyu Dong, Ruoyu Zhang, Hongchao Fang, Penghui Zhu, Shu Chen, and Pengtao Xie. 2020. MedDialog: Large-scale medical dialogue datasets. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Process- ing (EMNLP), pages 9241-9250, Online. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "LVBERT: Transformer-Based Model for Latvian Language Understanding",
"authors": [
{
"first": "Arturs",
"middle": [],
"last": "Znotins",
"suffix": ""
},
{
"first": "Guntis",
"middle": [],
"last": "Barzdins",
"suffix": ""
}
],
"year": 2020,
"venue": "Human Language Technologies -The Baltic Perspective",
"volume": "328",
"issue": "",
"pages": "111--115",
"other_ids": {
"DOI": [
"10.3233/FAIA200610"
]
},
"num": null,
"urls": [],
"raw_text": "Arturs Znotins and Guntis Barzdins. 2020. LVBERT: Transformer-Based Model for Latvian Language Un- derstanding. In Human Language Technologies - The Baltic Perspective, volume 328, pages 111-115. IOS Press.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"num": null,
"text": "Overview of interfaceto form request to the database (see Subsection 4.3)."
}
}
}
}