EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Robust Semantic Role Labeling

    Book Details:
  • Author : Yi Szu-Ting
  • Publisher : LAP Lambert Academic Publishing
  • Release : 2015-05-25
  • ISBN : 9783659691966
  • Pages : 172 pages

Download or read book Robust Semantic Role Labeling written by Yi Szu-Ting and published by LAP Lambert Academic Publishing. This book was released on 2015-05-25 with total page 172 pages. Available in PDF, EPUB and Kindle. Book excerpt: Correctly identifying semantic entities and successfully disambiguating the relations between them and their predicates is an important and necessary step for successful natural language processing applications, such as text summarization, question answering, and machine translation. Researchers have studied this problem, semantic role labeling (SRL), as a machine learning problem since 2000. However, after using an optimal global inference algorithm to combine several SRL systems, the growth of SRL performance seems to have reached a plateau. Syntactic parsing is the bottleneck of the task of semantic role labeling and robustness is the ultimate goal. In this book, we investigate ways to train a better syntactic parser and increase SRL system robustness. We demonstrate that parse trees augmented by semantic role markups can serve as suitable training data for training a parser for an SRL system. For system robustness, we propose that it is easier to learn a new set of semantic roles. The new roles are less verb- dependent than the original PropBank roles. As a result, the SRL system trained on the new roles achieves significantly better robustness.

Book Semantic Role Labeling

    Book Details:
  • Author : Martha Palmer
  • Publisher : Morgan & Claypool Publishers
  • Release : 2011-02-02
  • ISBN : 1598298321
  • Pages : 103 pages

Download or read book Semantic Role Labeling written by Martha Palmer and published by Morgan & Claypool Publishers. This book was released on 2011-02-02 with total page 103 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is aimed at providing an overview of several aspects of semantic role labeling. Chapter 1 begins with linguistic background on the definition of semantic roles and the controversies surrounding them. Chapter 2 describes how the theories have led to structured lexicons such as FrameNet, VerbNet and the PropBank Frame Files that in turn provide the basis for large scale semantic annotation of corpora. This data has facilitated the development of automatic semantic role labeling systems based on supervised machine learning techniques. Chapter 3 presents the general principles of applying both supervised and unsupervised machine learning to this task, with a description of the standard stages and feature choices, as well as giving details of several specific systems. Recent advances include the use of joint inference to take advantage of context sensitivities, and attempts to improve performance by closer integration of the syntactic parsing task with semantic role labeling. Chapter 3 also discusses the impact the granularity of the semantic roles has on system performance. Having outlined the basic approach with respect to English, Chapter 4 goes on to discuss applying the same techniques to other languages, using Chinese as the primary example. Although substantial training data is available for Chinese, this is not the case for many other languages, and techniques for projecting English role labels onto parallel corpora are also presented. Table of Contents: Preface / Semantic Roles / Available Lexical Resources / Machine Learning for Semantic Role Labeling / A Cross-Lingual Perspective / Summary

Book Semantic Role Labeling

    Book Details:
  • Author : Martha Palmer
  • Publisher : Springer Nature
  • Release : 2022-05-31
  • ISBN : 3031021355
  • Pages : 95 pages

Download or read book Semantic Role Labeling written by Martha Palmer and published by Springer Nature. This book was released on 2022-05-31 with total page 95 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is aimed at providing an overview of several aspects of semantic role labeling. Chapter 1 begins with linguistic background on the definition of semantic roles and the controversies surrounding them. Chapter 2 describes how the theories have led to structured lexicons such as FrameNet, VerbNet and the PropBank Frame Files that in turn provide the basis for large scale semantic annotation of corpora. This data has facilitated the development of automatic semantic role labeling systems based on supervised machine learning techniques. Chapter 3 presents the general principles of applying both supervised and unsupervised machine learning to this task, with a description of the standard stages and feature choices, as well as giving details of several specific systems. Recent advances include the use of joint inference to take advantage of context sensitivities, and attempts to improve performance by closer integration of the syntactic parsing task with semantic role labeling. Chapter 3 also discusses the impact the granularity of the semantic roles has on system performance. Having outlined the basic approach with respect to English, Chapter 4 goes on to discuss applying the same techniques to other languages, using Chinese as the primary example. Although substantial training data is available for Chinese, this is not the case for many other languages, and techniques for projecting English role labels onto parallel corpora are also presented. Table of Contents: Preface / Semantic Roles / Available Lexical Resources / Machine Learning for Semantic Role Labeling / A Cross-Lingual Perspective / Summary

Book Learning Structured Probabilistic Models for Semantic Role Labeling

Download or read book Learning Structured Probabilistic Models for Semantic Role Labeling written by David Terrell Vickrey and published by . This book was released on 2010 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: Teaching a computer to read is one of the most interesting and important artificial intelligence tasks. In this thesis, we focus on semantic role labeling (SRL), one important processing step on the road from raw text to a full semantic representation. Given an input sentence and a target verb in that sentence, the SRL task is to label the semantic arguments, or roles, of that verb. For example, in the sentence "Tom eats an apple, " the verb "eat" has two roles, Eater = "Tom" and Thing Eaten = "apple". Most SRL systems, including the ones presented in this thesis, take as input a syntactic analysis built by an automatic syntactic parser. SRL systems rely heavily on path features constructed from the syntactic parse, which capture the syntactic relationship between the target verb and the phrase being classified. However, there are several issues with these path features. First, the path feature does not always contain all relevant information for the SRL task. Second, the space of possible path features is very large, resulting in very sparse features that are hard to learn. In this thesis, we consider two ways of addressing these issues. First, we experiment with a number of variants of the standard syntactic features for SRL. We include a large number of syntactic features suggested by previous work, many of which are designed to reduce sparsity of the path feature. We also suggest several new features, most of which are designed to capture additional information about the sentence not included in the standard path feature. We build an SRL model using the best of these new and old features, and show that this model achieves performance competitive with current state-of-the-art. The second method we consider is a new methodology for SRL based on labeling canonical forms. A canonical form is a representation of a verb and its arguments that is abstracted away from the syntax of the input sentence. For example, "A car hit Bob" and "Bob was hit by a car" have the same canonical form, {Verb = "hit", Deep Subject = "a car", Deep Object = "a car"}. Labeling canonical forms makes it much easier to generalize between sentences with different syntax. To label canonical forms, we first need to automatically extract them given an input parse. We develop a system based on a combination of hand-coded rules and machine learning. This allows us to include a large amount of linguistic knowledge and also have the robustness of a machine learning system. Our system improves significantly over a strong baseline, demonstrating the viability of this new approach to SRL. This latter method involves learning a large, complex probabilistic model. In the model we present, exact learning is tractable, but there are several natural extensions to the model for which exact learning is not possible. This is quite a general issue; in many different application domains, we would like to use probabilistic models that cannot be learned exactly. We propose a new method for learning these kinds of models based on contrastive objectives. The main idea is to learn by comparing only a few possible values of the model, instead of all possible values. This method generalizes a standard learning method, pseudo-likelihood, and is closely related to another, contrastive divergence. Previous work has mostly focused on comparing nearby sets of values; we focus on non-local contrastive objectives, which compare arbitrary sets of values. We prove several theoretical results about our model, showing that contrastive objectives attempt to enforce probability ratio constraints between the compared values. Based on this insight, we suggest several methods for constructing contrastive objectives, including contrastive constraint generation (CCG), a cutting-plane style algorithm that iteratively builds a good contrastive objective based on finding high-scoring values. We evaluate CCG on a machine vision task, showing that it significantly outperforms pseudo-likelihood, contrastive divergence, as well as a state-of-the-art max-margin cutting-plane algorithm.

Book The Oxford Handbook of Computational Linguistics

Download or read book The Oxford Handbook of Computational Linguistics written by Ruslan Mitkov and published by Oxford University Press. This book was released on 2004 with total page 808 pages. Available in PDF, EPUB and Kindle. Book excerpt: This handbook of computational linguistics, written for academics, graduate students and researchers, provides a state-of-the-art reference to one of the most active and productive fields in linguistics.

Book The Oxford Handbook of Computational Linguistics

Download or read book The Oxford Handbook of Computational Linguistics written by Ruslan Mitkov and published by Oxford University Press. This book was released on 2022-03-09 with total page 1377 pages. Available in PDF, EPUB and Kindle. Book excerpt: Ruslan Mitkov's highly successful Oxford Handbook of Computational Linguistics has been substantially revised and expanded in this second edition. Alongside updated accounts of the topics covered in the first edition, it includes 17 new chapters on subjects such as semantic role-labelling, text-to-speech synthesis, translation technology, opinion mining and sentiment analysis, and the application of Natural Language Processing in educational and biomedical contexts, among many others. The volume is divided into four parts that examine, respectively: the linguistic fundamentals of computational linguistics; the methods and resources used, such as statistical modelling, machine learning, and corpus annotation; key language processing tasks including text segmentation, anaphora resolution, and speech recognition; and the major applications of Natural Language Processing, from machine translation to author profiling. The book will be an essential reference for researchers and students in computational linguistics and Natural Language Processing, as well as those working in related industries.

Book Semantic Features for Semantic Role Labeling

Download or read book Semantic Features for Semantic Role Labeling written by Liam R. McGrath and published by . This book was released on 2011 with total page 52 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Advanced Intelligent Computing Theories and Applications

Download or read book Advanced Intelligent Computing Theories and Applications written by De-Shuang Huang and published by Springer. This book was released on 2015-08-12 with total page 802 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book - in conjunction with the double volume LNCS 9225-9226 - constitutes the refereed proceedings of the 11th International Conference on Intelligent Computing, ICIC 2015, held in Fuzhou, China, in August 2015. The total of 191 full and 42 short papers presented in the three ICIC 2015 volumes was carefully reviewed and selected from 671 submissions. Original contributions related to this theme were especially solicited, including theories, methodologies, and applications in science and technology. This year, the conference concentrated mainly on machine learning theory and methods, soft computing, image processing and computer vision, knowledge discovery and data mining, natural language processing and computational linguistics, intelligent control and automation, intelligent communication networks and web applications, bioinformatics theory and methods, healthcare and medical methods, and information security.

Book Semantic Role Labeling Using Rich Morphological Features

Download or read book Semantic Role Labeling Using Rich Morphological Features written by and published by . This book was released on 2013 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Computational Linguistics and Intelligent Text Processing

Download or read book Computational Linguistics and Intelligent Text Processing written by Alexander Gelbukh and published by Springer. This book was released on 2014-04-18 with total page 554 pages. Available in PDF, EPUB and Kindle. Book excerpt: This two-volume set, consisting of LNCS 8403 and LNCS 8404, constitutes the thoroughly refereed proceedings of the 14th International Conference on Intelligent Text Processing and Computational Linguistics, CICLing 2014, held in Kathmandu, Nepal, in April 2014. The 85 revised papers presented together with 4 invited papers were carefully reviewed and selected from 300 submissions. The papers are organized in the following topical sections: lexical resources; document representation; morphology, POS-tagging, and named entity recognition; syntax and parsing; anaphora resolution; recognizing textual entailment; semantics and discourse; natural language generation; sentiment analysis and emotion recognition; opinion mining and social networks; machine translation and multilingualism; information retrieval; text classification and clustering; text summarization; plagiarism detection; style and spelling checking; speech processing; and applications.

Book Semantic Role Labeling Using Lexicalized Tree Adjoining Grammars

Download or read book Semantic Role Labeling Using Lexicalized Tree Adjoining Grammars written by Yudong Liu and published by . This book was released on 2009 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: The predicate-argument structure (PAS) of a natural language sentence is a useful representation that can be used for a deeper analysis of the underlying meaning of the sentence or directly used in various natural language processing (NLP) applications. The task of semantic role labeling (SRL) is to identify the predicate-argument structures and label the relations between the predicate and each of its arguments. Researchers have been studying SRL as a machine learning problem in the past six years, after large-scale semantically annotated corpora such as FrameNet and PropBank were released to the research community. Lexicalized Tree Adjoining Grammars (LTAGs), a tree rewriting formalism, are often a convenient representation for capturing locality of predicate-argument relations. Our work in this thesis is focused on the development and learning of the state of the art discriminative SRL systems with LTAGs. Our contributions to this field include: We apply to the SRL task a variant of the LTAG formalism called LTAG-spinal and the associated LTAG-spinal Treebank (the formalism and the Treebank were created by Libin Shen). Predicate-argument relations that are either implicit or absent from the original Penn Treebank are made explicit and accessible in the LTAG-spinal Treebank, which we show to be a useful resource for SRL. We propose the use of the LTAGs as an important additional source of features for the SRL task. Our experiments show that, compared with the best-known set of features that are used in state of the art SRL systems, LTAG-based features can improve SRL performance significantly. We treat multiple LTAG derivation trees as latent features for SRL and introduce a novel learning framework -- Latent Support Vector Machines (LSVMs) to the SRL task using these latent features. This method significantly outperforms state of the art SRL systems. In addition, we adapt an SRL framework to a real-world ternary relation extraction task in the biomedical domain. Our experiments show that the use of SRL related features significantly improves performance over the system using only shallow word-based features.

Book AI IA 2011  Artificial Intelligence Around Man and Beyond

Download or read book AI IA 2011 Artificial Intelligence Around Man and Beyond written by Roberto Pirrone and published by Springer. This book was released on 2011-09-15 with total page 478 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed proceedings of the 12th International Conference of the Italian Association for Artificial Intelligence, AI*IA 2011, held in Palermo, Italy, in September 2011. The 31 revised full papers presented together with 3 invited talks and 13 posters were carefully reviewed and selected from 58 submissions. The papers are organized in topical sections on machine learning; distributed AI: robotics and MAS; theoretical issues: knowledge representation and reasoning; planning, cognitive modeling; natural language processing; and AI applications.

Book Advances in Artificial Intelligence    IBERAMIA 2012

Download or read book Advances in Artificial Intelligence IBERAMIA 2012 written by Juan Pavón and published by Springer. This book was released on 2012-11-15 with total page 768 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed proceedings of the 13th Ibero-American Conference on Artificial Intelligence, IBERAMIA 2012, held in Cartagena de Indias, Colombia, in November 2012. The 75 papers presented were carefully reviewed and selected from 170 submissions. The papers are organized in topical sections on knowledge representation and reasoning, information and knowledge processing, knowledge discovery and data mining, machine learning, bio-inspired computing, fuzzy systems, modelling and simulation, ambient intelligence, multi-agent systems, human-computer interaction, natural language processing, computer vision and robotics, planning and scheduling, AI in education, and knowledge engineering and applications.

Book The Swedish FrameNet

Download or read book The Swedish FrameNet written by Dana Dannélls and published by Natural Language Processing. This book was released on 2021 with total page 333 pages. Available in PDF, EPUB and Kindle. Book excerpt: Large computational lexicons are central NLP resources. Swedish FrameNet++ aims to be a versatile full-scale lexical resource for NLP containing many kinds of linguistic information. Although focused on Swedish, this ongoing effort, which includes building a new Swedish framenet and recycling existing lexicons, has offered valuable insights into general aspects of lexical-resource building for NLP, which are discussed in this book: computational and linguistic problems of lexical semantics and lexical typology, the nature of lexical items (words and multiword expressions), achieving interoperability among heterogeneous lexical content, NLP methods for extending and interlinking existing lexicons, and deploying the new resource in practical NLP applications. This book is targeted at everyone with an interest in lexicography, computational lexicography, lexical typology, lexical semantics, linguistics, computational linguistics and related fields. We believe it should be of particular interest to those who are or have been involved in language resource creation, development and evaluation.

Book Personal Knowledge Base Construction Using Semantic Role Labeling

Download or read book Personal Knowledge Base Construction Using Semantic Role Labeling written by 楊宗翰 and published by . This book was released on 2018 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Computer Processing of Oriental Languages  Language Technology for the Knowledge based Economy

Download or read book Computer Processing of Oriental Languages Language Technology for the Knowledge based Economy written by Wenjie Li and published by Springer Science & Business Media. This book was released on 2009-03-09 with total page 415 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the thoroughly refereed proceedings of the 22nd International Conference on Computer Processing of Oriental Languages, ICCPOL 2009, held in Hong Kong, in March 2009. The 25 revised full papers and 15 revised poster papers presented were carefully reviewed and selected from 63 submissions. The papers address a variety of topics in natural language processing and its applications, including word segmentation, phrase and term extraction, chunking and parsing, semantic labelling, opinion mining, ontology construction, machine translation, information extraction, document summarization, and so on.

Book Evaluation of Natural Language and Speech Tool for Italian

Download or read book Evaluation of Natural Language and Speech Tool for Italian written by Bernardo Magnini and published by Springer. This book was released on 2013-01-03 with total page 350 pages. Available in PDF, EPUB and Kindle. Book excerpt: EVALITA (http://www.evalita.it/) is the reference evaluation campaign of both Natural Language Processing and Speech Technologies for the Italian language. The objective of the shared tasks proposed at EVALITA is to promote the development of language technologies for Italian, providing a common framework where different systems and approaches can be evaluated and compared in a consistent manner. This volume collects the final and extended contributions presented at EVALITA 2011, the third edition of the evaluation campaign. The 36 revised full papers were carefully reviewed and selected from a total of 87 submissions. The papers are organized in topical sections roughly corresponding to evaluation tasks: parsing - dependency parsing track, parsing - constituency parsing track, domain adaptation for dependency parsing, named entity recognition on transcribed broadcast news, cross-document coreference resolution of named person entities, anaphora resolution, supersense tagging, frame labeling over italian texts, lemmatisation, automatic speech recognition - large vocabulary transcription, forced alignment on spontaneous speech.