ChloeMa commited on
Commit
c8a0add
·
verified ·
1 Parent(s): 2e1bab7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -3
README.md CHANGED
@@ -1,3 +1,57 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "metadata.jsonl"
7
+ dataset_info:
8
+ features:
9
+ - name: file_name
10
+ dtype: string
11
+ - name: question_id
12
+ dtype: string
13
+ - name: fraud_type
14
+ dtype: string
15
+ - name: fraud_sub_types
16
+ sequence: string
17
+ - name: ground_truth
18
+ sequence: string
19
+ - name: mask_indices
20
+ sequence: int32
21
+ - name: mask_caption
22
+ dtype: string
23
+ - name: mask_path
24
+ dtype: string
25
+ - name: figure_caption
26
+ dtype: string
27
+ - name: figure_related_sentences
28
+ dtype: string
29
+ - name: inconsistent_part
30
+ dtype: string
31
+ - name: tampered_sentences
32
+ sequence: string
33
+ - name: golden_sentences
34
+ sequence: string
35
+ - name: metadata
36
+ struct:
37
+ - name: all_images_paths
38
+ sequence: string
39
+ - name: tampered
40
+ dtype: bool
41
+ - name: paper_ids
42
+ sequence: string
43
+ - name: panel_ids
44
+ sequence: string
45
+ - name: figure_ids
46
+ sequence: string
47
+ - name: scenario
48
+ dtype: string
49
+ tags:
50
+ - scientific-paper-fraud-detection
51
+ - vision-fraud-reasoning
52
+ - fraud-reasoning
53
+ - mllm-benchmark
54
+ pretty_name: THEMIS
55
+ ---
56
+
57
+ This repository contains the data of the paper [THEMIS: Towards Holistic Evaluation of MLLMs for Scientific Paper Fraud Forensics](https://openreview.net/forum?id=y3UkklvoW9)