paper-with-me

홈 › Papers

Ask To The Point: Open-Domain Entity-Centric Question Generation

2023-10-21 · Yuxiang Liu, Jie Huang, Kevin Chen-Chuan Chang

We introduce a new task called *entity-centric question generation* (ECQG), motivated by real-world applications such as topic-specific learning, assisted reading, and fact-checking. The task aims to generate questions from an entity perspective. To solve ECQG, we propose a coherent PLM-based framework GenCONE with two novel modules: content focusing and question verification. The content focusing module first identifies a focus as "what to ask" to form draft questions, and the question verification module refines the questions afterwards by verifying the answerability. We also construct a large-scale open-domain dataset from SQuAD to support this task. Our extensive experiments demonstrate that GenCONE significantly and consistently outperforms various baselines, and two modules are effective and complementary in generating high-quality questions.

📄 PDF Abstract BibTeX arXiv:2310.14126

Code (1)

liuyuxiang512/ecqg 공식 구현 pytorch

Tasks

Fact CheckingQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

OEKG: The Open Event Knowledge Graph

2023-02-28 · Simon Gottschalk, Endri Kacupaj, Sara Abdollahi, Diego Alves 외

Accessing and understanding contemporary and historical events of global impact such as the US elections and the Olympic Games is a major prerequisite for cross-lingual event analytics that investigate event causes, perc…

ArticlesImage RetrievalKnowledge Graphsnamed-entity-recognition+4

Can a Frozen Pretrained Language Model be used for Zero-shot Neural Retrieval on Entity-centric Questions?

2023-03-09 · Yasuto Hoshi, Daisuke Miyashita, Yasuhiro Morioka, Youyang Ng 외

Neural document retrievers, including dense passage retrieval (DPR), have outperformed classical lexical-matching retrievers, such as BM25, when fine-tuned and tested on specific question-answering datasets. However, it …

Domain GeneralizationLanguage ModelingLanguage ModellingPassage Retrieval+2

Simple Entity-Centric Questions Challenge Dense Retrievers

2021-09-17 · EMNLP 2021 11 · Christopher Sciavolino, Zexuan Zhong, Jinhyuk Lee, Danqi Chen

Open-domain question answering has exploded in popularity recently due to the success of dense retrieval models, which have surpassed sparse models using only a few supervised training examples. However, in this paper, w…

Data AugmentationOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+1

Entity Retrieval for Answering Entity-Centric Questions

2024-08-05 · Hassan S. Shavarani, Anoop Sarkar

The similarity between the question and indexed documents is a crucial factor in document retrieval for retrieval-augmented question answering. Although this is typically the only method for obtaining the relevant docume…

Entity RetrievalQuestion AnsweringRetrieval

ECIS-VQG: Generation of Entity-centric Information-seeking Questions from Videos

2024-10-13 · Arpan Phukan, Manish Gupta, Asif Ekbal

Previous studies on question generation from videos have mostly focused on generating questions about common objects and attributes and hence are not entity-centric. In this work, we focus on the generation of entity-cen…

Fact CheckingQuestion GenerationQuestion-Generation