Universal Aesthetics (Multimodal Focus): Difference between revisions

From FDHwiki
Jump to navigation Jump to search
Line 5: Line 5:


== Data ==
== Data ==
As for the convergence of language models, we need both plain texts and aesthetic texts. For simplicity, we reuse this [https://huggingface.co/datasets/minhuh/prh/tree/wit_1024 text-image dataset], which is also used in Huh et al.'s paper
As for the convergence of language models, we need both plain texts and aesthetic texts. For simplicity, we reuse this [https://huggingface.co/datasets/minhuh/prh/tree/wit_1024 text-image dataset], which is also used in Huh et al.'s paper, and then add another poem dataset.


=== Plain Text ===
=== Plain Text ===


=== Peoms ===  
=== Peoms ===  
For poems, we use the [https://www.kaggle.com/datasets/michaelarman/poemsdataset/data Poems dataset] from Kaggle, and categorize the poems into 135 types based on their form (haiku, sonnet, etc.).
For poems, we use the [https://www.kaggle.com/datasets/michaelarman/poemsdataset/data Poems dataset] from Kaggle. This dataset contains 6,322 poems in 135 different types in total. We find this dataset ideal for this project because of the following reasons:
 
 
- As the plain-text dataset contains 1,024 entries, it provides enough poems to yield a substantial amount of data.
- It categorizes the poems into 135 types based on their form (haiku, sonnet, etc.), which could facilitate our further studies.


== References ==
== References ==
<references />
<references />

Revision as of 21:32, 27 November 2025

Introduction

Methods

Data

As for the convergence of language models, we need both plain texts and aesthetic texts. For simplicity, we reuse this text-image dataset, which is also used in Huh et al.'s paper, and then add another poem dataset.

Plain Text

Peoms

For poems, we use the Poems dataset from Kaggle. This dataset contains 6,322 poems in 135 different types in total. We find this dataset ideal for this project because of the following reasons:


- As the plain-text dataset contains 1,024 entries, it provides enough poems to yield a substantial amount of data. - It categorizes the poems into 135 types based on their form (haiku, sonnet, etc.), which could facilitate our further studies.

References