paper-with-me

홈 › Papers

mCSQA: Multilingual Commonsense Reasoning Dataset with Unified Creation Strategy by Language Models and Humans

2024-06-06 · Yusuke Sakai, Hidetaka Kamigaito, Taro Watanabe

It is very challenging to curate a dataset for language-specific knowledge and common sense in order to evaluate natural language understanding capabilities of language models. Due to the limitation in the availability of annotators, most current multilingual datasets are created through translation, which cannot evaluate such language-specific aspects. Therefore, we propose Multilingual CommonsenseQA (mCSQA) based on the construction process of CSQA but leveraging language models for a more efficient construction, e.g., by asking LM to generate questions/answers, refine answers and verify QAs followed by reduced human efforts for verification. Constructed dataset is a benchmark for cross-lingual language-transfer capabilities of multilingual LMs, and experimental results showed high language-transfer capabilities for questions that LMs could easily solve, but lower transfer capabilities for questions requiring deep knowledge or commonsense. This highlights the necessity of language-specific datasets for evaluation and training. Finally, our method demonstrated that multilingual LMs could create QA including language-specific knowledge, significantly reducing the dataset creation cost compared to manual creation. The datasets are available at https://huggingface.co/datasets/yusuke1997/mCSQA.

📄 PDF Abstract BibTeX arXiv:2406.04215

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningNatural Language Understanding

Similar Papers 제목 키워드 기반

Leveraging Knowledge in Multilingual Commonsense Reasoning

2021-10-16 · Findings (ACL) 2022 5 · Yuwei Fang, Shuohang Wang, Yichong Xu, Ruochen Xu 외

Commonsense reasoning (CSR) requires the model to be equipped with general world knowledge. While CSR is a language-agnostic process, most comprehensive knowledge sources are in few popular languages, especially English.…

Language ModelingLanguage ModellingRetrievalTranslation+1

Common Sense Beyond English: Evaluating and Improving Multilingual Language Models for Commonsense Reasoning

2021-06-13 · ACL 2021 5 · Bill Yuchen Lin, Seyeon Lee, Xiaoyang Qiao, Xiang Ren

Commonsense reasoning research has so far been limited to English. We aim to evaluate and improve popular multilingual language models (ML-LMs) to help advance commonsense reasoning (CSR) beyond English. We collect the M…

Common Sense ReasoningSentence

It's All in the Heads: Using Attention Heads as a Baseline for Cross-Lingual Transfer in Commonsense Reasoning

2021-06-22 · Alexey Tikhonov, Max Ryabinin

Commonsense reasoning is one of the key problems in natural language processing, but the relative scarcity of labeled data holds back the progress for languages other than English. Pretrained cross-lingual models are a s…

AllCross-Lingual Transfer

mSCoRe: a $M$ultilingual and Scalable Benchmark for $S$kill-based $Co$mmonsense $Re$asoning

2025-08-13 · Nghia Trung Ngo, Franck Dernoncourt, Thien Huu Nguyen arxiv

Recent advancements in reasoning-reinforced Large Language Models (LLMs) have shown remarkable capabilities in complex reasoning tasks. However, the mechanism underlying their utilization of different human reasoning ski…

Retrieval Augmentation for Commonsense Reasoning: A Unified Approach

2022-10-23 · Wenhao Yu, Chenguang Zhu, Zhihan Zhang, Shuohang Wang 외

A common thread of retrieval-augmented methods in the existing literature focuses on retrieving encyclopedic knowledge, such as Wikipedia, which facilitates well-defined entity and relation spaces that can be modeled. Ho…

Retrieval