bpalacios commited on
Commit
2746045
·
verified ·
1 Parent(s): 005f5b6

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +21 -4
  2. articles.parquet +2 -2
  3. relations_full.parquet +3 -0
README.md CHANGED
@@ -14,6 +14,16 @@ tags:
14
  pretty_name: text2signed-graph Gold Standard (Synthetic v2)
15
  size_categories:
16
  - n<1K
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # text2signed-graph — Gold Standard (Synthetic v2)
@@ -30,11 +40,18 @@ over-extraction.
30
 
31
  | File | Rows | Description |
32
  |---|---|---|
33
- | `articles.parquet` | 287 | inputsynthetic news articles (incl. distractors) |
34
- | **`nodes.parquet`** | **1,579** | **graph nodes** actors per article (the entities) |
35
- | **`gold.parquet`** | **914** | **graph edges** gold signed relations between actors |
 
36
  | `split.json` | — | `train` (207) / `test` (75) article split + seed |
37
- | `unions.json` | — | raw nested form of the nodes (alias → canonical) |
 
 
 
 
 
 
38
 
39
  ## The signed graph (the core)
40
 
 
14
  pretty_name: text2signed-graph Gold Standard (Synthetic v2)
15
  size_categories:
16
  - n<1K
17
+ configs:
18
+ - config_name: relations_full
19
+ data_files: relations_full.parquet
20
+ default: true
21
+ - config_name: articles
22
+ data_files: articles.parquet
23
+ - config_name: nodes
24
+ data_files: nodes.parquet
25
+ - config_name: edges
26
+ data_files: gold.parquet
27
  ---
28
 
29
  # text2signed-graph — Gold Standard (Synthetic v2)
 
40
 
41
  | File | Rows | Description |
42
  |---|---|---|
43
+ | **`relations_full.parquet`** | **914** | **the signed graph, denormalized & human-readable** `actor_u act_type → actor_v, polarity` with actor names + article metadata. Start here. |
44
+ | `articles.parquet` | 282 | inputsynthetic news articles (incl. distractors) |
45
+ | `nodes.parquet` | 1,579 | graph nodes (actors per article) normalized form |
46
+ | `gold.parquet` | 914 | graph edges (by `union_id`) — normalized form |
47
  | `split.json` | — | `train` (207) / `test` (75) article split + seed |
48
+ | `unions.json` | — | raw nested form of the nodes |
49
+
50
+ ### `relations_full.parquet` schema (start here — viewer-friendly)
51
+ `article_id`, **`actor_u`**, **`act_type`**, **`actor_v`**, **`polarity`** (the signed
52
+ edge), `u_type`, `v_type`, `is_reactive`, `issue`, `evidence_quote`, `source`,
53
+ `dispute_type`, `title`, `dominio`, `dureza`, `es_distractor`. Each row is one gold edge
54
+ `actor_u → act_type → actor_v (polarity)` with everything joined in.
55
 
56
  ## The signed graph (the core)
57
 
articles.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b23e18a9f7af32a1ed0ba1a346fc15955dc5cf19330924a1163e3ececc45b352
3
- size 355391
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f5b8296aa5e70082427ec0326124556cc756b4dcbd2f77ee95a642c084a2ff
3
+ size 348702
relations_full.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa372b555d1bdc5c276e640dc74d684612af70e02535ee911a1579ae9a87272a
3
+ size 55120