File size: 1,394 Bytes
c8a0add | 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 54 55 56 57 | ---
configs:
- config_name: default
data_files:
- split: train
path: "metadata.jsonl"
dataset_info:
features:
- name: file_name
dtype: string
- name: question_id
dtype: string
- name: fraud_type
dtype: string
- name: fraud_sub_types
sequence: string
- name: ground_truth
sequence: string
- name: mask_indices
sequence: int32
- name: mask_caption
dtype: string
- name: mask_path
dtype: string
- name: figure_caption
dtype: string
- name: figure_related_sentences
dtype: string
- name: inconsistent_part
dtype: string
- name: tampered_sentences
sequence: string
- name: golden_sentences
sequence: string
- name: metadata
struct:
- name: all_images_paths
sequence: string
- name: tampered
dtype: bool
- name: paper_ids
sequence: string
- name: panel_ids
sequence: string
- name: figure_ids
sequence: string
- name: scenario
dtype: string
tags:
- scientific-paper-fraud-detection
- vision-fraud-reasoning
- fraud-reasoning
- mllm-benchmark
pretty_name: THEMIS
---
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) |