IntroductionCreating KBs based on the crowd-sourced wikis has attracted significantresearch interest in the field of intelligent Web.However, the user-generated subsumption relations in the wikis and thesemantic taxonomic relations in the KBs are not exactly the same.Current taxonomy derivation approaches include: The heuristic-based methods The corpus-based methodsHere, we systematically study the problem of cross-lingual knowledgevalidation based taxonomy derivation from heterogeneous online wikis.The problem of cross-lingual taxonomic relation prediction is at the heartof our work. Example of Mistaken Derived Facts ApproachGiven two wikis 𝑊1 , 𝑊2 in different languages(English and Chinese here) and the set of cross-lingual links 𝐶𝐿, Cross-lingual TaxonomyDerivation is a cross-lingual knowledgevalidation based boosting process, by simultane-ously learning four taxonomic prediction𝑒𝑛𝑧ℎ𝑒𝑛𝑧ℎfunctions 𝑓 , 𝑓 , 𝑔 and 𝑔 in 𝑇 iterations. Frameworkwhere 𝑓 𝑒𝑛 , 𝑓 𝑧ℎ , 𝑔𝑒𝑛 and 𝑔 𝑧ℎ denote the EnglishsubClassOf, the Chinese subClassOf, the EnglishinstanceOf, and the Chinese instanceOf predictionfunctions respectively.Dynamic Adaptive Boosting (DAB) model isto maintain a dynamic changed training set toachieve a better generalization ability viaknowledge validation with cross-lingual links.1. Weak ClassifierWe utilize the binary classifier for the basiclearner and use the Decision Tree as ourimplementation.Linguistic Heuristic FeaturesFeature 1: English Features.Whether the head words of label are plural orsingular.Feature 2: Chinese Features.Whether the super-category’s label is theprefix/suffix of the sub-category’s label. Or,whether the category’s label is theprefix/suffix of the article’s label.Feature 3: Common Features for instanceOf.Whether the comment contains the label ornot.Structural FeaturesSix Normalized Google Distance basedstructural features are defined on articles,properties and categories.2. Boosting ModelActive Set A: the set of training data.Pool P: the set of all labeled data.Unknown Data Set U: the set of unlabeleddata.Learning Process. Train a hypothesis on current active set. Re-weight the weight vector. Predict U using current classifier andvalidate the results using CL. Expand P and update U. Resample A with the constant size. ExperimentsComparison Methods Heuristic Linking (HL): only uses thelinguistic heuristic features, and trains thetaxonomic relation prediction functionsseparately using the decision tree model. Decision Tree (DT): uses both the linguisticheuristic features and the structural features,and trains the taxonomic relation predictionfunctions separately using the decision treemodel. Adaptive Boosting (AdaBoost): uses thesame basic learner, and iteratively trains thetaxonomic relation prediction functions usingthe real AdaBoost model. Performance of Cross-lingual Taxonomy Derivation with Different Methods (%) Boosting Contribution Comparison Conclusion and Future WorkDAB gives a new way for language processing tasks using cross-language resources.The future work contains automatically learning more cross-lingual validation rules and conducting more experiments in other languages. Referencesde Melo, G., and Weikum, G. 2010. Menta: Inducing multilingual taxonomies from Wikipedia. In CIKM’10.Potthast, M., Stein, B., and Anderka, M. 2008. A Wikipedia-based multilingual retrieval model. In ECIR’08.Wang, Z.; Li, J.; Wang, Z.; and Tang, J. 2012. Cross-lingual knowledge linking across wiki knowledge bases. In WWW’12.