mangozz commited on
Commit
99fa8d0
·
verified ·
1 Parent(s): 2f813da

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +245 -0
README.md ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ - en
6
+ base_model: Qwen/Qwen3-VL-8B-Thinking
7
+ tags:
8
+ - ugc-quality
9
+ - social-reasoning
10
+ - social-cot
11
+ - grpo
12
+ - multimodal
13
+ datasets:
14
+ - CASTER-Bench
15
+ pipeline_tag: visual-question-answering
16
+ ---
17
+
18
+ # MEDEA: Multimodal Engagement-Driven Evaluation Architecture
19
+
20
+ MEDEA is a multimodal large language model trained to assess whether User-Generated Content (UGC) achieves positive community resonance. Unlike traditional video quality assessment methods that focus on aesthetic fidelity, MEDEA evaluates content quality through **social-cognitive reasoning** — simulating diverse viewer personas and their empathetic reactions before making a quality judgment.
21
+
22
+ ## Model Description
23
+
24
+ - **Base model**: Qwen3-VL-8B-Thinking
25
+ - **Training**: Supervised Fine-Tuning + Process-Supervised Reinforcement Learning (GRPO with Social Alignment Reward)
26
+ - **Task**: CASTER (Community-Aware Assessment of Social Textual Engagement and Resonance)
27
+ - **Input**: Video frames, cover image, title, tags, category metadata, ASR transcripts
28
+ - **Output**: Social-CoT reasoning paths + binary quality label (High-Quality / Low-Quality)
29
+
30
+ ## Key Features
31
+
32
+ - **Social Chain-of-Thought (Social-CoT)**: Instantiates diverse viewer personas to simulate authentic community reactions before aggregating them into a final quality judgment.
33
+ - **Social Alignment Reward**: RL training ensures generated reasoning paths are grounded in genuine human social cognition rather than generic templates.
34
+ - **Community Perspective-Taking**: The model reasons about *why* content resonates with specific audience segments, providing interpretable and empathetic evaluation traces.
35
+
36
+ ## Performance
37
+
38
+ Results on CASTER-Bench:
39
+
40
+ | | High-Quality F1 | Low-Quality F1 | Macro F1 |
41
+ |---|---|---|---|
42
+ | **MEDEA** | **0.650** | **0.847** | **0.749** |
43
+ | Claude-4.5-opus (Long-CoT) | 0.528 | 0.517 | 0.522 |
44
+ | Qwen3-VL-Plus (Social-CoT) | 0.508 | 0.647 | 0.578 |
45
+ | GPT-5.2 | 0.506 | 0.489 | 0.498 |
46
+
47
+ ## Deployment with vLLM
48
+
49
+ ```bash
50
+ vllm serve your-org/MEDEA \
51
+ --served-model-name "MEDEA" \
52
+ --max-model-len 20480 \
53
+ --tensor-parallel-size 8 \
54
+ --gpu-memory-utilization 0.8 \
55
+ --dtype float16 \
56
+ --port 8006
57
+ ```
58
+
59
+ ## Inference
60
+
61
+ ### Input Format
62
+
63
+ Prepare a JSON file where each sample has `input_text` and `images` fields:
64
+
65
+ ```json
66
+ {
67
+ "input_text": "<任务定义>\n你是一个B站内容分析专家。请综合给定稿件的视觉特征和文本内容,然后根据视频内容推测评论区针对该视频创作质量可能出现的评论(至少15条)及其倾向,最后总结评论区的总倾向并直接输出结果。\n\n### 输入数据\n1. 封面: 稿件的封面图像\n2. 关键帧: 7张视频的关键帧图像\n3. 标题: {title}\n4. 标签: {tag}\n5. ASR: {asr}\n6. 一级分区: {new_tid_name}\n7. 二级分区: {new_sub_tid_name}\n8. 时长: {duration}\n9. 分辨率: {resolution}\n10. 是否竖屏: {vertical}\n\n### 评论区总倾向判断准则\n1. 模拟的评论必须至少有15条,不能重复,并且明确出现在思考过程中\n2. 假设在模拟的评论中,支持类评论共X条,反对类评论共Y条\n3. 计算 Sigma-标准化差额(Skellam z 分数)z = (X - Y) / sqrt(X + Y)\n4. 如果 z ≥ 1.5 则评论区总倾向为\"支持\",否则为\"非明确支持\"\n5. 在输出时,z值必须用boxed{}包裹,例如\"z = boxed{-2}\"\n6. 总结时的支持类评论数和反对类评论数需要和思考过程中模拟的评论数严格匹配,不能随意虚构\n\n<当前任务>\n封面: <image>\n关键帧: <image><image><image><image><image><image><image>\n标题: \"给三角洲一点震撼\"\n标签: \"游戏,射击游戏,三角洲行动\"\nASR: \"\"\n一级分区: \"游戏\"\n二级分区: \"射击游戏\"\n时长: \"28秒\"\n分辨率: \"2160x3840\"\n是否竖屏: \"是\"\n\n请直接输出结果(支持/非明确支持),不要包含任何额外解释。",
68
+ "images": [
69
+ "/path/to/cover.jpg",
70
+ "/path/to/frame_0.jpg",
71
+ "/path/to/frame_1.jpg",
72
+ "/path/to/frame_2.jpg",
73
+ "/path/to/frame_3.jpg",
74
+ "/path/to/frame_4.jpg",
75
+ "/path/to/frame_5.jpg",
76
+ "/path/to/frame_6.jpg"
77
+ ]
78
+ }
79
+ ```
80
+
81
+ Each `<image>` placeholder corresponds to an image path in the `images` list (1 cover + 7 key frames). The `{title}`, `{tag}`, etc. in the task definition are already filled in the `<当前任务>` section.
82
+
83
+ ### Batch Inference Script
84
+
85
+ ```python
86
+ import base64
87
+ import json
88
+ import mimetypes
89
+ from concurrent.futures import ThreadPoolExecutor, as_completed
90
+ from openai import OpenAI
91
+ from tqdm import tqdm
92
+
93
+ client = OpenAI(base_url="http://localhost:8006/v1", api_key="EMPTY")
94
+
95
+ def file_to_data_url(path):
96
+ mime, _ = mimetypes.guess_type(path)
97
+ mime = mime or "image/jpeg"
98
+ with open(path, "rb") as f:
99
+ b64 = base64.b64encode(f.read()).decode()
100
+ return f"data:{mime};base64,{b64}"
101
+
102
+ def build_multimodal_content(text, image_paths):
103
+ parts = text.split("<image>")
104
+ content = []
105
+ for i, seg in enumerate(parts):
106
+ if seg.strip():
107
+ content.append({"type": "text", "text": seg.strip()})
108
+ if i < len(image_paths):
109
+ content.append({"type": "image_url", "image_url": {"url": file_to_data_url(image_paths[i])}})
110
+ return content
111
+
112
+ def infer(sample):
113
+ user_msg = next(m for m in sample["messages"] if m["role"] == "user")
114
+ content = build_multimodal_content(user_msg["content"], sample.get("images", []))
115
+ resp = client.chat.completions.create(
116
+ model="MEDEA",
117
+ messages=[{"role": "user", "content": content}],
118
+ temperature=0.6,
119
+ max_tokens=4096,
120
+ top_p=0.95,
121
+ )
122
+ return resp.choices[0].message.content.strip()
123
+
124
+ # Batch inference
125
+ samples = json.load(open("test_data.json"))
126
+ with ThreadPoolExecutor(max_workers=32) as ex:
127
+ futures = {ex.submit(infer, s): i for i, s in enumerate(samples)}
128
+ for fut in tqdm(as_completed(futures), total=len(samples)):
129
+ i = futures[fut]
130
+ samples[i]["pred"] = fut.result()
131
+
132
+ json.dump(samples, open("results.json", "w"), ensure_ascii=False, indent=2)
133
+ ```
134
+
135
+ ## Output Format
136
+
137
+ The model generates structured Social-CoT reasoning with simulated community reactions, followed by a final quality label:
138
+
139
+ <details>
140
+ <summary>Click to expand full example output</summary>
141
+
142
+ ```
143
+ <think>
144
+ 基于给定稿件信息,该视频属于「游戏」分区下的「射击游戏」类别,标题「给三角洲一点震撼,"真"(大红包)」明确指出视频主题是关于游戏内获得大量稀有物品。视频时长「28秒」,分辨率「2160x3840」,且为「竖屏」拍摄。ASR内容未提供。关键帧和封面清晰展示了视频内容,即通过「手机拍摄显示屏」的方式,呈现了《三角洲行动》游戏中一个「背包」被搜刮后,里面装满了「主战坦克模型、军用信息终端、显卡、医疗机器人、浮力设备、黄金眼玲、实验枪械、名贵怀表、盘缠等」这些稀有的「红色品质」游戏物资,与标题中的"大红包"概念完美契合。
145
+
146
+ 观众在观看这类以游戏稀有物品展示为主题的视频时,通常会关注以下几个方面:首先是内容是否真实,其次是展示的物品稀有度是否足够震撼,再者是对up主运气或实力的评价,最后可能也会关注视频本身的制作质量。
147
+
148
+ 当观众看到「视频标题"真"(大红包)与屏幕上充满红色稀有物品的背包」时,会因其视觉冲击力产生强烈的肯定。
149
+ 【真的特别给力,放心冲[星星眼][星星眼][星星眼]】(支持评论1)
150
+
151
+ 针对「视频中背包被稀有红色物品填满」的景象,观众会将其与标题「大红包」联系起来,表达对内容的认可和赞叹。
152
+ 【牛逼,真红包🧧】(支持评论2)
153
+
154
+ 当观众看到「如此之多的稀有物品汇集一包」时,会由衷地赞叹up主的实力或运气。
155
+ 【我去[星星眼]这么有实力】(支持评论3)
156
+
157
+ 「视频内容直接展现了一背包红色稀有物品的震撼效果」,这足以让多数观众对其稀有度和价值表示肯定。
158
+ 【有点强】(支持评论4)
159
+
160
+ 「视频直接展示了稀有物品的收集结果」,这种直观的震撼力,能轻易引发观众的赞叹。
161
+ 【牛逼】(支持评论5)
162
+
163
+ 「视频展示的『全红』背包内容极其夸张且罕见」,这会让一些观众感到难以置信或惊叹,并用"难绷"来表达这种复杂情绪,但整体倾向是正面的惊讶。
164
+ 【难绷】(支持评论6)
165
+
166
+ 面对「视频中前所未见的『全红』背包」,许多观众会感到极其惊讶,认为这是难以想象的。
167
+ 【我做梦都不敢这么梦。】(支持评论7)
168
+
169
+ 「视频直观地展示了整个背包都是稀有红色物品」,这种极为罕见的场景会让观众印象深刻,并强调其稀有性。
170
+ 【666第一次见全红】(支持评论8)
171
+
172
+ 「视频中满满当当的稀有高价值物品」,能够直接勾起游戏玩家的占有欲和羡慕。
173
+ 【想要。馋】(支持评论9)
174
+
175
+ 「视频中清晰可见的、铺满屏幕的红色物品」,其视觉效果本身就能让观众感到赏心悦目,并肯定其内容的稀有性。
176
+ 【全是红的包就是好看[doge]】(支持评论10)
177
+
178
+ 「视频核心内容是展示一背包红色稀有物品」,这种稀有性与up主的"牛逼"表现结合,让观众发出赞叹。
179
+ 【全红啊nb】(支持评论11)
180
+
181
+ 对于「这类展示罕见"大红包"的视频,且呈现出前所未有的『全红』背包」,观众会认为这极大地体现了up主的运气或实力。
182
+ 【这个大红包全红视频没见过,是新的[doge]真有实力啊】(支持评论12)
183
+
184
+ 「视频中的『全红』背包意味着极高的游戏资产价值」,观众会以夸张的语气来表达其带来的财富感。
185
+ 【全红!!!!!,你直接发家致富了】(支持评论13)
186
+
187
+ 「视频展示的『全红』背包是极其罕见的现象」,许多观众在游戏中可能从未见过类似情况,从而表达出极度的惊讶和难以置信。
188
+ 【这辈子��见过3红,视频里直接一背包红,人看傻了[笑哭]】(支持评论14)
189
+
190
+ 「视频展示的稀有物品和获得方式,体现了up主在游戏中的某种"实力"」,观众会直接对其表现进行肯定。
191
+ 【实力这一块】(支持评论15)
192
+
193
+ 然而,并非所有观众都会对「视频中展示的『大红包』」感到惊讶或支持,有些玩家可能会认为这只是普通操作,不值得大惊小怪。
194
+ 【也就那样吧,我搜一个背包的速度比他快】(反对评论1)
195
+
196
+ 当视频展示了「高价值物品的获取」,可能让一些观众误以为易于复制,从而引发盲目尝试,因此会有观众出于警示目的发出不同意见。
197
+ 【不要学主播猛攻破产了[大哭]】(反对评论2)
198
+
199
+ 面对「视频中过于完美和稀有的『全红』背包」,部分观众可能会出于怀疑,质疑其内容的真实性,认为可能存在作弊行为。
200
+ 【物资透吧】(反对评论3)
201
+
202
+ 尽管视频内容稀有,但其「竖屏且为手机拍摄显示屏」的制作方式,可能会被部分注重视频质量的观众批评。
203
+ 【依旧手机拍显示屏】(反对评论4)
204
+
205
+ 当观众对「视频展示的『全红』背包」不感到稀奇,或者认为其价值被夸大时,会以一种轻描淡写的方式表达反对或不屑。
206
+ 【没心,一般[doge]】(反对评论5)
207
+
208
+ 在模拟的评论中,支持类评论共15条,反对类评论共5条。
209
+ 计算 Sigma-标准化差额(Skellam z 分数)z = (15 - 5) / sqrt(15 + 5) = 10 / sqrt(20) ≈ boxed{2.236}。
210
+ 因 z ≥ 1.5,故整体倾向为支持。
211
+ </think>
212
+
213
+ 支持
214
+ ```
215
+
216
+ </details>
217
+
218
+ The output structure:
219
+ 1. **`<think>...</think>`**: Social-CoT reasoning — content analysis, perspective-taking from diverse viewer personas, simulated supportive/opposing comments
220
+ 2. **Skellam scoring**: Statistical consensus mechanism aggregating support vs. opposition counts
221
+ 3. **Final label**: "支持" (High-Quality) or "反对" (Low-Quality)
222
+
223
+ ## Training Details
224
+
225
+ - **Stage 1 (SFT)**: Trained on 54k Gemini-labeled Social-CoT samples + 3k human-annotated expert data
226
+ - **Stage 2 (RL)**: GRPO with composite reward:
227
+ - Format reward (r_format): Structured output compliance
228
+ - Label reward (r_label): Prediction correctness
229
+ - Diversity reward (r_diversity): Prevents mode collapse in comment generation
230
+ - Social Alignment reward (r_social): Semantic similarity with real user comments via embedding model
231
+
232
+ ## Citation
233
+
234
+ ```bibtex
235
+ @inproceedings{li2026caster,
236
+ title={Community-Aware Assessment of Social Textual Engagement and Resonance: A Human-Centric Perspective on User-Generated Content Evaluation},
237
+ author={Li, Tianjiao and Zhao, Kai and Li, Xiang and Liu, Yang and Sun, Huyang},
238
+ booktitle={Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (ACL)},
239
+ year={2026}
240
+ }
241
+ ```
242
+
243
+ ## License
244
+
245
+ Apache-2.0