Difference between revisions of "Página de pruebas"

From Sinfronteras
Jump to: navigation, search
(Fake news Challenge)
(Blanked the page)
(Tag: Blanking)
 
(750 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Fake news Challenge==
 
http://www.fakenewschallenge.org/
 
  
Exploring how artificial intelligence technologies could be leveraged to combat fake news.
 
 
===Formal Definition===
 
* '''Input:''' A headline and a body text - either from the same news article or from two different articles.
 
 
* '''Output:''' Classify the stance of the body text relative to the claim made in the headline into one of four categories:
 
** Agrees: The body text agrees with the headline.
 
** Disagrees: The body text disagrees with the headline.
 
** Discusses: The body text discuss the same topic as the headline, but does not take a position
 
** Unrelated: The body text discusses a different topic than the headline
 
 
 
 
===Stance Detection dataset for FNC1===
 
https://github.com/FakeNewsChallenge/fnc-1
 
 
 
===Winner team===
 
 
====First place - Team SOLAT in the SWEN====
 
https://github.com/Cisco-Talos/fnc-1
 
 
The data provided is (headline, body, stance) instances, where stance is one of {unrelated, discuss, agree, disagree}. The dataset is provided as two CSVs:
 
 
*'''train_bodies.csv''' : This file contains the body text of articles (the articleBody column) with corresponding IDs (Body ID)
 
 
*'''train_stances.csv''' : This file contains the labeled stances (the Stance column) for pairs of article headlines (Headline) and article bodies (Body ID, referring to entries in train_bodies.csv).
 
 
<br />
 
 
 
===Distribution of the data===
 
The distribution of <code>Stance</code> classes in <code>train_stances.csv</code> is as follows:
 
{| class="wikitable"
 
!rows
 
!unrelated
 
!discuss
 
!agree
 
!disagree
 
|-
 
|49972
 
|0.73131
 
|0.17828
 
|0.0736012
 
|0.0168094
 
|}
 

Latest revision as of 22:25, 23 February 2026