more updates to the README

#4
Files changed (1) hide show
  1. README.md +24 -15
README.md CHANGED
@@ -79,23 +79,22 @@ The FICLE Dataset contains only English.
79
 
80
  ### Data Fields
81
 
82
- * `Claim (string)`:
83
- * `Context (string)`:
84
- * `Source (string)`:
85
- * `Source Indices (string)`:
86
- * `Relation (string)`:
87
- * `Relation Indices (string)`:
88
- * `Target (string)`:
89
- * `Target Indices (string)`:
90
- * `Inconsistent Claim Component (string)`:
91
- * `Inconsistent Context-Span (string)`:
92
- * `Inconsistent Context-Span Indices (string)`:
93
- * `Inconsistency Type (string)`:
94
- * `Fine-grained Inconsistent Entity-Type (string)`:
95
- * `Coarse Inconsistent Entity-Type (string)`:
96
 
97
 
98
-
99
  ### Data Splits
100
  The FICLE dataset comprises a total of 8,055 samples in the English language, each representing different instances of inconsistencies.
101
  These inconsistencies are categorized into five types: Taxonomic Relations (4,842 samples), Negation (1,630 samples), Set Based (642 samples), Gradable (526 samples), and Simple (415 samples).
@@ -153,6 +152,16 @@ Their expertise in the field ensured accurate and reliable annotations. The anno
153
  ## Additional Information
154
 
155
  ### Citation Information
 
 
 
 
 
 
 
 
 
 
156
 
157
  ### Contact
158
 
 
79
 
80
  ### Data Fields
81
 
82
+ * `Claim (string)`: A statement or proposition relating to the consistency or inconsistency of certain facts or information.
83
+ * `Context (string)`: The surrounding information or background against which the claim is being evaluated or compared. It provides additional details or evidence that can support or challenge the claim.
84
+ * `Source (string)`: It is the linguistic chunk containing the entity lying to the left of the main verb/relating chunk.
85
+ * `Source Indices (string)`: Source indices refer to the specific indices or positions within the source string that indicate the location of the relevant information.
86
+ * `Relation (string)`: It is the linguistic chunk containing the verb/relation at the core of the identified inconsistency.
87
+ * `Relation Indices (string)`: Relation indices indicate the specific indices or positions within the relation string that highlight the location of the relevant information.
88
+ * `Target (string)`: It is the linguistic chunk containing the entity lying to the right of the main verb/relating chunk.
89
+ * `Target Indices (string)`: Target indices represent the specific indices or positions within the target string that indicate the location of the relevant information.
90
+ * `Inconsistent Claim Component (string)`: The inconsistent claim component refers to a specific linguistic chunk within the claim that is identified as inconsistent with the context. It helps identify which part of the claim triple is problematic in terms of its alignment with the surrounding information.
91
+ * `Inconsistent Context-Span (string)`: A span or portion marked within the context sentence that is found to be inconsistent with the claim. It highlights a discrepancy or contradiction between the information in the claim and the corresponding context.
92
+ * `Inconsistent Context-Span Indices (string)`: The specific indices or location within the context sentence that indicate the inconsistent span.
93
+ * `Inconsistency Type (string)`: The category or type of inconsistency identified in the claim and context.
94
+ * `Fine-grained Inconsistent Entity-Type (string)`: The specific detailed category or type of entity causing the inconsistency within the claim or context. It provides a more granular classification of the entity associated with the inconsistency.
95
+ * `Coarse Inconsistent Entity-Type (string)`: The broader or general category or type of entity causing the inconsistency within the claim or context. It provides a higher-level classification of the entity associated with the inconsistency.
96
 
97
 
 
98
  ### Data Splits
99
  The FICLE dataset comprises a total of 8,055 samples in the English language, each representing different instances of inconsistencies.
100
  These inconsistencies are categorized into five types: Taxonomic Relations (4,842 samples), Negation (1,630 samples), Set Based (642 samples), Gradable (526 samples), and Simple (415 samples).
 
152
  ## Additional Information
153
 
154
  ### Citation Information
155
+ ```
156
+ @misc{raha2023neural,
157
+ title={Neural models for Factual Inconsistency Classification with Explanations},
158
+ author={Tathagata Raha and Mukund Choudhary and Abhinav Menon and Harshit Gupta and KV Aditya Srivatsa and Manish Gupta and Vasudeva Varma},
159
+ year={2023},
160
+ eprint={2306.08872},
161
+ archivePrefix={arXiv},
162
+ primaryClass={cs.CL}
163
+ }
164
+ ```
165
 
166
  ### Contact
167