AMSR / conferences_raw /akbc20 /AKBC.ws_2020_Conference_ToTf_MX7Vn.json
mfromm's picture
Upload 3539 files
fad35ef
raw
history blame contribute delete
No virus
16.6 kB
{"forum": "ToTf_MX7Vn", "submission_url": "https://openreview.net/forum?id=ToTf_MX7Vn", "submission_content": {"keywords": ["relation entailment", "structured information", "textual information"], "TL;DR": "Learning to predict relation entailment using both structured and textual information", "authorids": ["AKBC.ws/2020/Conference/Paper14/Authors"], "title": "Learning Relation Entailment with Structured and Textual Information", "authors": ["Anonymous"], "pdf": "/pdf/76f51e1463a9852d32194187531512d229ed6614.pdf", "subject_areas": ["Knowledge Representation, Semantic Web and Search", "Information Extraction", "Machine Learning"], "abstract": "Relations among words and entities are important for semantic understanding of text, but previous work has largely not considered relations between relations, or meta-relations. In this paper, we specifically examine relation entailment, where the existence of one relation can entail the existence of another relation. Relation entailment allows us to construct relation hierarchies, enabling applications in representation learning, question answering, relation extraction, and summarization. To this end, we formally define the new task of predicting relation entailment and construct a dataset by expanding the existing Wikidata relation hierarchy without expensive human intervention. We propose several methods that incorporate both structured and textual information to represent relations for this task. Experiments and analysis demonstrate that this task is challenging, and we provide insights into task characteristics that may form a basis for future work. The dataset and code will be released upon acceptance.", "paperhash": "anonymous|learning_relation_entailment_with_structured_and_textual_information"}, "submission_cdate": 1581705788923, "submission_tcdate": 1581705788923, "submission_tmdate": 1586798972591, "submission_ddate": null, "review_id": ["hA_QsSbcgXS", "ec1CI9Hvvy", "-7-2bBTw3zF"], "review_url": ["https://openreview.net/forum?id=ToTf_MX7Vn&noteId=hA_QsSbcgXS", "https://openreview.net/forum?id=ToTf_MX7Vn&noteId=ec1CI9Hvvy", "https://openreview.net/forum?id=ToTf_MX7Vn&noteId=-7-2bBTw3zF"], "review_cdate": [1585079725053, 1585427346354, 1585475153130], "review_tcdate": [1585079725053, 1585427346354, 1585475153130], "review_tmdate": [1585695558449, 1585695558184, 1585695557910], "review_readers": [["everyone"], ["everyone"], ["everyone"]], "review_writers": [["AKBC.ws/2020/Conference/Paper14/AnonReviewer2"], ["AKBC.ws/2020/Conference/Paper14/AnonReviewer1"], ["AKBC.ws/2020/Conference/Paper14/AnonReviewer3"]], "review_reply_count": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "review_replyto": ["ToTf_MX7Vn", "ToTf_MX7Vn", "ToTf_MX7Vn"], "review_content": [{"title": "Approximating KG entailment via a form of textual entailment", "review": "This paper addresses the issue of relation entailment, viz., whether a relation r in a knowledge graph entails a relation r', which the authors define as a form of relational containment (r entails r' if r is contained in set theoretical terms by r'). They then propose a data driven methods to sample a gold standard of such containments, that they use to evaluate and/or train unsupervised and supervised relation entailment models. \n\nThe authors derive their gold standard from Wikidata, and a number of sampling techniques that are relatively well explained. They rely for their methods on distributed representations of both the relations, and their textual groundings (mapping the triples to bags of words and/or syntactic dependencies derived from Wikipedia snippets via a form of \"reverse entity linking\" of sorts). They then experiment with on the one hand, similarity functions and on the other hand, CNN and biLSTM encoders. Perhaps unsurprisingly, supervised models perform way better than unsupervised models (from 0.57 to 0.71 accuracy). The models are well described.\n\nThis reviewer finds the experiments well described, but still incomplete. Indeed, the authors fail to assess the impact of the different input information modalities (in the input embedding layers of their neural networks) -- triple and word embeddings. Unless the reader is meant to understand that their \"base model\" in Table 3b) relies only on triple embeddings: this is not clear! Also, this reviewer would like to see results for \"text only\" models. Is this better than reasoning with the triples or with *both* signals? In similar NLP tasks (think textual entailment), one usually proceeds that way. It would also be interesting, for the sake of completeness, to consider such three cases in Table 3a) (similarity-based approaches). Last, but not least, the scores reported are sometimes quite close. Would it be possible to add the standard deviation of your scores somewhere, in particular for Table 3b) as is common in deep learning literature? This reviewer can't see yet if there was a real improvement or only an statistical fluctuation.\n\nThe discussion of the results is quite informative. ", "rating": "7: Good paper, accept", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}, {"title": "New dataset introduced along with the task of predicting entailment between relations", "review": "This paper introduces the task of predicting entailment between canonicalized relations in a knowledge graph. The downstream significance of this work lies in teaching models to understand abstract concepts through predicting entailment between relations, thereby understanding a hierarchy of concepts. \n\nThe relations are represented using information from knowledge graphs as well as information extracted from text. A variety of methods are explored for building this representation - KGE methods such as TransE, embedding the context between textual mentions of the relation's entities and distribution based methods. The prediction task is then formulated as a ranking problem where the correct parent relation should be ranked higher than all others. The paper is well written and clear except for a few points below. \n\nComments/Questions::\nI feel the nomenclature of unsupervised/supervised scoring functions is a bit misleading. It would be better suited to call the two approaches as non-parametric vs parametric methods. \n\n1. How do the cosine and euclidean similarity metric serve as a scoring function given that they are symmetric ? \n2. Is prediction for parent relations done within all the relations only in that tier or all relations?\n3. With regards to the relation instance propagation - if the child relations are propagated to the parent, the representation of parent would explicitly include information of the child. I might be missing something but would this not make the task of predicting parent relation trivial since they would be the most similar? \n", "rating": "7: Good paper, accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, {"title": "Supervised and Unsupervised Relation Entailment", "review": "The paper introduces a method for understanding if a relation is direct entailment of another one. The authors have used the relation already exists in a well-known dataset( Wikidata). I liked the tricks they have used to construct the dataset. (e.g relation sampling, relation expansion, etc.)\n\nThe paper in a way that it is a little unclear and hard to follow. For instance, there are continuous mentions of single letter references. Some of the references are explained later ( for example P^r in KL-divergence calculation.)\n--It might also help to have a figure showing the general idea of the model and then mentioning that you are running experiments with different settings.\n--maybe using the larger equations in separate lines.'\n--It might have been interesting to see statistics on relation entailments, such as what percent of the relations have more than children. This might also help with understanding the propagation better.\nIn might also be interesting to see some qualitative analysis comparing the \"TransE\", DistMult and ComplEx. Are there domain-dependent. Are there scenarios that the others can outperform TransE?\n\nTo sum up, The pros of this paper are as follows:\n-Introducing interesting aspects of analysis in the knowledge graph problems. \n-analysis of supervised and unsupervised methods to find the entailments in relations.\n\nAnd weaknesses are:\n-The paper is a little hard to follow. Maybe it is better to add a section to define all the repetitive terms. Also adding model figure can help. \n-Although I agree that the author has done plenty of experiments, probably some statistic reports on the relations can give more insight into the scope of the problem,\n\nMinor comment: Please high light the highest numbers in the tables.", "rating": "6: Marginally above acceptance threshold", "confidence": "3: The reviewer is fairly confident that the evaluation is correct"}], "comment_id": ["s9mHF-rV35s", "3cQj3HxJ6SS", "MqnIT8lYK_"], "comment_cdate": [1586478691232, 1586478642368, 1586478585419], "comment_tcdate": [1586478691232, 1586478642368, 1586478585419], "comment_tmdate": [1586478691232, 1586478642368, 1586478585419], "comment_readers": [["everyone"], ["everyone"], ["everyone"]], "comment_writers": [["AKBC.ws/2020/Conference/Paper14/Authors", "AKBC.ws/2020/Conference"], ["AKBC.ws/2020/Conference/Paper14/Authors", "AKBC.ws/2020/Conference"], ["AKBC.ws/2020/Conference/Paper14/Authors", "AKBC.ws/2020/Conference"]], "comment_reply_content": [{"replyCount": 0}, {"replyCount": 0}, {"replyCount": 0}], "comment_content": [{"title": "Thank you very much for the thorough review! ", "comment": "(1) This reviewer finds the experiments well described, but still incomplete. Indeed, the authors fail to assess the impact of the different input information modalities (in the input embedding layers of their neural networks) -- triple and word embeddings. Unless the reader is meant to understand that their \"base model\" in Table 3b) relies only on triple embeddings: this is not clear!\nThank you for pointing it out. We added a clarification in the caption of Table 3b.\n\n(2) Also, this reviewer would like to see results for \"text only\" models. Is this better than reasoning with the triples or with *both* signals? In similar NLP tasks (think textual entailment), one usually proceeds that way. It would also be interesting, for the sake of completeness, to consider such three cases in Table 3a) (similarity-based approaches).\nIn our preliminary experiments, we observed that only using text features is significantly worse than using structured information (i.e. triples), because text features extracted based on distant supervision assumptions are relatively sparse and noisy. We were not able to re-run experiments with respect to this within the revision period, but we will consider it for the final version.\n\n(3) Last, but not least, the scores reported are sometimes quite close. Would it be possible to add the standard deviation of your scores somewhere, in particular for Table 3b) as is common in deep learning literature? This reviewer can't see yet if there was a real improvement or only an statistical fluctuation.\nThank you for your suggestion! The differences between different textual information encoding methods are indeed quite small. The major point we want to demonstrate in Table 3b is that textual information can bring large gain over structured information (i.e., the base model). We will aim for either/both of (1) performing multiple runs, and (2) measuring within-run variance through bootstrap tests for the final version."}, {"title": "Thank you very much for the thorough review!", "comment": "(1) I feel the nomenclature of unsupervised/supervised scoring functions is a bit misleading. It would be better suited to call the two approaches as non-parametric vs parametric methods.\nWe argue that the major difference between these two categories is that supervised methods use annotated parent-child relation pairs to optimize the model, while unsupervised methods do not. Since unsupervised methods also involve parameters in knowledge base embeddings, we prefer to stay with unsupervised/supervised categorization.\n\n(2) How do the cosine and euclidean similarity metric serve as a scoring function given that they are symmetric?\nWe agree with you that both cosine and euclidean metrics are symmetric. Thus they are not suitable for relation entailment prediction in theory. As explained in the first paragraph of Section 5.1., this is indeed one of our major motivations to develop distribution-based representations and KL-Divergence similarity function, which is asymmetric. However, in experiments we didn\u2019t observe the superiority of asymmetric methods, partially because distribution-based methods are more prone to noise than aggregation-based methods. Devising better asymmetric methods is an interesting avenue for future work.\n\n(3) Is prediction for parent relations done within all the relations only in that tier or all relations?\nAs explained in the \u201cTask Definition\u201d Section on page 3, we predict the parent relation among all the parent relations, not only in that tier.\n\n(4) With regards to the relation instance propagation - if the child relations are propagated to the parent, the representation of parent would explicitly include information of the child. I might be missing something but would this not make the task of predicting parent relation trivial since they would be the most similar?\nSorry for the confusion. Actually when predicting the parent of a particular relation r, we will first remove r\u2019s instances from its parent to avoid making this problem trivial. We added an explanation in footnote 3."}, {"title": "Thank you very much for the thorough review!", "comment": "(1) Some of the references are explained later (for example P^r in KL-divergence calculation.)\nWe have modified this equation to make it clear.\n\n(2) It might also help to have a figure showing the general idea of the model and then mentioning that you are running experiments with different settings.\nThank you for your suggestion! We will consider adding a figure to distinguish different components in our methods (e.g. structured vs textual information) in the final version.\n\n(3) It might have been interesting to see statistics on relation entailments, such as what percent of the relations have more than children. This might also help with understanding the propagation better.\nIn our dataset, 86% of parent relations have more than one child. We added this in step 5 in Section 3.\n\n(4) In might also be interesting to see some qualitative analysis comparing the \"TransE\", DistMult and ComplEx. Are there domain-dependent. Are there scenarios that the others can outperform TransE?\nThank you for the suggestion! We observed in our experiments that TransE consistently outperforms the other two in different settings, and attribute this to its additive nature, as explained in Section 6.1.\n\n(5) Minor comment: Please highlight the highest numbers in the tables.\nThis is now corrected."}], "comment_replyto": ["hA_QsSbcgXS", "ec1CI9Hvvy", "-7-2bBTw3zF"], "comment_url": ["https://openreview.net/forum?id=ToTf_MX7Vn&noteId=s9mHF-rV35s", "https://openreview.net/forum?id=ToTf_MX7Vn&noteId=3cQj3HxJ6SS", "https://openreview.net/forum?id=ToTf_MX7Vn&noteId=MqnIT8lYK_"], "meta_review_cdate": 1588298697357, "meta_review_tcdate": 1588298697357, "meta_review_tmdate": 1588341534360, "meta_review_ddate ": null, "meta_review_title": "Paper Decision", "meta_review_metareview": "The paper introduces a method for entailment prediction between relations in a knowledge graph, using the Wikidata dataset. They used a few tricks to construct the dataset (relation sampling, relation expansion, etc.)\n\nOverall, the reviewers agree that this paper deserve publication. However several aspects in the presentation should be improved: notation needs to be made clearer, a figure would help understand the main idea, and statistics on relation entailments would be useful to present. We strongly recommend authors to take these suggestions into account when preparing the final version.\n", "meta_review_readers": ["everyone"], "meta_review_writers": ["AKBC.ws/2020/Conference/Program_Chairs"], "meta_review_reply_count": {"replyCount": 0}, "meta_review_url": ["https://openreview.net/forum?id=ToTf_MX7Vn&noteId=nX38ztMQWKK"], "decision": "Accept"}