“What makes a question inquisitive?” A Study on Type-Controlled Inquisitive Question Generation (2022.starsem-1)
Copied to clipboard
| Challenge: | Empirical results demonstrate that we can generate a variety of questions that adhere to specific types while drawing from the source texts. |
| Approach: | They propose a type-controlled framework for inquisitive question generation . they annotate an inquisite question dataset and train question type classifiers . |
| Outcome: | The proposed framework generates questions that adhere to specific types while drawing from the source texts. |
Similar Papers
A Benchmark Suite of Japanese Natural Questions (2024.starsem-1)
Copied to clipboard
| Challenge: | Existing studies to solve QA tasks in an integrated manner are not available in other languages because of the lack of QA datasets. |
| Approach: | They build a Japanese version of Natural Questions using natural questions from query logs of a search engine and crowdsource it using crowdsourcing. |
| Outcome: | The proposed datasets are based on natural questions from Japanese search engines and crowdsourced. |
Reading Comprehension as Natural Language Inference:A Semantic Analysis (2020.starsem-1)
Copied to clipboard
Anshuman Mishra, Dhruvesh Patel, Aparna Vijayakumar, Xiang Li, Pavan Kapanipathi, Kartik Talamadupula
| Challenge: | In recent past, Natural language Inference (NLI) has gained significant attention, but its true impact has not been well studied. |
| Approach: | They propose to transform a large RACE dataset into an NLI model and compare it to a state-of-the-art model. |
| Outcome: | The proposed model outperforms the previous model on a question-answer concatenation form and a coherent entailment form. |
When Truth Matters - Addressing Pragmatic Categories in Natural Language Inference (NLI) by Large Language Models (LLMs) (2023.starsem-1)
Copied to clipboard
| Challenge: | In this paper, we examine the ability of large language models (LLMs) to accommodate different pragmatic sentence types, such as questions, commands, and sentence fragments for natural language inference (NLI). |
| Approach: | They propose to fine-tune large language models to accommodate different sentence types for natural language inference (NLI) they also explore ChatGPT's concept of entailment by using a symbolic semantic parser. |
| Outcome: | The proposed models can accommodate different sentence types without losing too much accuracy on MNLI-matched models. |
Investigating Wit, Creativity, and Detectability of Large Language Models in Domain-Specific Writing Style Adaptation of Reddit’s Showerthoughts (2024.starsem-1)
Copied to clipboard
| Challenge: | Recent Large Language Models (LLMs) have shown the ability to generate content that is difficult or impossible to distinguish from human writing. |
| Approach: | They compare GPT-2 and GPT-Neo fine-tuned on Reddit data and GTP-3.5 invoked in a zero-shot manner, against human-authored texts. |
| Outcome: | The proposed model can generate short, creative texts that are difficult to distinguish from human writing, but human evaluators rate them worse than the model. |
Adversarial Training for Machine Reading Comprehension with Virtual Embeddings (2021.starsem-1)
Copied to clipboard
| Challenge: | Neural networks are vulnerable to adversarial examples that have been mixed with certain perturbations. |
| Approach: | They propose a novel adversarial training method that perturbs the embedding matrix instead of word vectors to differentiate the roles of passages and questions. |
| Outcome: | The proposed method is effective universally and further improves the performance of MRC tasks. |
BiQuAD: Towards QA based on deeper text understanding (2021.starsem-1)
Copied to clipboard
| Challenge: | Recent question answering and machine reading benchmarks require systems to pinpoint the span of the answer to a given text. |
| Approach: | They propose a dataset that requires deeper comprehension to answer questions extractively and deductively. |
| Outcome: | The proposed dataset outperforms existing benchmarks on extractive and deductive questions. |
Toward Diverse Precondition Generation (2021.starsem-1)
Copied to clipboard
| Challenge: | a typical goal for language understanding is to logically connect the events of a discourse, but connective events are not described due to their commonsense nature. |
| Approach: | They propose a system that generates unique and diverse preconditions by using an event sampler, candidate generator, and post-processor. |
| Outcome: | The proposed system can generate unique and diverse preconditions without training on diverse examples. |
Compositional Structured Explanation Generation with Dynamic Modularized Reasoning (2024.starsem-1)
Copied to clipboard
| Challenge: | Large-scale language models have shown remarkable performance on reasoning tasks such as reading comprehension, natural language inference, story generation, etc. |
| Approach: | They propose a compositional structured explanation generation task to test a model's ability to generalize from generating entailment trees to more steps, focusing on the length and shapes of engorgement trees. |
| Outcome: | The proposed model shows competitive compositional generalization abilities in a generation setting. |
Distilling Hypernymy Relations from Language Models: On the Effectiveness of Zero-Shot Taxonomy Induction (2022.starsem-1)
Copied to clipboard
| Challenge: | Earlier approaches to taxonomy learning focused on mining lexico-syntactic patterns from candidate pairs. |
| Approach: | They propose to use prompts to distill knowledge from language models to refine methods . they also show that linguistic properties of prompts dictate downstream performance . |
| Outcome: | The proposed methods outperform some supervised strategies and are competitive with the current state-of-the-art under adequate conditions. |
Post-Hoc Answer Attribution for Grounded and Trustworthy Long Document Comprehension: Task, Insights, and Challenges (2024.starsem-1)
Copied to clipboard
| Challenge: | Existing work on attribution of answer text to source document is limited . existing systems are prone to generating answers lacking sufficient grounding to knowledge sources . |
| Approach: | They propose to use existing datasets to assess the strengths and weaknesses of existing systems for this task. |
| Outcome: | The proposed system is based on retrieval-based and textual entailment-based optimal selection attribution systems. |