Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas

Add link to paper and description

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -42,4 +42,12 @@ configs:
42
  data_files:
43
  - split: test
44
  path: data/test-*
 
 
 
 
45
  ---
 
 
 
 
 
42
  data_files:
43
  - split: test
44
  path: data/test-*
45
+ language:
46
+ - multilingual
47
+ task_categories:
48
+ - question-answering
49
  ---
50
+
51
+ This dataset is from the paper [Analyzing LLMs' Knowledge Boundary Cognition Across Languages Through the Lens of Internal Representations](https://huggingface.co/papers/2504.13816). It is designed to evaluate how well LLMs recognize the boundaries of their knowledge across multiple languages.
52
+
53
+ The dataset contains questions in English and several other languages (Chinese, Vietnamese, Thai, Indonesian, Malay, Khmer, and Lao), along with information about whether the question is designed to test knowledge boundaries (e.g., whether it contains a false premise).