Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
File size: 1,415 Bytes
1bcc535
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d76ee97
 
 
 
1bcc535
d76ee97
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
dataset_info:
  features:
  - name: original_id
    dtype: int64
  - name: is-augmented
    dtype: string
  - name: split
    dtype: string
  - name: question
    dtype: string
  - name: false_premise
    dtype: bool
  - name: num_hops
    dtype: string
  - name: fact_type
    dtype: string
  - name: Chinese
    dtype: string
  - name: Vietnamese
    dtype: string
  - name: Thai
    dtype: string
  - name: Indonesian
    dtype: string
  - name: Malay
    dtype: string
  - name: Khmer
    dtype: string
  - name: English
    dtype: string
  - name: Lao
    dtype: string
  splits:
  - name: test
    num_bytes: 1186415
    num_examples: 1198
  download_size: 556876
  dataset_size: 1186415
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
language:
- multilingual
task_categories:
- question-answering
---

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.

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).