A Comparison of Chinese Parsers for Stanford Dependencies

Size: px
Start display at page:

Download "A Comparison of Chinese Parsers for Stanford Dependencies"

Transcription

1 A Comparison of Chinese Parsers for Stanford Dependencies Wanxiang Che, Valentin I. Spitkovsky and Ting Liu Harbin Institute of Technology Stanford University ACL 2012 July 11, 2012 Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

2 Outline Outline 1 Introduction 2 Methodology 3 Results 4 Analysis 5 Conclusion Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

3 Introduction Outline 1 Introduction 2 Methodology 3 Results 4 Analysis 5 Conclusion Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

4 Introduction Stanford Dependencies A simple description of relations between pairs of words in a sentence A kind of semantically-oriented dependency representation Converted from constituent trees by rules 53 binary relations for English, 46 for Chinese Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

5 Introduction Stanford Dependencies A simple description of relations between pairs of words in a sentence A kind of semantically-oriented dependency representation Converted from constituent trees by rules 53 binary relations for English, 46 for Chinese root nsubj dobj det rcmod -Root- I saw the man who loves you ROOT SUB VMOD NMOD nsubj SUB dobj VMOD CLF Figure: Stanford dependencies (above) vs. CoNLL style (below) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

6 Introduction Stanford Dependencies Applications Intuitive and easy to apply, requires little linguistic expertise Biomedical text mining (Kim et al., 2009) Textual entailment (Androutsopoulos and Malakasiotis, 2010) Information extraction (Wu and Weld, 2010; Banko et al., 2007) Sentiment analysis (Meena and Prabhakar, 2007; Wu et al., 2011) root nsubj dobj det rcmod -Root- I saw the man who loves you ROOT SUB VMOD NMOD nsubj SUB dobj VMOD CLF Figure: Stanford dependencies (above) vs. CoNLL style (below) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

7 Introduction Parsing Methods Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

8 Introduction Parsing Methods Constituent Parsing (indirect) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

9 Introduction Parsing Methods Constituent Parsing (indirect) Sentence Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

10 Introduction Parsing Methods Constituent Parsing (indirect) IP NP VP NR VV NP IP 中国 鼓励 ADJP NP VP JJ NN VV NP Sentence 民营企业家投资 NN NN NN 国家基础建设 Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

11 Introduction Parsing Methods Constituent Parsing (indirect) IP NP VP NR VV NP IP 中国鼓励 ADJP NP VP Sentence JJ NN VV NP 民营企业家投资 NN NN NN 国家基础建设 nsubj root dobj dep amod 中国鼓励民营企业家投资国家基础建设 China encourages private entrepreneurs invest national infrastructure construction dobj nn nn Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

12 Introduction Parsing Methods Constituent Parsing (indirect) IP NP VP NR VV NP IP Sentence 中国 鼓励 ADJP JJ 民营 NP NN 企业家 VV 投资 VP NN 国家 NP NN 基础 NN 建设 nsubj root dobj dep amod 中国鼓励民营企业家投资国家基础建设 China encourages private entrepreneurs invest national infrastructure construction Stanford dependency parser s original implementation dobj nn nn Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

13 Introduction Parsing Methods Constituent Parsing (indirect) IP NP VP NR VV NP IP Sentence 中国 鼓励 ADJP JJ 民营 NP NN 企业家 VV 投资 VP NN 国家 NP NN 基础 NN 建设 nsubj root dobj dep amod 中国鼓励民营企业家投资国家基础建设 China encourages private entrepreneurs invest national infrastructure construction Stanford dependency parser s original implementation dobj nn nn Dependency Parsing (direct) Sentence nsubj root dobj dep amod 中国鼓励民营企业家投资国家基础建设 China encourages private entrepreneurs invest national infrastructure construction dobj nn nn Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

14 Introduction Motivation Which method is better for Chinese Stanford Dependencies? Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

15 Introduction Motivation Which method is better for Chinese Stanford Dependencies? Comparison for English (Cer et al., 2010) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

16 Introduction Motivation Which method is better for Chinese Stanford Dependencies? Comparison for English (Cer et al., 2010) Constituent parsers systematically outperform direct methods Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

17 Introduction Motivation Which method is better for Chinese Stanford Dependencies? Comparison for English (Cer et al., 2010) Constituent parsers systematically outperform direct methods Did not explore more sophisticated (higher-order) dependency parsers Did not explore more consistent (n-way jackknifing of) POS tags Small bug in evaluation of MSTParser Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

18 Methodology Outline 1 Introduction 2 Methodology 3 Results 4 Analysis 5 Conclusion Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

19 Methodology Open Source Parsers Parsers Information Open Source Parsers Type Parser Version Algorithm Constituent Berkeley 1.1 PCFG Bikel 1.2 PCFG Charniak Nov PCFG Stanford 2.0 Factored Dependency MaltParser Arc-Eager Mate 2.0 2nd-order MST MSTParser 0.5 MST Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

20 Methodology Settings Settings Corpus Latest Chinese TreeBank (CTB) 7.0 Number of \in Train Dev Test Total files 2, ,448 sentences 46,572 2,079 2,796 51,447 tokens 1,039,942 59,955 81,578 1,181,475 Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

21 Methodology Settings Settings Corpus Latest Chinese TreeBank (CTB) 7.0 Number of \in Train Dev Test Total files 2, ,448 sentences 46,572 2,079 2,796 51,447 tokens 1,039,942 59,955 81,578 1,181,475 Software and Hardware Parsers: all default options Hardware: Intel s Xeon E GHz CPU and 24GB RAM Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

22 Methodology Features for Dependency Parsers Features for Dependency Parsers POS tags Stanford POS tagger Automatic tags for training data (via 10-way jackknifing) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

23 Methodology Features for Dependency Parsers Features for Dependency Parsers POS tags Stanford POS tagger Automatic tags for training data (via 10-way jackknifing) Lemmas The last character of each Chinese word E.g., bicycle ( 自行车 ), car ( 汽车 ) and train ( 火车 ) are all various kinds of vehicle ( 车 ) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

24 Results Outline 1 Introduction 2 Methodology 3 Results 4 Analysis 5 Conclusion Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

25 Results Chinese Results Dev Test Type Parser UAS LAS UAS LAS Time Constituent Berkeley :56 Bikel ,861:31 Charniak :04 Stanford :50 Dependency MaltParser (liblinear) :11 MaltParser (libsvm) :51 Mate (2nd-order) :19 MSTParser (1st-order) :17 Bold: best results. Dark Red: worst results. Blue: best results of constituent parsers. Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

26 Analysis Outline 1 Introduction 2 Methodology 3 Results 4 Analysis 5 Conclusion Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

27 Analysis Comparison between Mate and Berkeley parsers Mate is slightly better than Berkeley (but not significantly, p > 0.05) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

28 Analysis Comparison between Mate and Berkeley parsers Mate is slightly better than Berkeley (but not significantly, p > 0.05) Performance (F 1 ) comparison on different relations Relation Count Mate Berkeley nn 7, dep 4, nsubj 4, advmod 4, dobj 3, conj 2, prep 2, root 2, nummod 1, assmod 1, Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

29 Analysis More Analysis Feature Effect 10-way jackknifing POS tags for training data Gold Jackknifing Mate Berkeley Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

30 Analysis More Analysis Feature Effect 10-way jackknifing POS tags for training data Gold Jackknifing Mate Berkeley Lemmas for Mate 77.8 (w/o) vs (with) Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

31 Analysis More Analysis Feature Effect 10-way jackknifing POS tags for training data Gold Jackknifing Mate Berkeley Lemmas for Mate 77.8 (w/o) vs (with) English vs. Chinese Chinese English Berkeley Charniak CJ (Charniak + Reranking) 89.1 Mate Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

32 Conclusion Outline 1 Introduction 2 Methodology 3 Results 4 Analysis 5 Conclusion Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

33 Conclusion Conclusion For Chinese, direct approach comparable to using constituents Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

34 Conclusion Conclusion For Chinese, direct approach comparable to using constituents Which parser to use in practice? Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

35 Conclusion Conclusion For Chinese, direct approach comparable to using constituents Which parser to use in practice? Most accurate: Mate parser Fastest: MaltParser (liblinear) Trade-off: Berkeley parser Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

36 Conclusion Conclusion For Chinese, direct approach comparable to using constituents Which parser to use in practice? Most accurate: Mate parser Fastest: MaltParser (liblinear) Trade-off: Berkeley parser We prefer dependency parsers which more easily admit richer features Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

37 Conclusion Conclusion For Chinese, direct approach comparable to using constituents Which parser to use in practice? Most accurate: Mate parser Fastest: MaltParser (liblinear) Trade-off: Berkeley parser We prefer dependency parsers which more easily admit richer features n-way jackknifing of POS tags and lemma features can help Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

38 Conclusion Thanks and QA Che, Spitkovsky, and Liu (HIT, Stanford) Comparison of Chinese Parsers July 11, / 19

Two Bracketing Schemes for the Penn Treebank

Two Bracketing Schemes for the Penn Treebank Anssi Yli-Jyrä Two Bracketing Schemes for the Penn Treebank Abstract The trees in the Penn Treebank have a standard representation that involves complete balanced bracketing. In this article, an alternative

More information

Natural Language Processing: An Introduction

Natural Language Processing: An Introduction Natural Language Processing: An Introduction NLP: The Ultimate Goal (1990) The Ultimate Goal For computers to use NL as effectively as humans do. Natural language, whether spoken, written, or typed, is

More information

Robust Conversion of CCG Derivations to Phrase Structure Trees

Robust Conversion of CCG Derivations to Phrase Structure Trees Robust Conversion of CCG Derivations to Phrase Structure Trees Jonathan K. Kummerfeld Dan Klein James R. Curran Computer Science Division -lab, School of IT University of California, Berkeley University

More information

Midterm for Name: Good luck! Midterm page 1 of 9

Midterm for Name: Good luck! Midterm page 1 of 9 Midterm for 6.864 Name: 40 30 30 30 Good luck! 6.864 Midterm page 1 of 9 Part #1 10% We define a PCFG where the non-terminals are {S, NP, V P, V t, NN, P P, IN}, the terminal symbols are {Mary,ran,home,with,John},

More information

Treebanks. LING 5200 Computational Corpus Linguistics Nianwen Xue

Treebanks. LING 5200 Computational Corpus Linguistics Nianwen Xue Treebanks LING 5200 Computational Corpus Linguistics Nianwen Xue 1 Outline Intuitions and tests for constituent structure Representing constituent structures Continuous constituents Discontinuous constituents

More information

CUDA-Accelerated Satellite Communication Demodulation

CUDA-Accelerated Satellite Communication Demodulation CUDA-Accelerated Satellite Communication Demodulation Renliang Zhao, Ying Liu, Liheng Jian, Zhongya Wang School of Computer and Control University of Chinese Academy of Sciences Outline Motivation Related

More information

Statistical Parsing and CKY Algorithm

Statistical Parsing and CKY Algorithm tatistical Parsing and CKY Algorithm Instructor: Wei Xu Ohio tate University Many slides from Ray Mooney and Michael Collins TA Office Hours for HW#2 Dreese 390: - 03/28 Tue 10:00AM-12:00 noon - 03/30

More information

Challenges in Statistical Machine Translation

Challenges in Statistical Machine Translation p.1 Challenges in Statistical Machine Translation Philipp Koehn koehn@csail.mit.edu Computer Science and Artificial Intelligence Lab Massachusetts Institute of Technology Outline p Statistical Machine

More information

NLP, Games, and Robotic Cars

NLP, Games, and Robotic Cars NLP, Games, and Robotic Cars [These slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188 materials are available at http://ai.berkeley.edu.] So Far: Foundational

More information

Outline. Grammar Formalisms Combinatorial Categorial Grammar (CCG) What is CCG? In a nutshell

Outline. Grammar Formalisms Combinatorial Categorial Grammar (CCG) What is CCG? In a nutshell Outline Grammar Formalisms Combinatorial Categorial Grammar (CCG) Laura Kallmeyer, Timm Lichte, Wolfgang Maier Universität Tübingen 20.06.2007 1 2 3 CCG 1 CCG 2 What is CCG? In a nutshell Combinatory Categorial

More information

CURRENT SITUATION OF FEMALE EMPOLYMENT IN CHINA

CURRENT SITUATION OF FEMALE EMPOLYMENT IN CHINA CASHEWOMAN CURRENT SITUATION OF FEMALE EMPOLYMENT IN CHINA MS. CHEN YING DIRECTOR OF CEREALS AND OILS DEPT CHINA CHAMBER OF COMMERCE FOR IMP & EXP OF FOODSTUFFS, NATIVE PRODUCE AND ANIMAL BY-PRODUCTS.

More information

Building a Business Knowledge Base by a Supervised Learning and Rule-Based Method

Building a Business Knowledge Base by a Supervised Learning and Rule-Based Method KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 9, NO. 1, Jan. 2015 407 Copyright 2015 KSII Building a Business Knowledge Base by a Supervised Learning and Rule-Based Method Sungho Shin 1, 2,

More information

Application Areas of AI Artificial intelligence is divided into different branches which are mentioned below:

Application Areas of AI   Artificial intelligence is divided into different branches which are mentioned below: Week 2 - o Expert Systems o Natural Language Processing (NLP) o Computer Vision o Speech Recognition And Generation o Robotics o Neural Network o Virtual Reality APPLICATION AREAS OF ARTIFICIAL INTELLIGENCE

More information

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab. 김강일

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab.  김강일 신경망기반자동번역기술 Konkuk University Computational Intelligence Lab. http://ci.konkuk.ac.kr kikim01@kunkuk.ac.kr 김강일 Index Issues in AI and Deep Learning Overview of Machine Translation Advanced Techniques in

More information

Textual Characteristics based High Quality Online Reviews Evaluation and Detection

Textual Characteristics based High Quality Online Reviews Evaluation and Detection 2013 Submitted on: October 30, Textual Characteristics based High Quality Online Reviews Evaluation and Detection Hui Nie School of Information Management, Sun Yat-sen University, Guangzhou, China. E-mail

More information

Optimization of On-line Appointment Scheduling

Optimization of On-line Appointment Scheduling Optimization of On-line Appointment Scheduling Brian Denton Edward P. Fitts Department of Industrial and Systems Engineering North Carolina State University Tsinghua University, Beijing, China May, 2012

More information

Dependency-based Convolutional Neural Networks for Sentence Embedding

Dependency-based Convolutional Neural Networks for Sentence Embedding Dependency-based Convolutional Neural Networks for Sentence Embedding ROOT? Mingbo Ma Liang Huang CUNY Bing Xiang Bowen Zhou IBM T. J. Watson ACL 2015 Beijing Convolutional Neural Network for NLP Kalchbrenner

More information

Shuhua Liu Senior Research Fellow, Docent Arcada Universitty of Applied Sciences. KaTuMetro Kickoff Seminar, University of Helsinki

Shuhua Liu Senior Research Fellow, Docent Arcada Universitty of Applied Sciences. KaTuMetro Kickoff Seminar, University of Helsinki Intelligent Methods and Models for Mining Community Knowledge: Enabling enriched Understanding of Urban Development in Helsinki Metropolitan Region with Social Intelligence Shuhua Liu Senior Research Fellow,

More information

Tan-Hsu Tan Dept. of Electrical Engineering National Taipei University of Technology Taipei, Taiwan (ROC)

Tan-Hsu Tan Dept. of Electrical Engineering National Taipei University of Technology Taipei, Taiwan (ROC) Munkhjargal Gochoo, Damdinsuren Bayanduuren, Uyangaa Khuchit, Galbadrakh Battur School of Information and Communications Technology, Mongolian University of Science and Technology Ulaanbaatar, Mongolia

More information

Extracting and Visualising Biographical Events from Wikipedia

Extracting and Visualising Biographical Events from Wikipedia Extracting and Visualising Biographical Events from Wikipedia Irene Russo*,Tommaso Caselli**, Monica Monachini* *ILC-CNR A. Zampolli Pisa,** Computational Lexicology & Terminology Lab Vrije Universiteit

More information

CS 343: Artificial Intelligence

CS 343: Artificial Intelligence CS 343: Artificial Intelligence NLP, Games, and Autonomous Vehicles Prof. Scott Niekum The University of Texas at Austin [These slides based on those of Dan Klein and Pieter Abbeel for CS188 Intro to AI

More information

ANAPHORA RESOLUTION FOR PRACTICAL TASKS

ANAPHORA RESOLUTION FOR PRACTICAL TASKS ANAPHORA RESOLUTION FOR PRACTICAL TASKS Massimo Poesio Uni Trento, CIMEC / Uni Essex, DCES AND MANY COLLABORATORS (SEE END) University of Manchester, 15/2/2008 OUTLINE OF TALK Anaphora resolution: a quick

More information

Deep Learning for Broad Coverage Semantics: SRL, Coreference, and Beyond

Deep Learning for Broad Coverage Semantics: SRL, Coreference, and Beyond Deep Learning for Broad Coverage Semantics: SRL, Coreference, and Beyond Luke Zettlemoyer * Joint work with Luheng He, Kenton Lee, Matthew Peters*, Christopher Clark, Matthew Gardner*, Mohit Iyyer*, Mandar

More information

Part of Speech Tagging & Hidden Markov Models (Part 1) Mitch Marcus CIS 421/521

Part of Speech Tagging & Hidden Markov Models (Part 1) Mitch Marcus CIS 421/521 Part of Speech Tagging & Hidden Markov Models (Part 1) Mitch Marcus CIS 421/521 NLP Task I Determining Part of Speech Tags Given a text, assign each token its correct part of speech (POS) tag, given its

More information

Script Visualization (ScriptViz): a smart system that makes writing fun

Script Visualization (ScriptViz): a smart system that makes writing fun Script Visualization (ScriptViz): a smart system that makes writing fun Zhi-Qiang Liu Centre for Media Technology (RCMT) and School of Creative Media City University of Hong Kong, P. R. CHINA smzliu@cityu.edu.hk

More information

Measuring the performance of Knowledge Transfer from Universities to Industry in China. ZHONG Wei Renmin Univ

Measuring the performance of Knowledge Transfer from Universities to Industry in China. ZHONG Wei Renmin Univ Measuring the performance of Knowledge Transfer from Universities to Industry in China ZHONG Wei Renmin Univ 1 Outline What is knowledge transfer, and how can it be measured? Surveys of Knowledge Transfer

More information

The Enriched TreeTagger System

The Enriched TreeTagger System The Enriched TreeTagger System H. Schmid, M. Baroni, E. Zanchetta, A. Stein Universities of Stuttgart, Trento and Bologna (Forlì) Evalita Workshop Roma - September 10, 2007 H. Schmid, M. Baroni, E. Zanchetta,

More information

Neural Architectures for Named Entity Recognition

Neural Architectures for Named Entity Recognition Neural Architectures for Named Entity Recognition Presented by Allan June 16, 2017 Slides: http://www.statnlp.org/event/naner.html Some content is taken from the original slides. Named Entity Recognition

More information

Automated Generation of Timestamped Patent Abstracts at Scale to Outsmart Patent-Trolls

Automated Generation of Timestamped Patent Abstracts at Scale to Outsmart Patent-Trolls Automated Generation of Timestamped Patent Abstracts at Scale to Outsmart Patent-Trolls Felix Hamborg, Moustafa Elmaghraby, Corinna Breitinger, Bela Gipp Department of Computer and Information Science

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

Ecological Characteristics of Information and Its Scientific Research 1

Ecological Characteristics of Information and Its Scientific Research 1 Ecological Characteristics of Information and Its Scientific Research 1 Xiaohui ZOU 1,2 *, Shunpeng ZOU 1,2 and Lijun Ke 2 1 China University of Geosciences (Beijing) Institute of Higher Education; 949309225@qq.com

More information

The Role of Communication Technologies in Connected and Automated Vehicles

The Role of Communication Technologies in Connected and Automated Vehicles The Role of Communication Technologies in Connected and Automated Vehicles GE Yuming China Academy of Information and Communication Technology(CAICT) 2015.7.28 Contents 1. Introduction of CAICT 2. Chinese

More information

1 ST BELT ROAD INITIATIVE SUMMIT PROVISIONAL PROGRAMME. One Belt One Road Programme, University of Oxford Day 2: 14 th September 2017

1 ST BELT ROAD INITIATIVE SUMMIT PROVISIONAL PROGRAMME. One Belt One Road Programme, University of Oxford Day 2: 14 th September 2017 1 ST BELT ROAD INITIATIVE SUMMIT PROVISIONAL PROGRAMME One Belt One Road Programme, University of Oxford Day 2: 14 th September 2017 Session 1. Digital Economy 数字经济 : Sharing Economy 分享经济 Cybersecurity

More information

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Outline Introduction Soft Computing (SC) vs. Conventional Artificial Intelligence (AI) Neuro-Fuzzy (NF) and SC Characteristics 2 Introduction

More information

Block Permutations in Boolean Space to Minimize TCAM for Packet Classification

Block Permutations in Boolean Space to Minimize TCAM for Packet Classification Block Permutations in Boolean Space to Minimize TCAM for Packet Classification Rihua Wei, Yang Xu and H. Jonathan Chao Department of ECE, Polytechnic Institute of New York University rwei01@students.poly.edu,

More information

Exploring the Political Agenda of the Greek Parliament Plenary Sessions

Exploring the Political Agenda of the Greek Parliament Plenary Sessions Exploring the Political Agenda of the Greek Parliament Plenary Sessions Dimitris Gkoumas, Maria Pontiki, Konstantina Papanikolaou, and Haris Papageorgiou ATHENA Research & Innovation Centre/Institute for

More information

Extracting Actionable Findings of Appendicitis from Radiology Reports Using Natural Language Processing

Extracting Actionable Findings of Appendicitis from Radiology Reports Using Natural Language Processing Extracting Actionable Findings of Appendicitis from Radiology Reports Using Natural Language Processing Journal: 2013 AMIA Summit on Translational Bioinformatics Manuscript ID: AMIA-031-T2013.R1 Manuscript

More information

Introduction. Description of the Project. Debopam Das

Introduction. Description of the Project. Debopam Das Computational Analysis of Text Sentiment: A Report on Extracting Contextual Information about the Occurrence of Discourse Markers Debopam Das Introduction This report documents a particular task performed

More information

Speech Processing. Simon King University of Edinburgh. additional lecture slides for

Speech Processing. Simon King University of Edinburgh. additional lecture slides for Speech Processing Simon King University of Edinburgh additional lecture slides for 2018-19 assignment Q&A writing exercise Roadmap Modules 1-2: The basics Modules 3-5: Speech synthesis Modules 6-9: Speech

More information

University of Szeged (An introduction)

University of Szeged (An introduction) University of Szeged (An introduction) Dr. Zoltán Alexin, PhD. Dept. Software Engineering alexin@inf.u-szeged.hu HUNGARY ON THE MAP OF EUROPE SZEGED ON THE MAP OF HUNGARY UNIVERSITY OF SZEGED http://www.u-szeged.hu

More information

Enhancing the societal value of Research Infrastructures Three Face to of Huairou National Science Center

Enhancing the societal value of Research Infrastructures Three Face to of Huairou National Science Center Enhancing the societal value of Research Infrastructures Three Face to of Huairou National Science Center JIANG Xiaoming Beijing Advanced Sciences and Innovation Center Chinese Academy of Sciences Contents

More information

Region-wide Microsimulation-based DTA: Context, Approach, and Implementation for NFTPO

Region-wide Microsimulation-based DTA: Context, Approach, and Implementation for NFTPO Region-wide Microsimulation-based DTA: Context, Approach, and Implementation for NFTPO presented by Howard Slavin & Daniel Morgan Caliper Corporation March 27, 2014 Context: Motivation Technical Many transportation

More information

Knowledge-based Collaborative Design Method

Knowledge-based Collaborative Design Method -d Collaborative Design Method Liwei Wang, Hongsheng Wang, Yanjing Wang, Yukun Yang, Xiaolu Wang Research and Development Center, China Academy of Launch Vehicle Technology, Beijing, China, 100076 Wanglw045@163.com

More information

Simple Large-scale Relation Extraction from Unstructured Text

Simple Large-scale Relation Extraction from Unstructured Text Simple Large-scale Relation Extraction from Unstructured Text Christos Christodoulopoulos and Arpit Mittal Amazon Research Cambridge Alexa Question Answering Alexa, what books did Carrie Fisher write?

More information

Gameplay as On-Line Mediation Search

Gameplay as On-Line Mediation Search Gameplay as On-Line Mediation Search Justus Robertson and R. Michael Young Liquid Narrative Group Department of Computer Science North Carolina State University Raleigh, NC 27695 jjrobert@ncsu.edu, young@csc.ncsu.edu

More information

A Signal Integrity Measuring Methodology in the Extraction of Wide Bandwidth Environmental Coefficients

A Signal Integrity Measuring Methodology in the Extraction of Wide Bandwidth Environmental Coefficients As originally published in the IPC APEX EXPO Conference Proceedings. A Signal Integrity Measuring Methodology in the Extraction of Wide Bandwidth Environmental Coefficients Eric Liao, Kuen-Fwu Fuh, Annie

More information

Analysis of Competition in Chinese Automobile Industry based on an Opinion and Sentiment Mining System

Analysis of Competition in Chinese Automobile Industry based on an Opinion and Sentiment Mining System 41 Available for free online at https://ojs.hh.se/ Journal of Intelligence Studies in Business 2 (2012) 41-50 Analysis of Competition in Chinese Automobile Industry based on an Opinion and Sentiment Mining

More information

Advanced Functional Programming in Industry

Advanced Functional Programming in Industry Advanced Functional Programming in Industry José Pedro Magalhães January 23, 2015 Berlin, Germany José Pedro Magalhães Advanced Functional Programming in Industry, BOB 2015 1 / 36 Introduction Haskell:

More information

The Third International Chinese Language Processing Bakeoff: Word Segmentation and Named Entity Recognition

The Third International Chinese Language Processing Bakeoff: Word Segmentation and Named Entity Recognition The Third International Chinese Language Processing Bakeoff: Word Segmentation and Named Entity Recognition Gina-Anne Levow University of Chicago 1100 E. 58th St. Chicago, IL 60637 USA levow@cs.uchicago.edu

More information

THE SECRET HISTORY OF THE TOTAL WARSERIES

THE SECRET HISTORY OF THE TOTAL WARSERIES THE SECRET HISTORY OF THE TOTAL WARSERIES 2000 WAS A FANTASTIC YEAR FOR GAMERS. SOME OF TODAY S MOST WELL-LOVED FRANCHISES WERE LAUNCHED IN THE MILLENNIUM YEAR, INCLUDING DEUS EX, THE SIMS, HITMAN: CODENAME

More information

A Measuring Method about the Bus Insulation Resistance of Power Battery Pack

A Measuring Method about the Bus Insulation Resistance of Power Battery Pack 1201 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 62, 2017 Guest Editors: Fei Song, Haibo Wang, Fang He Copyright 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608-60-0; ISSN 2283-9216 The Italian

More information

Soar Agents in Government Applications

Soar Agents in Government Applications Soar Agents in Government Applications Randolph M. Jones and The Crew (with special thanks to Glenn Taylor, Brian Stensrud, and Mike Quist) Soar Technology, Inc. rjones@soartech.com Soar Workshop, June

More information

An improved strategy for solving Sudoku by sparse optimization methods

An improved strategy for solving Sudoku by sparse optimization methods An improved strategy for solving Sudoku by sparse optimization methods Yuchao Tang, Zhenggang Wu 2, Chuanxi Zhu. Department of Mathematics, Nanchang University, Nanchang 33003, P.R. China 2. School of

More information

Opinion Mining and Emotional Intelligence: Techniques and Methodology

Opinion Mining and Emotional Intelligence: Techniques and Methodology Opinion Mining and Emotional Intelligence: Techniques and Methodology B.Asraf yasmin 1, Dr.R.Latha 2 1 Ph.D Research Scholar, Computer Applications, St.Peter s University, Chennai. 2 Prof & Head., Dept

More information

More Semantics. Image removed for copyright reasons.

More Semantics. Image removed for copyright reasons. More Semantics Image removed for copyright reasons. Review of Quantifier Meaning No American smokes. Review of Quantifier Meaning No American smokes. set of Americans set of people who smoke Review of

More information

Design of intelligent surveillance systems: a game theoretic case. Nicola Basilico Department of Computer Science University of Milan

Design of intelligent surveillance systems: a game theoretic case. Nicola Basilico Department of Computer Science University of Milan Design of intelligent surveillance systems: a game theoretic case Nicola Basilico Department of Computer Science University of Milan Outline Introduction to Game Theory and solution concepts Game definition

More information

NLP Researcher: Snigdha Chaturvedi. Xingya Zhao, 12/5/2017

NLP Researcher: Snigdha Chaturvedi. Xingya Zhao, 12/5/2017 NLP Researcher: Snigdha Chaturvedi Xingya Zhao, 12/5/2017 Contents About Snigdha Chaturvedi Education and working experience Research Interest Dynamic Relationships Between Literary Characters Problem

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

CSE 255 Assignment 1: Helpfulness in Amazon Reviews

CSE 255 Assignment 1: Helpfulness in Amazon Reviews CSE 255 Assignment 1: Helpfulness in Amazon Reviews Kristján Jónsson University of California, San Diego 9500 Gilman Dr La Jolla, CA 92093 USA kjonsson@eng.ucsd.edu Devin Platt University of California,

More information

Mining Social Data to Extract Intellectual Knowledge

Mining Social Data to Extract Intellectual Knowledge Mining Social Data to Extract Intellectual Knowledge Muhammad Mahbubur Rahman Department of Computer Science, American International University-Bangladesh mahbubr@aiub.edu Abstract Social data mining is

More information

Classification Experiments for Number Plate Recognition Data Set Using Weka

Classification Experiments for Number Plate Recognition Data Set Using Weka Classification Experiments for Number Plate Recognition Data Set Using Weka Atul Kumar 1, Sunila Godara 2 1 Department of Computer Science and Engineering Guru Jambheshwar University of Science and Technology

More information

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO Introduction to RNNs for NLP SHANG GAO About Me PhD student in the Data Science and Engineering program Took Deep Learning last year Work in the Biomedical Sciences, Engineering, and Computing group at

More information

The Study and Implementation of Agricultural Information Service System Based on Addressable Broadcast

The Study and Implementation of Agricultural Information Service System Based on Addressable Broadcast The Study and Implementation of Agricultural Information Service System Based on Addressable Broadcast Huoguo Zheng 1,2, Haiyan Hu 1,2, Shihong Liu 1,2, and Hong Meng 1,2 1 Key Laboratory of Digital Agricultural

More information

Adaptation of Sentiment Analysis to New Linguistic Features, Informal Language Form and World Knowledge

Adaptation of Sentiment Analysis to New Linguistic Features, Informal Language Form and World Knowledge Adaptation of Sentiment Analysis to New Linguistic Features, Informal Language Form and World Knowledge Subhabrata Mukherjee Master s Thesis Guide: Dr. Pushpak Bhattacharyya Department of Computer Science

More information

Lecture 4: n-grams in NLP. LING 1330/2330: Introduction to Computational Linguistics Na-Rae Han

Lecture 4: n-grams in NLP. LING 1330/2330: Introduction to Computational Linguistics Na-Rae Han Lecture 4: n-grams in NLP LING 1330/2330: Introduction to Computational Linguistics Na-Rae Han Objectives Frequent n-grams in English n-grams and statistical NLP n-grams and conditional probability Large

More information

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Ramachandran Balakrishna Daniel Morgan Qi Yang Howard Slavin Caliper Corporation 4 th TRB Conference

More information

Exploring the New Trends of Chinese Tourists in Switzerland

Exploring the New Trends of Chinese Tourists in Switzerland Exploring the New Trends of Chinese Tourists in Switzerland Zhan Liu, HES-SO Valais-Wallis Anne Le Calvé, HES-SO Valais-Wallis Nicole Glassey Balet, HES-SO Valais-Wallis Address of corresponding author:

More information

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt alexey.rybakov@dataart.com Agenda 1. XR/AR/MR/MR/VR/MVR? 2. Mobile Hardware 3. SDK/Tools/Development

More information

Social Media Sentiment Analysis using Machine Learning Classifiers

Social Media Sentiment Analysis using Machine Learning Classifiers Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Media Kit GLOBAL PERSPECTIVE local opportunities

Media Kit GLOBAL PERSPECTIVE local opportunities Media Kit 2019 GLOBAL PERSPECTIVE local opportunities Contents About us 02 Editorial coverage 03 In-depth research 07 Mechanical data and rates 08 Events 10 01 02 About us Editorial Events Awards News

More information

A Multilingual Personal Name Treebank to Assist Genealogical Name Processing

A Multilingual Personal Name Treebank to Assist Genealogical Name Processing A Multilingual Personal Name Treebank to Assist Genealogical Name Processing Patrick Schone and Stuart Davey FamilySearch, 50 E North Temple, Salt Lake City, UT Patrickjohn.Schone@ldschurch.org, DaveySE@

More information

Implementation of Text to Speech Conversion

Implementation of Text to Speech Conversion Implementation of Text to Speech Conversion Chaw Su Thu Thu 1, Theingi Zin 2 1 Department of Electronic Engineering, Mandalay Technological University, Mandalay 2 Department of Electronic Engineering,

More information

Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs and GPUs

Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs and GPUs 5 th International Conference on Logic and Application LAP 2016 Dubrovnik, Croatia, September 19-23, 2016 Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs

More information

Relation Extraction, Neural Network, and Matrix Factorization

Relation Extraction, Neural Network, and Matrix Factorization Relation Extraction, Neural Network, and Matrix Factorization Presenter: Haw-Shiuan Chang UMass CS585 guest lecture on 2016 Nov. 17 Most slides prepared by Patrick Verga Relation Extraction Knowledge Graph

More information

The Color Application of the Representative Pop Art in Modern Design Illustrated by the Case of MAOS Design i

The Color Application of the Representative Pop Art in Modern Design Illustrated by the Case of MAOS Design i The Color Application of the Representative Pop Art in Modern Design Illustrated by the Case of MAOS Design i JI Qian 1, ZHENG Jiayu 1,a 1 Huazhong University of Science and Technology,430074 Wuhan Abstract.

More information

Can Innovations be Educated in Agricultural Universities: Evidence from Venture Capital Backed Entrepreneurial Firms in China 大学之创新教育与中国农业创投

Can Innovations be Educated in Agricultural Universities: Evidence from Venture Capital Backed Entrepreneurial Firms in China 大学之创新教育与中国农业创投 Can Innovations be Educated in Agricultural Universities: Evidence from Venture Capital Backed Entrepreneurial Firms in China 大学之创新教育与中国农业创投 Xiangping JIA ( 贾相平 ) (Keynote Presentation for the 9 th GCHERA

More information

Below are four problems which are comparable in organization, complexity and length to the four problems on the upcoming Ling 100 final.

Below are four problems which are comparable in organization, complexity and length to the four problems on the upcoming Ling 100 final. Ling 100 Sample Final Below are four problems which are comparable in organization, complexity and length to the four problems on the upcoming Ling 100 final. Problem 1 Problem 3.4 (Maltese) from the Language

More information

Concept hierarchies and Credibility

Concept hierarchies and Credibility Jean Mark Gawron Alex Dodge Kathleen Burke August 7, 2013 1 Introduction Group studies Ontologies and concept hierarchies 2 Groups and conceptual frameworks 3 Credibility and importance 4 Tools Group studies

More information

A virtual On Board Control Unit for system tests

A virtual On Board Control Unit for system tests A virtual On Board Control Unit for system tests Ove Kalkan (ove.kalkan@ese.de) test4rail, 17.10.2017, Braunschweig Agenda Introduction: - What is an OBCU - System Test Approach Virtualization - Approach

More information

PARTNERSHIP FOR INVESTMENT AND GROWTH IN AFRICA (PIGA)

PARTNERSHIP FOR INVESTMENT AND GROWTH IN AFRICA (PIGA) PARTNERSHIP FOR INVESTMENT AND GROWTH IN AFRICA (PIGA) BUSINESS PARTNERSHIP EVENT EVENT REPORT TRADE IMPACT FOR GOOD The designations employed and the presentation of material in this document do not imply

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Ben Baker. Sponsored by:

Ben Baker. Sponsored by: Ben Baker Sponsored by: Background Agenda GPU Computing Digital Image Processing at FamilySearch Potential GPU based solutions Performance Testing Results Conclusions and Future Work 2 CPU vs. GPU Architecture

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management A KERNEL BASED APPROACH: USING MOVIE SCRIPT FOR ASSESSING BOX OFFICE PERFORMANCE Mr.K.R. Dabhade *1 Ms. S.S. Ponde 2 *1 Computer Science Department. D.I.E.M.S. 2 Asst. Prof. Computer Science Department,

More information

INVESTMENT PROMOTION AGENCY MINISTRY OF COMMERCE OF THE PEOPLE S REPUBLIC OF CHINA 28, ANDINGMENWAI DONGHOUXIANG, DONGCHENG DISTRICT, BEIJING, P.

INVESTMENT PROMOTION AGENCY MINISTRY OF COMMERCE OF THE PEOPLE S REPUBLIC OF CHINA 28, ANDINGMENWAI DONGHOUXIANG, DONGCHENG DISTRICT, BEIJING, P. 中华人民共和国商务部投资促进事务局 INVESTMENT PROMOTION AGENCY MINISTRY OF COMMERCE OF THE PEOPLE S REPUBLIC OF CHINA 28, ANDINGMENWAI DONGHOUXIANG, DONGCHENG DISTRICT, BEIJING, P. R. CHINA 100710 CHINA AVIATION STARTUPS

More information

Image Analysis ECSS projects update

Image Analysis ECSS projects update Image Analysis ECSS projects update Decomposing Bodies (PI A. Langmead (Univ of Pittsburgh): ~20K early 20 th century Bertillon prison id cards analyzing, digitizing and re-presenting the data examine

More information

Team Description Paper 2017

Team Description Paper 2017 UvA@Home Team Description Paper 2017 Jonathan Gerbscheid, Thomas Groot, and Arnoud Visser University of Amsterdam Faculty of Science The Netherlands http://www.uvahome.nl/ Abstract. This team description

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

User Goal Change Model for Spoken Dialog State Tracking

User Goal Change Model for Spoken Dialog State Tracking User Goal Change Model for Spoken Dialog State Tracking Yi Ma Department of Computer Science & Engineering The Ohio State University Columbus, OH 43210, USA may@cse.ohio-state.edu Abstract In this paper,

More information

Ordinal Common-sense Inference

Ordinal Common-sense Inference Ordinal Common-sense Inference Sheng Zhang Rachel Rudinger Kevin Duh Benjamin Van Durme Johns Hopkins University Transactions of the Association for Computational Linguistics Vancouver, July 31st, 2017

More information

Chapter 8 Expanding abroad: from emerging markets

Chapter 8 Expanding abroad: from emerging markets Chapter 8 Expanding abroad: from emerging markets Chinese Firms as examples Dr. Youzhen Zhao 1 Outward FDI from China (1990-2011) (In 100 million US$) 746.5 2011 Source: World Investment Report (data for

More information

Effect of Antenna Placement and Diversity on Vehicular Network Communications

Effect of Antenna Placement and Diversity on Vehicular Network Communications Effect of Antenna Placement and Diversity on Vehicular Network Communications IAB, 3 rd Dec 2007 Sanjit Kaul {sanjit@winlab.rutgers.edu} Kishore Ramachandran {kishore@winlab.rutgers.edu} Pravin Shankar

More information

Institute of Information Systems Hof University

Institute of Information Systems Hof University Institute of Information Systems Hof University Institute of Information Systems Hof University The institute is a competence centre for the application of information systems in companies. It is the bridge

More information

WPF CHARTS PERFORMANCE BENCHMARK Page 1 / 16. February 18, 2013

WPF CHARTS PERFORMANCE BENCHMARK Page 1 / 16. February 18, 2013 WPF CHARTS PERFORMANCE BENCHMARK Page 1 / 16 Test setup In this benchmark test, LightningChartUltimate for WPF s performance is compared to other WPF chart controls, which are marketed as high-performance

More information

Can Linguistics Lead a Digital Revolution in the Humanities?

Can Linguistics Lead a Digital Revolution in the Humanities? Can Linguistics Lead a Digital Revolution in the Humanities? Martin Wynne Martin.wynne@it.ox.ac.uk Digital Humanities Seminar Oxford e-research Centre & IT Services (formerly OUCS) & Nottingham Wednesday

More information

Introduction to cognitive science Session 3: Cognitivism

Introduction to cognitive science Session 3: Cognitivism Introduction to cognitive science Session 3: Cognitivism Martin Takáč Centre for cognitive science DAI FMFI Comenius University in Bratislava Príprava štúdia matematiky a informatiky na FMFI UK v anglickom

More information

Abstract. Most OCR systems decompose the process into several stages:

Abstract. Most OCR systems decompose the process into several stages: Artificial Neural Network Based On Optical Character Recognition Sameeksha Barve Computer Science Department Jawaharlal Institute of Technology, Khargone (M.P) Abstract The recognition of optical characters

More information

Automatic Relation Extraction for Building Smart City Ecosystems using Dependency Parsing

Automatic Relation Extraction for Building Smart City Ecosystems using Dependency Parsing Automatic Relation Extraction for Building Smart City Ecosystems using Dependency Parsing Daniel Braun, Anne Faber, Adrian Hernandez-Mendez, and Florian Matthes Department of Informatics, Technical University

More information

Performance Evaluation of Multi-Threaded System vs. Chip-Multi-Processor System

Performance Evaluation of Multi-Threaded System vs. Chip-Multi-Processor System Performance Evaluation of Multi-Threaded System vs. Chip-Multi-Processor System Ho Young Kim, Robert Maxwell, Ankil Patel, Byeong Kil Lee Abstract The purpose of this study is to analyze and compare the

More information

NLP course project Automatic headline generation. ETH Spring Semester 2014

NLP course project Automatic headline generation. ETH Spring Semester 2014 NLP course project Automatic headline generation ETH Spring Semester 2014 Project description The content of the course will include the most fundamental parts of language processing: Tokenization, sentence

More information

RECOMENDACIÓN DE VIDEOJUEGOS BASADO EN ANÁLISIS SEMÁNTICO Y MINERÍA DE OPINIÓN DANIEL YELAMOS TUTOR: ALEJANDRO BELLOGIN PONENTE: PABLO CASTELLS

RECOMENDACIÓN DE VIDEOJUEGOS BASADO EN ANÁLISIS SEMÁNTICO Y MINERÍA DE OPINIÓN DANIEL YELAMOS TUTOR: ALEJANDRO BELLOGIN PONENTE: PABLO CASTELLS 1 RECOMENDACIÓN DE VIDEOJUEGOS BASADO EN ANÁLISIS SEMÁNTICO Y MINERÍA DE OPINIÓN DANIEL YELAMOS TUTOR: ALEJANDRO BELLOGIN PONENTE: PABLO CASTELLS 2 GAME RECOMENDATION SYSTEMS BASED ON SEMANTIC ANALYSIS

More information