Live data from Hacker News

Argdown, like Markdown for argument mapping

argdown.org

31–40 of 50 posts

Re: Argdown, like Markdown for argument mapping

#32
From time to time, I see a tool to present a discussion as a tree with arguments for and against it.

Unless it is a school essay, arguments don't go that way.

It is usually harder to encompass what a node (an atomic fact) is and what a link is (it usually goes beyond "support" and "counter"). Very often, this structure is not a tree. Maybe a DAG with weighted edges, but if it were that straightforward - knowledge graphs would simply work.

Instead of rehashing the same tree approach, we should adopt something closer to an LLM-embedding approach - for a given statement, we should have "relevant statements" with an additional dimension if it supports, counters, expands, provides an example, and so on. In this case, it wouldn't even be a DAG.

Re: Argdown, like Markdown for argument mapping

#33
post #30

Is there some reason this is all focused around yes/no questions or a single statement? Is it like a standard format that all topics can be reworded to? I'm wondering if this could this be used for something like comparing alternatives to solve a problem. In that case I'd expect the root to be a description of the problem, then alternatives, then pros-cons for those alternatives. I'd never heard of this at all before…

You can organize any number of alternatives as binary choices.

Re: Argdown, like Markdown for argument mapping

#34

Earlier quoted context omitted.

checkout http://docopt.org then

Whoah, that's a neat tool! I definitely need to implement this with my scripts. Thanks!

It's abandoned, and tbh it's more trouble than it's worth. It's far easier and more reliable to specify the CLI and have it generate the help text than the other way around. All major languages have good CLI parsing libraries (some in the stdlib itself, like Go and Python).

Re: Argdown, like Markdown for argument mapping

#36

Earlier quoted context omitted.

checkout http://docopt.org then

Whoah, that's a neat tool! I definitely need to implement this with my scripts. Thanks!

It's a neat idea (I maintained an unofficial C port for a while); but, terrible in practice.

Re: Argdown, like Markdown for argument mapping

#37
post #30

Is there some reason this is all focused around yes/no questions or a single statement? Is it like a standard format that all topics can be reworded to? I'm wondering if this could this be used for something like comparing alternatives to solve a problem. In that case I'd expect the root to be a description of the problem, then alternatives, then pros-cons for those alternatives. I'd never heard of this at all before…

You can organize any number of alternatives as binary choices.

I believe that, but doesn't that make it much harder to read? Or are the organizational benefits worth it?

Edit: and I also don't see a way to do multiple arguments like that in a single document, unless you mean as a soft linkage.

Re: Argdown, like Markdown for argument mapping

#38
post #32

From time to time, I see a tool to present a discussion as a tree with arguments for and against it. Unless it is a school essay, arguments don't go that way. It is usually harder to encompass what a node (an atomic fact) is and what a link is (it usually goes beyond "support" and "counter"). Very often, this structure is not a tree. Maybe a DAG with weighted edges, but if it were that straightforward - knowledge gra…

Love this is reasoning

Re: Argdown, like Markdown for argument mapping

#40
post #30

Is there some reason this is all focused around yes/no questions or a single statement? Is it like a standard format that all topics can be reworded to? I'm wondering if this could this be used for something like comparing alternatives to solve a problem. In that case I'd expect the root to be a description of the problem, then alternatives, then pros-cons for those alternatives. I'd never heard of this at all before…

You can organize any number of alternatives as binary choices.

And in actually complex rhetoric, the discrete choices are typically phrased to benefit the one casting the argument as such. False Dilemma is still false even when it’s embedded in a larger tree.
Post reply on HN