Ellen Riloff

Last updated
Ellen Riloff
Alma mater University of Massachusetts Amherst (Ph.D. and M.S. in Computer Science)
Carnegie Mellon University (B.S. in Applied Mathematics/Computer Science)
FieldComputer Science
Institutions University of Utah (1994-present)
Dissertation "Information Extraction as a Basis for Portable Text Classification Systems"(1994)
Doctoral advisor Wendy Lehnert
Website Personal website

Ellen Riloff is an American computer scientist currently serving as a professor at the School of Computing at the University of Utah. Her research focuses on natural language processing and computational linguistics, specifically information extraction, sentiment analysis, semantic class induction, and bootstrapping methods that learn from unannotated texts.

Contents

Education

After receiving her bachelor’s degree in applied mathematics (computer science) from Carnegie Mellon University, Riloff completed both her M.S. and Ph.D. in Computer Science at the University of Massachusetts Amherst, [1] where she defended her dissertation under the guidance of Wendy Lehnert. [2]

Career

Riloff is currently a Professor of Computer Science at the University of Utah. She has served as the General Chair for the EMNLP 2018 conference, Program Co-Chair for the NAACL HLT 2012 and CoNLL 2004 conferences, on the NAACL Executive Board (2004-2005 and 2017-2018), the Computational Linguistics Editorial Board, and the Transactions of the Association for Computational Linguistics (TACL) Editorial Board. [1]

Riloff has served as Faculty Advisor for the ACL 2007 Student Research Workshop, [1] and in 2018, she was named a Fellow of the Association for Computational Linguistics (ACL). [3]

Research

Riloff’s primary research areas include information extraction, sentiment & affective text analysis, semantic class induction, social media analysis, coreference resolution, and medical text processing. [4] She is best known for her work on bootstrapping, which she and Rosie Jones received an AAAI Classic Paper Award for in 2017, and information extraction, which she received an AAAI Classic Paper Honorable Mention for in 2012. Riloff has also worked more broadly on coreference resolution, sentiment analysis, active learning, and even veterinary medicine.

Awards and recognition

Publications

Riloff has over 140 publications [7] that predominantly cover topics in the natural language processing field. Some of her publication topics include frame semantics, sentiment, events, and information extraction. [6]

Selected publications

Source: [6]

Related Research Articles

Word-sense disambiguation (WSD) is the process of identifying which sense of a word is meant in a sentence or other segment of context. In human language processing and cognition, it is usually subconscious/automatic but can often come to conscious attention when ambiguity impairs clarity of communication, given the pervasive polysemy in natural language. In computational linguistics, it is an open problem that affects other computer-related writing, such as discourse, improving relevance of search engines, anaphora resolution, coherence, and inference.

<span class="mw-page-title-main">Association for Computational Linguistics</span> Professional organization devoted to linguistics

The Association for Computational Linguistics (ACL) is a scientific and professional organization for people working on natural language processing. Its namesake conference is one of the primary high impact conferences for natural language processing research, along with EMNLP. The conference is held each summer in locations where significant computational linguistics research is carried out.

Sentiment analysis is the use of natural language processing, text analysis, computational linguistics, and biometrics to systematically identify, extract, quantify, and study affective states and subjective information. Sentiment analysis is widely applied to voice of the customer materials such as reviews and survey responses, online and social media, and healthcare materials for applications that range from marketing to customer service to clinical medicine. With the rise of deep language models, such as RoBERTa, also more difficult data domains can be analyzed, e.g., news texts where authors typically express their opinion/sentiment less explicitly.

In linguistics, statistical semantics applies the methods of statistics to the problem of determining the meaning of words or phrases, ideally through unsupervised learning, to a degree of precision at least sufficient for the purpose of information retrieval.

Ontology learning is the automatic or semi-automatic creation of ontologies, including extracting the corresponding domain's terms and the relationships between the concepts that these terms represent from a corpus of natural language text, and encoding them with an ontology language for easy retrieval. As building ontologies manually is extremely labor-intensive and time-consuming, there is great motivation to automate the process.

The North American Chapter of the Association for Computational Linguistics (NAACL) provides a regional focus for members of the Association for Computational Linguistics (ACL) in North America as well as in Central and South America, organizes annual conferences, promotes cooperation and information exchange among related scientific and professional societies, encourages and facilitates ACL membership by people and institutions in the Americas, and provides a source of information on regional activities for the ACL Executive Committee.

A temporal expression in a text is a sequence of tokens that denote time, that is express a point in time, a duration or a frequency. Examples:

He was born on <TIMEX>6 May, 1980</TIMEX>.
The show lasted <TIMEX>7 minutes</TIMEX>.
The pump circulates the water <TIMEX>every 2 hours</TIMEX>.

The knowledge acquisition bottleneck is perhaps the major impediment to solving the word-sense disambiguation (WSD) problem. Unsupervised learning methods rely on knowledge about word senses, which is barely formulated in dictionaries and lexical databases. Supervised learning methods depend heavily on the existence of manually annotated examples for every word sense, a requisite that can so far be met only for a handful of words for testing purposes, as it is done in the Senseval exercises.

SemEval is an ongoing series of evaluations of computational semantic analysis systems; it evolved from the Senseval word sense evaluation series. The evaluations are intended to explore the nature of meaning in language. While meaning is intuitive to humans, transferring those intuitions to computational analysis has proved elusive.

Dragomir R. Radev was an American computer scientist who was a professor at Yale University, working on natural language processing and information retrieval. He also served as a University of Michigan computer science professor and Columbia University computer science adjunct professor, as well as a Member of the Advisory Board of Lawyaw.

In natural language processing, textual entailment (TE), also known as natural language inference (NLI), is a directional relation between text fragments. The relation holds whenever the truth of one text fragment follows from another text.

Coupled Pattern Learner (CPL) is a machine learning algorithm which couples the semi-supervised learning of categories and relations to forestall the problem of semantic drift associated with boot-strap learning methods.

<span class="mw-page-title-main">BabelNet</span> Multilingual semantic network and encyclopedic dictionary

BabelNet is a multilingual lexicalized semantic network and ontology developed at the NLP group of the Sapienza University of Rome. BabelNet was automatically created by linking Wikipedia to the most popular computational lexicon of the English language, WordNet. The integration is done using an automatic mapping and by filling in lexical gaps in resource-poor languages by using statistical machine translation. The result is an encyclopedic dictionary that provides concepts and named entities lexicalized in many languages and connected with large amounts of semantic relations. Additional lexicalizations and definitions are added by linking to free-license wordnets, OmegaWiki, the English Wiktionary, Wikidata, FrameNet, VerbNet and others. Similarly to WordNet, BabelNet groups words in different languages into sets of synonyms, called Babel synsets. For each Babel synset, BabelNet provides short definitions in many languages harvested from both WordNet and Wikipedia.

<span class="mw-page-title-main">Entity linking</span> Concept in Natural Language Processing

In natural language processing, entity linking, also referred to as named-entity linking (NEL), named-entity disambiguation (NED), named-entity recognition and disambiguation (NERD) or named-entity normalization (NEN) is the task of assigning a unique identity to entities mentioned in text. For example, given the sentence "Paris is the capital of France", the idea is to determine that "Paris" refers to the city of Paris and not to Paris Hilton or any other entity that could be referred to as "Paris". Entity linking is different from named-entity recognition (NER) in that NER identifies the occurrence of a named entity in text but it does not identify which specific entity it is.

Empirical Methods in Natural Language Processing (EMNLP) is a leading conference in the area of natural language processing and artificial intelligence. Along with the Association for Computational Linguistics (ACL) and the North American Chapter of the Association for Computational Linguistics (NAACL), it is one of the three primary high impact conferences for natural language processing research. EMNLP is organized by the ACL special interest group on linguistic data (SIGDAT) and was started in 1996, based on an earlier conference series called Workshop on Very Large Corpora (WVLC).

<span class="mw-page-title-main">Rada Mihalcea</span> American computer scientist

Rada Mihalcea is Janice M. Jenkins Collegiate Professor of Computer Science and Engineering at the University of Michigan. She made influential contribution to natural language processing, multimodal processing, and computational social science. She is also the inventor of TextRank Algorithm, which is widely used for text summarization.

Paraphrase or paraphrasing in computational linguistics is the natural language processing task of detecting and generating paraphrases. Applications of paraphrasing are varied including information retrieval, question answering, text summarization, and plagiarism detection. Paraphrasing is also useful in the evaluation of machine translation, as well as semantic parsing and generation of new samples to expand existing corpora.

Yejin Choi is Wissner-Slivka Chair of Computer Science at the University of Washington. Her research considers natural language processing and computer vision.

Mona Talat Diab is a computer science professor and director of Carnegie Mellon University's Language Technologies Institute. Previously, she was a professor at George Washington University and a research scientist with Facebook AI. Her research focuses on natural language processing, computational linguistics, cross lingual/multilingual processing, computational socio-pragmatics, Arabic language processing, and applied machine learning.

Ani Nenkova is Principal Scientist at Adobe Research, currently on leave from her position as an Associate Professor of Computer and Information Science at the University of Pennsylvania. Her research focuses on computational linguistics and artificial intelligence, with an emphasis on developing computational methods for analysis of text quality and style, discourse, affect recognition, and summarization.

References

  1. 1 2 3 "NAACL: North American Chapter of the ACL (Association for Computational Linguistics)". naacl.org. Retrieved 2021-04-09.
  2. "Information Extraction as a Basis for Portable Text Classification Systems" . www.cs.utah.edu. Retrieved 2021-04-09.
  3. Identifying Affective Events and the Reasons for their Polarity - Prof. Ellen Riloff (SoC, UoU) , retrieved 2021-04-09
  4. "Ellen Riloff - AI Profile". www.aminer.cn. Retrieved 2021-04-09.
  5. "ELLEN M RILOFF - Service - Faculty Profile - The University of Utah". faculty.utah.edu. Retrieved 2021-04-09.
  6. 1 2 3 4 5 "Ellen Riloff's Publications". www.cs.utah.edu. Retrieved 2021-04-09.
  7. "Ellen RILOFF | Professor (Full) | University of Utah, Utah | UOU | School of Computing". ResearchGate. Retrieved 2021-04-09.