Matches in ESWC 2020 for { ?s ?p ?o. }
- Paper.38 submission Paper.38.
- Paper.38 track Track.NLP%20and%20IR.
- b0_g103 first Author.38.1.
- b0_g103 rest b0_g104.
- Author.38.1 type RoleDuringEvent.
- Author.38.1 label "Malikeh Haj Khan Mirzaye Sarraf, 1st Author for Paper 38".
- Author.38.1 withRole PublishingRole.
- Author.38.1 isHeldBy Malikeh_Haj_Khan_Mirzaye_Sarraf.
- b0_g104 first Author.38.2.
- b0_g104 rest nil.
- Author.38.2 type RoleDuringEvent.
- Author.38.2 label "Mahmood Neshati, 2nd Author for Paper 38".
- Author.38.2 withRole PublishingRole.
- Author.38.2 isHeldBy Mahmood_Neshati.
- Malikeh_Haj_Khan_Mirzaye_Sarraf type Person.
- Malikeh_Haj_Khan_Mirzaye_Sarraf name "Malikeh Haj Khan Mirzaye Sarraf".
- Malikeh_Haj_Khan_Mirzaye_Sarraf label "Malikeh Haj Khan Mirzaye Sarraf".
- Malikeh_Haj_Khan_Mirzaye_Sarraf holdsRole Author.38.1.
- Mahmood_Neshati type Person.
- Mahmood_Neshati name "Mahmood Neshati".
- Mahmood_Neshati label "Mahmood Neshati".
- Mahmood_Neshati holdsRole Author.38.2.
- Author.39.1 type RoleDuringEvent.
- Author.39.1 label "Nicolas Heist, 1st Author for Paper 39".
- Author.39.1 withRole PublishingRole.
- Author.39.1 isHeldBy Nicolas_Heist.
- b0_g106 first Author.39.2.
- b0_g106 rest nil.
- Author.39.2 type RoleDuringEvent.
- Author.39.2 label "Heiko Paulheim, 2nd Author for Paper 39".
- Author.39.2 withRole PublishingRole.
- Author.39.2 isHeldBy Heiko_Paulheim.
- Nicolas_Heist type Person.
- Nicolas_Heist name "Nicolas Heist".
- Nicolas_Heist label "Nicolas Heist".
- Nicolas_Heist holdsRole Author.39.1.
- Heiko_Paulheim type Person.
- Heiko_Paulheim name "Heiko Paulheim".
- Heiko_Paulheim label "Heiko Paulheim".
- Heiko_Paulheim holdsRole Author.39.2.
- Heiko_Paulheim holdsRole Author.62.2.
- Heiko_Paulheim holdsRole Author.83.3.
- Heiko_Paulheim holdsRole Author.284.3.
- Author.62.2 type RoleDuringEvent.
- Author.62.2 label "Heiko Paulheim, 2nd Author for Paper 62".
- Author.62.2 withRole PublishingRole.
- Author.62.2 isHeldBy Heiko_Paulheim.
- Author.83.3 type RoleDuringEvent.
- Author.83.3 label "Heiko Paulheim, 3rd Author for Paper 83".
- Author.83.3 withRole PublishingRole.
- Author.83.3 isHeldBy Heiko_Paulheim.
- Author.284.3 type RoleDuringEvent.
- Author.284.3 label "Heiko Paulheim, 3rd Author for Paper 284".
- Author.284.3 withRole PublishingRole.
- Author.284.3 isHeldBy Heiko_Paulheim.
- Paper.39_Review.0_Reviewer type RoleDuringEvent.
- Paper.39_Review.0_Reviewer label "Anonymous Reviewer for Paper 39".
- Paper.39_Review.0_Reviewer withRole ReviewerRole.
- Paper.39_Review.0_Reviewer withRole AnonymousReviewerRole.
- Paper.39_Review.0 type ReviewVersion.
- Paper.39_Review.0 issued "2001-01-29T01:51:00.000Z".
- Paper.39_Review.0 creator Paper.39_Review.0_Reviewer.
- Paper.39_Review.0 hasRating ReviewRating.2.
- Paper.39_Review.0 hasReviewerConfidence ReviewerConfidence.4.
- Paper.39_Review.0 reviews Paper.39.
- Paper.39_Review.0 issuedAt easychair.org.
- Paper.39_Review.0 issuedFor Conference.
- Paper.39_Review.0 releasedBy Conference.
- Paper.39_Review.0 hasContent "Given that some Wikipedia pages (tagged as list pages) contain large lists of entities organized into categories or tables, this paper proposes a method to extract entities from these pages and identify their types. The motivation for this work is to extend general knowledge bases like DBPedia or Yago with new entities in relation with their classes. The result of the process is a shared RDF knowledge graph called CaLiGraph and the addition of 700K entities, 7.5M type statements and 3.8M additional facts to DBpedia. Two kinds of list pages are exploited : pages with vertical enumerations and pages with table. The authors propose a machine learning process in two stage: they first generate training data that will provide positive examples to a distant supervision algorithm, and then they represent this data as features to train this algorithm (a classifier) that learns list items and their types (called subject entity in the paper). The strength of the approach is the way training data is collected: a taxonomy of concepts is built by combining Wikipedia categories, DBPedia types and Wikipedia list graph (list categories). This process, called Cat2Tax, has been presented in a previous paper. Given this taxonomy, the goal is link each entity identified on a list page to the right subject type, or to decide that this entity is itself a subject type. The papers explains in a very clear way the complementarity of the three sources of taxonomic relations, and the way they are cleaned and combined to get a high quality taxonomy. The lexical structure of the nodes in this graph is used to decide whether nodes and hypernym relations are meaningful or should be eliminated from the taxonomy. This resource is used to label entity mentions in Wikipedia list pages. If an entity in the list is identified in the taxonomy, its type and all its ascending nodes in the graph are used to label this entity but also all the entity at the same level in the list page. A balanced set of positive and negative examples is built to train the classifier. Each example is represented with a set of features, some of weach are specific to lists and other to tables. After generating the features, 7 classification algorithms are compared, with highest scores for random forest and XG-boost. XG-boost is selected as it get higher precision. Results are very promising, and analysed in terms of distribution of entities added to DBPedia (a majority of places and species), of the role of the features (page features are the most influential), and number of types statements added according to the types. This work is very clearly presented. The process of crossing various sources to build a taxonomy and then learn to identify and type entities in tables and lists results of high quality. Results are positive and promising results. The authors evaluated their correctness and precision, discuss them with acute analyses and identify possible improvements like taking into account lay-out features, and including an entity disambiguation stage when linking entities to their mentions on the pages. Assertions to be clarified . in step4, why is DbPedia taxonomy considered as the reference? is it better than YAGO's taxonomy which is said checked more closely than DBPedia? is it because disjointness axioms are available with DBpedia and not with Yago? . about the entity facts identified in section5: For the reader not familiar with Cat2Tax, it is no clear that this algorithm generated relation axioms when building the taxonomy. May be you should add an example of relation axiom in your example in step 1, when explaining the role of Cat2Tax ____ after reading the author answer to our comments _____ I appreciate the answer to the reviewers questions and requests. I wissh all this be included in the final version."".
- Paper.39_Review.1_Reviewer type RoleDuringEvent.
- Paper.39_Review.1_Reviewer label "Anonymous Reviewer for Paper 39".
- Paper.39_Review.1_Reviewer withRole ReviewerRole.
- Paper.39_Review.1_Reviewer withRole AnonymousReviewerRole.
- Paper.39_Review.1 type ReviewVersion.
- Paper.39_Review.1 issued "2001-01-14T19:24:00.000Z".
- Paper.39_Review.1 creator Paper.39_Review.1_Reviewer.
- Paper.39_Review.1 hasRating ReviewRating.1.
- Paper.39_Review.1 hasReviewerConfidence ReviewerConfidence.3.
- Paper.39_Review.1 reviews Paper.39.
- Paper.39_Review.1 issuedAt easychair.org.
- Paper.39_Review.1 issuedFor Conference.
- Paper.39_Review.1 releasedBy Conference.
- Paper.39_Review.1 hasContent "In this paper, the authors presents a two-phased approach for the extraction of entities from Wikipedia’s list pages. The paper is well structured, according to this kind of papers. The paper provides a concise formalization of the proposed approach. Minor comments: - In the section 2, the authors provides some insights about related approaches in the literature. However, this section lacks of critical comparitions and limitations existing in the literature that justify the new proposed aproach described in the paper. - I strongly recommend to update the cited bibliographic. More than 50 percent of the cited papers aren't from the last five years (13/23)."".
- Paper.40 type SubmissionsPaper.
- Paper.40 label "Transparent Sharing and Integration of Life Cycle Sustainability Data with Provenance".
- Paper.40 title "Transparent Sharing and Integration of Life Cycle Sustainability Data with Provenance".
- Paper.40 issued "2001-12-02T10:46:00.000Z".
- Paper.40 authorList b0_g107.
- Paper.40 submission Paper.40.
- Paper.40 track Track.In-Use%20Track.
- b0_g107 first Author.40.1.
- b0_g107 rest b0_g108.
- Author.40.1 type RoleDuringEvent.
- Author.40.1 label "Emil Riis Hansen, 1st Author for Paper 40".
- Author.40.1 withRole PublishingRole.
- Author.40.1 isHeldBy Emil_Riis_Hansen.
- b0_g108 first Author.40.2.
- b0_g108 rest b0_g109.
- b0_g109 first Author.40.3.
- b0_g109 rest b0_g110.