Online Adaptor Grammars with Hybrid Inference Ke Zhai Jordan Boyd-Graber Shay B

Total Page:16

File Type:pdf, Size:1020Kb

Online Adaptor Grammars with Hybrid Inference Ke Zhai Jordan Boyd-Graber Shay B Online Adaptor Grammars with Hybrid Inference Ke Zhai Jordan Boyd-Graber Shay B. Cohen Computer Science and UMIACS Computer Science School of Informatics University of Maryland University of Colorado University of Edinburgh College Park, MD USA Boulder, CO USA Edinburgh, Scotland, UK [email protected] [email protected] [email protected] Abstract 2010), which often converges in fewer iterations than batch variational inference. Adaptor grammars are a flexible, powerful Past variational inference techniques for adap- formalism for defining nonparametric, un- tor grammars assume a preprocessing step that supervised models of grammar productions. This flexibility comes at the cost of expensive looks at all available data to establish the support inference. We address the difficulty of infer- of these nonparametric distributions (Cohen et al., ence through an online algorithm which uses 2010). Thus, these past approaches are not directly a hybrid of Markov chain Monte Carlo and amenable to online inference. variational inference. We show that this in- Markov chain Monte Carlo (MCMC) inference, an ference strategy improves scalability without alternative to variational inference, does not have sacrificing performance on unsupervised word this disadvantage. MCMC is easier to implement, segmentation and topic modeling tasks. and it discovers the support of nonparametric mod- els during inference rather than assuming it a priori. 1 Introduction We apply stochastic hybrid inference (Mimno et Nonparametric Bayesian models are effective tools al., 2012) to adaptor grammars to get the best of both to discover latent structure in data (Muller¨ and Quin- worlds. We interleave MCMC inference inside vari- tana, 2004). These models have had great success in ational inference. This preserves the scalability of text analysis, especially syntax (Shindo et al., 2012). variational inference while adding the sparse statis- Nonparametric distributions provide support over a tics and improved exploration MCMC provides. countably infinite long-tailed distributions common Our inference algorithm for adaptor grammars in natural language (Goldwater et al., 2011). starts with a variational algorithm similar to Cohen We focus on adaptor grammars (Johnson et al., et al. (2010) and adds hybrid sampling within varia- 2006), syntactic nonparametric models based on tional inference (Section 3). This obviates the need probabilistic context-free grammars. Adaptor gram- for expensive preprocessing and is a necessary step mars weaken the strong statistical independence as- to create an online algorithm for adaptor grammars. sumptions PCFGs make (Section 2). Our online extension (Section 4) processes exam- The weaker statistical independence assumptions ples in small batches taken from a stream of data. that adaptor grammars make come at the cost of ex- As data arrive, the algorithm dynamically extends pensive inference. Adaptor grammars are not alone the underlying approximate posterior distributions in this trade-off. For example, nonparametric exten- as more data are observed. This makes the algo- sions of topic models (Teh et al., 2006) have substan- rithm flexible, scalable, and amenable to datasets tially more expensive inference than their parametric that cannot be examined exhaustively because of counterparts (Yao et al., 2009). their size—e.g., terabytes of social media data ap- A common approach to address this compu- pear every second—or their nature—e.g., speech ac- tational bottleneck is through variational infer- quisition, where a language learner is limited to the ence (Wainwright and Jordan, 2008). One of the bandwidth of the human perceptual system and can- advantages of variational inference is that it can be not acquire data in a monolithic batch (Borschinger¨ easily parallelized (Nallapati et al., 2007) or trans- and Johnson, 2012). formed into an online algorithm (Hoffman et al., We show our approach’s scalability and effective- 465 Transactions of the Association for Computational Linguistics, 2 (2014) 465–476. Action Editor: Kristina Toutanova. Submitted 11/2013; Revised 5/2014; Revised 9/2014; Published 10/2014. c 2014 Association for Computational Linguistics. ness by applying our inference framework in Sec- Algorithm 1 Generative Process 1: For nonterminals c N, draw rule probabilities tion 5 on two tasks: unsupervised word segmenta- ∈ θc Dir(αc) for PCFG . tion and infinite-vocabulary topic modeling. ∼ G 2: for adapted nonterminal c in c1, . , c M do | | 3: Draw grammaton Hc PYGEM(ac, bc,Gc) according 2 Background ∼ to Equation 1, where Gc is defined by the PCFG rules R. 4: For i 1,...,D , generate a phrase-structure tree tS,i In this section, we review probabilistic context-free ∈ { } grammars and adaptor grammars. using the PCFG rules R(e) at non-adapted nonterminal e and the grammatons Hc at adapted nonterminals c. 2.1 Probabilistic Context-free Grammars 5: The yields of trees t1, . , tD are observations x1, . , xD. Probabilistic context-free grammars (PCFG) de- fine probability distributions over derivations of a trees Gc rooted at nonterminal c into a richer distri- context-free grammar. We define a PCFG to be G bution Hc over the trees headed by a nonterminal c, a tuple W , N, R, S, θ : a set of terminals W , a h i which is often referred to as the grammaton. N R set of nonterminals , productions , start sym- A Pitman-Yor Adaptor grammar (PYAG) forms bol S N and a vector of rule probabilities θ. ∈ the adapted tree distributions Hc using a Pitman-Yor c R(c) The rules that rewrite nonterminal is . For process (Pitman and Yor, 1997, PY), a generalization PCFG a more complete description of s, see Manning of the Dirichlet process (Ferguson, 1973, DP).1 A and Schutze¨ (1999). draw Hc (πc, zc) is formed by the stick break- PCFG ≡ s typically use nonterminals with a syntactic ing process (Sudderth and Jordan, 2008, PYGEM) interpretation. A sequence of terminals (the yield) parametrized by scale parameter a, discount factor is generated by recursively rewriting nonterminals b, and base distribution Gc: as sequences of child symbols (either a nonterminal or a symbol). This builds a hierarchical phrase-tree π Beta(1 b, a + kb), z G , k0 ∼ − k ∼ c structure for every yield. k 1 π π − (1 π ),H π δ . (1) For example, a nonterminal VP represents a verb k ≡ k0 j=1 − j0 ≡ k k zk phrase, which probabilistically rewrites into a se- Q P quence of nonterminals V, N (corresponding to verb Intuitively, the distribution Hc is a discrete recon- and noun) using the production rule VP V N. struction of the atoms sampled from Gc—hence, → Both nonterminals can be further rewritten. Each reweights Gc. Grammaton Hc assigns non-zero nonterminal has a multinomial distribution over ex- stick-breaking weights π to a countably infinite pansions; for example, a multinomial for nonter- number of parse trees z. We describe learning these minal N would rewrite as “cake”, with probability grammatons in Section 3. More formally, a PYAG is a quintuple = θN cake = 0.03. Rewriting terminates when the A → , M, a, b, α with: a PCFG ; a set of adapted derivation has reached a terminal symbol such as hG i G nonterminals M N; Pitman-Yor process param- “cake” (which does not rewrite). ⊆ eters a , b at each adaptor c M and Dirichlet While PCFGs are used both in the supervised set- c c ∈ parameters α for each nonterminal c N. We ting and in the unsupervised setting, in this paper c ∈ we assume an unsupervised setting, in which only also assume an order on the adapted nonterminals, terminals are observed. Our goal is to predict the c1, . , c M such that cj is not reachable from ci in | | underlying phrase-structure tree. a derivation if j > i.2 Algorithm 1 describes the generative process of 2.2 Adaptor Grammars an adaptor grammar on a set of D observed sen- PCFGs assume that the rewriting operations are in- tences x1, . , xD. dependent given the nonterminal. This context- 1 freeness assumption often is too strong for modeling Adaptor grammars, in their general form, do not have to use the Pitman-Yor process but have only been used with the natural language. Pitman-Yor process. Adaptor grammars break this independence as- 2This is possible because we assume that recursive nonter- sumption by transforming a PCFG’s distribution over minals are not adapted. 466 Given a PYAG , the joint probability for a set of tion of q over parse trees z. Instead of explicitly A sentences X and its collection of trees T is computing the variational distribution for all param- eters, one can sample from it. This produces a sparse p(X, T , π, θ, z ) = c M p(πc ac, bc)p(zc Gc) |A ∈ | | approximation of the variational distribution, which p(θc αc) p(xd, td θ, π, z), improves both scalability and performance. Sparse · c N | Qxd X | ∈ ∈ distributions are easier to store and transmit in im- Q Q th where xd and td represent the d observed string plementations, which improves scalability. Mimno and its corresponding parse. The multinomial PCFG et al. (2012) also show that sparse representations parameter θc is drawn from a Dirichlet distribution improve performance. Moreover, because it can at nonterminal c N. At each adapted nontermi- ∈ flexibly adjust its support, it is a necessary prereq- nal c M, the stick-breaking weights π are drawn ∈ c uisite to online inference (Section 4). from a PYGEM (Equation 1). Each weight has an as- sociated atom zc,i from base distribution Gc, a sub- 3.1 Variational Lower Bound tree rooted at c. The probability p(x , t θ, π, z) is d d | We posit a mean-field variational distribution: the PCFG likelihood of yield xd with parse tree td. Adaptor grammars require a base PCFG such that 1 2 q(π, θ, T γ, ν, φ) = c M i∞=1 q(πc,i0 νc,i, νc,i) it does not have recursive adapted nonterminals, i.e., | ∈ | there cannot be a path in a derivation from a given c N q(θc γc)Q x XQq(td φd), (2) · ∈ | d∈ | adapted nonterminal to a second appearance of that Q Q adapted nonterminal.
Recommended publications
  • Mr. LDA: a Flexible Large Scale Topic Modeling Package Using Variational Inference in Mapreduce
    Ke Zhai, Jordan Boyd-Graber, Nima Asadi, and Mohamad Alkhouja. Mr. LDA: A Flexible Large Scale Topic Modeling Package using Variational Inference in MapReduce. ACM International Conference on World Wide Web, 2012, 10 pages. @inproceedings{Zhai:Boyd-Graber:Asadi:Alkhouja-2012, Author = {Ke Zhai and Jordan Boyd-Graber and Nima Asadi and Mohamad Alkhouja}, Url = {docs/mrlda.pdf}, Booktitle = {ACM International Conference on World Wide Web}, Title = {{Mr. LDA}: A Flexible Large Scale Topic Modeling Package using Variational Inference in MapReduce}, Year = {2012}, Location = {Lyon, France}, } Links: • Code [http://mrlda.cc] • Slides [http://cs.colorado.edu/~jbg/docs/2012_www_slides.pdf] Downloaded from http://cs.colorado.edu/~jbg/docs/mrlda.pdf 1 Mr. LDA: A Flexible Large Scale Topic Modeling Package using Variational Inference in MapReduce Ke Zhai Jordan Boyd-Graber Nima Asadi Computer Science iSchool and UMIACS Computer Science University of Maryland University of Maryland University of Maryland College Park, MD, USA College Park, MD, USA College Park, MD, USA [email protected] [email protected] [email protected] Mohamad Alkhouja iSchool University of Maryland College Park, MD, USA [email protected] ABSTRACT In addition to being noisy, data from the web are big. The MapRe- Latent Dirichlet Allocation (LDA) is a popular topic modeling tech- duce framework for large-scale data processing [8] is simple to learn nique for exploring document collections. Because of the increasing but flexible enough to be broadly applicable. Designed at Google prevalence of large datasets, there is a need to improve the scal- and open-sourced by Yahoo, Hadoop MapReduce is one of the ability of inference for LDA.
    [Show full text]
  • Pimsleur Mandarin Course I Vocabulary 对不起: Dui(4) Bu(4) Qi(3)
    Pimsleur Mandarin Course I vocabulary 对不起 : dui(4) bu(4) qi(3) excuse me; beg your pardon 请 : qing(3) please (polite) 问 : wen(4) ask; 你 : ni(3) you; yourself 会 : hui(4) can 说 : shuo(1) speak; talk 英文 : ying(1) wen(2) English(language) 不会 : bu(4) hui(4) be unable; can not 我 : wo(3) I; myself 一点儿 : yi(1) dian(3) er(2) a little bit 美国人 : mei(3) guo(2) ren(2) American(person); American(people) 是 : shi(4) be 你好 ni(2) hao(3) how are you 普通话 : pu(3) tong(1) hua(4) Mandarin (common language) 不好 : bu(4) hao(3) not good 很好 : hen(3) hao(3) very good 谢谢 : xie(4) xie(4) thank you 人 : ren(2) person; 可是 : ke(3) shi(4) but; however 请问 : qing(3) wen(4) one should like to ask 路 : lu(4) road 学院 : xue(2) yuan(4) college; 在 : zai(4) at; exist 哪儿 : na(3) er(2) where 那儿 na(4) er(2) there 街 : jie(1) street 这儿 : zhe(4) er(2) here 明白 : ming(2) bai(2) understand 什么 : shen(2) me what 中国人 : zhong(1) guo(2) ren(2) Chinese(person); Chinese(people) 想 : xiang(3) consider; want to 吃 : chi(1) eat 东西 : dong(1) xi(1) thing; creature 也 : ye(3) also 喝 : he(1) drink 去 : qu(4) go 时候 : shi(2) hou(4) (a point in) time 现在 : xian(4) zai(4) now 一会儿 : yi(1) hui(4) er(2) a little while 不 : bu(4) not; no 咖啡: ka(1) fei(1) coffee 小姐 : xiao(3) jie(3) miss; young lady 王 wang(2) a surname; king 茶 : cha(2) tea 两杯 : liang(3) bei(1) two cups of 要 : yao(4) want; ask for 做 : zuo(4) do; make 午饭 : wu(3) fan(4) lunch 一起 : yi(1) qi(3) together 北京 : bei(3) jing(1) Beijing; Peking 饭店 : fan(4) dian(4) hotel; restaurant 点钟 : dian(3) zhong(1) o'clock 几 : ji(1) how many; several 几点钟? ji(1) dian(3) zhong(1) what time? 八 : ba(1) eight 啤酒 : pi(2) jiu(3) beer 九 : jiu(3) understand 一 : yi(1) one 二 : er(4) two 三 : san(1) three 四 : si(4) four 五 : wu(3) five 六 : liu(4) six 七 : qi(1) seven 八 : ba(1) eight 九 : jiu(3) nine 十 : shi(2) ten 不行: bu(4) xing(2) won't do; be not good 那么 : na(3) me in that way; so 跟...一起 : gen(1)...yi(1) qi(3) with ..
    [Show full text]
  • Last Name First Name/Middle Name Course Award Course 2 Award 2 Graduation
    Last Name First Name/Middle Name Course Award Course 2 Award 2 Graduation A/L Krishnan Thiinash Bachelor of Information Technology March 2015 A/L Selvaraju Theeban Raju Bachelor of Commerce January 2015 A/P Balan Durgarani Bachelor of Commerce with Distinction March 2015 A/P Rajaram Koushalya Priya Bachelor of Commerce March 2015 Hiba Mohsin Mohammed Master of Health Leadership and Aal-Yaseen Hussein Management July 2015 Aamer Muhammad Master of Quality Management September 2015 Abbas Hanaa Safy Seyam Master of Business Administration with Distinction March 2015 Abbasi Muhammad Hamza Master of International Business March 2015 Abdallah AlMustafa Hussein Saad Elsayed Bachelor of Commerce March 2015 Abdallah Asma Samir Lutfi Master of Strategic Marketing September 2015 Abdallah Moh'd Jawdat Abdel Rahman Master of International Business July 2015 AbdelAaty Mosa Amany Abdelkader Saad Master of Media and Communications with Distinction March 2015 Abdel-Karim Mervat Graduate Diploma in TESOL July 2015 Abdelmalik Mark Maher Abdelmesseh Bachelor of Commerce March 2015 Master of Strategic Human Resource Abdelrahman Abdo Mohammed Talat Abdelziz Management September 2015 Graduate Certificate in Health and Abdel-Sayed Mario Physical Education July 2015 Sherif Ahmed Fathy AbdRabou Abdelmohsen Master of Strategic Marketing September 2015 Abdul Hakeem Siti Fatimah Binte Bachelor of Science January 2015 Abdul Haq Shaddad Yousef Ibrahim Master of Strategic Marketing March 2015 Abdul Rahman Al Jabier Bachelor of Engineering Honours Class II, Division 1
    [Show full text]
  • KANZA NAMES by CLAN As Collected by James Owen Dorsey, 1889-1890
    TION NA O N F T IG H E E R K E A V W O S KANZA KANZA NAMES BY CLAN As Collected by James Owen Dorsey, 1889-1890 For use with The Kanza Clan Book See www.kawnation.com/langhome.html for more details The Kanza Alphabet a aæ b c ch d áli (chair) ólaæge (hat) wabóski (bread) cedóæga (buffalo) wachíæ (dancer) do ská (potato) a in pasta a in pasta, but nasal b in bread t j in hot jam, ch in anchovy ch in cheese d in dip ATION N OF GN T I H E E R E K V A O W e S g gh h i iæ KANZA Kaáæze (Kaw) shóæhiæga (dog) wanáæghe (ghost) cihóba (spoon) ni (water) máæhiæ (knife) e in spaghetti g in greens breathy g, like gargling h in hominy i in pizza i in pizza, but nasal j k kh k' l m jégheyiæ (drum) ke (turtle) wakhózu (corn) k'óse (die) ilóægahiæga (cat) maæ (arrow) j in jam k g in look good, k in skim k in kale k in skim, caught in throat l in lettuce m in mayonnaise n o oæ p ph p' zháæni (sugar) ókiloxla (shirt) hoæbé (shoe) mokáæ pa (pepper) óphaæ (elk) wanáæp'iæ (necklace) n in nachos o in taco o in taco, but nasal p b in sop bun, p in spud p in pancake p in spud, caught in throat s sh t t' ts' u síæga (squirrel) shóæge (horse) ta (deer) náæxahu t'oxa (camel) wéts'a (snake) niskúwe (salt) cross ee in feed s in salsa sh in shrimp t d in hot dog, t in steam t in steam, caught in throat ts in grits, caught in throat with oo in food w x y z zh ' wasábe (black bear) xuyá (eagle) yáphoyiæge (fly) bazéni (milk) zháæ (tree) we'áæhaæ (boiling pot) w in watermelon rough h, like clearing throat y in yams z in zinfandel j in soup-du-jour or au-jus pause in uh-oh 9 1 16 GENTES (or clans, called Táæmaæ Okipa) AND SUBGENTES phaæ Maæyíæka Ó I 1.
    [Show full text]
  • 1 Contemporary Ethnic Identity of Muslim Descendants Along The
    1 Contemporary Ethnic Identity Of Muslim Descendants Along the Chinese Maritime Silk Route Dru C Gladney Anthropology Department University of South Carolina U.S.A At the end of five day's journey, you arrive at the noble-and handsome city of Zaitun [Quanzhoui] which has a port on the sea-coast celebrated for the resort of shipping, loaded with merchandise, that is afterwards distributed through every part of the province .... It is indeed impossible to convey an idea of the concourse of merchants and the accumulation of goods, in this which is held to be one of the largest and most commodious ports in the world. Marco Polo In February 1940, representatives from the China Muslim National Salvation society in Beijing came to the fabled maritime Silk Road city of Quanzhou, Fujian, known to Marco Polo as Zaitun, in order to interview the members of a lineage surnamed "Ding" who resided then and now in Chendai Township, Jinjiang County. In response to a question on his ethnic background, Mr. Ding Deqian answered: "We are Muslims [Huijiao reo], our ancestors were Muslims" (Zhang 1940:1). It was not until 1979, however, that these Muslims became minzu, an ethnic nationality. After attempting to convince the State for years that they belonged to the Hui nationality, they were eventually accepted. The story of the late recognition of the members of the Ding lineage in Chendai Town and the resurgence of their ethnoreligious identity as Hui and as Muslims is a fascinating reminder that there still exist remnants of the ancient connections between Quanzhou and the Western Regions, the origin points of the Silk Road.
    [Show full text]
  • Surnames in Bureau of Catholic Indian
    RAYNOR MEMORIAL LIBRARIES Montana (MT): Boxes 13-19 (4,928 entries from 11 of 11 schools) New Mexico (NM): Boxes 19-22 (1,603 entries from 6 of 8 schools) North Dakota (ND): Boxes 22-23 (521 entries from 4 of 4 schools) Oklahoma (OK): Boxes 23-26 (3,061 entries from 19 of 20 schools) Oregon (OR): Box 26 (90 entries from 2 of - schools) South Dakota (SD): Boxes 26-29 (2,917 entries from Bureau of Catholic Indian Missions Records 4 of 4 schools) Series 2-1 School Records Washington (WA): Boxes 30-31 (1,251 entries from 5 of - schools) SURNAME MASTER INDEX Wisconsin (WI): Boxes 31-37 (2,365 entries from 8 Over 25,000 surname entries from the BCIM series 2-1 school of 8 schools) attendance records in 15 states, 1890s-1970s Wyoming (WY): Boxes 37-38 (361 entries from 1 of Last updated April 1, 2015 1 school) INTRODUCTION|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U| Tribes/ Ethnic Groups V|W|X|Y|Z Library of Congress subject headings supplemented by terms from Ethnologue (an online global language database) plus “Unidentified” and “Non-Native.” INTRODUCTION This alphabetized list of surnames includes all Achomawi (5 entries); used for = Pitt River; related spelling vartiations, the tribes/ethnicities noted, the states broad term also used = California where the schools were located, and box numbers of the Acoma (16 entries); related broad term also used = original records. Each entry provides a distinct surname Pueblo variation with one associated tribe/ethnicity, state, and box Apache (464 entries) number, which is repeated as needed for surname Arapaho (281 entries); used for = Arapahoe combinations with multiple spelling variations, ethnic Arikara (18 entries) associations and/or box numbers.
    [Show full text]
  • CJK NACO Searching
    1/13/2017 CJK NACO Searching Prepared by Ryan Finnerty and Shi Deng, UC San Diego Library With assistance by Hideyuki Morimoto, Columbia University Libraries Thanks to Erica Chang (Univ. of Hawai’i) and Sarah Byun (LC) for providing Korean examples and search tips. NACO Searching: Purpose & Outlines • Keep the database clean by searching before contributing • Discuss why searching is important with CJK examples • To prevent duplicate NARs • To prevent conflict in authorized access points and variant access points • To gather information from existing bibliographic records • To identify existing records that may need to be evaluated and re‐coded for RDA • To identify bibliographic records that may need BFM • Searching tips in Connexion 2 1 1/13/2017 Why Search? To Prevent Duplicate NARs • Duplicates are normally created by inefficient searching and the 24‐ hour upload gap in the Name authority file. • Before creating a name authority record: 1. Search the OCLC authority file for the authorized access point, including variant forms of the access point. 2. In addition, search WorldCat for bibliographic records that contain the authorized access point or variant forms. • If you put your record in a save file, remember to search again if more than 24 hours have passed. • If you encounter duplicate records in the authority file, be sure to notify your NACO Coordinator so the records can be reported to LC. 3 Duplicate NARs for Personal Names (1) • 24 hours rule: If you put your record in a save file, remember to search again if more than 24 hours have passed. Entered: May 16, 2016 Entered: May 10, 2016 010 no2016066120 010 n 2016025569 046 ǂf 1983 ǂ2 edtf 046 ǂf 1983 ǂ2 edtf 1001 Tanaka, Yūsuke, ǂd 1983‐ 1001 Tanaka, Yūsuke, ǂd 1983‐ 4001 田中祐輔, ǂd 1983‐ 4001 田中祐輔, ǂd 1983‐ 670 Gendai Chūgoku no Nihongo kyōikushi, 2015: 670 Gendai Chūgoku no Nihongo kyōikushi, 2015: ǂbt.p.
    [Show full text]
  • Tianyao Huo 2004 Mowry Road, Rm 2236-4, Gainesville, FL 32608
    Tianyao Huo 2004 Mowry Road, Rm 2236-4, Gainesville, FL 32608. Phone: (614) 271-3504 Email: [email protected] Education 09/2016-present Ph.D. Student, Department of Health Outcomes and Policy, University of Florida 01/2009-08/2011 M.A.S. in Statistics, Department of Statistics, The Ohio State University, United States. GPA: 3.7 09/2004-12/2007 M. S. in Human Nutrition, Department of Human Nutrition, The Ohio State University, United States. GPA: 3.66 09/1998-07/2002 B.S. in Biology, Department of Biology, Nanjing University, China. Percentage: 82.4/100, Major percentage: 87.1/100 Academic Experience Statistical Research Coordinator 3, College of Medicine, University of Florida 10/2011-present Job responsibilities: Design and manage data file systems from multiple research projects that include multiple data sets; Conduct statistical data analyses and participate in interpretation of results; Oversee statistical analyses conducted by graduate student research assistants and staff; Participate in design and implementation of research and evaluation studies; Participate in data collection; and write, in collaboration with faculty and staff, scientific reports, conference papers, and journal articles. Research Associate 1-B/H, College of Medicine, The Ohio State University 03/2008-10/2011 Job responsibilities: Assist Principle Investigator (PI) with research project implementation, data analysis and interpretation of results; participate in carrying out in vitro studies to evaluate drugs containing nano-vehicles; participate in in vivo studies to evaluate their therapeutic efficiency in experimental animals. Assists PI in compiling, organizing and preparing technical data and results for research papers, manuscripts, reports, proposals and/or presentations; perform critical analysis of literature relevant to research undertaken.
    [Show full text]
  • V.Ra: an In-Situ Visual Authoring System for Robot-Iot Task Planning with Augmented Reality
    CHI 2019 Late-Breaking Work CHI 2019, May 4–9, 2019, Glasgow, Scotland, UK V.Ra: An In-Situ Visual Authoring System for Robot-IoT Task Planning with Augmented Reality Yuanzhi Cao Zhuangying Xu Purdue University Purdue University West Lafayette, IN, USA West Lafayette, IN, USA [email protected] [email protected] Fan Li Wentao Zhong Tsinghua University Purdue University Beijing, China West Lafayette, IN, USA [email protected] [email protected] Ke Huo Karthik Ramani Purdue University Purdue University West Lafayette, IN, USA West Lafayette, IN, USA [email protected] [email protected] ABSTRACT Figure 1: V.Ra workflow. Using an AR- We present V.Ra, a visual and spatial programming system for robot-IoT task authoring. In V.Ra, SLAM mobile device, the user first spa- programmable mobile robots serve as binding agents to link the stationary IoTs and perform collab- tially plan the task with the AR interface, orative tasks. We establish an ecosystem that coherently connects the three key elements of robot then place the device onto the mobile ro- bot for execution. Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the owner/author(s). CHI’19 Extended Abstracts, May 4–9, 2019, Glasgow, Scotland UK © 2019 Copyright held by the owner/author(s).
    [Show full text]
  • Roboticsuwb Iaaa.Pdf
    Autonomous Robotic Exploration and Mapping of Smart Indoor Environments With UWB-IoT Devices Tianyi Wang1∗, Ke Huo1∗, Muzhi Han2, Daniel McArthur1, Ze An1, David Cappeleri1, and Karthik Ramani13 1School of Mechanical Engineering at Purdue University, US fwang3259, khuo, dmcarth, an40, dcappell, [email protected] 2Department of Mechanical Engineering at Tsinghua University, China, [email protected] 3School of Electrical and Computer Engineering at Purdue University, US (by Courtesy) Abstract into the connected network, where they can leverage infor- mation collected from the IoT, and thus gain stronger sit- The emerging simultaneous localization and mapping uational awareness (Simoens, Dragone, and Saffiotti 2018) (SLAM) techniques enable robots with spatial awareness of the physical world. However, such awareness remains at a and spatial intelligence, which is especially useful in explo- geometric level. We propose an approach for quickly con- ration, planning, mapping and interacting with the environ- structing a smart environment with semantic labels to en- ment without relying on AI/vision-based navigation only. hance the robot with spatial intelligence. Essentially, we em- Recent advanced computer vision technologies, such as bed UWB-based distance sensing IoT devices into regular SLAM algorithms and depth sensing, have empowered items and treat the robot as a dynamic node in the IoT net- mobile robots with the ability to self-localize and build work. By leveraging the self-localization from the robot node, we resolve the locations of IoT devices in the SLAM map. maps within indoor environments using on-board sensors We then exploit the semantic knowledge from the IoT to only (Cadena et al. 2016), (Newcombe et al.
    [Show full text]
  • Dean's List Australia
    THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Australia Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Fofanah, Osman Ngunnawal 2913 Wilson, Emma Rose Jilakin 6365 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 1 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Bahamas Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Campbell, Caronique Leandra Nassau Ferguson, Daniel Nassau SP-61 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 2 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Belgium Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Lallemand, Martin Victor D Orp Le Grand 1350 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 3 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Brazil Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Rodrigues Franklin, Ana Beatriz Rio De Janeiro 22241 Marotta Gudme, Erik Rio De Janeiro 22460 Paczko Bozko Cecchini, Gabriela Porto Alegre 91340 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 4 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Canada Data as of June 15, 2020 Sorted by Zip Code, City and Last Name City State Zip Student Name (Last, First, Middle) Beijing
    [Show full text]
  • Inhabiting Literary Beijing on the Eve of the Manchu Conquest
    THE UNIVERSITY OF CHICAGO CITY ON EDGE: INHABITING LITERARY BEIJING ON THE EVE OF THE MANCHU CONQUEST A DISSERTATION SUBMITTED TO THE FACULTY OF THE DIVISION OF THE HUMANITIES IN CANDIDACY FOR THE DEGREE OF DOCTOR OF PHILOSOPHY DEPARTMENT OF EAST ASIAN LANGUAGES AND CIVILIZATIONS BY NAIXI FENG CHICAGO, ILLINOIS DECEMBER 2019 TABLE OF CONTENTS LIST OF FIGURES ....................................................................................................................... iv ACKNOWLEDGEMENTS .............................................................................................................v ABSTRACT ................................................................................................................................. viii 1 A SKETCH OF THE NORTHERN CAPITAL...................................................................1 1.1 The Book ........................................................................................................................4 1.2 The Methodology .........................................................................................................25 1.3 The Structure ................................................................................................................36 2 THE HAUNTED FRONTIER: COMMEMORATING DEATH IN THE ACCOUNTS OF THE STRANGE .................39 2.1 The Nunnery in Honor of the ImperiaL Sister ..............................................................41 2.2 Ant Mounds, a Speaking SkulL, and the Southern ImperiaL Park ................................50
    [Show full text]