Limitoy / ACL_23_with_limitation /ACL23_1036.json
Limitless063's picture
Duplicate from IbrahimAlAzhar/limitation-generation-dataset-bagels
0f2f2d3 verified
{
"File Number": "1036",
"Title": "Probing Physical Reasoning with Counter-Commonsense Context",
"Limitation": "Did you describe the limitations of your work? 7\n7 A2. Did you discuss any potential risks of your work? The paper is about the simple task of comparing the sizes of two objects, and we believe there is no such risk.",
"abstractText": "In this study, we create a CConS (Countercommonsense Contextual Size comparison) dataset to investigate how physical commonsense affects the contextualized size comparison task; the proposed dataset consists of both contexts that fit physical commonsense and those that do not. This dataset tests the ability of language models to predict the size relationship between objects under various contexts generated from our curated noun list and templates. We measure the ability of several masked language models and generative models. The results show that while large language models can use prepositions such as “in” and “into” in the provided context to infer size relationships, they fail to use verbs and thus make incorrect judgments led by their prior physical commonsense.",
"1 Introduction": "Humans possess physical commonsense regarding the behavior of everyday objects. Physical commonsense knowledge is relevant to their physical properties, affordances, and how they can be manipulated (Bisk et al., 2020). While a significant amount of physical commonsense can be expressed in language (Forbes and Choi, 2017; Bisk et al., 2020), direct sentences describing facts such as “people are smaller than houses” rarely appear because of reporting bias (Gordon and Van Durme, 2013; Ilievski et al., 2021). Recent language models have succeeded in tasks that do not require contextual reasoning, such as size comparison and prediction of event frequency (Talmor et al., 2020).\nHowever, what about inferences that are contextdependent? Whether a language model can make correct inferences in various contexts is important because physical reasoning is highly contextdependent (Ogborn, 2011). Several studies on contextual physical reasoning (Forbes et al., 2019; Bisk et al., 2020; Aroca-Ouellette et al., 2021;\nZellers et al., 2021) have been conducted to produce datasets that assess the ability to recognize physical situations described in writing. Without context, however, these datasets may be answered by commonsense.\nHumans also can reason in ways that differ from simply using commonsense. For instance, if the context “there is a house inside a light bulb.” is provided, humans can still imagine the situation and reason that the bulb must be larger than the house. In other words, commonsense is just a sweeping generalization, and reasoning about context must be independent of commonsense. This reasoning with defeasibility, which reflects the ability to reason logically without relying only on commonsense, seems to have been overlooked in the study of language models compared to the acquisition of commonsense. Previous investigations of contextual physical reasoning (Aroca-Ouellette et al., 2021; Yu et al., 2022) failed to distinguish physical reasoning from the simple use of physical commonsense. To appropriately measure physical reasoning ability, we must use contexts that go\n603\nagainst commonsense to rule out the possibility that the model is overconfident in physical commonsense.\nIn this study, we investigate the behavior of the language model concerning physical commonsense given the context of a situation that contradicts commonsense. We choose the size comparison task despite various possible domains of physical commonsense (Ilievski et al., 2021). The task is one of the easiest physical commonsense reasoning tasks for language models (Forbes and Choi, 2017; Goel et al., 2019), and it is also easy to add a context to change the relationship between sizes. For example, in this study, the context is a sentence that implies a size relationship, such as “<obj1> contains <obj2>.”\nFor this purpose, we created a new dataset, CConS (Counter-commonsense Contextual Size comparison)1. This dataset contains 1,112 sentences generated from 139 templates and tests the ability of language models to infer the size relationship between objects using a cloze-style prompt. Figure 1 shows the size comparison examples with or without contexts that (do not) agree with ordinary commonsense. Our experiments using recent language models show that GPT-3(text-davinci003) (Brown et al., 2020) correctly reasons in context when it is consistent with commonsense, yielding 85% accuracy. In contrast, even GPT-3 can only show poor performance (41 % accuracy) for examples that contradict commonsense. This suggests that the models may not effectively distinguish between physical commonsense and inferences based on contexts, leading to incorrect predictions. Nevertheless, when prepositions hint at the relationships, the accuracy rate exceeded 55%, even for counter-commonsense examples. In summary, our counter-commonsense examples reveal the difference in influence between prepositions and verbs in contextualized physical reasoning.\nThe contributions of this study are as follows:\n1. We create a dataset that assesses size comparison ability more precisely by contrasting examples that conform to physical commonsense with ones that do not.\n2. We show that physical commonsense prevents measuring the language models’ ability of contextual physical reasoning.\n1https://github.com/cfkazu/ Counter-Commonsense-Context\n3. We demonstrate that even large models perform poorly when making inferences that violate physical commonsense. Specifically, they struggle to infer size relations implied by verbs and can infer only when prepositions indicate.",
"2 Related Works": "Size Comparison Task The size comparison task, which previous studies (Yang et al., 2018; Goel et al., 2019) investigated since the earlier linguistic representations, such as GloVe (Pennington et al., 2014) or ELMo (Peters et al., 2018), is one of the easiest physical common-sense inference tasks for language models (Forbes and Choi, 2017; Goel et al., 2019). While there are many prior studies (Elazar et al., 2019; Zhang et al., 2020) on this topic, VerbPhysics (Forbes and Choi, 2017) is the most similar to this study in that it focuses on the relationship between sizes and verbs. There are also some other approaches, such as methods that extract external knowledge (Elazar et al., 2019), filling-masks (Talmor et al., 2020), or generate images (Liu et al., 2022). These results suggest that the commonsense of comparing object size is encoded in recent language models. However, these studies do not consider the context that might influence the results of size comparisons.\nDefeasible Reasoning According to Koons (2022), defeasible reasoning is an argument that is rationally persuasive but not completely valid as a deduction. This defeasible reasoning is similar to the subject of this study in that it involves the recognition that commonsense and assumptions in a given context are not entirely correct propositions. Therefore, this study can be seen as an investigation into whether a language model can capture commonsense as defeasible reasoning. The creation of a dataset dealing with defeasible reasoning has been discussed by Rudinger et al. (2020) and Allaway et al. (2022). Our study is similar to Allaway et al. (2022) in that it generates sentences that violate the context by fitting words to a template. However, this study differs in that we also generate examples contrary to commonsense for measuring the actual performance of the language model as well as the differences from the ordinary case.",
"3 Dataset Creation": "In this study, we create 139 templates and automatically generate 1,112 examples. Table 1 lists\nexamples of these templates.\nDesigning Template We focus on the comprehensiveness of verb phrases while designing templates to ensure that the choice of verbs is not arbitrary. Therefore, we extract 139 verb phrases that indicate size relationships from the Oxford 5000 dictionary 2 and manually assemble simple sentences. For example, the statement “<obj1> beats <obj2>” is not included in this template because this statement is not informative enough to determine a size relation.\nMoreover, in comparing sizes, we also notice not only verbs but the usage of prepositions such as “in” or “into” may provide clear clues about the size relationships. Therefore, we select templates that contain only examples with these prepositions and distinguish them as easy templates from those that do not as hard templates. In subsequent experiments, we also investigate the effect of this difference on the behavior of the language model.\nRestriction on Noun If nouns are arbitrarily inserted, the resulting sentences may be nonsensical or impossible for a human to imagine. For example, we choose not to include the sentence “the stone threw the dog” because it is beyond imagination.\nWe place restrictions on the nouns used in the sentence templates by defining tags to avoid this nonsense. A single placeholder can have constraints (multiple tags). There are 18 types of tags, including “have_hands,” “box,” and “portable.” Tags are manually determined to abstract the properties of verb phrases. We also use the Oxford 5000 dictionary to obtain a list of nouns referring to physical objects. One of the nouns that satisfy all constraints is randomly selected from a list of 195 nouns and inserted.\nGenerating Sentences The template tags are replaced with the corresponding nouns to generate\n2https://www.oxfordlearnersdictionaries. com/about/wordlists/oxford3000-5000\nthe context, and the questions asking for size comparisons are combined. For example, the contextualized question text provided to the masked language models is as follows: “«context» In this situation, the size of <obj1> is probably much [MASK] than the size of <obj2>.” Contexts and questions are used to generate input for each of the masked language models and generative models. We classify generated sentences to the Ordinary or Counter-Commonsense (CCommon) subset based on whether the size relationship between objects indicated by the template accords commonsense.",
"4 Experiment": "Task Definition We measure the ability of masked language models and generative models to recognize size relationships by providing sentences for each architecture. These sentences are generated from templates (Section 3). We also see how the language model’s behavior changes when context sentences follow or do not follow a general common-size relationship.\nComparison Aspects We investigate how language models create physical reasoning without being biased by their prior physical commonsense.\n1. How do the physical reasoning results of the language model change when contexts are consistent or inconsistent with commonsense?\n2. How does the performance of a language model change when comparing an easy dataset that contains certain prepositions that hint at size relationships with a hard dataset that does not?\nModel Settings In this study, BERT (Devlin et al., 2019), RoBERTa (Liu et al., 2019), and ALBERT (Lan et al., 2020) are used to assess the performance of the masked language models. We also investigate how the size of the model affects\nphysical reasoning. We choose T0 (Sanh et al., 2022) and GPT-3(text-davinci-003) to evaluate the performance of the generative model.\nAccording to Talmor et al. (2020), RoBERTaLarge outperforms BERTs and RoBERTa-Base in a no-context size comparison task. Proceeding from this analysis we attempt to detect whether commonsense influences physical reasoning by giving examples contrary to commonsense as context.\nTasks Format Details The tasks are performed by inputting sentences according to the format defined for each of the models, as follows.\nFormat for Masked Language Models WithContext: «context» In this situation, the size of <obj1> is probably much [MASK] than the size of <obj2>. WithoutContext: The size of <obj1> is probably much [MASK] than the size of <obj2>.\nThe candidates for [MASK] are “larger,” “bigger,” “smaller,” and “shorter.” If the sum of the probabilities of the first two options exceeds 0.5, language models predict that obj1 is larger than obj2. Therefore, the language model always makes binary decisions.\nFormat for Generative Models WithContext: «context» Which is bigger in this situation, <obj1> or <obj2>? WithoutContext: Which is bigger in general, <obj1> or <obj2>? «context» is a sentence generated from templates.\nHuman Evaluation We ask crowdworkers to perform the same size comparison task to measure the accuracy of humans in this task. Thus, we can test the validity of the automatically generated questions. The crowdworkers are given the same context and make a choice that is larger. (See Appendix B for details.) Five crowdworkers are assigned to each question. We use some intuitive examples, such as “<obj1> contains <obj2>,” which are provided for qualification, and exclude those who get such examples wrong or choose the same answer for all examples.",
"5 Result and Analysis": "Tables 2 and 3 exhibit the performance of the language model on our datasets. GPT-3 outperforms other models in Ordinary and NoCon setups. RoBERTa-Large and ALBERT-XXLarge show better reasoning ability than the other masked language models in the Ordinary dataset. However, for the CCommon dataset, the performance of the pretrained language model decreases, particularly in ALBERT-XXLarge. This result suggests that commonsense built into the model hinders its ability to make accurate judgments. Other models struggle to capture size relationships. These results without context (NoCon) are generally consistent with the findings of a previous investigation of the nocontext size comparison task conducted by Talmor et al. (2020).\nIn some CCommon examples, BERT performs better than RoBERTa. This may be because BERT is less equipped with commonsense, allowing it to make simpler judgments without being influenced.\nImpact of Prepositions Prepositions did not significantly impact the prediction for the masked language models in the Ordinary dataset. However, there is a significant difference in the correct response rates in the CCommon dataset. RoBERTaLarge performs well in easy data, regardless of whether the context defies commonsense. This result indicates that RoBERTa-Large recognizes the connection between the prepositions and size relationships. The ALBERT-XXLarge model does not perform well for the CCommon dataset, even if the setting is easy; therefore, we consider that it merely answers according to commonsense rather than making inferences. In short, context is not useful for ALBERT when the prepositions do not\nprovide direct hints. GPT-3 uses prepositions more effectively than other models and performs better on the Easy dataset, while the model struggles to answer the CCommon dataset in the hard setting. This result means GPT-3 learns commonsense well but cannot make physical logical inferences.",
"6 Conclusion": "We develop a method providing a countercommonsense context to measure physical reasoning ability. Our proposed contextualized physical commonsense inference dataset reveals that current language models can partially predict size relations but do not perform as well as humans in contexts that contradict commonsense. These judgments are possible to a limited extent in the presence of certain prepositions such as “in” and “into.” While we focused on size comparison tasks in this study, the importance of context in physical reasoning is not limited to this task. Increasing the size and scope of the datasets for contextual commonsense inference is necessary to build language models that more closely resemble humans and differentiate between general commonsense and the facts at hand.\nLimitations\nThe main limitation of our method is that it requires human effort to increase the variety of templates, which makes it difficult to create large datasets. Using templates to generate data reduces the time required to create data manually, but the need for human labor remains an obstacle. To resolve this, the templates themselves need to be generated auto-\nmatically, although the tags that constrain the nouns also need to be generated automatically, which is a difficult problem.",
"Acknowledgment": "We would like to thank anonymous reviewers for their valuable comments and suggestions. This work was supported by JST PRESTO Grant Number JPMJPR20C4 and JSPS KAKENHI Grant Number 21H03502.",
"A Experiment Details": "We used a language model published on hugging face Transformers (Wolf et al., 2020) except GPT3 under MIT (RoBERTa) or Apache-2.0 (BERT, ALBERT, T0, T0++) license. For GPT-3, the OpenAI API (text-davinci-0033) is used. All of these models are designed to solve downstream natural language tasks. Table 4 lists the paths for accessing the models via hugging face.\nWe use a GPU Tesla V100-PCIE-32GB. The total computation time was 1 hour for the masked language models and 2 hours for the generative models.",
"B Human Evaluation Details": "We evaluate human accuracy in a size comparison task using Amazon Mechanical Turk. We provide\n3https://platform.openai.com/docs/ models/gpt-3-5\nthe following instructions and let the crowdworkers choose their answers: We calculate the reward as $15 per hour. Figure 2 shows the instructions for the contextualized size comparison task. The choices are virtually two-option questions, except “I can’t imagine the situation,” etc. Figure 3 shows the instructions for the non-contextualized size comparison task. The choices are “obj1”,“obj2,” and “N/A (cannot determine).”\nNo personal information is obtained. Crowdworkers live in the United Kingdom, the United States, and Canada. By accepting Amazon Mechanical Turk’s participation agreement 4, crowdworkers consent to the collection and use of nonpersonal data for research purposes.\n4https://www.mturk.com/ participation-agreement\nACL 2023 Responsible NLP Checklist",
"A For every submission:": "3 A1. Did you describe the limitations of your work?\n7\n7 A2. Did you discuss any potential risks of your work? The paper is about the simple task of comparing the sizes of two objects, and we believe there is no such risk.",
"3 A3. Do the abstract and introduction summarize the paper’s main claims?": "1 and Abstract\n7 A4. Have you used AI writing assistants when working on this paper? Left blank.\nB 3 Did you use or create scientific artifacts? Section 3,4, Appendix A",
"3 B1. Did you cite the creators of artifacts you used?": "Section 1,4",
"3 B2. Did you discuss the license or terms for use and / or distribution of any artifacts?": "Appendix A",
"3 B3. Did you discuss if your use of existing artifact(s) was consistent with their intended use, provided": "that it was specified? For the artifacts you create, do you specify intended use and whether that is compatible with the original access conditions (in particular, derivatives of data accessed for research purposes should not be used outside of research contexts)? Appendix A",
"3 B4. Did you discuss the steps taken to check whether the data that was collected / used contains any": "information that names or uniquely identifies individual people or offensive content, and the steps taken to protect / anonymize it? Section 3",
"3 B5. Did you provide documentation of the artifacts, e.g., coverage of domains, languages, and": "linguistic phenomena, demographic groups represented, etc.? Section 3, Appendix A\n3 B6. Did you report relevant statistics like the number of examples, details of train / test / dev splits, etc. for the data that you used / created? Even for commonly-used benchmark datasets, include the number of examples in train / validation / test splits, as these provide necessary context for a reader to understand experimental results. For example, small differences in accuracy on large test sets may be significant, while on small test sets they may not be. Section 3\nC 3 Did you run computational experiments?",
"3 C1. Did you report the number of parameters in the models used, the total computational budget": "(e.g., GPU hours), and computing infrastructure used? Appendix A\nThe Responsible NLP Checklist used at ACL 2023 is adopted from NAACL 2022, with the addition of a question on AI writing assistance.",
"3 C2. Did you discuss the experimental setup, including hyperparameter search and best-found": "hyperparameter values? 4, Appendix A\nC3. Did you report descriptive statistics about your results (e.g., error bars around results, summary statistics from sets of experiments), and is it transparent whether you are reporting the max, mean, etc. or just a single run? No response.",
"3 C4. If you used existing packages (e.g., for preprocessing, for normalization, or for evaluation), did": "you report the implementation, model, and parameter settings used (e.g., NLTK, Spacy, ROUGE, etc.)? Appendix A\nD 3 Did you use human annotators (e.g., crowdworkers) or research with human participants?",
"3 D1. Did you report the full text of instructions given to participants, including e.g., screenshots,": "disclaimers of any risks to participants or annotators, etc.? Appendix C",
"3 D2. Did you report information about how you recruited (e.g., crowdsourcing platform, students)": "and paid participants, and discuss if such payment is adequate given the participants’ demographic (e.g., country of residence)? Appendix C",
"3 D3. Did you discuss whether and how consent was obtained from people whose data you’re using/curating? For example, if you collected data via crowdsourcing, did your instructions to": "crowdworkers explain how the data would be used? Appendix C\n7 D4. Was the data collection protocol approved (or determined exempt) by an ethics review board? The task is a simple task of comparing the sizes of two objects and obviously does not pose any problems with user safety, health, or personal information.",
"3 D5. Did you report the basic demographic and geographic characteristics of the annotator population that is the source of the data?": "Appendix C"
}