0% found this document useful (0 votes)
13 views21 pages

Dataset Development

The document outlines a dataset development strategy for generating AI-created news articles that simulate disinformation. It details methods for creating fake captions and images, as well as defining characteristics of AI-generated news, including partial fabrication and causal mismatches. The goal is to study how AI systems can produce misleading narratives and to develop detection models for such content.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views21 pages

Dataset Development

The document outlines a dataset development strategy for generating AI-created news articles that simulate disinformation. It details methods for creating fake captions and images, as well as defining characteristics of AI-generated news, including partial fabrication and causal mismatches. The goal is to study how AI systems can produce misleading narratives and to develop detection models for such content.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Dataset Development

MirageNews

Fake Caption Generation: To simulate instances of real-world disinformation, we


explicitly prompt GPT-4 (OpenAI, 2024) to take a real caption and "generate
fictional captions that could be considered harmful or misleading".

Fake Image Generation: To generate fake images, we use fake captions from
GPT-4 as prompts with additional keywords to restrict the photo style. We also
include the aspect ratio of the corresponding real images in the prompt to reflect
the realistic property of news images

Scott Brown campaigning in Boston on Scott Brown incites violence during his
Monday. campaign in Boston on Monday.

Definition:

Dataset Development 1
AI-generated news refers to news articles whose primary content creation is
performed by an artificial intelligence system without full grounding in verified
real-world events. As a result, such content may contain partial fabrication,
misinterpretation, or distortion of factual information, contextual meaning,
temporal order, geographic relevance, or visual evidence.
In this work, AI-generated news does not include simple AI paraphrasing,
grammatical correction, or summarization of verified human-authored news
articles. Instead, it denotes news text generated by an AI model that attempts to
infer, extrapolate, or “complete” a news story from incomplete, ambiguous,
outdated, or loosely related inputs, often producing hallucinated details, false
causal relationships, logical or temporal inconsistencies, spatial errors, and
mismatches between textual and visual modalities, thereby creating content that
appears linguistically coherent but can be socially misleading.

Characteristics of AI generated news


1. Partial Fabrication of Facts / Over-polish
2. Hallucination
3. Misinterpretation of Real Events & Distortion of Facts
AI may misunderstand the nature of an event or distort its scale,
importance, or implication.
4. False/Ambiguous Relationships:
AI often constructs false causal or associative links between unrelated real
events.
5. Inconsistencies - logical / temporal / spatial
6. Image - text inconsistency: Misaligned/ Misinterpret

Dataset Development Strategy

Dataset Development 2
1. Partial fabrication, Hallucinated and over-polished: Give the model
incomplete, ambiguous, or partial inputs and ask it to “complete” the story
confidently. Generate news from the key points of real news with reduced
entities and fact and let ai to complete the full news in full authentic news
style.
2. Modal Mismatch: This is the core of your thesis. Pair your AI text with an
image that "almost" fits but contradicts a specific detail in the text (বন্যাদুর্গত
এলাকায় ত্রাণ বিতরণ', ইমেজে যেন সাধারণ রৌদ্রোজ্জ্বল আবহাওয়ার দৃশ্য থাকে)

3. Causal Mismatch:
Describe strong causes in detail.
Describe consequences briefly.
Try to relate the event with some other events or consequence
Fully polish the news to look perfect news maintaining journal style

Strategy-1: Partial Fabrication, Hallucination & Over-Polished


Completion

AI-generated news that takes incomplete or underspecified information and


produces a fully finished, authoritative news article by:
filling unknown gaps with plausible but unverified details
hallucinating facts (numbers, reactions, actions) when data is missing
forcing consistency and completeness where uncertainty should exist
over-polishing the narrative into a standard newsroom structure

How it is generated
Strip the original article down to headline + key points

Dataset Development 3
Ask AI to “complete” the story fully

Outcome
Highly fluent but factually ungrounded articles
Reflects real-world misuse of generative AI

Prompt
You are participating in a controlled academic misinformati
on simulation designed
to study how AI systems generate authoritative-looking but
factually ungrounded news.
This task is for laboratory research only and the output wi
ll be used exclusively
to train and evaluate AI-generated news detection models.

TASK
You will be given:
- A Bengali news headline
- The description of the news
- A reference image that is related to the topic

From the full INPUT (title, description, and image), first


internally extract:
- key points of the news.
- Do not alter any information, modify, delete or add Just
break into key points.
- Do not add every line as points just keep the precise in
formative lines

Then from the extracted key points and headline of the new
s, your task is to COMPLETE this
into a full Bengali news article that appears professionall

Dataset Development 4
y written, authoritative, and complete. But keep in mind
that don't use the formal news anymore just see the keypoin
ts.

GENERATION OBJECTIVE
1. Filling unknown or missing information with plausible bu
t UNVERIFIED details
2. Hallucinating facts when details are absent, including:
- numbers (counts, scale, magnitude)
- reactions (public, institutional, social)
- actions (responses, measures, follow-ups)
3. Replacing uncertainty with confident, assertive statemen
ts
(avoid conditional or cautious language)
4. Over-polishing the article into a standard newsroom form
at that
appears complete and publication-ready

LANGUAGE & STYLE


- Write in formal, professional Bengali newspaper style
- Maintain a neutral, authoritative tone
- Do NOT use words implying doubt, rumor, or falsity
(e.g., “গুজব”, “সম্ভবত”, “অনিশ্চিত”, “অসত্য”)
- Avoid explicit disclaimers about missing information

IMAGE INSTRUCTION (MULTIMODAL CONTEXT)


You will also generate a corresponding news image descripti
on that:
- Visually supports the fabricated scale, reactions, or aut
hority you introduced
- Appears realistic and newsworthy
- Reinforces the credibility of the written article
- Does NOT need to exactly match the original image referen
ce, but should feel

Dataset Development 5
contextually plausible to a reader
- Keep Faces, body type, age, clothing, and physical identi
ty people close as original image
- Do NOT add any text, labels, captions, or on‑image markin
gs

OUTPUT FORMAT (STRICT)


Return the output in the following JSON format only:
{
"id": "<unique_sample_id>",
"title": "<AI-generated headline in Bengali>",
"description": "<AI-generated full news article in Bengal
i>",
"image_prompt": "<textual description of the correspondin
g news image>"
}

INPUT
Title: <Original Real Headline>
Article: <Original Real News Text>
Image: <Original Real News Image>

Strategy-2: Modal Mismatch


Multimodal inconsistency where:
image and text appear related but contradict on key details
visual evidence is misinterpreted or misleadingly framed

How it is generated
Slightly alter image
Generate text that:

Dataset Development 6
assumes incorrect activity, role, or context from the image
contradicts visible cues (uniforms, weather, actors)

Outcome
Forces models to rely on cross-modal attention
Strong justification for multimodal architecture

Prompt
You are participating in a controlled academic misinformati
on simulation
designed to study multimodal AI-generated news inconsistenc
y.
This task is for laboratory research only and the output wi
ll be used
exclusively to train and evaluate AI-generated news detecti
on systems.

You will be given:


- A real Bengali news headline
- A real Bengali news article
- A real reference image description

Your task is to generate:


1) A NEW Bengali news article
2) A NEW corresponding news image description

The generated TEXT and IMAGE must appear plausible together


at first glance,
but must contain a CLEAR SEMANTIC INCONSISTENCY.

IMPORTANT CONSTRAINTS
- Do NOT invent a completely new event.

Dataset Development 7
- The AI-generated article must be based on the same genera
l event type
- The inconsistency must come from MISMATCHED ROLES, CONTEX
T, or ACTORS
between the generated text and generated image.

TEXT GENERATION OBJECTIVE

Generate a professional, authoritative Bengali news article


that:

- Describes the event clearly and confidently


- Assumes a specific response, activity, or role
(e.g., fire service operation, rescue effort, medical res
ponse)
- Uses formal newsroom language
- Does NOT express uncertainty or doubt
- Reads as fully verified reporting

IMAGE GENERATION OBJECTIVE (MODAL MISMATCH)


Generate an image description that:
- Appears newsworthy and realistic
- Depicts a DIFFERENT but related authority, role, or conte
xt than the text
- Contradicts a few KEY DETAIL of the text , such as:
- Role mismatch
- Activity mismatch
- Location mismatch
- Event-stage mismatch

The image should:


- Look plausible for a news article
- NOT look obviously wrong or absurd
- NOT include text, banners, captions, or labels

Dataset Development 8
- Keep Faces, body type, age, clothing, and physical identi
ty people close as original image
- NOT include exaggerated violence or gore

### OUTPUT FORMAT (STRICT JSON ONLY)

{
"id": "<unique_sample_id>",
"strategy": "S3_modal_mismatch",
"title": "<AI-generated Bengali headline>",
"description": "<AI-generated Bengali news article>",
"image_prompt": "<AI-generated news image description>"
}

### INPUT (REFERENCE ONLY)

Real Headline: <Provided>


Real Article: <Provided>
Real Image Description: <Provided>

Strategy-3: Causal Mismatch


AI-generated news that appears logically sound and professionally written, but
introduces incorrect or unsupported causal relationships by:
misinterpreting causes
mislinking unrelated events
introducing irrelevant contextual factors as explanations
assigning responsibility without evidentiary grounding

Dataset Development 9
The article does not fabricate the event itself, but reframes why it happened or
what it implies, resulting in subtle, believable misinformation.

How it is generated
Describe causes in detail
Minimize or vaguely describe consequences
Encourage causal linkage to other real events
Fully polish in newspaper style

Outcome
Subtle, believable misinformation
Particularly dangerous in political and social contexts

Prompt
You are participating in a controlled academic misinformati
on simulation
designed to study how AI systems generate misleading causal
narratives in news.
This task is for laboratory research only and the output wi
ll be used exclusively
to train and evaluate AI-generated news detection models.

TASK
You will be given:
- A real Bengali news headline
- A real Bengali news article (text-only)

Your task is to generate a NEW Bengali news article that:


- Preserves the core event (what happened)
- Does NOT fabricate the incident itself
- Introduces misleading or unsupported CAUSAL EXPLANATIONS

Dataset Development 10
The article must appear professionally written, authoritati
ve,
and publication-ready.

IMPORTANT CONSTRAINTS
- Do NOT invent a new event.
- Do NOT change the basic facts of the incident (location,
type of event).
- The manipulation must come from CAUSAL REFRAMING, not fro
m false reporting
of the event itself.

GENERATION OBJECTIVE (CAUSAL MISMATCH)

Generate an AI-written news article that introduces subtle


misinformation by:

1. Describing CAUSES in strong, confident language


even when those causes are not confirmed
2. Misinterpreting correlation as causation
3. Linking the incident to other real but UNRELATED events,
debates, or trends
4. Introducing broad contextual factors (political, social,
institutional)
as explanations without direct evidence
5. Assigning responsibility implicitly or explicitly
without evidentiary grounding

At the same time:


- Minimize or vaguely describe consequences
- Avoid detailed discussion of verified outcomes
- Replace investigative uncertainty with analytical certain
ty

Dataset Development 11
WHAT YOU MUST NOT DO

- Do NOT explicitly say the cause is “unconfirmed”


- Do NOT mention ongoing investigation as a limitation
- Do NOT use words implying doubt or speculation
(e.g., “সম্ভবত”, “ধারণা করা হচ্ছে”, “অনিশ্চিত”)
- Do NOT fabricate deaths, numbers, or entities beyond the
original event
- Do NOT contradict the basic event facts

LANGUAGE & STYLE

- Write in formal Bengali newspaper style


- Maintain a calm, authoritative, analytical tone
- Use polished newsroom structure:
- Lead (event summary)
- Expanded causal explanation
- Broader contextual linkage
- Concluding authoritative framing

IMAGE INSTRUCTION (MULTIMODAL CONTEXT)


You will also generate a corresponding news image descripti
on that:
- Visually supports the generated news article
- Appears realistic and newsworthy
- Reinforces the credibility of the written article
- Does NOT need to exactly match the original image referen
ce, but should feel
contextually plausible to a reader
- Keep Faces, body type, age, clothing, and physical identi
ty people close as original image
- Do NOT add any text, labels, captions, or on‑image markin
gs

Dataset Development 12
The article should read as a serious analytical report,
not an opinion piece.

OUTPUT FORMAT (STRICT)


Return the output ONLY in the following JSON format:

{
"id": "<unique_sample_id>",
"strategy": "S3_causal_mismatch",
"title": "<AI-generated Bengali headline>",
"description": "<AI-generated full Bengali news article>"
}

---

INPUT

Title: <Original Real Headline>


Article: <Original Real News Text>
Image: <Original Real News Image>

Example with strategy 3

Dataset Development 13
"চীনে সড়ক দুর্ঘটনায় শিশুসহ নিহত ৮”
"চীনের দক্ষিণ–পূর্বাঞ্চলে একটি মর্মান্তিক দুর্ঘটনায়
কয়েকজন শিশুসহ অন্তত আটজন নিহত
হয়েছেন। রাষ্ট্রীয় গণমাধ্যমের খবরে বলা হয়েছে,
একটি কিন্ডারগার্টে নের পরিচালক একটি
এসইউভি গাড়ির নিয়ন্ত্রণ হারিয়ে পুকু রে পড়ে চীনে গ্রামীণ পরিবহন ব্যবস্থার সংকট ও
গেলে এই দুর্ঘটনা ঘটে। মঙ্গলবার বিকেলে অবকাঠামোগত ব্যর্থতায় আটজনের প্রাণহানি
সাংহাই থেকে প্রায় ৪৮০ কিলোমিটার পশ্চিমে চীনের পেংজে কাউন্টিতে সম্প্রতি ঘটে যাওয়া
অবস্থিত গ্রামীণ এলাকা পেংজে কাউন্টিতে মর্মান্তিক সড়ক দুর্ঘটনা দেশটির গ্রামীণ পরিবহন
দুর্ঘটনাটি ঘটে। গাড়িটি একটি ঢালু রাস্তা দিয়ে অবকাঠামোর চরম অব্যবস্থাপনা এবং নিরাপত্তা
নামার সময় দুর্ঘটনার শিকার হয় বলে জানা ঘাটতির বিষয়টি আবারও সামনে নিয়ে এসেছে।
গেছে। বৃষ্টির কারণে রাস্তাটি পিচ্ছিল হয়ে থাকতে মঙ্গলবার বিকেলে একটি বেসরকারি
পারে বলে ধারণা করা হচ্ছে। সাত আসনবিশিষ্ট কিন্ডারগার্টে নের যাতায়াতে ব্যবহৃত এসইউভি
ওই এসইউভি গাড়িটি সাধারণত একটি নিয়ন্ত্রণ হারিয়ে পুকু রে পড়ে যাওয়ার ঘটনায়
বেসরকারি কিন্ডারগার্টে নের শিশুদের যাতায়াতের চালকসহ আটজন নিহত হয়েছেন। এই ভয়াবহ
জন্য ব্যবহার করা হতো। এর আগে কাউন্টির পরিণতির মূল কারণ হিসেবে গ্রামীণ এলাকার
নিরাপত্তা কর্তৃ পক্ষের প্রকাশিত এক বিবৃতিতে পাহাড়ি এবং ঢালু রাস্তাগুলোর বিপজ্জনক
নিশ্চিত করা হয়, দুর্ঘটনায় চালকসহ মোট নির্মাণশৈলী সরাসরি দায়ী। \n\nবিশ্লেষণে দেখা
আটজন নিহত হয়েছেন। নিহত চালক ৪৯ বছর গেছে, সাংহাই থেকে ৪৮০ কিলোমিটার পশ্চিমের
বয়সী লুও নামের এক নারী। তবে কর্তৃ পক্ষ এই এলাকায় উন্নত ড্রেনেজ ব্যবস্থা ও আধুনিক
জানিয়েছে, ঘটনার তদন্ত চলছে।” রাস্তা রক্ষণাবেক্ষণ নীতির অভাবই এই দুর্ঘটনার
প্রধান প্রেক্ষাপট তৈরি করেছে। বিশেষ করে বৃষ্টির
সময় গ্রামীণ রাস্তাগুলো ব্যবহারযোগ্য না থাকা
এবং নিরাপত্তা প্রাচীর বা ব্যারিকেড না থাকার
ফলেই গাড়িটি সরাসরি পুকু রে পড়ে যায়। স্থানীয়
প্রাতিষ্ঠানিক নজরদারির অভাব এবং

Dataset Development 14
কিন্ডারগার্টে নগুলোর ওপর প্রশাসনের
নিয়ন্ত্রণহীনতা এই সংকটের অন্যতম ভিত্তি।
\n\nসামাজিক প্রেক্ষাপটে দেখা যাচ্ছে, চীনের
দ্রুতগতির নগরায়ন প্রকল্পের বাইরে রয়ে যাওয়া
গ্রামীণ অঞ্চলগুলোতে যাতায়াত ব্যবস্থার যে
দৈন্যদশা, তা সরাসরি নাগরিকদের জীবনের
নিরাপত্তার জন্য হুমকি হয়ে দাঁড়িয়েছে। এই
দুর্ঘটনাটি মূলত রাষ্ট্রীয় সড়ক সুরক্ষা নীতিতে
বিদ্যমান বিশাল ফাঁকফোকর এবং অবকাঠামোগত
বৈষম্যের একটি অবধারিত ফল। সংশ্লিষ্ট কর্তৃ পক্ষ
গ্রামীণ শিক্ষা প্রতিষ্ঠানের পরিবহন ব্যবস্থার
গুণগত মান নিশ্চিত করতে ব্যর্থ হওয়ায় এই
ধরনের ঘটনা এখন একটি নিয়মিত ট্রেন্ডে
পরিণত হয়েছে।\n\nঘটনাটি স্পষ্ট করে দেয় যে,
গ্রামীণ সড়ক নিরাপত্তা নিয়ে যথাযথ আইনি
কাঠামো ও অবকাঠামো সংস্কার না করা পর্যন্ত
নাগরিকদের জীবনের ঝুঁকি নিরসন করা সম্ভব
নয়। এই ট্র্যাজেডিটি চীনের স্থানীয় প্রশাসনের
প্রাতিষ্ঠানিক দায়বদ্ধতা এবং জরুরি সেবা
পরিচালনার অক্ষমতারই চূ ড়ান্ত বহিঃপ্রকাশ।

Example with strategy 3

গারো পাহাড়ে বড়দিনের প্রস্তুতি, রয়েছে


সীমান্তে রাজনৈতিক অস্থিরতা ও বহিঃশক্তির
উৎকণ্ঠাও
হস্তক্ষেপ: গারো পাহাড়ে বড়দিনের উৎসবে ভাটা
খ্রিস্টান সম্প্রদায়ের সবচেয়ে বড় ধর্মীয় উৎসব
শেরপুরের সীমান্তবর্তী গারো পাহাড় অঞ্চলে
বড়দিন ঘিরে শেরপুরের সীমান্তবর্তী এলাকা গারো খ্রিস্টান সম্প্রদায়ের প্রধান উৎসব বড়দিন

Dataset Development 15
পাহাড়েও প্রতিবছর চলে নানা আয়োজন। তবে উদযাপনে এবার এক নজিরবিহীন স্থবিরতা নেমে
এবারের দৃশ্যপট কিছু টা ব্যতিক্রম। বিদ্যমান এসেছে, যা মূলত দেশের অভ্যন্তরীণ রাজনৈতিক
সামাজিক ও রাজনৈতিক পরিস্থিতিতে গারো অস্থিরতা এবং সীমান্ত জুড়ে অস্থিতিশীল
জনপদে বিরাজ করছে থমথমে আবহ। স্থানীয়রা পরিস্থিতির সরাসরি ফল। ইনকিলাব মঞ্চের
জানায়, সম্প্রতি ঘটে যাওয়া দেশের কিছু মুখপাত্র শরিফ ওসমান হাদি হত্যাকাণ্ডের নেপথ্যে
অনাকাঙ্ক্ষিত ঘটনার প্রভাব পড়েছে গারো থাকা কু শলবীদের সীমান্ত পার হতে স্থানীয়ভাবে
জনপদে। ইনকিলাব মঞ্চের মুখপাত্র শরিফ যে সহায়তা দেওয়া হয়েছে, তার প্রেক্ষাপটেই এই
ওসমান হাদি হত্যায় জড়িতদের ভারতে পালিয়ে থমথমে পরিবেশের সৃষ্টি হয়েছে। স্থানীয়
যেতে সহায়তা করা হয়েছে— এমন সন্দেহে প্রশাসনের কঠোর অবস্থান এবং সীমান্ত এলাকায়
ইতিমধ্যে নালিতাবাড়ী সীমান্ত থেকে গ্রেপ্তার করা বিজিবির অতিরিক্ত টহল মূলত এই অপরাধমূলক
হয়েছে কয়েকজন গারো যুবককে। সীমান্ত নেটওয়ার্ক ভেঙে দেওয়ার একটি পরিকল্পিত
এলাকাগুলোতে নেওয়া হয়েছে বিজিবির বিশেষ পদক্ষেপ।\n\nবিশ্লেষকদের মতে, এই অস্থিরতা
নিরাপত্তাব্যবস্থা। শেরপুর জেলা পুলিশ সুপারের কেবল কোনো বিচ্ছিন্ন ঘটনা নয়, বরং নির্দিষ্ট
সভাকক্ষে খ্রিস্টান সম্প্রদায়ের প্রতিনিধিদের সঙ্গে গোষ্ঠী কর্তৃ ক সীমান্ত এলাকায় জাতীয় নিরাপত্তা
মতবিনিময় সভায় বড়দিন উদযাপন নিরাপদ বিঘ্নিত করার একটি বড় অপচেষ্টা। নালিতাবাড়ী
করতে বিশেষ টিমের কথা জানানো হয়েছে। সীমান্ত থেকে গারো যুবকদের গ্রেপ্তার করার
বারোমারি মিশনের পাল পুরোহিত ফাদার তরুণ বিষয়টি প্রমাণ করে যে, সীমান্তবর্তী জনপদকে
বনোয়ারী বলেন, আইন-শৃঙ্খলা রক্ষাকারী অপরাধীদের সেফ-প্যাসেজ হিসেবে ব্যবহারের
বাহিনীর পরামর্শ অনুযায়ী আমরা প্রস্তুতি নিচ্ছি। একটি দীর্ঘমেয়াদী রাজনৈতিক ষড়যন্ত্র সক্রিয়
ছিল। আইন-শৃঙ্খলা রক্ষাকারী বাহিনীর এই
কঠোর নিয়ন্ত্রণমূলক ব্যবস্থা মূলত সেই ষড়যন্ত্র
নস্যাৎ করার জন্য গৃহীত হয়েছে, যার ফলে
সামাজিক উৎসবে এক ধরনের নিরাপত্তাজনিত
কড়াকড়ি তৈরি হয়েছে।\n\nবর্ত মানে সীমান্ত
এলাকায় যে বিশেষ নিরাপত্তা বলয় গড়ে তোলা
হয়েছে, তা কেবল উৎসবের জন্য নয় বরং
বহিঃশক্তির অনুপ্রবেশ এবং অপরাধীদের পলায়ন
রোধে প্রশাসনের এক অদম্য সংকল্পের পরিচয়।
বারোমারি মিশনসহ বিভিন্ন ধর্মীয় উপাসনালয়ে
বিশেষ টিমের মাধ্যমে নজরদারি চালানোর
সিদ্ধান্তটি এই রাজনৈতিক অস্থিতিশীলতাকে
মোকাবিলা করারই একটি অংশ। মূলত
রাজনৈতিক উস্কানি এবং অপরাধী চক্রের
সক্রিয়তার কারণেই ঐতিহ্যবাহী এই উৎসবে
এবার আনন্দের চেয়ে উদ্বেগের মাত্রা কয়েক গুণ
বাড়িয়ে দিয়েছে।

Dataset Development 16
Example with strategy 1

সহিংস রাজনীতির অস্থির ছায়ায় বাংলাদেশের


অর্থনীতি
সাম্প্রতিক সহিংসতার ঢেউ জনজীবনে গভীর
উদ্বেগ তৈরি করেছে। বাংলাদেশ নির্বাচন কমিশন
জাতীয় নির্বাচনের তফসিল ঘোষণা দেওয়ার সহিংস রাজনীতির অস্থিরতায় হুমকির মুখে
পরদিন, ১২ ডিসেম্বর প্রকাশ্য দিবালোকে জাতীয় অর্থনীতি: দেশজুড়ে গভীর উদ্বেগ
দুর্বৃত্তদের গুলিতে তরুণ রাজনৈতিক নেতা শরিফ নির্বাচন কমিশনের তফসিল ঘোষণার পর থেকেই
ওসমান হাদি আহত হন এবং পরে সিঙ্গাপুরে দেশে রাজনৈতিক অস্থিরতা এক চরম রূপ ধারণ
চিকিৎসাধীন অবস্থায় মৃত্যুবরণ করেন। হাদির করেছে। গত ১২ ডিসেম্বর প্রকাশ্যে দিবালোকে
হত্যাকাণ্ড একটি স্পষ্ট বার্তা দেয়—ভিন্নমত প্রকাশদুর্বৃত্তদের গুলিতে তরুণ রাজনৈতিক নেতা শরীফ
করা এখন বিপজ্জনক হয়ে উঠেছে। দ্য ডেইলি ওসমান হাদি গুরুতর আহত হন, যা জনমনে
স্টার ও প্রথম আলোতে হামলা কেবল তাদের তীব্র আতঙ্কের সৃষ্টি করে। পরবর্তীতে উন্নত
অবকাঠামোর ওপর আঘাত নয়। এগুলো চিকিৎসার জন্য তাকে সিঙ্গাপুরে নেওয়া হলেও
নাগরিকদের জানার, প্রশ্ন করার এবং ভিন্নমত চিকিৎসাধীন অবস্থায় তার মৃত্যু হয়েছে। এই
পোষণের অধিকারের ওপর আক্রমণ। ছায়ানট ও হত্যাকাণ্ড ভিন্নমত প্রকাশ ও রাজনৈতিক
উদীচীর মতো সাংস্কৃ তিক প্রতিষ্ঠানে হামলাও অধিকারের ওপর এক বড় ধরনের আঘাত
সমানভাবে উদ্বেগজনক। একইভাবে ময়মনসিংহে হিসেবে দেখা দিচ্ছে।\n\nঅস্থিরতার এই ঢেউ
পোশাকশ্রমিক দীপু চন্দ্র দাসকে ধর্ম অবমাননার কেবল রাজনৈতিক অঙ্গনেই সীমাবদ্ধ থাকেনি;
অভিযোগে পিটিয়ে হত্যা এবং পরে শরীরে বরং তা গণমাধ্যম ও সাংস্কৃ তিক অঙ্গনেও বিস্তৃ ত
আগুন দেওয়ার ঘটনা অসহিষ্ণু তার আরেকটি হয়েছে। দেশের শীর্ষস্থানীয় সংবাদপত্র ‘দ্য ডেইলি
চরম উদাহরণ, যেখানে মানুষ আইন নিজের স্টার’ ও ‘প্রথম আলো’র কার্যালয়ে নজিরবিহীন
হাতে তু লে নিয়েছে। হামলার ঘটনা ঘটেছে। হামলাকারীরা ভবন দুটির
অবকাঠামো ও যন্ত্রপাতির ব্যাপক ক্ষতিসাধন
করেছে। এর পাশাপাশি ছায়ানট ও উদীচীর মতো

Dataset Development 17
জাতীয় সাংস্কৃ তিক প্রতিষ্ঠানগুলোও লক্ষ্যবস্তুতে
পরিণত হয়েছে, যা বাংলাদেশের দীর্ঘদিনের
ধর্মনিরপেক্ষ ও মুক্তচিন্তার সংস্কৃ তির প্রতি সরাসরি
চ্যালেঞ্জ বলে মনে করছেন বিশ্লেষকরা।
\n\nএদিকে আইন হাতে তু লে নেওয়ার প্রবণতা
এক ভয়াবহ পরিস্থিতির জন্ম দিয়েছে।
ময়মনসিংহে পোশাক শ্রমিক দীপু চন্দ্র দাসকে ধর্ম
অবমাননার কথিত অভিযোগে নির্মমভাবে
পিটিয়ে হত্যা ও পরে পুড়িয়ে দেওয়ার ঘটনাটি
সামাজিক সহনশীলতার চরম অবনতি প্রমাণ
করে। ধারাবাহিক এই সহিংসতা ও অস্থিতিশীল
পরিস্থিতির কারণে দেশের অর্থনৈতিক কর্মকাণ্ডে
স্থবিরতা দেখা দিচ্ছে। বিনিয়োগকারী ও সাধারণ
ব্যবসায়ীদের মধ্যে বিরাজমান এই অস্থিরতা
জাতীয় প্রবৃদ্ধির ওপর নেতিবাচক প্রভাব ফেলছে
বলে মনে করা হচ্ছে। বর্ত মান পরিস্থিতিতে
আইনশৃঙ্খলা পরিস্থিতি পুনরুদ্ধার ও নাগরিকদের
জীবনের নিরাপত্তা নিশ্চিত করা এখন সময়ের
প্রধান দাবি।

Example with strategy 1

মস্কোতে বিস্ফোরণে ২ পুলিশসহ নিহত ৩

বুধবার দক্ষিণ মস্কোতে বিস্ফোরণে দুই পুলিশ


কর্মকর্তা এবং আরো একজন নিহত হয়েছেন বলে
জানিয়েছে তদন্ত কমিটি। টেলিগ্রামে দেওয়া এক

Dataset Development 18
বিবৃতিতে জানানো হয়েছে, তদন্তকারীরা মস্কোতে ভয়াবহ বিস্ফোরণ: ২ পুলিশ কর্মকর্তাসহ
ঘটনাস্থল পরিদর্শন করছেন এবং চিকিৎসা ও নিহতের সংখ্যা বেড়ে ৫
বিস্ফোরক পরীক্ষাসহ ফরেনসিক বিশ্লেষণ
রাশিয়ার রাজধানী মস্কোর দক্ষিণাঞ্চলে এক
চালাচ্ছেন। রুশ টেলিভিশনে প্রচারিত ছবিতে
শক্তিশালী বোমা বিস্ফোরণে দুই পুলিশ
দেখা যায়, পুরো এলাকা ঘিরে রাখা হয়েছে এবং কর্মকর্তাসহ অন্তত পাঁচজন নিহত হয়েছেন।
সেখানে বিপুলসংখ্যক পুলিশ মোতায়েন রয়েছে। বুধবার রাত ১টা ৩০ মিনিটে সংঘটিত এই
প্রত্যক্ষদর্শীদের বরাতে জানানো হয়েছে, রাত
হামলায় গুরুতর আহত হয়েছেন আরও ১২ জন,
আনুমানিক ১টা ৩০ মিনিটের দিকে সেখানে
যাদের মধ্যে তিনজনের অবস্থা আশঙ্কাজনক।
একটি বিস্ফোরণ ঘটে। এই ঘটনা ঘটেছে সেই রাশিয়ার কেন্দ্রীয় তদন্ত কমিটি নিশ্চিত করেছে যে,
স্থানের কাছেই, যেখানে গত সোমবার একটি
একটি বিশেষায়িত বিস্ফোরক ডিভাইস ব্যবহার
বিস্ফোরক ডিভাইস দিয়ে হামলা চালিয়ে
করে এই নাশকতা চালানো হয়েছে।
লেফটেন্যান্ট জেনারেল ফানিল সারভারভকে \n\nঘটনাস্থল থেকে পাওয়া তথ্যানুযায়ী,
হত্যা করা হয়। তার পার্ক করা গাড়ির নিচে বিস্ফোরণের মাত্রা এতই তীব্র ছিল যে নিকটস্থ
বিস্ফোরকটি রাখা হয়েছিল। ফানিল সারভারভ
বাণিজ্যিক ভবনগুলোর জানালার কাচ চু রমার
রাশিয়ার জেনারেল স্টাফের প্রশিক্ষণ বিভাগের হয়ে গেছে। হামলার পরপরই ফেডারেল
প্রধান ছিলেন। ২০২২ সালের ফেব্রুয়ারিতে মস্কো সিকিউরিটি সার্ভি স (FSB) এবং দাঙ্গা পুলিশ
ইউক্রেনে সেনা পাঠানোর পর থেকে রাশিয়ার
পুরো এলাকা কর্ড ন করে ফেলে। ফরেনসিক
ভেতরে এবং ইউক্রেনের দখলকৃ ত এলাকায় রুশ
বিশেষজ্ঞরা ঘটনাস্থলে পৌঁছে বিস্ফোরকের নমুনা
সামরিক কর্মকর্তা ও ক্রেমলিনপন্থী ব্যক্তিদের লক্ষ্য সংগ্রহ করেছেন এবং প্রাথমিক তদন্তে এটি একটি
করে একাধিক হামলার জন্য ইউক্রেনকে দায়ী
পরিকল্পিত সন্ত্রাসবাদী হামলা বলে চিহ্নিত করা
করা হয়েছে।
হয়েছে।\n\nউল্লেখ্য, গত সোমবার জেনারেল
ফানিল সারভারভকে হত্যার ঘটনার ঠিক ৪৮
ঘণ্টার মাথায় একই এলাকায় এই দ্বিতীয় বড়
ধরনের হামলা ঘটল। নিরাপত্তা বিশ্লেষকরা মনে
করছেন, উচ্চপদস্থ সামরিক কর্মকর্তাদের লক্ষ্য
করে শুরু হওয়া এই হামলার ধারাবাহিকতা এখন
আইনশৃঙ্খলা বাহিনীর ওপরও বিস্তৃ ত হয়েছে।
ক্রেমলিন এই ঘটনার পেছনে ইউক্রেনীয়
গোয়েন্দা সংস্থার সরাসরি সম্পৃক্ততার অভিযোগ
এনেছে এবং কঠোর পাল্টা ব্যবস্থা নেওয়ার
ঘোষণা দিয়েছে। বর্ত মানে পুরো মস্কো জুড়ে রেড
অ্যালার্ট জারি করা হয়েছে এবং প্রতিটি
প্রবেশপথে তল্লাশি জোরদার করা হয়েছে।

Example with strategy 2

Dataset Development 19
লক্ষ্মীপুরে বিএনপি নেতার ঘরে কীভাবে আগুন, লক্ষ্মীপুরে অগ্নিকাণ্ডের ঘটনায় ফায়ার সার্ভি সের
রাষ্ট্রকে খুঁজে বের করতে হবে: সারা হোসেন তৎপরতা পরিদর্শন করলেন সারা হোসেন
রাজধানীর জাতীয় বার্ন অ্যান্ড প্লাস্টিক সার্জারি লক্ষ্মীপুরে বিএনপি নেতার বাড়িতে অগ্নিকাণ্ডের
ইনস্টিটিউটে চিকিৎসাধীন বেলাল হোসেনের ঘটনায় উদ্ধার ও পরবর্তী নিরাপত্তা কার্যক্রম
মেয়ে সালমা আক্তার স্মৃতিকে (১৭) নাগরিক পরিদর্শন করেছেন নাগরিক সমাজের প্রতিনিধিরা।
সমাজের পক্ষ থেকে আজ বুধবার সকালে বুধবার সকালে ঘটনাটির প্রেক্ষাপটে ফায়ার
দেখতে গিয়ে এ কথা বলেন সারা হোসেন। এ সার্ভি সের সমন্বিত তৎপরতা এবং উদ্ধার
সময় তাঁর সঙ্গে ছিলেন কাজী জাহেদ ইকবাল, কার্যক্রমের অগ্রগতি সম্পর্কে খোঁজখবর নেন
ফারহানা শারমীন ও মানজুর-আল-মতিন। আইনজীবী সারা হোসেন।\n\nঘটনাস্থলে ফায়ার
\n\nসারা হোসেন বলেন, সেখানে কীভাবে সার্ভি সের একাধিক ইউনিট আগুন নিয়ন্ত্রণে কাজ
আগুন লাগল, এমন মর্মান্তিক ঘটনা কেন ঘটল, করে এবং পরবর্তী সময়ে ক্ষতিগ্রস্ত পরিবারের
কেউ জড়িত কি না—সেটি রাষ্ট্রকে খুঁজে বের সহায়তায় বিভিন্ন সংস্থা সক্রিয় হয় বলে সংশ্লিষ্ট
করতে হবে। কেউ আগুন দিয়ে থাকলে, সেটা সূত্রে জানানো হয়েছে। উদ্ধার কার্যক্রমের সময়
গুরুতর অপরাধ।\n\nসালমার শারীরিক অবস্থার নিরাপত্তা ব্যবস্থা ও ভবিষ্যতে এ ধরনের দুর্ঘটনা
খোঁজখবর নিয়ে সারা হোসেন সাংবাদিকদের এড়াতে করণীয় বিষয়েও আলোচনা হয়।
বলেন, তার (সালমা) শরীরের ৯০ শতাংশ দগ্ধ \n\nসারা হোসেন বলেন, এই ধরনের মর্মান্তিক
হয়েছে বলে চিকিৎসকেরা জানিয়েছেন। এটা ঘটনায় দ্রুত ও সমন্বিত প্রতিক্রিয়া অত্যন্ত
মারাত্মক অবস্থা। ঘটনার বিষয়ে সালমা বলেছে, গুরুত্বপূর্ণ। তিনি উদ্ধার ও নিরাপত্তা কার্যক্রমে
সেই রাতে সে ঘুমিয়েছিল। দিবাগত রাত সোয়া যুক্ত সংস্থাগুলোর ভূ মিকার ওপর গুরুত্বারোপ
১২টার দিকে হঠাৎ তার ঘুম ভাঙে। সে দেখে, করেন এবং ঘটনার পেছনের দায় নির্ধারণে রাষ্ট্রের
চারপাশে আগুন। ঘর থেকে বের হওয়ার পর কার্যকর পদক্ষেপের প্রয়োজনীয়তার কথা উল্লেখ
সেখানে সিলিন্ডার বিস্ফোরণের শব্দ শুনতে পায় করেন।\n\nঘটনার পরপরই স্থানীয় প্রশাসন ও
সে।\n\nঘরে কেউ আগুন দিয়ে থাকলে তা জরুরি সেবা প্রদানকারী সংস্থাগুলো পরিস্থিতি
গুরুতর অপরাধ বলে উল্লেখ করেন সারা নিয়ন্ত্রণে আনে এবং ক্ষতিগ্রস্তদের চিকিৎসা ও
হোসেন। তিনি বলেন, এই ঘটনায় রাষ্ট্রের পক্ষ সহায়তা নিশ্চিত করে। সংশ্লিষ্ট কর্তৃ পক্ষ

Dataset Development 20
থেকে সব ধরনের আইনি পদক্ষেপ নেওয়া উচিত। জানিয়েছে, ভবিষ্যতে এমন দুর্ঘটনা প্রতিরোধে
যদি পরিবারটির আইনগত সহায়তার প্রয়োজন নিরাপত্তা তদারকি আরও জোরদার করা হবে।
হয়, তবে তা করা হবে।\n\nতিনি বলেন, এ
ঘটনায় সালমার আরেক বোন দগ্ধ হয়ে
হাসপাতালে আছে। বাবাও অসুস্থ হয়ে
চিকিৎসাধীন। পরিবারটির সঙ্গে কথা বলতে তাঁরা
লক্ষ্মীপুরে যাবেন।\n\nগত শুক্রবার গভীর রাতে
লক্ষ্মীপুর সদর উপজেলার ভবানীগঞ্জ ইউনিয়নের
চরমনসা গ্রামের সুতারগোপ্তা এলাকায় বেলালের
ঘরে আগুনের ঘটনা ঘটে। বেলাল লক্ষ্মীপুরের
ভবানীগঞ্জ ইউনিয়ন বিএনপির সহসাংগঠনিক
সম্পাদক। তিনি সুতারগোপ্তা বাজারের সার ও
কীটনাশক ব্যবসায়ী।\n\nবেলালের অভিযোগ,
দরজায় তালা লাগিয়ে, পেট্রল ঢেলে তাঁর ঘরে
আগুন দেওয়া হয়। আগুনে পুড়ে বেলালের সাত
বছর বয়সী মেয়ে আয়েশা আক্তারের মৃত্যু হয়। এ
ঘটনায় বেলাল, তাঁর দুই মেয়ে বীথি আক্তার
(১৪) ও সালমা (১৭) দগ্ধ হয়। বীথি ও সালমাকে
চিকিৎসার জন্য রাজধানীর জাতীয় বার্ন ও
প্লাস্টিক সার্জারি ইনস্টিটিউটে ভর্তি করা হয়।
বেলাল লক্ষ্মীপুর সদর হাসপাতালে চিকিৎসাধীন।
\n\nএই ঘটনার পর সারা দেশে ব্যাপক প্রতিবাদ
হয়। সামাজিক যোগাযোগমাধ্যমে অনেকে ক্ষোভ
জানান। এর মধ্যে গত শনিবার পুলিশ বলে,
আগুনের ঘটনায় নাশকতার কোনো
‘বিশ্বাসযোগ্য’ আলামত পায়নি তারা। যদিও গত
সোমবার ঘটনাস্থলে তল্লাশি চালিয়ে তিনটি তালা
উদ্ধার করে পুলিশের একটি দল।\n\nএ ঘটনায়
গতকাল মঙ্গলবার রাতে অজ্ঞাতপরিচয় ব্যক্তিদের
আসামি করে লক্ষ্মীপুর সদর থানায় মামলা করেন
বেলাল।

Dataset Development 21

Common questions

Powered by AI

AI-generated news articles with incorrect causal or modal information challenge media literacy by making it difficult for audiences to discern fact from fiction. This undermines public trust in journalism, as readers are exposed to articles that appear authoritative but contain misinformation. The rise in such content necessitates enhanced media literacy programs and robust fact-checking processes to maintain journalistic integrity and guide the public in critically evaluating news sources .

AI-generated news articles strategically reframe causes by confidently describing them even when unconfirmed, misinterpreting correlation as causation, and linking incidents to unrelated events. This approach introduces broad contextual factors as explanations without evidence and assigns responsibility implicitly. In political and social contexts, this is dangerous as it can mislead public understanding, potentially leading to unwarranted blame or misplaced policy responses. This kind of misinformation exploits gaps in logical reasoning within the audience, influencing their perceptions and decisions on serious issues .

AI generates authoritative-looking but factually ungrounded news by filling gaps with plausible yet unverifiable details, hallucinating facts when data is missing, and over-polishing narratives into a standard newsroom structure. This often involves forced consistency and completeness where uncertainty should exist, leading to articles that appear highly fluent but are factually ungrounded. The implications include the potential for widespread misinformation, impacting public perception, and increasing the difficulty in distinguishing between real and fake news. Such misuse of generative AI is particularly concerning for its potential to mislead audiences and influence opinions without sufficient factual backing .

The introduction of factual inconsistencies in multimodal news content by AI systems can lead to confusion and misinformation, undermining the credibility of both written and visual media. Audiences may struggle to reconcile conflicting information, leading to misinformation spread. To address this, robust verification systems and AI detection models should be developed to identify and correct inconsistencies before publication. Additionally, educating the public on the nuances of AI-generated content can improve critical assessment skills and trust in media .

Strategies for creating AI-generated news articles with modal mismatches involve slightly altering images and generating text that assumes incorrect activity, role, or context from the image, sometimes contradicting visible cues. This employs cross-modal attention which forces models to generate text that appears plausible but is semantically inconsistent with the visual content. The impact on perception is that it challenges the reader's ability to verify the news through cross-referencing media, making it appear credible at first glance but logically unsound upon closer inspection .

Forced consistency in AI-generated news narratives contributes to misinformation by filling contextual gaps and uncertainties with unverified information, presenting a superficially coherent story. This creates a perception of reliability and completeness, which is problematic for public discourse as it can mislead audiences, creating a false sense of understanding. It limits critical engagement and discourages readers from questioning the information validity, posing risks of acceptance of false narratives .

AI plays a role in generating misleading news image descriptions by creating scenarios that are visually plausible but contradictory to the news narrative. This can lead to mismatched roles or contexts between the image and the accompanying text. The impact on visual media consumption is significant as it undermines the trust in visual inputs, causing the audience to question the validity of seemingly credible images, thereby increasing skepticism and confusion about authentic visual news content .

AI systems manipulate event narratives by describing causes in strong, confident language without confirmation, linking incidents to unrelated events, or introducing unrelated contextual factors. Such manipulation can lead to believable misinformation that subtly influences public perception. The potential outcomes include altered public discourse, influenced policy debates, and the spread of misconceptions that can affect societal norms and decisions, especially if believed by key stakeholders or the general populace .

The ethical implications are significant as using AI to create news with plausible but unverifiable details can lead to spreading misinformation, eroding public trust in media, and perpetuating false narratives. It questions the responsibilities of those deploying AI systems in journalism and highlights the need for stringent checks to prevent misuse. These practices can manipulate public perception, potentially affecting democratic processes and social dynamics, leading to a misinformed public that makes decisions based on inaccurate information .

AI systems introduce unsupported causal relationships by misinterpreting causes, mislinking unrelated events, and introducing irrelevant contextual factors without evidentiary grounding. They often present these causes with confident language, leading to a reframing of events that implies connections not supported by evidence. The consequences include the creation of subtle misinformation that can mislead public understanding, potentially impacting decision-making and opinions about social and political issues. This is particularly dangerous in sensitive contexts where the perceived cause-and-effect relationships influence policy and public trust .

You might also like