CauseNet: Towards a causality graph extracted from the web
1–10 of 131 posts
Re: CauseNet: Towards a causality graph extracted from the web
#2Re: CauseNet: Towards a causality graph extracted from the web
#3Re: CauseNet: Towards a causality graph extracted from the web
#4 {
"causal_relation": {
"cause": {
"concept": "boom"
},
"effect": {
"concept": "bust"
}
}
}
It's practically a hedge-fund-in-a-box.Re: CauseNet: Towards a causality graph extracted from the web
#5Pretty bold to use a picture of philosophers as your splash page and then make a casual claim like this. To say the least, this is an impossible task!
The tech looks cool and I'm excited to see how I might be able to work it into my stuff and/or contribute. But I'd encourage the authors to reign in the rhetoric...
Re: CauseNet: Towards a causality graph extracted from the web
#6The sample set contains: { "causal_relation": { "cause": { "concept": "boom" }, "effect": { "concept": "bust" } } } It's practically a hedge-fund-in-a-box.
Re: CauseNet: Towards a causality graph extracted from the web
#7This is such a cool schemaless approach and has so much potential for open data linking, classical reasoning, LLM reasoning. But open data (together with RSS) has been dead for a while as all big companies have become just data hoarders. And frankly, while the concept and the possibilities are so cool, the graph databases are just not that fast and also not fun to program.
Re: CauseNet: Towards a causality graph extracted from the web
#8 {
"causal_relation": {
"cause": {
"concept": "vaccines"
},
"effect": {
"concept": "autism"
}
}
},
... seriously? Then again, they do say these are just "causal beliefs" expressed on the internet, but seems like some stronger filtering of which beliefs to adopt ought to be exercised for an downstream usecase.Re: CauseNet: Towards a causality graph extracted from the web
#9Re: CauseNet: Towards a causality graph extracted from the web
#10I know it's a reductive take to point to a single mistake and act like the whole project might be a bit futile (maybe it's a rarity) but this example in their sample is really quite awful if the idea is to give AI better epistemics: { "causal_relation": { "cause": { "concept": "vaccines" }, "effect": { "concept": "autism" } } }, ... seriously? Then again, they do say these are just "causal beliefs" expressed on the i…