A Study of the Various Architectures for Natural Language Interface to DBs
|
|
|
- Claude Hutchinson
- 10 years ago
- Views:
Transcription
1 A Study of the Various Architectures for Natural Language Interface to DBs 1 B.Sujatha, 2 Dr.S.Viswanadha Raju, 3 Humera Shaziya 1 Research Scholar, Dept. of CSE JNTUH, Hyderabad, AP, India Page 57 2 Professor & Head, Dept. of CSE J.N.T.University, Jagtial 3 Lecturer in Computers, Dept. of M.C.A Nizam College, Hyderabad Abstract This paper is an introduction to the architecture of the natural language interfaces to databases (NLIDBS). First the concept of Intelligent Databases (IDBS) is presented. Some advantages and disadvantages of NLIDBS are then discussed followed by the discussion of the components of NLIDB. Comparison of NLIDBS to formal query languages, form-based interfaces, and graphical interfaces are then discussed. The discussion then moves on to NLIDB architectures in which various architectures are discussed. Keywords: IDBS, Linguistics Component, Symbolic Approach, Empirical Approach, Pattern Matching System, Syntax Based System, Semantic Grammer System. I. INTRODUCTION A natural language interface to a database (Nlidb) is a system that allows the user to access information stored in a database by typing requests expressed in some natural language (e.g. English and Telugu). The purpose of this paper is to serve as an introduction to some key concepts, problems, methodologies, and lines of research in the area of natural language interfaces to databases. This paper is by no means a complete discussion of all the issues that are relevant to NLIDBS. Although the paper contains hints about the capabilities of existing NLIDBS, it does not contain complete descriptions of particular systems, nor is the purpose of this paper to compare Particular NLIDBS. This paper is mainly based on information obtained from published documents. The authors do not have personal hands-on experience with most of the NLIDBS that will be mentioned. Whenever a system s feature is mentioned, this means that the documents cited state that the particular system provides this feature, and it is not implied that other systems do not have similar capabilities. Finally, this paper assumes that the user s requests are communicated to the Nlidb by typing on a computer keyboard. Issues related to speech processing are not discussed. The remainder of this paper is organized as follows: In section 2 a brief overview of the intelligent database system (IDBS) is discussed. Section 3 talk about the components of NLIDB; Section 4 contains discursion on the advantages and disadvantages of NLIDBS; Section 5 presents various approaches to interface to database; Section 6 presents some of the architectures of NLIDBS. The paper ends with a Conclusion. II. INTELLIGENT DATABASE SYSTEM (IDBS) An IDBS is endowed with a data management system able to manage large quantities of persistent data to which various forms of reasoning can be applied to infer additional data and information. This includes knowledge representation techniques, inference techniques, and intelligent user interfaces interfaces which extend beyond the traditional query language approach by making use of natural language facilities. These techniques play important role in enhancing databases
2 systems : knowledge representation techniques allow one to represent better in the DB the semantics of the application domains, inference techniques allow one to reason about data to extract additional data and information, Intelligent user interfaces help users to make requests and receive the replies. Intelligent databases systems are the systems that manage information in a natural way, making that information easy to store, access and use. One of the main reasons for using intelligent database system is that we live in a state of Information glut. To simply survive in today s society, we need to access and use this information. By using intelligent databases system we can have better access to, and use of, more kinds of information that they could otherwise. This means intelligent databases systems should provide high-level intelligent tools that provide new insights into the contents of the database by extracting knowledge from data. Make information available to larger numbers of people because more people can now utilize the system due to its ease of use. Improve the decision making process involved in using information after it has been retrieved by using Higher level information models Interrelate information from different sources using different media so that the information is more easily Absorbed and utilized by the user. Use of knowledge and inference, making it easier to retrieve, view and make decisions with information. In recent times, there is a rising demands for non-expert users to query relational databases in a more natural language encompassing linguistic variables and terms, instead of operating on the values of the attributes. Intelligent interface for database systems, a promising approach, enhance the users in performing flexible querying in databases. The research and advancement of NLIDB, an important step towards the development of intelligent databases system and it has emerged as a new discipline and have fascinated the attention to number of researchers. The first work on natural language interfaces (NLIs) was done by Warren Weaver in 1947 with translation systems. At the end of the 70s, Victor Yngve of MIT proposed a grammatical method for NLP based on dictionaries. In the early 70s, in Cambridge, Leningrad, Grenoble, and Texas some work were done on the interlingua approach: the idea that any natural language can be expressed in a universal representation. Heavily criticized, this idea, impossible to validate, was the origin of knowledge representation. It also helped to conclude that NLP needed more knowledge than pure syntax of the language. After that, a new era of semantic processing (based on semantic rather than syntactic patterns) was pioneered by Wilks, Weinzenbaum (Eliza and Doctor developed in 1966), and Colby (Parry implemented in 1975). Another branch of this idea tried to associate formal systems with NLP; examples are Student of Brobow (1968) and Baseball written by Chomsky, Green, Wolf, and Laughery. This system was one of the first database access systems. Other interesting projects are the following: SHRDLU by Terry Winograd (1972) suggested a procedural representation of sentences; Margiede Roger Schank (around 1970) used conceptual dependences to represent sentences. Natural Language Interfaces is a hot area of research since long. The purpose of Natural language Interface to Database System is to accept requests in English or any other natural language and attempts to understand them or we can say that Natural language interfaces to databases (NLIDB) are systems that translate a natural language sentence into a database query. Although the earliest research has started since the late sixties, NLIDB remains as an open research problem. A complete NLIDB system will benefit us in many ways. Anyone can gather information from the database by using such systems. Additionally, it may change our perception about the information in a database. Traditionally, people are used to working with a form; their expectations depend heavily on the capabilities of the form. NLIDB makes the entire approach more flexible, therefore will maximize the use of a database. There are many applications that can take advantages of NLIDB. In PDA and cell phone environments, the display screen is not as wide as a computer or a laptop. Filling a form that has many fields can be tedious: one may have to navigate through the screen, to scroll, to look up the scroll box values, etc. Instead, with NLIDB, the only work that needs to be done is to type the question similar to the SMS (Short Messaging System). III. COMPONENTS OF NLIDB Computing scientists have divided the problem of natural language access to a database into two sub-components A. Linguistic Component Page 58
3 It is responsible for translating natural language input into a formal query and generating a natural language response based on the results from the database search. B. Database Component It performs traditional Database Management functions. A lexicon is a table that is used to map the words of the natural input onto the formal objects (relation names, attribute names, etc.) of the database. Both parser and semantic interpreter make use of the lexicon. A natural language generator takes the formal response as its input, and inspects the parse tree in order to generate adequate natural language response. Natural language database systems make use of syntactic knowledge and knowledge about the actual database in order to properly relate natural language input to the structure and contents of that database. Syntactic knowledge usually resides in the linguistic component of the system, in particular in the syntax analyzer whereas knowledge about the actual database resides to some extent in the semantic data model used. Questions entered in natural language translated into a statement in a formal query language. Once the statement unambiguously formed, the query is processed by the database management system in order to produce the required data. These data then passed back to the natural language component where generation routines produce a surface language version of the response. IV. ADVANTAGES AND DISADVANTAGES This section discusses some of the advantages and disadvantages of NLIDBS, comparing them to formal query languages, form-based interfaces, and graphical interfaces. Access to the information stored in a database has traditionally been achieved using formal query languages, such as SQL. A. Advantages of NLIDBS No artificial language: One advantage of NLIDBS is supposed to be that the user is not required to learn an artificial communication language. Formal query languages are difficult to learn and master, at least by non-computer-specialists. Graphical interfaces and formbased interfaces are easier to use by occasional users; still, invoking forms, linking frames, selecting restrictions from menus, etc. constitute artificial communication languages, that have to be learned and mastered by the end-user. In contrast, an ideal Nlidb would allow queries to be formulated in the user s native language. This means that an ideal Nlidb would be more suitable for occasional users, since there would be no need for the user to spend time learning the system s communication language. In practice, current NLIDBS can only understand limited subsets of natural language. Therefore, some training is still needed to teach the enduser what kinds of questions the Nlidb can or cannot understand. In some cases, it may be more difficult to understand what sort of questions an Nlidb can or cannot understand, than to learn how to use a formal query language, a formbased interface, or a graphical interface (see disadvantages below). One may also argue that a subset of natural language is no longer a natural language. Better for some questions: It has been argued (e.g. [28]) that there are kinds of questions (e.g. questions involving negation, or quantification) that can be easily expressed in natural language, but that seem difficult (or at least tedious) to express using graphical or form-based interfaces. For example, Which department has no programmers? (negation), or Which company supplies every department? (universal quantification), can be easily expressed in natural language, but they would be difficult to express in most graphical or form-based interfaces. Questions like the above can, of course, be expressed in database query languages like Sql, but complex database query language expressions may have to be written. B. Disadvantages of NLIDBS Linguistic coverage not obvious: A frequent complaint against NLIDBS is that the system s linguistic capabilities are not obvious to the user. As already mentioned, current NLIDBS can only cope with limited subsets of natural language. Users find it difficult to understand (and remember) what kinds of questions the NLIDB can or cannot cope with. For example, Masque is able to understand What are the capitals of the countries bordering the Baltic and bordering Sweden?, which leads the user to assume that the system can handle all kinds of conjunctions (false positive expectation). Page 59
4 However, the question What are the capitals of the countries bordering the Baltic and Sweden? cannot be handled. Similarly, a failure to answer a particular query can lead the user to assume that equally difficult queries cannot be answered, while in fact they can be answered (false negative expectation). Formal query languages, formbased interfaces, and graphical interfaces typically do not suffer from these problems. In the case of formal query languages, the syntax of the query language is usually well-documented, and any syntactically correct query is guaranteed to be given an answer. In the case of formbased and graphical interfaces, the user can usually understand what sorts of questions can be input, by browsing the options offered on the screen; and any query that can be input is guaranteed to be given an answer. V. VARIOUS APPROACHES Natural language is the topic of interest from computational viewpoint due to the implicit ambiguity that language possesses. Several researchers applied different techniques to deal with language. Next few subsections describe diverse strategies that are used to process language for various purposes. A. Symbolic Approach (Rule Based Approach) Natural Language Processing appears to be a strongly symbolic activity. Words are symbols that stand for objects and concepts in real worlds, and they are put together into sentences that obey well specified grammar rules. Hence for several decades Natural Language Processing research has been dominated by the symbolic approach (Miikkulainen, 1997).R. Akerkar and M. Joshi Knowledge about language is explicitly encoded in rules or other forms of representation. Language is analyzed at various levels to obtain information. On this obtained information certain rules are applied to achieve linguistic functionality. As Human Language capabilities include rule-base reasoning, it is supported well by symbolic processing. In symbolic processing rules are formed for every level of linguistic analysis. It tries to capture the meaning of the language based on these rules. B. Empirical Approach (Corpus Based Approach) Empirical approaches are based on statistical analysis as well as other data driven analysis, of raw data which is in the form of text corpora. A corpus is collections of machine readable text. The approach has been around since NLP began in the early 1950s. Only in the last 10 years or so empirical NLP has emerged as a major alternative to rationalist rule-based Natural Language Processing. Corpora are primarily used as a source of information about language and a number of techniques have emerged to enable the analysis of corpus data. Syntactic analysis can be achieved on the basis of statistical probabilities estimated from a training corpus. Lexical ambiguities can be resolved by considering the likelihood of one or another interpretation on the basis of context. Recent research in computational linguistics indicates that empirical or corpus based methods are currently the most promising approach to developing robust, efficient natural language processing (NLP) systems (Church, 1993; Charniak, 1993). These methods automate the acquisition of much of the complex knowledge required for NLP by training on suitably annotated natural language corpora, e.g. tree-banks of parsed sentences (Marcus, 1993). Most of the empirical NLP methods employ statistical techniques such as n- gram models, hidden Markov models (HMMs), and probabilistic context free grammars (PCFGs). Given the successes of empirical NLP methods, researchers have recently begun to apply learning methods to the construction of information extraction systems (McCarthy, 1995), (Soderland, 1995), (Riloff, 1993, 1996), (Huffman, 1996). Several different symbolic and statistical methods have been employed, but most of them are used to generate one part of a larger information extraction system. (Majumder, 2002) experimented N- gram based language modeling and claimed to develop language independent approch to IR and Natur al Language Processing. 2.3 Connectionist Approach (Using Neural Network) Since human language capabilities are based on neural network in the brain, Artificial Neural Networks (also called as connectionist network) provides on essential starting point for modeling language processing (Wermter, 1997). In the recent years, the field of connectionist processing has seen a remarkable development. Page 60
5 VI. ARCHITECTURES 6.1. Pattern-matching systems Some of the early NLIDBS relied on pattern-matching techniques to answer the user s questions. The main advantage of the pattern-matching approach is its simplicity: no elaborate parsing and interpretation modules (see later sections) are needed, and the systems are easy to implement. Also, pattern-matching systems often manage to come up with some reasonable answer, even if the input is out of the range of sentences the patterns were designed to handle. Returning to the example above, the second rule would allow the system to answer the question Is it true that the capital of each country is Athens?, by listing the capital of each country, which can be considered as an indirect negative answer. Pattern-matching systems are not necessarily based on such simplistic techniques as the ones discussed above. Savvy, a pattern matching system discussed in [63] (p.153), employs pattern-matching techniques similar to the ones used in signal processing. According to [63], some pattern-matching systems were able to perform impressively well in certain applications. However, the shallowness of the pattern-matching approach would often lead to bad failures. In one case (mentioned in [63]), when a pattern-matching Nlidb was asked titles of employees in los angeles., the system reported the state where each employee worked, because it took in to denote the post code of Indiana, and assumed that the question was about employees and states. 6.2 Syntax-based systems In syntax-based systems the user s question is parsed (i.e. analysed syntactically), and the resulting parse tree is directly mapped to an expression in some database query language. A typical example of this approach is Lunar Syntax-based NLIDBS usually interface to applicationspecific database systems, that provide database query languages carefully designed to facilitate the mapping from the parse tree to the database query. It is usually difficult to devise mapping rules that will transform directly the parse tree into some expression in a real-life database query language. 6.3 Semantic grammar systems In semantic grammar systems, the question-answering is still done by parsing the input and mapping the parse tree to a database query. The difference, in this case, is that the grammar s categories (i.e. the non-leaf nodes that will appear in the parse tree) do not necessarily correspond to syntactic concepts. Semantic grammars were introduced as an engineering methodology, which allows semantic knowledge to be easily included in the system. However, since semantic grammars contain hard-wired knowledge about a specific knowledge domain, systems based on this approach are very difficult to port to other knowledge domains a new semantic grammar has to be written whenever the NLIDB is configured for a new knowledge domain. 6.4 Intermediate representation languages Most current NLIDBS first transform the natural language question into an intermediate logical query, expressed in some internal meaning representation language. The intermediate logical query expresses the meaning of the user s question in terms of high level world concepts, which are independent of the database structure. In the intermediate representation language approach, the system can be divided into two parts. One part starts from a sentence up to the generation of a logical query. The other part starts from a logical query until the generation of a database query. In the part one, The use of logic query languages makes it possible to add reasoning capabilities to the system by embedding the reasoning part inside a logic statement. In addition, because the logic query languages is independent from the database, it can be ported to different database query languages as well as to other domains, such as expert systems and operating systems. VII. CONCLUSION Research is done from the last few decades on Natural Language Interfaces. With the advancement in hardware processing power, many NLIDBS mentioned in historical background got promising results. Though several Page 61
6 NLIDB systems have also been developed so far for commercial use but the use of NLIDB systems is not wide-spread and it is not a standard option for interfacing to a database. This lack of acceptance is mainly due to the large number of deficiencies in the NLIDB system in order to understand a natural language. References [1] J. Allen. Recognizing Intentions from Natural Language Utterances. In M. Brady and R.C. Berwick, editors, Computational Models of Discourse, chapter 2, pages MIT Press, Cambridge, Massachusetts, [2] H. Alshawi. The Core Language Engine. MIT Press, Cambridge, Massachusetts, [3] H. Alshawi, D. Carter, R. Crouch, S. Pulman, M. Rayner, and A. Smith. CLARE A Contextual Reasoning and Cooperative Response Framework for the Core Language Engine. Final report, SRI International, December [4] I. Androutsopoulos. Interfacing a Natural Language Front-End to a Relational Database (MSc thesis). Technical paper 11, Department of Artificial Intelligence, University of Edinburgh, [5] I. Androutsopoulos, G. Ritchie, and P. Thanisch. An Efficient and Portable Natural Language Query Interface for Relational Databases. In P.W. Chung, G. Lovegrove, and M. Ali, editors, Proceedings of the 6th International Conference on Industrial & Engineering Applications of Artificial Intelligence and Expert Systems, Edinburgh, U.K., pages Gordon and Breach Publishers Inc., Langhorne, PA, U.S.A., June ISBN [6] P. Auxerre. MASQUE Modular Answering System for Queries in English - Programmer s Manual. Technical Report AIAI/SR/11, Artificial Intelligence Applications Institute, University of Edinburgh, March [7] P. Auxerre and R. Inder. MASQUE Modular Answering System for Queries in English - User s Manual. Technical Report AIAI/SR/10, Artificial Intelligence Applications Institute, University of Edinburgh, June [8] B. Ballard and D. Stumberger. Semantic Acquisition in TELI. In Proceedings of the 24th Annual Meeting of ACL, New York, pages 20 29, [9] B.W. Ballard. The Syntax and Semantics of User- Defined Modifiers in a Transportable Natural Language Processor. In Proceedings of the 22nd Annual Meeting of ACL, Stanford, California, pages 52 56, [10] B.W. Ballard, J.C. Lusth, and N.L. Tinkham. LDC- 1: A Transportable, Knowledgebased Natural Language Processor for Office Environments. ACM Transactions on Office Information Systems, 2(1):1 25, January [11] M. Bates, M.G. Moser, and D. Stallard. The IRUS transportable natural language database interface. In L. Kerschberg, editor, Expert Database Systems, pages Benjamin/Cummings, Menlo Park, CA., [12] BBN Systems and Technologies. BBN Parlance Interface Software System Overview, [13] J.E. Bell and L.A. Rowe. An Exploratory Study of Ad Hoc Query Languages to Databases. In Proceedings of the 8th International Conference on Data Engineering, Tempe, Arizona, pages IEEE Computer Society Press, February [14] BIM Information Technology. Loqui: An Open Natural Query System General Description, (Commercial leaflet). [15] J.-L. Binot, L. Debille, D. Sedlock, and B. Vandecapelle. Natural Language Interfaces: A New Philosophy. SunExpert Magazine, pages 67 73, January [16] R.J. Bobrow. The RUS System. In Research in Natural Language Understanding, BBN Report Bolt Beranek and Newman Inc., Cambridge, Massachusetts, [17] R.J. Bobrow, P. Resnik, and R.M. Weischedel. Multiple Underlying Systems: Translating User Requests into Programs to Produce Answers. In Proceedings of the 28 th Annual Meeting of ACL, Pittsburgh, Pennsylvania, pages , [18] R.A. Capindale and R.G. Crawford. Using a Natural Language Interface with Casual Users. International Journal of Man-Machine Studies, 32: , [19] J.G. Carbonell. Discourse Pragmatics and Ellipsis Resolution in Task-Oriented Natural Language Interfaces. In Proceedings of the 21st Annual Meeting of ACL, Cambridge, Massachusetts, pages , [20] S. Ceri, G. Gottlob, and L. Tanca. Logic Programming and Databases. Springer-Verlag, Berlin, [21] S. Ceri, G. Gottlob, and G. Wiederhold. Efficient Database Access from Prolog. IEEE Transactions on Software Engineering, 15(2): , February [22] S. Ceri and G. Pelagatti. Distributed Databases: Principles and Systems. McGraw-Hill, New York, [23] J. Clifford. Natural Language Querying of Historical Databases. Computational Linguistics, 14(4):10 34, December [24] J. Clifford. Formal Semantics and Pragmatics for Natural Language Querying. Cambridge Tracts in Theoretical Computer Science, Cambridge University Press, Cambridge, England, [25] J. Clifford and D.S. Warren. Formal Semantics for Time in Databases. ACM Transactions on Database Systems, 8(2): , June Page 62
7 [26] E.F. Codd. A Relational Model for Large Shared Data Banks. Communications of the ACM, 13(6): , [27] E.F. Codd. Seven Steps to RENDEZVOUS with the Casual User. In J. Kimbie and K. Koffeman, editors, Data Base Management. North-Holland Publishers, [28] P.R. Cohen. The Role of Natural Language in a Multimodal Interface. Technical Note 514, Computer Dialogue Laboratory, SRI International, [29] A. Copestake and K. Sparck Jones. Natural Language Interfaces to Databases. The Knowledge Engineering Review, 5(4): , [30] F. Damerau. Operating statistics for the transformational question answering system. American Journal of Computational Linguistics, 7:30 42, Page 63
Classification of Natural Language Interfaces to Databases based on the Architectures
Volume 1, No. 11, ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Classification of Natural
International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518
International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 INTELLIGENT MULTIDIMENSIONAL DATABASE INTERFACE Mona Gharib Mohamed Reda Zahraa E. Mohamed Faculty of Science,
Natural language Interface for Database: A Brief review
600 Natural language Interface for Database: A Brief review Mrs. Neelu Nihalani 1, Dr. Sanjay Silakari 2, Dr. Mahesh Motwani 3 1 Reader, Department of Computer Applications, UIT RGPV Bhopal, MP India 2
International Journal of Advance Foundation and Research in Science and Engineering (IJAFRSE) Volume 1, Issue 1, June 2014.
A Comprehensive Study of Natural Language Interface To Database Rajender Kumar*, Manish Kumar. NIT Kurukshetra [email protected] *, [email protected] A B S T R A C T Persons with no knowledge
S. Aquter Babu 1 Dr. C. Lokanatha Reddy 2
Model-Based Architecture for Building Natural Language Interface to Oracle Database S. Aquter Babu 1 Dr. C. Lokanatha Reddy 2 1 Assistant Professor, Dept. of Computer Science, Dravidian University, Kuppam,
NATURAL LANGUAGE QUERY PROCESSING USING PROBABILISTIC CONTEXT FREE GRAMMAR
NATURAL LANGUAGE QUERY PROCESSING USING PROBABILISTIC CONTEXT FREE GRAMMAR Arati K. Deshpande 1 and Prakash. R. Devale 2 1 Student and 2 Professor & Head, Department of Information Technology, Bharati
Natural Language to Relational Query by Using Parsing Compiler
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,
A Survey of Natural Language Interface to Database Management System
A Survey of Natural Language Interface to Database Management System B.Sujatha Dr.S.Viswanadha Raju Humera Shaziya Research Scholar Professor & Head Lecturer in Computers Dept. of CSE Dept. of CSE Dept.
Conceptual Schema Approach to Natural Language Database Access
Conceptual Schema Approach to Natural Language Database Access In-Su Kang, Seung-Hoon Na, Jong-Hyeok Lee Div. of Electrical and Computer Engineering Pohang University of Science and Technology (POSTECH)
An Approach for Response Generation of Restricted Bulgarian Natural Language Queries
An Approach for Response Generation of Restricted Bulgarian Natural Language Queries Silyan Arsov Abstract: The paper presents our researches in formation of methodology for accomplishment database management
Department of Computer Science and Engineering, Kurukshetra Institute of Technology &Management, Haryana, India
Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Survey of Natural
NATURAL LANGUAGE QUERY PROCESSING USING SEMANTIC GRAMMAR
NATURAL LANGUAGE QUERY PROCESSING USING SEMANTIC GRAMMAR 1 Gauri Rao, 2 Chanchal Agarwal, 3 Snehal Chaudhry, 4 Nikita Kulkarni,, 5 Dr. S.H. Patil 1 Lecturer department o f Computer Engineering BVUCOE,
Natural Language Database Interface for the Community Based Monitoring System *
Natural Language Database Interface for the Community Based Monitoring System * Krissanne Kaye Garcia, Ma. Angelica Lumain, Jose Antonio Wong, Jhovee Gerard Yap, Charibeth Cheng De La Salle University
Pattern based approach for Natural Language Interface to Database
RESEARCH ARTICLE OPEN ACCESS Pattern based approach for Natural Language Interface to Database Niket Choudhary*, Sonal Gore** *(Department of Computer Engineering, Pimpri-Chinchwad College of Engineering,
Providing Inferential Capability to Natural Language Database Interface
International Journal of Electronics and Computer Science Engineering 1634 Available Online at www.ijecse.org ISSN- 2277-1956 Providing Inferential Capability to Natural Language Database Interface Harjit
IAI : Knowledge Representation
IAI : Knowledge Representation John A. Bullinaria, 2005 1. What is Knowledge? 2. What is a Knowledge Representation? 3. Requirements of a Knowledge Representation 4. Practical Aspects of Good Representations
DEVELOPMENT OF NATURAL LANGUAGE INTERFACE TO RELATIONAL DATABASES
DEVELOPMENT OF NATURAL LANGUAGE INTERFACE TO RELATIONAL DATABASES C. Nancy * and Sha Sha Ali # Student of M.Tech, Bharath College Of Engineering And Technology For Women, Andhra Pradesh, India # Department
Natural Language Web Interface for Database (NLWIDB)
Rukshan Alexander (1), Prashanthi Rukshan (2) and Sinnathamby Mahesan (3) Natural Language Web Interface for Database (NLWIDB) (1) Faculty of Business Studies, Vavuniya Campus, University of Jaffna, Park
Specialty Answering Service. All rights reserved.
0 Contents 1 Introduction... 2 1.1 Types of Dialog Systems... 2 2 Dialog Systems in Contact Centers... 4 2.1 Automated Call Centers... 4 3 History... 3 4 Designing Interactive Dialogs with Structured Data...
Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg
Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg March 1, 2007 The catalogue is organized into sections of (1) obligatory modules ( Basismodule ) that
Application Design: Issues in Expert System Architecture. Harry C. Reinstein Janice S. Aikins
Application Design: Issues in Expert System Architecture Harry C. Reinstein Janice S. Aikins IBM Scientific Center 15 30 Page Mill Road P. 0. Box 10500 Palo Alto, Ca. 94 304 USA ABSTRACT We describe an
Processing: current projects and research at the IXA Group
Natural Language Processing: current projects and research at the IXA Group IXA Research Group on NLP University of the Basque Country Xabier Artola Zubillaga Motivation A language that seeks to survive
An Overview of a Role of Natural Language Processing in An Intelligent Information Retrieval System
An Overview of a Role of Natural Language Processing in An Intelligent Information Retrieval System Asanee Kawtrakul ABSTRACT In information-age society, advanced retrieval technique and the automatic
NATURAL LANGUAGE INT ERFACE USING SHALLOW PARSING
International Journal of Computer Science and Applications, Vol. 5, No. 3, pp 70-90 Technomathematics Research Foundation NATURAL LANGUAGE INT ERFACE USING SHALLOW PARSING RAJENDRA AKERKAR and MANISH JOSHI
Generating SQL Queries Using Natural Language Syntactic Dependencies and Metadata
Generating SQL Queries Using Natural Language Syntactic Dependencies and Metadata Alessandra Giordani and Alessandro Moschitti Department of Computer Science and Engineering University of Trento Via Sommarive
Metafrastes: A News Ontology-Based Information Querying Using Natural Language Processing
Metafrastes: A News Ontology-Based Information Querying Using Natural Language Processing Hanno Embregts, Viorel Milea, and Flavius Frasincar Econometric Institute, Erasmus School of Economics, Erasmus
NATURAL LANGUAGE TO SQL CONVERSION SYSTEM
International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 2, Jun 2013, 161-166 TJPRC Pvt. Ltd. NATURAL LANGUAGE TO SQL CONVERSION
DEALMAKER: An Agent for Selecting Sources of Supply To Fill Orders
DEALMAKER: An Agent for Selecting Sources of Supply To Fill Orders Pedro Szekely, Bob Neches, David Benjamin, Jinbo Chen and Craig Milo Rogers USC/Information Sciences Institute Marina del Rey, CA 90292
Overview of the TACITUS Project
Overview of the TACITUS Project Jerry R. Hobbs Artificial Intelligence Center SRI International 1 Aims of the Project The specific aim of the TACITUS project is to develop interpretation processes for
Domain Knowledge Extracting in a Chinese Natural Language Interface to Databases: NChiql
Domain Knowledge Extracting in a Chinese Natural Language Interface to Databases: NChiql Xiaofeng Meng 1,2, Yong Zhou 1, and Shan Wang 1 1 College of Information, Renmin University of China, Beijing 100872
Robustness of a Spoken Dialogue Interface for a Personal Assistant
Robustness of a Spoken Dialogue Interface for a Personal Assistant Anna Wong, Anh Nguyen and Wayne Wobcke School of Computer Science and Engineering University of New South Wales Sydney NSW 22, Australia
Semantic Analysis of Natural Language Queries Using Domain Ontology for Information Access from Database
I.J. Intelligent Systems and Applications, 2013, 12, 81-90 Published Online November 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2013.12.07 Semantic Analysis of Natural Language Queries
A Knowledge-based System for Translating FOL Formulas into NL Sentences
A Knowledge-based System for Translating FOL Formulas into NL Sentences Aikaterini Mpagouli, Ioannis Hatzilygeroudis University of Patras, School of Engineering Department of Computer Engineering & Informatics,
Chapter 1. Dr. Chris Irwin Davis Email: [email protected] Phone: (972) 883-3574 Office: ECSS 4.705. CS-4337 Organization of Programming Languages
Chapter 1 CS-4337 Organization of Programming Languages Dr. Chris Irwin Davis Email: [email protected] Phone: (972) 883-3574 Office: ECSS 4.705 Chapter 1 Topics Reasons for Studying Concepts of Programming
Introduction to Database Systems
Introduction to Database Systems A database is a collection of related data. It is a collection of information that exists over a long period of time, often many years. The common use of the term database
Language Evaluation Criteria. Evaluation Criteria: Readability. Evaluation Criteria: Writability. ICOM 4036 Programming Languages
ICOM 4036 Programming Languages Preliminaries Dr. Amirhossein Chinaei Dept. of Electrical & Computer Engineering UPRM Spring 2010 Language Evaluation Criteria Readability: the ease with which programs
Automatic Text Analysis Using Drupal
Automatic Text Analysis Using Drupal By Herman Chai Computer Engineering California Polytechnic State University, San Luis Obispo Advised by Dr. Foaad Khosmood June 14, 2013 Abstract Natural language processing
CA4003 - Compiler Construction
CA4003 - Compiler Construction David Sinclair Overview This module will cover the compilation process, reading and parsing a structured language, storing it in an appropriate data structure, analysing
Artificial Intelligence
Artificial Intelligence ICS461 Fall 2010 1 Lecture #12B More Representations Outline Logics Rules Frames Nancy E. Reed [email protected] 2 Representation Agents deal with knowledge (data) Facts (believe
Semantic Search in Portals using Ontologies
Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br
Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies
Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com
Open-Source, Cross-Platform Java Tools Working Together on a Dialogue System
Open-Source, Cross-Platform Java Tools Working Together on a Dialogue System Oana NICOLAE Faculty of Mathematics and Computer Science, Department of Computer Science, University of Craiova, Romania [email protected]
Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach
Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University
ARTIFICIALLY INTELLIGENT COLLEGE ORIENTED VIRTUAL ASSISTANT
ARTIFICIALLY INTELLIGENT COLLEGE ORIENTED VIRTUAL ASSISTANT Vishmita Yashwant Shetty, Nikhil Uday Polekar, Sandipan Utpal Das, Prof. Suvarna Pansambal Department of Computer Engineering, Atharva College
REUSING DISCUSSION FORUMS AS LEARNING RESOURCES IN WBT SYSTEMS
REUSING DISCUSSION FORUMS AS LEARNING RESOURCES IN WBT SYSTEMS Denis Helic, Hermann Maurer, Nick Scerbakov IICM, University of Technology Graz Austria ABSTRACT Discussion forums are highly popular and
Special Topics in Computer Science
Special Topics in Computer Science NLP in a Nutshell CS492B Spring Semester 2009 Jong C. Park Computer Science Department Korea Advanced Institute of Science and Technology INTRODUCTION Jong C. Park, CS
A Framework of Context-Sensitive Visualization for User-Centered Interactive Systems
Proceedings of 10 th International Conference on User Modeling, pp423-427 Edinburgh, UK, July 24-29, 2005. Springer-Verlag Berlin Heidelberg 2005 A Framework of Context-Sensitive Visualization for User-Centered
Appendices master s degree programme Artificial Intelligence 2014-2015
Appendices master s degree programme Artificial Intelligence 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability
A Framework-based Online Question Answering System. Oliver Scheuer, Dan Shen, Dietrich Klakow
A Framework-based Online Question Answering System Oliver Scheuer, Dan Shen, Dietrich Klakow Outline General Structure for Online QA System Problems in General Structure Framework-based Online QA system
Overview of MT techniques. Malek Boualem (FT)
Overview of MT techniques Malek Boualem (FT) This section presents an standard overview of general aspects related to machine translation with a description of different techniques: bilingual, transfer,
The Prolog Interface to the Unstructured Information Management Architecture
The Prolog Interface to the Unstructured Information Management Architecture Paul Fodor 1, Adam Lally 2, David Ferrucci 2 1 Stony Brook University, Stony Brook, NY 11794, USA, [email protected] 2 IBM
Bilingual Dialogs with a Network Operating System
From:MAICS-99 Proceedings. Copyright 1999, AAAI (www.aaai.org). All rights reserved. Bilingual Dialogs with a Network Operating System Emad Al-Shawakfa, Computer Science Department, Illinois Institute
Interactive Dynamic Information Extraction
Interactive Dynamic Information Extraction Kathrin Eichler, Holmer Hemsen, Markus Löckelt, Günter Neumann, and Norbert Reithinger Deutsches Forschungszentrum für Künstliche Intelligenz - DFKI, 66123 Saarbrücken
Language and Computation
Language and Computation week 13, Thursday, April 24 Tamás Biró Yale University [email protected] http://www.birot.hu/courses/2014-lc/ Tamás Biró, Yale U., Language and Computation p. 1 Practical matters
Mining Signatures in Healthcare Data Based on Event Sequences and its Applications
Mining Signatures in Healthcare Data Based on Event Sequences and its Applications Siddhanth Gokarapu 1, J. Laxmi Narayana 2 1 Student, Computer Science & Engineering-Department, JNTU Hyderabad India 1
CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives
CHAPTER 6 DATABASE MANAGEMENT SYSTEMS Management Information Systems, 10 th edition, By Raymond McLeod, Jr. and George P. Schell 2007, Prentice Hall, Inc. 1 Learning Objectives Understand the hierarchy
Introduction to Databases
Page 1 of 5 Introduction to Databases An introductory example What is a database? Why do we need Database Management Systems? The three levels of data abstraction What is a Database Management System?
Robot Task-Level Programming Language and Simulation
Robot Task-Level Programming Language and Simulation M. Samaka Abstract This paper presents the development of a software application for Off-line robot task programming and simulation. Such application
Endowing a virtual assistant with intelligence: a multi-paradigm approach
Endowing a virtual assistant with intelligence: a multi-paradigm approach Josefa Z. Hernández, Ana García Serrano Department of Artificial Intelligence Technical University of Madrid (UPM), Spain {phernan,agarcia}@dia.fi.upm.es
01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours.
(International Program) 01219141 Object-Oriented Modeling and Programming 3 (3-0) Object concepts, object-oriented design and analysis, object-oriented analysis relating to developing conceptual models
NATURAL LANGUAGE DATABASE INTERFACE
NATURAL LANGUAGE DATABASE INTERFACE Aniket Khapane 1, Mahesh Kapadane 1, Pravin Patil 1, Prof. Saba Siraj 1 Student, Bachelor of Computer Engineering SP s Institute of Knowledge College Of Engineering,
Developing a Theory-Based Ontology for Best Practices Knowledge Bases
Developing a Theory-Based Ontology for Best Practices Knowledge Bases Daniel E. O Leary University of Southern California 3660 Trousdale Parkway Los Angeles, CA 90089-0441 [email protected] Abstract Knowledge
Source Code Translation
Source Code Translation Everyone who writes computer software eventually faces the requirement of converting a large code base from one programming language to another. That requirement is sometimes driven
Self Organizing Maps for Visualization of Categories
Self Organizing Maps for Visualization of Categories Julian Szymański 1 and Włodzisław Duch 2,3 1 Department of Computer Systems Architecture, Gdańsk University of Technology, Poland, [email protected]
Appendices master s degree programme Human Machine Communication 2014-2015
Appendices master s degree programme Human Machine Communication 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability
Application of Natural Language Interface to a Machine Translation Problem
Application of Natural Language Interface to a Machine Translation Problem Heidi M. Johnson Yukiko Sekine John S. White Martin Marietta Corporation Gil C. Kim Korean Advanced Institute of Science and Technology
Object-Relational Database Based Category Data Model for Natural Language Interface to Database
Object-Relational Database Based Category Data Model for Natural Language Interface to Database Avinash J. Agrawal Shri Ramdeobaba Kamla Nehru Engineering College Nagpur-440013 (INDIA) Ph. No. 91+ 9422830245
Search and Data Mining: Techniques. Text Mining Anya Yarygina Boris Novikov
Search and Data Mining: Techniques Text Mining Anya Yarygina Boris Novikov Introduction Generally used to denote any system that analyzes large quantities of natural language text and detects lexical or
The Basics of Expert (Knowledge Based) Systems. Contents. 1. Introduction. 2. Scope of Definition - Formal Description
The Basics of Expert (Knowledge Based) Systems Contents 1. Introduction 2. Scope of Definition - Formal Description 3. Expert System Component Facts 3.1 Rule Based Reasoning 3.2 Databases 3.3 Inference
Accelerating and Evaluation of Syntactic Parsing in Natural Language Question Answering Systems
Accelerating and Evaluation of Syntactic Parsing in Natural Language Question Answering Systems cation systems. For example, NLP could be used in Question Answering (QA) systems to understand users natural
An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases
An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases Paul L. Bergstein, Priyanka Gariba, Vaibhavi Pisolkar, and Sheetal Subbanwad Dept. of Computer and Information Science,
Role of NLP in Production and Comprehension to Communicate and Understand Human Language
Role of NLP in Production and Comprehension to Communicate and Understand Human Language G.Pratibha 1, Dr. Nagaratna Hegde 2 1 Asst.Professor, Matrusri Engineering College, Saidabad, Hyderabad, Andhra
A Mixed Trigrams Approach for Context Sensitive Spell Checking
A Mixed Trigrams Approach for Context Sensitive Spell Checking Davide Fossati and Barbara Di Eugenio Department of Computer Science University of Illinois at Chicago Chicago, IL, USA [email protected], [email protected]
Text-To-Speech Technologies for Mobile Telephony Services
Text-To-Speech Technologies for Mobile Telephony Services Paulseph-John Farrugia Department of Computer Science and AI, University of Malta Abstract. Text-To-Speech (TTS) systems aim to transform arbitrary
New Generation of Software Development
New Generation of Software Development Terry Hon University of British Columbia 201-2366 Main Mall Vancouver B.C. V6T 1Z4 [email protected] ABSTRACT In this paper, I present a picture of what software development
Bachelor Degree in Informatics Engineering Master courses
Bachelor Degree in Informatics Engineering Master courses Donostia School of Informatics The University of the Basque Country, UPV/EHU For more information: Universidad del País Vasco / Euskal Herriko
Masters in Information Technology
Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101
Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment,
Uncertainty Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment, E.g., loss of sensory information such as vision Incorrectness in
1/20/2016 INTRODUCTION
INTRODUCTION 1 Programming languages have common concepts that are seen in all languages This course will discuss and illustrate these common concepts: Syntax Names Types Semantics Memory Management We
