paper-with-me

홈 › Papers

CC-Riddle: A Question Answering Dataset of Chinese Character Riddles

2022-06-28 · Fan Xu, Yunxiang Zhang, Xiaojun Wan

The Chinese character riddle is a unique form of cultural entertainment specific to the Chinese language. It typically comprises two parts: the riddle description and the solution. The solution to the riddle is a single character, while the riddle description primarily describes the glyph of the solution, occasionally supplemented with its explanation and pronunciation. Solving Chinese character riddles is a challenging task that demands understanding of character glyph, general knowledge, and a grasp of figurative language. In this paper, we construct a \textbf{C}hinese \textbf{C}haracter riddle dataset named CC-Riddle, which covers the majority of common simplified Chinese characters. The construction process is a combination of web crawling, language model generation and manual filtering. In generation stage, we input the Chinese phonetic alphabet, glyph and meaning of the solution character into the generation model, which then produces multiple riddle descriptions. The generated riddles are then manually filtered and the final CC-Riddle dataset is composed of both human-written riddles and these filtered, generated riddles. In order to assess the performance of language models on the task of solving character riddles, we use retrieval-based, generative and multiple-choice QA strategies to test three language models: BERT, ChatGPT and ChatGLM. The test results reveal that current language models still struggle to solve Chinese character riddles. CC-Riddle is publicly available at \url{https://github.com/pku0xff/CC-Riddle}.

📄 PDF Abstract BibTeX arXiv:2206.13778

Code (2)

pku0xff/cc-riddle 공식 구현
sailxuovo/cc-riddle 공식 구현

Tasks

General KnowledgeLanguage ModellingMultiple-choiceQuestion Answering

Similar Papers 제목 키워드 기반

BiRdQA: A Bilingual Dataset for Question Answering on Tricky Riddles

2021-09-23 · Yunxiang Zhang, Xiaojun Wan

A riddle is a question or statement with double or veiled meanings, followed by an unexpected answer. Solving riddle is a challenging task for both machine and human, testing the capability of understanding figurative, c…

Multiple-choiceQuestion Answering

RiddleSense: Reasoning about Riddle Questions Featuring Linguistic Creativity and Commonsense Knowledge

2021-01-02 · Findings (ACL) 2021 8 · Bill Yuchen Lin, Ziyi Wu, Yichi Yang, Dong-Ho Lee 외

Question: I have five fingers but I am not alive. What am I? Answer: a glove. Answering such a riddle-style question is a challenging cognitive process, in that it requires complex commonsense reasoning abilities, an und…

counterfactualCounterfactual ReasoningMultiple-choiceNatural Language Understanding+1

Solving and Generating Chinese Character Riddles

2016-11-01 · EMNLP 2016 11 · Chuanqi Tan, Furu Wei, Li Dong, Weifeng Lv 외

Answering Image Riddles using Vision and Reasoning through Probabilistic Soft Logic

2016-11-17 · Somak Aditya, Yezhou Yang, Chitta Baral, Yiannis Aloimonos

In this work, we explore a genre of puzzles ("image riddles") which involves a set of images and a question. Answering these puzzles require both capabilities involving visual detection (including object, activity recogn…

Activity RecognitionQuestion Answering

NSMQ Riddles: A Benchmark of Scientific and Mathematical Riddles for Quizzing Large Language Models

2026-05-08 · George Boateng, Naafi Ibrahim, Samuel John, Philemon Badu 외 arxiv

Large Language Models (LLMs) have shown good performance on various science educational benchmarks, demonstrating their potential for use in science and mathematics education. Yet, LLMs tend to be evaluated on science an…

Mathematical Reasoning