FakeBusters

所属分类:其他
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2022-05-15 16:39:44
上 传 者sh-1993
说明:  基于投票真相发现系统的假新闻检测去中心化协议。,
(Decentralized protocol for Fake News detection, based on a voting truth discovery system.,)

文件列表:
.etherlime-store/ (0, 2022-05-15)
.etherlime-store/.history.json (12, 2022-05-15)
balances/ (0, 2022-05-15)
balances/balances_0 (1929, 2022-05-15)
balances/balances_1 (1928, 2022-05-15)
balances/balances_2 (1928, 2022-05-15)
balances/diffFirstPhase.txt (2008, 2022-05-15)
balances/diffSecondPhase.txt (1996, 2022-05-15)
build/ (0, 2022-05-15)
build/FakeBusters.json (1687774, 2022-05-15)
contracts/ (0, 2022-05-15)
contracts/FakeBusters.sol (14897, 2022-05-15)
data/ (0, 2022-05-15)
data/old/ (0, 2022-05-15)
data/old/balances/ (0, 2022-05-15)
data/old/balances/diff.txt (6096, 2022-05-15)
data/old/balances/diff1.txt (6127, 2022-05-15)
data/old/balances/diff2.txt (6101, 2022-05-15)
data/old/balances/end.txt (5925, 2022-05-15)
data/old/balances/init.txt (5924, 2022-05-15)
data/old/balances/middle.txt (5932, 2022-05-15)
data/old/fees/ (0, 2022-05-15)
data/old/fees/experts.txt (245, 2022-05-15)
data/old/fees/logs.csv (156845, 2022-05-15)
data/old/fees/submitter.txt (237, 2022-05-15)
data/old/fees/voters.txt (37213, 2022-05-15)
data/old/raw/ (0, 2022-05-15)
data/old/raw/answers.csv (10997, 2022-05-15)
data/old/raw/elabAnswersOK.csv (14207, 2022-05-15)
data/old/raw/elabAnswersOKK.csv (14203, 2022-05-15)
data/raw/ (0, 2022-05-15)
data/raw/answer.csv (9049, 2022-05-15)
package-lock.json (55307, 2022-05-15)
package.json (500, 2022-05-15)
src/ (0, 2022-05-15)
src/FakeBusters.ts (4729, 2022-05-15)
src/create_wallets.ts (335, 2022-05-15)
src/index.ts (12560, 2022-05-15)
... ...

# FakeBusters: a Voting-Based Game for Fake News Detection FakeBuster is an academic project, developed with the purpose of allowing the detection of Fake News, using a decentralized approach. The goal of this project is to provide a democratic way to manage the choice of which news should be marked as fake, in order to prevent possible bias from centralized entities. A paper dedicated to a more thorough discussion of the system can be found at the following link: *[TBA when paper is published]* The system was developed using Solidity smart contracts, and it runs a truth discovery algorithm for the identification of Fake News through a voting-based game. ## System overview ![Screenshot 2022-01-16 at 11 48 37 (1)](https://user-images.githubusercontent.com/16836365/161933047-c15a342b-d458-4fa0-8beb-cb7d3b72b686.png) This system manages three main roles: * *Submitter*: user who submits a piece of news for an evaluation by the system. * *Buster*: user who bet a low amount of money on the result of an evaluation, and obtain a small reward if right. * *Expert*: user who bet an high amount of money on the result of an evaluation, and obtain a big reward if right. And three possible evaluation choices/outcomes: * *True*: if the evaluated piece of news is considered to be real. * *False*: if the evaluated piece of news is considered to be fake. * *Opinion*: if the evaluated piece of news is considered to be an opinion article.
The workflow for the evaluation of a piece of news is the following: 1. A submitter communicates to the system a piece of news to be evaluated. 2. The busters and the experts stake their money to bet on the result they believe to be correct. 3. If the outcomes for, respectively, most of the busters and most of the experts match on a single one, then this is the final result of the evaluation. * If the outcomes do not match, the final result of the evaluation will be *Unknown*. 4. Finally, the votation participants will receive their rewards. ## Requirement To execute correctly the script is necessary to create a .env file inside the directory, in particular the file has to contain the following data: - SUBMITTER_PRIVATE_KEY: private key for the wallet of the submitter - EXPERT_PRIVATE_KEY: private key for the wallet used to simulate the behaviour of the expert - DEPLOYER_PRIVATE_KEY: private key for the wallet used to deploy the smart contract ## Installation After downloading this repo, execute the following commands: 1. `npm install` to install all the project dependencies 2. `npm start` to execute the script After any modification to the FakeBusters.sol file, the contract has to be re-compiled using the command `npm run compile`; since for the compilation process we use etherline, it could be necessary to install it using the following command: `npm install -g etherlime`.

近期下载者

相关文件


收藏者