Synthesis Lectures on Human Language Technologies最新文献

筛选
英文 中文
Linguistic Fundamentals for Natural Language Processing II: 100 Essentials from Semantics and Pragmatics 自然语言处理的语言学基础II:语义学和语用学的100个要点
Synthesis Lectures on Human Language Technologies Pub Date : 2019-11-05 DOI: 10.2200/s00935ed1v02y201907hlt043
Emily M. Bender, A. Lascarides
{"title":"Linguistic Fundamentals for Natural Language Processing II: 100 Essentials from Semantics and Pragmatics","authors":"Emily M. Bender, A. Lascarides","doi":"10.2200/s00935ed1v02y201907hlt043","DOIUrl":"https://doi.org/10.2200/s00935ed1v02y201907hlt043","url":null,"abstract":"Abstract Meaning is a fundamental concept in Natural Language Processing (NLP), in the tasks of both Natural Language Understanding (NLU) and Natural Language Generation (NLG). This is because the ...","PeriodicalId":22125,"journal":{"name":"Synthesis Lectures on Human Language Technologies","volume":"73 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2019-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74642390","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
Bayesian Analysis in Natural Language Processing, Second Edition 自然语言处理中的贝叶斯分析,第二版
Synthesis Lectures on Human Language Technologies Pub Date : 2019-04-08 DOI: 10.2200/S00905ED2V01Y201903HLT041
Shay B. Cohen
{"title":"Bayesian Analysis in Natural Language Processing, Second Edition","authors":"Shay B. Cohen","doi":"10.2200/S00905ED2V01Y201903HLT041","DOIUrl":"https://doi.org/10.2200/S00905ED2V01Y201903HLT041","url":null,"abstract":"Abstract Natural language processing (NLP) went through a profound transformation in the mid-1980s when it shifted to make heavy use of corpora and data-driven techniques to analyze language. Since...","PeriodicalId":22125,"journal":{"name":"Synthesis Lectures on Human Language Technologies","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2019-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72824790","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Neural Network Methods for Natural Language Processing 自然语言处理的神经网络方法
Synthesis Lectures on Human Language Technologies Pub Date : 2017-01-01 DOI: 10.2200/S00762ED1V01Y201703HLT037
Yoav Goldberg
{"title":" Neural Network Methods for Natural Language Processing","authors":"Yoav Goldberg","doi":"10.2200/S00762ED1V01Y201703HLT037","DOIUrl":"https://doi.org/10.2200/S00762ED1V01Y201703HLT037","url":null,"abstract":"Neural networks are a family of powerful machine learning models. This book focuses on the application of neural network models to natural language data. The first half of the book (Parts I and II) covers the basics of supervised machine learning and feed-forward neural networks, the basics of working with machine learning over language data, and the use of vector-based rather than symbolic representations for words. It also covers the computation-graph abstraction, which allows to easily define and train arbitrary neural networks, and is the basis behind the design of contemporary neural network software libraries. The second part of the book (Parts III and IV) introduces more specialized neural network architectures, including 1D convolutional neural networks, recurrent neural networks, conditioned-generation models, and attention-based models. These architectures and techniques are the driving force behind state-of-the-art algorithms for machine translation, syntactic parsing, and many other applications. Finally, we also discuss tree-shaped networks, structured prediction, and the prospects of multi-task learning.","PeriodicalId":22125,"journal":{"name":"Synthesis Lectures on Human Language Technologies","volume":"26 1","pages":"1-309"},"PeriodicalIF":0.0,"publicationDate":"2017-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77978682","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 547
Semi-Supervised Learning and Domain Adaptation in Natural Language Processing 自然语言处理中的半监督学习和领域自适应
Synthesis Lectures on Human Language Technologies Pub Date : 2013-05-21 DOI: 10.2200/s00497ed1v01y201304hlt021
Anders Søgaard
{"title":"Semi-Supervised Learning and Domain Adaptation in Natural Language Processing","authors":"Anders Søgaard","doi":"10.2200/s00497ed1v01y201304hlt021","DOIUrl":"https://doi.org/10.2200/s00497ed1v01y201304hlt021","url":null,"abstract":"This book introduces basic supervised learning algorithms applicable to natural language processing (NLP) and shows how the performance of these algorithms can often be improved by exploiting the marginal distribution of large amounts of unlabeled data. One reason for that is data sparsity, i.e., the limited amounts of data we have available in NLP. However, in most real-world NLP applications our labeled data is also heavily biased. This book introduces extensions of supervised learning algorithms to cope with data sparsity and different kinds of sampling bias. This book is intended to be both readable by first-year students and interesting to the expert audience. My intention was to introduce what is necessary to appreciate the major challenges we face in contemporary NLP related to data sparsity and sampling bias, without wasting too much time on details about supervised learning algorithms or particular NLP applications. I use text classification, part-of-speech tagging, and dependency parsing as running examples, and limit myself to a small set of cardinal learning algorithms. I have worried less about theoretical guarantees (\"this algorithm never does too badly\") than about useful rules of thumb (\"in this case this algorithm may perform really well\"). In NLP, data is so noisy, biased, and non-stationary that few theoretical guarantees can be established and we are typically left with our gut feelings and a catalogue of crazy ideas. I hope this book will provide its readers with both. Throughout the book we include snippets of Python code and empirical evaluations, when relevant. Table of Contents: Introduction / Supervised and Unsupervised Prediction / Semi-Supervised Learning / Learning under Bias / Learning under Unknown Bias / Evaluating under Bias","PeriodicalId":22125,"journal":{"name":"Synthesis Lectures on Human Language Technologies","volume":"57 1","pages":"1-103"},"PeriodicalIF":0.0,"publicationDate":"2013-05-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73859718","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 13
Automated Grammatical Error Detection for Language Learners 自动语法错误检测语言学习者
Synthesis Lectures on Human Language Technologies Pub Date : 2010-05-11 DOI: 10.2200/S00275ED1V01Y201006HLT009
C. Leacock, M. Chodorow, Michael Gamon, Joel R. Tetreault
{"title":"Automated Grammatical Error Detection for Language Learners","authors":"C. Leacock, M. Chodorow, Michael Gamon, Joel R. Tetreault","doi":"10.2200/S00275ED1V01Y201006HLT009","DOIUrl":"https://doi.org/10.2200/S00275ED1V01Y201006HLT009","url":null,"abstract":"It has been estimated that over a billion people are using or learning English as a second or foreign language, and the numbers are growing not only for English but for other languages as well. These language learners provide a burgeoning market for tools that help identify and correct learners' writing errors. Unfortunately, the errors targeted by typical commercial proofreading tools do not include those aspects of a second language that are hardest to learn. This volume describes the types of constructions English language learners find most difficult -- constructions containing prepositions, articles, and collocations. It provides an overview of the automated approaches that have been developed to identify and correct these and other classes of learner errors in a number of languages. Error annotation and system evaluation are particularly important topics in grammatical error detection because there are no commonly accepted standards. Chapters in the book describe the options available to researchers, recommend best practices for reporting results, and present annotation and evaluation schemes. The final chapters explore recent innovative work that opens new directions for research. It is the authors' hope that this volume will contribute to the growing interest in grammatical error detection by encouraging researchers to take a closer look at the field and its many challenging problems. Table of Contents: Introduction / History of Automated Grammatical Error Detection / Special Problems of Language Learners / Language Learner Data / Evaluating Error Detection Systems / Article and Preposition Errors / Collocation Errors / Different Approaches for Different Errors / Annotating Learner Errors / New Directions / Conclusion","PeriodicalId":22125,"journal":{"name":"Synthesis Lectures on Human Language Technologies","volume":"35 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2010-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78018937","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 223
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信