paper-with-me

홈 › Papers

Generate Logical Equivalence Questions

2025-10-13 · Xinyu Wang, Haoming Yu, Yicheng Yang, Zhiyuan Li arxiv

Academic dishonesty is met with zero tolerance in higher education, yet plagiarism has become increasingly prevalent in the era of online teaching and learning. Automatic Question Generation (AQG) presents a potential solution to mitigate copying by creating unique questions for each student. Additionally, AQG can provide a vast array of practice questions. Our AQG focuses on generating logical equivalence questions for Discrete Mathematics, a foundational course for first-year computer science students. A literature review reveals that existing AQGs for this type of question generate all propositions that meet user-defined constraints, resulting in inefficiencies and a lack of uniform question difficulty. To address this, we propose a new approach that defines logical equivalence questions using a formal language, translates this language into two sets of generation rules, and develops a linear-time algorithm for question generation. We evaluated our AQG through two experiments. The first involved a group of students completing questions generated by our system. Statistical analysis shows that the accuracy of these questions is comparable to that of textbook questions. The second experiment assessed the number of steps required to solve our generated questions, textbook questions, and those generated by multiple large language models. The results indicated that the difficulty of our questions was similar to that of textbook questions, confirming the quality of our AQG.

📄 PDF Abstract BibTeX arXiv:2510.12001

Code (0)

등록된 구현이 없습니다.

Tasks

Question Generation

Similar Papers 제목 키워드 기반

Automatic question generation for propositional logical equivalences

2024-05-09 · Yicheng Yang, Xinyu Wang, Haoming Yu, Zhiyuan Li

The increase in academic dishonesty cases among college students has raised concern, particularly due to the shift towards online learning caused by the pandemic. We aim to develop and implement a method capable of gener…

AttributeQuestion GenerationQuestion-Generation

IQ-VQA: Intelligent Visual Question Answering

2020-07-08 · Vatsal Goel, Mohit Chandak, Ashish Anand, Prithwijit Guha

Even though there has been tremendous progress in the field of Visual Question Answering, models today still tend to be inconsistent and brittle. To this end, we propose a model-independent cyclic framework which increas…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Strong Equivalence of Logic Programs with Ordered Disjunction: a Logical Perspective

2022-05-10 · Angelos Charalambidis, Christos Nomikos, Panos Rondogiannis

Logic Programs with Ordered Disjunction (LPODs) extend classical logic programs with the capability of expressing preferential disjunctions in the heads of program rules. The initial semantics of LPODs, although simple a…

Mapping-equivalence and oid-equivalence of single-function object-creating conjunctive queries

2015-03-05 · Angela Bonifati, Werner Nutt, Riccardo Torlone, Jan Van den Bussche

Conjunctive database queries have been extended with a mechanism for object creation to capture important applications such as data exchange, data integration, and ontology-based data access. Object creation generates ne…

Data IntegrationObject

Circuit Transformer: A Transformer That Preserves Logical Equivalence

2024-03-14 · Xihan Li, Xing Li, Lei Chen, Xing Zhang 외

Implementing Boolean functions with circuits consisting of logic gates is fundamental in digital computer design. However, the implemented circuit must be exactly equivalent, which hinders generative neural approaches on…

Hallucination